Commit Graph

20 Commits (ad7ff7504e02025d11361e1d93464ec01c350151)

Author SHA1 Message Date
omar 057807f4a7 Added ImGuiKey_Space, mapped in every examples. Will be required for navigation. ()
Gerry Hernandez 4786321754 Fix iOS code; fixes entire XCode build for Apple example
omar 6c38aa2dc7 Examples: Apple: Tweak code and sync with other examples better (untested).
Omar Cornut 858d75ab59 Examples: Apple: Fixed filenames in OSX xcode project.
omar 7dea158175 Examples: Allegro, Apple, DirectX9/10/11, Glfw+Vulkan :Added support for horizontal mouse wheel. ()
omar ce95b84825 Added ImGuiKey_Insert for future use. Setup in all example bindings. ()
omar 407955d9fb Examples: Using IM_OFFSETOF macro. + Comments
omar ce13426a1a Examples: Comments, synched some minor drift between examples + stronger suggestion to use StyleColorsDark().
omar 1b86e7343f Renamed the emblematic ShowTestWindow() function to ShowDemoWindow(). Kept redirection function (will obsolete).
omar b8ade0b94f Examples: Main: Removed call to SetNextWindowSize()
omar 7e452ec737 Renamed ImGuiSetCond_XXX type and enums to ImGuiCond_XXX, kept old enums under #ifdef IMGUI_DISABLE_OBSOLETE_FUNCTIONS
omar 50b4b29beb Examples: GLFW+GL3, SDL+GL3: Fixed modifying bound Texture0 (, , )
ocornut 0d3f8807c7 Added a void* user_data parameter to Clipboard function handlers. ()
ocornut 612b17ef57 Fixing minor english typos ()
Felipe Oliveira Carvalho 6e6f04f513 Fix Mac OS X build and remove cruft from Makefile
ocornut 2825eaa0be Examples: Accessing ImVector fields directly, feel less stl-ey and fix renderer side assert when render list only contains a callback ()
ocornut 559963e832 Examples: Apple/iOS: lowered xcode project deployment target from 10.7 to 10.11 (, )
omar 319e288eef Update README.md
ocornut 71b981d05f Examples: Apple: Readme tweaks ( )
James Chen 67b604412b Remove local glfw3 lib for osx. (+1 squashed commit)
Squashed commits:
[34cc3b7] Adds osx example. (+6 squashed commits)
Squashed commits:
[20330f2] Uses glfw by brew install.
[0427861] Renames imguiex folder name to imguiex-ios
[f9e27e5] Renames ios_example to apple_example.
[44f8fe3] Updates the glfw header/library path.
[919f279] Renames target from imguiex to imguiex-ios since there is already a imguiex-osx target now.
[24395f5] Adds osx example.