2018-06-21 |
Examples: The functions in imgui_impl_xxx.cpp are prefixed with IMGUI_IMPL_API (which defaults to IMGUI_API) to facilitate some uses. (#1888) + Comments in imgui.h
omar
committed
on 21 Jun 2018
|
---|---|
2018-06-20 |
Examples: SDL+OpenGL2: Fixed Makefile. (#1886)
omar
committed
on 20 Jun 2018
|
Examples: Fixed bindings to use ImGuiMouseCursor_COUNT instead of old name ImGuiMouseCursor_Count_ so they can compile with IMGUI_DISABLE_OBSOLETE_FUNCTIONS. (#1887)
omar
committed
on 20 Jun 2018
|
|
2018-06-16 |
Readme, Links, Bindings
omar
committed
on 16 Jun 2018
|
Fixed warnings + readme
omar
committed
on 16 Jun 2018
|
|
2018-06-15 |
Examples: OSX: Added clipboard support. Fixed ignore list for xcode cruft. Comments about broken keys. (#1873)
Omar Cornut
committed
on 15 Jun 2018
|
Fixed merge.
omar
committed
on 15 Jun 2018
|
|
2018-06-14 |
|
2018-06-13 |
Examples: Allegro5: Added support for ImGuiConfigFlags_NoMouseCursorChange flag. Added clipboard support. Unindexing buffers ourselves as Allegro indexed drawing primitives are buggy in the DirectX9 back-end.
omar
committed
on 13 Jun 2018
|
Examples: Fixed example vcproj names in Viewport branch.
omar
committed
on 13 Jun 2018
|
|
2018-06-12 |
Internals: Added GetItemID(), GetFocusID() for consistency. Made GetActiveID() inline. Comments, fixed typos, demo tweaks.
omar
committed
on 12 Jun 2018
|
|
|
2018-06-11 |
Examples: OSX: Fixed obsolete enums. Fixed keyboard mapping. Added missing keyboard modifiers. (#1873)
Omar Cornut
committed
on 11 Jun 2018
|
Examples: FreeGLUT: Fixed mapping of Space key. (#801)
omar
committed
on 11 Jun 2018
|
|
Comments, documentation
omar
committed
on 11 Jun 2018
|
|
Examples: FreeGLUT: Added FreeGLUT bindings. Added FreeGLUT+OpenGL2 example. (#801)
omar
committed
on 11 Jun 2018
|
|
Examples: Win32: Fixed handling of mouse wheel messages to support finer position messages (typically sent by track-pads). (#1874)
omar
committed
on 11 Jun 2018
|
|
Examples: Comments to make ImGuiConfigFlags_NoMouseCursorChange more visible (#1027). + Allegro5: Added support for ImGuiConfigFlags_NoMouseCursorChange flag.
omar
committed
on 11 Jun 2018
|
|
Examples: Added imgui_impl_osx.mm bindings (#1870, #281)
omar
committed
on 11 Jun 2018
|
|
2018-06-10 |
Fixed Travis path + various paths in comments/documentations
omar
committed
on 10 Jun 2018
|
|
|
Examples: Renamed imgui_impl_sdl2.cpp to imgui_impl_sdl.cpp (#1870) + changelog bits
omar
committed
on 10 Jun 2018
|
|
Examples: Renamed example folders. (#1870)
omar
committed
on 10 Jun 2018
|
|
|
|
2018-06-08 |
Big example binding refactor (manually imported from Viewport branch, stripped out of Viewport code). (#1870)
...
omar
committed
on 8 Jun 2018
|
2018-06-07 |
Examples: Documentation
omar
committed
on 7 Jun 2018
|
Examples: Fixed Makefile, batch files.
omar
committed
on 7 Jun 2018
|
|
Examples, Platform: Removed the call to ImGui::NewFrame() from the platform _NewFrame() function e.g. ImGui_ImplWin32_NewFrame(), ImGui_ImplSDL2_NewFrame(), ImGui_ImplGlfw_NewFrame(), etc. Moved to main.cpp for consistency. (#1542)
omar
committed
on 7 Jun 2018
|
|
Examples: Added .. folder in include path to remove the awkward #include "../imgui_impl_xxx.h" statements.
omar
committed
on 7 Jun 2018
|
|
2018-05-25 |
Missing examples changelog bits and todo list
omar
committed
on 25 May 2018
|