- 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)
-
Elias Daler authored
The warning is "implicit conversion of NULL constant to 'unsigned int' [-Wnull-conversion]". Happens when ImTextureID is not a void*, but unsigned int, for example.
-
omar authored
-
- Oct 14, 2018
-
-
Konstantin Podsvirov authored
-
- Oct 12, 2018
-
-
omar authored
-
omar authored
-
omar authored
RenderText(), InputTextMultiline(): Optimization for large text by using memchr, wmemchr, wcschr when appropriate.
-
omar authored
Renamed misc/stl/imgui_stl.h,.cpp to misc/cpp/imgui_stdlib.h in prevision for other files.(#2035, #2096) Added misc/README file.
-
omar authored
InputText: Clarified comments around ImGuiInputTextFlags_CallbackResize and other callbacks. (#2006, #1443, #1008)
- Oct 11, 2018
-
-
omar authored
Shutdown: Unlock font atlas before destroying context, so we can destroy a context between NewFrame and EndFrame if we wait (facilitate main loop structures). Internals: GetWindowScrollMaxX(), GetWindowScrollMaxY()
-
omar authored
Internals: Added ImStreolRange() + used in LogRenderedText() + comments.
-