Nuklear/demo
vurtun 110a9a77fb Made reading out moved/scaled group bounds easier
Previously if you used movable or scalable groups you had to add
the group border width to the panel to access the updated position
or size. Nuklear now takes control of the process and the new
position/size can be read after `nk_group_end` from `nk_panel`
directly.
2016-06-14 12:35:03 +02:00
..
allegro5 Fixed #147 with wrong allegro text input handling 2016-05-21 18:41:33 +02:00
d3d11 Fixed windows demos 2016-05-01 10:33:51 -07:00
gdi Fixed windows demos 2016-05-01 10:33:51 -07:00
gdip Fixed windows demos 2016-05-01 10:33:51 -07:00
glfw_opengl2 Fixed mouse dragging behavior 2016-06-06 11:36:39 +02:00
glfw_opengl3 Fixed mouse dragging behavior 2016-06-06 11:36:39 +02:00
sdl1_2 Converted backend demos into single header files 2016-04-30 17:09:01 +02:00
sdl_opengl2 Fixed mouse dragging behavior 2016-06-06 11:36:39 +02:00
sdl_opengl3 Fixed mouse dragging behavior 2016-06-06 11:36:39 +02:00
x11 Fixed mouse dragging behavior 2016-06-06 11:36:39 +02:00
x11_opengl2 Fixed mouse dragging behavior 2016-06-06 11:36:39 +02:00
x11_opengl3 Fixed mouse dragging behavior 2016-06-06 11:36:39 +02:00
calculator.c
node_editor.c Made reading out moved/scaled group bounds easier 2016-06-14 12:35:03 +02:00
overview.c Added chart line/column dependend coloring API 2016-05-25 10:58:00 +02:00
style.c