2018-02-06 |
Added ImGuiKey_Space, mapped in every examples. Will be required for navigation. (#787)
omar
committed
on 6 Feb 2018
|
---|---|
2018-02-04 |
Fix iOS code; fixes entire XCode build for Apple example
Gerry Hernandez
committed
on 4 Feb 2018
|
2018-01-30 |
Examples: Apple: Tweak code and sync with other examples better (untested).
omar
committed
on 30 Jan 2018
|
2018-01-28 |
Examples: Apple: Fixed filenames in OSX xcode project.
Omar Cornut
committed
on 28 Jan 2018
|
2018-01-20 |
Examples: Allegro, Apple, DirectX9/10/11, Glfw+Vulkan :Added support for horizontal mouse wheel. (#1463)
omar
committed
on 20 Jan 2018
|
2018-01-08 |
Added ImGuiKey_Insert for future use. Setup in all example bindings. (#1541)
omar
committed
on 8 Jan 2018
|
2018-01-05 |
Examples: Using IM_OFFSETOF macro. + Comments
omar
committed
on 5 Jan 2018
|
2017-12-24 |
Examples: Comments, synched some minor drift between examples + stronger suggestion to use StyleColorsDark().
omar
committed
on 24 Dec 2017
|
Renamed the emblematic ShowTestWindow() function to ShowDemoWindow(). Kept redirection function (will obsolete).
omar
committed
on 24 Dec 2017
|
|
2017-09-01 |
Examples: Main: Removed call to SetNextWindowSize()
omar
committed
on 1 Sep 2017
|
2017-08-10 |
Renamed ImGuiSetCond_XXX type and enums to ImGuiCond_XXX, kept old enums under #ifdef IMGUI_DISABLE_OBSOLETE_FUNCTIONS
omar
committed
on 10 Aug 2017
|
2017-04-26 |
Examples: GLFW+GL3, SDL+GL3: Fixed modifying bound Texture0 (#1087, #1088, #1116)
omar
committed
on 26 Apr 2017
|
2016-10-15 |
Added a void* user_data parameter to Clipboard function handlers. (#875)
ocornut
committed
on 15 Oct 2016
|
2016-09-11 |
Fixing minor english typos (#827)
ocornut
committed
on 11 Sep 2016
|
2016-09-10 |
Fix Mac OS X build and remove cruft from Makefile
Felipe Oliveira Carvalho
committed
on 10 Sep 2016
|
2016-09-03 |
Examples: Accessing ImVector fields directly, feel less stl-ey and fix renderer side assert when render list only contains a callback (#810)
ocornut
committed
on 3 Sep 2016
|
2016-04-20 |
Examples: Apple/iOS: lowered xcode project deployment target from 10.7 to 10.11 (#598, #575)
ocornut
committed
on 20 Apr 2016
|
2016-04-05 |
Update README.md
omar
committed
on 5 Apr 2016
|
Examples: Apple: Readme tweaks (#575 #247)
ocornut
committed
on 5 Apr 2016
|
|
|