Nuklear/demo
Robin B fe785e590e Fix segfault
calling nk_init_default stores the address to the font (which is on stack) into the nk_context
but when it returns that stack memory is effectively undefined, thus making the program segfault
2016-10-08 19:58:11 +02:00
..
d3d11 Upgraded demos to new non-block popup APIs 2016-09-15 20:18:41 +02:00
gdi Fixed some C++ errors and styling in windows demos 2016-08-17 08:00:38 +02:00
gdip Fixed issues with GDI+ demo - font handling and typo for VK_END handling. 2016-08-24 19:16:34 -07:00
glfw_opengl2 Upgraded demos to new non-block popup APIs 2016-09-15 20:18:41 +02:00
glfw_opengl3 Upgraded demos to new non-block popup APIs 2016-09-15 20:18:41 +02:00
sdl1_2 Fix segfault 2016-10-08 19:58:11 +02:00
sdl_opengl2 Upgraded demos to new non-block popup APIs 2016-09-15 20:18:41 +02:00
sdl_opengl3 Upgraded demos to new non-block popup APIs 2016-09-15 20:18:41 +02:00
x11 Added additional property version for double 2016-08-12 12:08:13 +02:00
x11_opengl2 Upgraded demos to new non-block popup APIs 2016-09-15 20:18:41 +02:00
x11_opengl3 Upgraded demos to new non-block popup APIs 2016-09-15 20:18:41 +02:00
calculator.c Release 1.01 changes in changelog in nuklear.h 2016-07-16 01:33:37 +02:00
node_editor.c Release 1.01 changes in changelog in nuklear.h 2016-07-16 01:33:37 +02:00
overview.c Fixed non-blocking popup closing behavior 2016-09-15 18:20:07 +02:00
style.c Restructured demos and examples 2016-04-28 17:01:19 +02:00