2019-09-23 |
Internal: Tree: tweaks (initially tried to implement auto-scrolling, stashed)
omar
committed
on 23 Sep 2019
|
---|---|
2019-09-20 |
Readme, Wiki: Image loading examples.
omar
committed
on 20 Sep 2019
|
2019-09-17 |
Font: Narrow ellipsis: various minor stylistic tweaks (#2775)
omar
committed
on 17 Sep 2019
|
2019-09-16 |
Nav, Scrolling: Added support for Home/End key. (#787)
omar
committed
on 16 Sep 2019
|
2019-07-26 |
|
2019-07-11 |
Combo: Hide arrow when there's not enough space even for the square button.
...
omar
committed
on 11 Jul 2019
|
2019-07-01 |
Added SetScrollXHere, SetScrollFromPosX: Changelog, demo, comments (#1580).
omar
committed
on 1 Jul 2019
|
2019-06-30 |
Internals: Checkbox: Added undocumented mixed/indeterminate/tristate support via ImGuiItemFlags_MixedValue. (#2644)
omar
committed
on 30 Jun 2019
|
2019-06-06 |
Synced/merged minor cruft from docking branch to minimize drift. AFAIK the only meaningful no-op change is that the call UpdateHoveredWindowAndCaptureFlags() was moved above UpdateMouseMovingNewFrame() to match what docking branch has been doing for a while.
omar
committed
on 6 Jun 2019
|
2019-06-05 |
Comments about obsoleted features version. Todo. Clarify tab bar initial offset (useful if we decide to remove the half-windowpadding clip margin).
omar
committed
on 5 Jun 2019
|
2019-05-27 |
Comments, todo entries, moved ImGuiSelectableFlagsPrivate in higher ranges to match others.
omar
committed
on 27 May 2019
|
2019-05-13 |
Fixed InputFloatX, SliderFloatX, DragFloatX functions erroneously reporting IsItemEdited() multiple times when the text input doesn't match the formatted output value (e.g. input "1" shows "1.000"). It wasn't much of a problem because we typically use the return value instead of IsItemEdited() here. (#1875, #2034)
omar
committed
on 13 May 2019
|
Internal: Renamed fields + minor tweaks (probably shallow break stack-layout pr, sorry!)
omar
committed
on 13 May 2019
|
|
2019-05-09 |
Internal: Refactored Separator into SeparatorEx(), exposed ImGuiSeparatorFlags_SpanAllColumns in imgui_internal.h and support without. (#759) + misc comments
omar
committed
on 9 May 2019
|
2019-05-06 |
Version 1.70
omar
committed
on 6 May 2019
|
2019-04-29 |
Drag and Drop: Fixed drag source with ImGuiDragDropFlags_SourceAllowNullID and null ID from receiving click regardless of being covered by another window (it didn't honor correct hovering rules). (#2521)
omar
committed
on 29 Apr 2019
|
2019-04-28 |
Popups: Closing a popup restores the focused/nav window in place at the time of the popup opening, instead of restoring the window that was in the window stack at the time of the OpenPopup call. (#2517)
...
omar
committed
on 28 Apr 2019
|
2019-04-25 |
Internals: TempInputText: Rename InputScalarAsWidgetReplacement() -> TempInputTextScalar(), ScalarAsInputTextId -> TempInputTextId, small tidying up in affected functions.
omar
committed
on 25 Apr 2019
|
2019-04-24 |
Misc comments, internal renaming, added disable indentation option to Columns demo section.
omar
committed
on 24 Apr 2019
|
2019-04-17 |
Clarified asserts comments + todo entries. (#2500)
omar
committed
on 17 Apr 2019
|
2019-04-14 |
Examples: Emscripten: Switched to WebGL1/ES2, Added Changelog, Updated links, Added ignore list, Fixed warning with older versions. Removed reliance on C++11 (would warn on some compiler). Improved html template, removed undesirable options, reduced log size. Tweaked main.cpp. (#2494)
omar
committed
on 14 Apr 2019
|
2019-04-08 |
Internals: Tweak ItemSize calls. Added todo items.
omar
committed
on 8 Apr 2019
|
2019-04-03 |
InputText: Made Shift+Tab consistently do nothing regardless of whether the back-end emits both char and keys or just keys. (#2467, #1336)
omar
committed
on 3 Apr 2019
|
InputText, Examples/SDL: Emulate \t input if back-end doesn't provide it. (#1336, #2467)
...
omar
committed
on 3 Apr 2019
|
|
InputText: Work-around for buggy standard libraries where isprint('\t') returns true. (#2467, #1336)
...
omar
committed
on 3 Apr 2019
|
|
2019-03-26 |
Comments (#2441) + Freeglut fixes (#2430)
omar
committed
on 26 Mar 2019
|
2019-03-16 |
Comments, todo list, remove trailing spaces.
omar
committed
on 16 Mar 2019
|
2019-03-13 |
Version 1.69, comments, typos
omar
committed
on 13 Mar 2019
|
2019-03-09 |
Fix typos. (#2413)
Bruce Mitchener
authored
on 9 Mar 2019
omar
committed
on 9 Mar 2019
|
2019-03-05 |
Internal: Text: Extracted TextUnformatted into TextEx over which we can freely atter the signature. Clarified current large text behavior of TextUnformatted with explicit ImGuiTextFlags_NoWidthForLargeClippedText flag (always set).
omar
committed
on 5 Mar 2019
|