2018-08-01 |
Renamed io.OptResizeWindowsFromEdges to ConfigResizeWindowsFromEdges, io.OptCursorBlink to io.ConfigCursorBlink, io.OptMacOSXBehaviors to ConfigMacOSXBehaviors for consistency. (#1427, #1495, #822, #473, #650)
...
omar
committed
on 1 Aug 2018
|
---|---|
2018-07-31 |
Demo: Fix using ambiguous InputFloat() call which redirect to obsolete version. (#1990)
omar
committed
on 31 Jul 2018
|
2018-07-30 |
|
Visual Studio: calling into _vsnprintf. (#1085)
omar
committed
on 30 Jul 2018
|
|
Demo: Added extra demo in the Basic Horizontal Layout section. (#1977) + PR guidelines
omar
committed
on 30 Jul 2018
|
|
2018-07-22 |
Changed ImGui::GetTime() return value from float to double to avoid accumulating floating point imprecisions over time.
omar
committed
on 22 Jul 2018
|
2018-07-17 |
Demo: Clarified the use of IsItemHovered()/IsItemActive() right after being in the "Active, Focused, Hovered & Focused Tests" section. This will be of more importance with the introduction of tabs.
omar
committed
on 17 Jul 2018
|
2018-07-16 |
Demo: Fixed spacing from b629f90 change.
omar
committed
on 16 Jul 2018
|
Examples: Tweaked the main.cpp example structure for all examples. (There are a few hidden agendas here: 1) I would like to avoid encouraging people from using the implicit "Debug" window, and promote using Begin/End. In spite of my best attempt, there are a few feature of the upcoming docking system that cannot work 100% properly for the implicit Debug window, so future proof let's not put that feature in the spotlight too much for new users. 2) Moved dumb hardcoded positions into a single spot that can be replaced with a viewport relative position and not affect other demo windows. 3) Calling ShowDemoWindow before anything else, also for the benefit of a specific docking demo which will have an ordering constraint which is not really problematic in a real app but shouldn't be put forward in the demo.
omar
committed
on 16 Jul 2018
|
|
2018-07-12 |
Demo: Spacing.
omar
committed
on 12 Jul 2018
|
Demo: Re-ordered example app code to match their menu order and forward declaration order + added header to delimitate them.
omar
committed
on 12 Jul 2018
|
|
2018-07-09 |
Nav: Added a CTRL+TAB window list and changed the highlight system accordingly. (#787)
omar
committed
on 9 Jul 2018
|
Examples: Comments, Demo: Log early out, TODO. (#1553)
omar
committed
on 9 Jul 2018
|
|
2018-07-08 |
Demo: Added basic Drag and Drop demo. (#143, #1931)
omar
committed
on 8 Jul 2018
|
2018-06-29 |
Fixed software Hand cursor from not actually working. Fixed demo from crashing. Fixed typo and extraneous trailing space. Added Changelogs. (#1913, #1914)
omar
committed
on 29 Jun 2018
|
2018-06-26 |
ArrowButton: Fixed to honor PushButtonRepeat() setting (and internals' ImGuiItemFlags_ButtonRepeat). Setup current line text baseline so that ArrowButton() + SameLine() + Text() are aligned properly.
omar
committed
on 26 Jun 2018
|
2018-06-25 |
Version 1.63 WIP
omar
committed
on 25 Jun 2018
|
Demo: Fixed incorrect response to Begin() returning false in overlay demo (which cannot happen since we don't have a title bar, but that doesn't make it a good behaving demo!).
omar
committed
on 25 Jun 2018
|
|
2018-06-22 |
Demo: Fixed mismatched TreePush/TreePop in Property Editor, due to incorrect revert in
826d771 (#1895)
omar
committed
on 22 Jun 2018
|
Version 1.62
omar
committed
on 22 Jun 2018
|
|
2018-06-14 |
Revert 640c0566: TreeNode: Fixed nodes with ImGuiTreeNodeFlags_Leaf flag always returning true which was meaningless -> more flexible to keep allowing it by default so it setup an ID scope.
omar
committed
on 14 Jun 2018
|
2018-06-12 |
Added IsItemDeactivatedAfterChange() if the last item was active previously, isn't anymore, and during its active state modified a value. Note that you may still get false positive. (#820, #956, #1875)
omar
committed
on 12 Jun 2018
|
Internals: Added GetItemID(), GetFocusID() for consistency. Made GetActiveID() inline. Comments, fixed typos, demo tweaks.
omar
committed
on 12 Jun 2018
|
|
Demo: Moved test of the Hovered/Active/Focused functions to the Widgets section.
omar
committed
on 12 Jun 2018
|
|
Added IsItemDeactivated() to query if the last item was active previously but isn't anymore. Useful for Undo/Redo patterns. (#820, #956, #1875)
omar
committed
on 12 Jun 2018
|
|
Comments
omar
committed
on 12 Jun 2018
|
|
2018-06-05 |
Changelog formatting update, Todo, comments. Tweak Child demo. Shuffle some code in NavUpdate().
omar
committed
on 5 Jun 2018
|
2018-05-21 |
ColorEdit3, ColorEdit4, ColorButton: Added ImGuiColorEditFlags_NoDragDrop flag to disable ColorEditX as drag target and ColorButton as drag source. (#1826)
omar
committed
on 21 May 2018
|
2018-05-17 |
Remove trailing white spaces.
omar
committed
on 17 May 2018
|
2018-05-14 |
TreeNode: Fixed nodes with ImGuiTreeNodeFlags_Leaf flag always returning true which was meaningless. Tweak demo.
omar
committed
on 14 May 2018
|