- Nov 22, 2018
-
-
omar authored
-
- 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
- Oct 29, 2018
-
-
Hui authored
-
- Oct 25, 2018
-
-
omar authored
Demo: Removed one level of indentation in the ShowDemoWindowXXX functions (6 kb worth of spaces!). Will break some merge/PR.
-
omar authored
Demo: Split the contents of ShowDemoWindow() into smaller functions as it appears to speed up link time with VS. (#2152)
-
Konstantin Podsvirov authored
SliderAngle: Added optional `format` argument to allow users customize precision and make localization. (#2150)
-
omar authored
-
omar authored
-
omar authored
Comments in demo and opengl code + Internals: Added HoveredIdNotActiveTimer tracking hovering time unless the item is active, which is a commonly useful pattern.
-
- Oct 22, 2018
-
-
omar authored
-
- Oct 18, 2018
-
-
omar authored
-
- Oct 17, 2018
-
-
omar authored
Examples: Downgraded Xcode project object version (50->48) to support Xcode 9.2 (last version supported on macOS 10.12) (#2133, #1929)
-
omar authored
-
Warren Moore authored
Examples: Downgraded Xcode project object version (50->48) to support Xcode 9.2 (last version supported on macOS 10.12) (#2133)
-
- Oct 16, 2018
-
-
omar authored
-
- Oct 15, 2018
-
-
omar authored
Added ImGuiWindowFlags_NoMouseInputs which is basically the old ImGuiWindowFlags_NoInputs (essentially we have renamed ImGuiWindowFlags_NoInputs to ImGuiWindowFlags_NoMouseInputs). Made the new ImGuiWindowFlags_NoInputs encompass both NoMouseInputs+NoNav, which is consistent with its description. (#1660, #787)
-
omar authored
Window: Added ImGuiWindowFlags_NoBackground flag for consistency and to ease creating new flag combinations. Added ImGuiWindowFlags_NoDecoration helper flag which is essentially NoTitleBar+NoResize+NoScrollbar+NoCollapse. (#1660)
-