2018-11-09 |
Internals: SliderBehavior: Using axis indexing.
omar
committed
on 9 Nov 2018
|
---|---|
2018-11-05 |
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.
omar
committed
on 5 Nov 2018
|
2018-10-30 |
Internals: Moved the FocusableItemUnregister() outside of InputScalarAsWidgetReplacement(), it should not be here and doesn't facilitate reusing InputScalarAsWidgetReplacement(). (cc #2155)
omar
committed
on 30 Oct 2018
|
2018-10-25 |
SliderAngle: Added optional `format` argument to allow users customize precision and make localization. (#2150)
Konstantin Podsvirov
authored
on 25 Oct 2018
omar
committed
on 25 Oct 2018
|
2018-10-17 |
Removed unnecessary ImGui:: qualifiers in internal code.
omar
committed
on 17 Oct 2018
|
2018-10-12 |
Revert using wchar_t functions (9cf94d5 + 2eaf5b0). Big mistake, wchar_t is not guaranteed to be 16-bits.
omar
committed
on 12 Oct 2018
|
Fixes crash introduced in previous commit 9cf94d5.
omar
committed
on 12 Oct 2018
|
|
RenderText(), InputTextMultiline(): Optimization for large text by using memchr, wmemchr, wcschr when appropriate.
omar
committed
on 12 Oct 2018
|
|
Renamed misc/stl/imgui_stl.h,.cpp to misc/cpp/imgui_stdlib.h in prevision for other files.(#2035, #2096)
...
omar
committed
on 12 Oct 2018
|
|
2018-10-11 |
TextUnformatted: Using memchr(), fixed not properly testing for text_end bound + comments.
...
omar
committed
on 11 Oct 2018
|
2018-09-20 |
ArrowButton(): Fixed arrow shape being horizontally misaligned by (FramePadding.y-FramePadding.x) if they are different.
...
omar
committed
on 20 Sep 2018
|
2018-09-14 |
BeginMenu(): Fixed menu popup horizontal offset being off the item in the menu bar when WindowPadding=0.0f.
omar
committed
on 14 Sep 2018
|
ColorPicker: Replaced the Separator with a Spacing call. (#2068)
omar
committed
on 14 Sep 2018
|
|
2018-09-12 |
Fix MSVC's C4312 warning about casting user texture type to void* in ImageButton (#2080)
Elias Daler
authored
on 12 Sep 2018
omar
committed
on 12 Sep 2018
|
2018-09-11 |
Internals: Replace unsigned short with ImWchar when dealing with character storage (missing cases) + in imgui_impl_ file keep using neutral type everywhere, added missing explicit cast in three bindings. (#2078)
omar
committed
on 11 Sep 2018
|
DragFloat: Disabled using power curve when one edge is FLT_MAX (broken in 1.61). Disabled setting a default drag speed when one edge is FLT_MAX. (#2024)
omar
committed
on 11 Sep 2018
|
|
DragFloat: Fixed a situation where dragging with value rounding enabled or with a power curve erroneously wrapped the value to one of the min/max edge. (#2024, #708, #320, #2075).
omar
committed
on 11 Sep 2018
|
|
2018-09-10 |
Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus properly after the main menu bar or last focused window is deactivated.
omar
committed
on 10 Sep 2018
|
2018-09-06 |
Version 1.66 WIP
omar
committed
on 6 Sep 2018
|
Version 1.65
omar
committed
on 6 Sep 2018
|
|
Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. (#1718, #2036)
...
omar
committed
on 6 Sep 2018
|
|
Refactor: Tweaked and improved the sectioning to facilitate grepping/moving around and applied to all files. (#2036)
omar
committed
on 6 Sep 2018
|
|
2018-09-05 |
Refactor: moved low-layout helpers to imgui_widgets.cpp (Spacing, Dummy, NewLine, Separator, etc.) (#2036)
omar
committed
on 5 Sep 2018
|
Renamed io.OptCursorBlink/io.ConfigCursorBlink to io.ConfigInputTextCursorBlink. (#1427) + changed ImGuiIO layout.
omar
committed
on 5 Sep 2018
|
|
Minor mostly inconsequential merges from Viewport + LoadIniSettingsFromMemory() entirely skip lines starting with ';'
omar
committed
on 5 Sep 2018
|
|
2018-09-03 |
Internals: Exposed SliderBehaviorT, DragBehaviorT, RoundScalarWithFormatT, SliderCalcRatioFromValueT. (#2036)
...
omar
committed
on 3 Sep 2018
|
Version 1.65 WIP
omar
committed
on 3 Sep 2018
|
|
2018-08-31 |
Fix missing include on some systems to use intptr_t. (#2036, #2054)
omar
committed
on 31 Aug 2018
|
Version 1.64
omar
committed
on 31 Aug 2018
|
|
Tweak comments and indexes
omar
committed
on 31 Aug 2018
|