- Dec 03, 2018
-
-
omar authored
Version 1.66b (will revisit how to change IMGUI_VERSION_NUM across versions, this commit reduces the numerical IMGUI_VERSION_NUM compared to the commit on Nov 22).
-
- Nov 30, 2018
-
-
omar authored
-
omar authored
-
omar authored
-
Sebastian Krzyszkowiak authored
-
omar authored
Separator: Fixed Separator() outputting an extraneous empty line when captured into clipboard/text/file.
- Nov 29, 2018
- Nov 27, 2018
- Nov 23, 2018
-
-
omar authored
Examples: SDL: changed the signature of ImGui_ImplSDL2_ProcessEvent() to use a const SDL_Event*. (#2187)
-
- Nov 22, 2018
- Nov 21, 2018
-
-
omar authored
-
omar authored
-
omar authored
Nav: Fixed explicit directional input not re-highlighting current nav item if there is a single item in the window and highlight has been previously disabled by the mouse. (#787)
-
omar authored
Internals: Using GetOverlayDrawList(ImGuiWindow*) to match syntax of viewport/master branches. Fixed compiling with IMGUI_DEBUG_NAV_RECTS
-
- Nov 15, 2018
- Nov 13, 2018
- Nov 09, 2018
- Nov 08, 2018
- Nov 06, 2018
-
-
omar authored
-
- Nov 05, 2018
-
-
omar authored
Examples: GLFW: VS2015 project link with legacy_stdio_definitions.lib in order to link with the precompiled VS2010 GLFW3.lib we provide. (#2010, #2043, #2091)
-
omar authored
Config: Added IMGUI_DISABLE_WIN32_FUNCTIONS to disable linking with _any_ Win32 function, as a general forward compatible measure.
-
omar authored
ListBox(): Fixed frame sizing when items_count==1 unnecessarily showing a scrollbar. (#2173). Tweaked frame sizing so list boxes will look more consistent when FramePadding is far from ItemSpacing.
-
Torkel Bjørnson-Langen authored
-
- Nov 01, 2018
-
-
Michał Janiszewski authored
-
- Oct 30, 2018
-
-
Cort authored
-