- Aug 24, 2017
- Aug 22, 2017
- Aug 21, 2017
-
-
omar authored
-
- Aug 20, 2017
-
-
omar authored
-
omar authored
-
omar authored
-
omar authored
-
omar authored
-
omar authored
-
omar authored
Columns: Columns set resize based on the presence of vertical scrollbar. Not 100% sure about that but it looks like we've fixed enough bugs that this may not cause troubles anymore. (#125, #913, #893, #1138)
-
omar authored
-
omar authored
Columns: A set of column (and most importantly the right-most column) do not register its content to the parent, not affecting the window contents size. (#519, #125, #913)
-
omar authored
-
omar authored
Columns: Fixed one form of shearing during resizing columns with PreserveWidth enabled (there's another issue still). (#913, #125)
-
omar authored
Columns: Fixed offset rounding leading to SetColumnOffset() being destructive when ImGuiColumnsFlags_NoPreserveWidths flag is not set. (#913, #125)
-
omar authored
-
omar authored
Columns: Moved BeginColumns/EndColumns/flags from #913 to imgui_internals.h + minor shallow tweaks. Removed demo code temporarily. (#125)
-
-
omar authored
Renamed GetStyleColName() to GetStyleColorName() for consistency. Extra comments in Api Breaking Changes section.
-
omar authored
-
omar authored
-
omar authored
Scrollbar: Comments. Fixed potential div-by-zero error which I can repro now, so added an assert to notify us if it's actually ever useful or not.
-
omar authored
ImFontAtlas::AddFontDefault: Made it possible to override size (even if it isn't really recommended)
-
omar authored
Added PushStyleColor(ImGuiCol idx, ImU32 col) overload. (Which _might_ cause an "ambiguous call" compilation error if you are using ImColor() with implicit cast. Cast to ImU32 or ImVec4 explicily to fix.)
-
omar authored
-
- Aug 17, 2017