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
|
Text: Fixed large Text/TextUnformatted call not declaring its size when starting below the lower point of the current clipping rectangle. Somehow this bug has been there since v1.0! It was hardly noticeable but would affect the scrolling range, which in turn would affect some scrolling request functions when called during the opening frame of a window.
omar
committed
on 5 Mar 2019
|
|
2019-02-23 |
Log/Capture: Fixed LogXXX functions 'auto_open_depth' parameter being treated as an absolute tree depth instead of a relative one. Fixed CollapsingHeader trailing ascii representation being "#" instead of "##". Minor tidying up the of code.
omar
committed
on 23 Feb 2019
|
2019-02-19 |
InputText: Renamed some local variables to clarify code. Should be a no-op functionality wise. TODO items.
omar
committed
on 19 Feb 2019
|
2019-02-06 |
Menus: Tweaked horizontal overlap between parent and child menu (to help convey relative depth) from using style.ItemSpacing.x to style.ItemInnerSpacing.x, the later being expected to be smaller. (#1086)
omar
committed
on 6 Feb 2019
|
2019-01-20 |
Removed trailing spaces from text files. (#2038, #2299)
omar
committed
on 20 Jan 2019
|
2019-01-16 |
ImDrawList: Fixed AddCircle(), AddCircleFilled() angle step being off, which was visible when drawing a "circle" with a small number of segments (e.g. an hexagon). (#2287) [@baktery]
...
omar
committed
on 16 Jan 2019
|
2019-01-15 |
TODO update + internals: changed order or ImGuiLayoutType enums to allow using them for indexing.
omar
committed
on 15 Jan 2019
|
2019-01-13 |
Merge branch 'atlas_fixes'
omar
committed
on 13 Jan 2019
|
2019-01-12 |
FAQ entry, moved ImTextureId, Gallery links.
omar
committed
on 12 Jan 2019
|
2019-01-10 |
|