History for imgui / examples / apple_example
2018-02-06
@omar
Added ImGuiKey_Space, mapped in every examples. Will be required for navigation. (#787)
omar committed on 6 Feb 2018
2018-02-04
@Gerry Hernandez
Fix iOS code; fixes entire XCode build for Apple example
Gerry Hernandez committed on 4 Feb 2018
2018-01-30
@omar
Examples: Apple: Tweak code and sync with other examples better (untested).
omar committed on 30 Jan 2018
2018-01-28
@Omar Cornut
Examples: Apple: Fixed filenames in OSX xcode project.
Omar Cornut committed on 28 Jan 2018
2018-01-20
@omar
Examples: Allegro, Apple, DirectX9/10/11, Glfw+Vulkan :Added support for horizontal mouse wheel. (#1463)
omar committed on 20 Jan 2018
2018-01-08
@omar
Added ImGuiKey_Insert for future use. Setup in all example bindings. (#1541)
omar committed on 8 Jan 2018
2018-01-05
@omar
Examples: Using IM_OFFSETOF macro. + Comments
omar committed on 5 Jan 2018
2017-12-24
@omar
Examples: Comments, synched some minor drift between examples + stronger suggestion to use StyleColorsDark().
omar committed on 24 Dec 2017
@omar
Renamed the emblematic ShowTestWindow() function to ShowDemoWindow(). Kept redirection function (will obsolete).
omar committed on 24 Dec 2017
2017-09-01
@omar
Examples: Main: Removed call to SetNextWindowSize()
omar committed on 1 Sep 2017
2017-08-10
@omar
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
@omar
Examples: GLFW+GL3, SDL+GL3: Fixed modifying bound Texture0 (#1087, #1088, #1116)
omar committed on 26 Apr 2017
2016-10-15
@ocornut
Added a void* user_data parameter to Clipboard function handlers. (#875)
ocornut committed on 15 Oct 2016
2016-09-11
@ocornut
Fixing minor english typos (#827)
ocornut committed on 11 Sep 2016
2016-09-10
@Felipe Oliveira Carvalho
Fix Mac OS X build and remove cruft from Makefile
Felipe Oliveira Carvalho committed on 10 Sep 2016
2016-09-03
@ocornut
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
@ocornut
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
@omar
Update README.md
omar committed on 5 Apr 2016
@ocornut
Examples: Apple: Readme tweaks (#575 #247)
ocornut committed on 5 Apr 2016
@James Chen
Remove local glfw3 lib for osx. (+1 squashed commit) ...
James Chen committed on 5 Apr 2016