2019-05-11 |
IO: changed AddInputCharacter(unsigned short c) signature to AddInputCharacter(unsigned int c).
...
omar
committed
on 11 May 2019
|
---|---|
2019-05-10 |
Internal: Extracted some of the Begin code into RenderWindowDecorations().
omar
committed
on 10 May 2019
|
Internal: Extracted some of the Begin code into RenderWindowTitleBarContents().
omar
committed
on 10 May 2019
|
|
Internal: Begin: Update rectangles before Scrollbar() which now uses them. Fixes 39eeda0.
omar
committed
on 10 May 2019
|
|
2019-05-09 |
Internals: Columns: Renamed fields. Comments and tweak. Moved a demo block.
omar
committed
on 9 May 2019
|
Internal: Refactored Separator into SeparatorEx(), exposed ImGuiSeparatorFlags_SpanAllColumns in imgui_internal.h and support without. (#759) + misc comments
omar
committed
on 9 May 2019
|
|
Columns: Fixed Separator from creating an extraneous draw command. Fixed Selectable with SpanAllColumns flag from creating an extraneous draw command. (#125)
omar
committed
on 9 May 2019
|
|
2019-05-07 |
Version 1.71 WIP + fixed minor typo
omar
committed
on 7 May 2019
|
2019-05-06 |
Version 1.70
omar
committed
on 6 May 2019
|
Examples Readme and Changelog tweaks, added #2527, re-ordered examples/README alphabetically.
omar
committed
on 6 May 2019
|
|
2019-05-03 |
Window: Fixed SetNextWindowSizeConstraints() with non-rounded positions making windows drift. (#2067, #2530)
omar
committed
on 3 May 2019
|
Misc: Made IMGUI_CHECKVERSION() macro also check for matching size of ImDrawIdx.
omar
committed
on 3 May 2019
|
|
Internals: Fixed incorrect repeat delay/rate calculation in IsMouseClicked() with repeat flag leading to involontary but thankfully doubling the rate. Using our standard function, making the multiplicator explicit.
omar
committed
on 3 May 2019
|
|
Selectable: With ImGuiSelectableFlags_AllowDoubleClick doesn't return true on the mouse button releas efollowing the double-click. Only first mouse release + second mouse down (double-click) returns true. Likewise for internal ButtonBehavior() with both _PressedOnClickRelease | _PressedOnDoubleClick. (#2503)
omar
committed
on 3 May 2019
|
|
2019-05-02 |
Internals: Rename GetContentRegionMaxScreen() -> GetWorkRectMax(). At this point this is mostly useful to facilitate merge of other branches.
omar
committed
on 2 May 2019
|
Internals: SettingsHandlerWindow_ReadLine uses context parameter.
omar
committed
on 2 May 2019
|
|
2019-04-29 |
Obsoleted GetContentRegionAvailWidth(), use GetContentRegionAvail().x instead. Kept inline redirection function.
omar
committed
on 29 Apr 2019
|
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
|
|
Amend 48a09a7 with changelog, breaking changes, tweak demo code for spacing. (#2518)
omar
committed
on 29 Apr 2019
|
|
2019-04-28 |
Tidying up BeginMenu() code + comments.
omar
committed
on 28 Apr 2019
|
Popups: Closes popup at the time of FocusWindow(). Fixes right-click from closing all popups instead of aiming at the hovered popup level (regression in 1.67's ae76a1fd).
omar
committed
on 28 Apr 2019
|
|
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
|
|
Fix 61d9258 when there is not scrollbar "Window: Fixed contents region being off by WindowBorderSize amount on the right when scrollbar is active."
omar
committed
on 28 Apr 2019
|
|
Internals: Renaming. Renamed ImGuiPopupRef to ImGuiPopupData for consistency and added constructor.
omar
committed
on 28 Apr 2019
|
|
2019-04-26 |
Internals: Begin: Moved OuterRectClipped/InnerMainRect/InnerClipRect computation higher up in the function, next to ContentsRect/WorkRect code. Removed commented out debug drawing code which is now available in Metrics window.
omar
committed
on 26 Apr 2019
|
Window: Fixed contents region being off by WindowBorderSize amount on the right when scrollbar is active.
omar
committed
on 26 Apr 2019
|
|
Internals: Nav scrolling uses InnerMainRect instead of InnerClipRect.
omar
committed
on 26 Apr 2019
|
|
2019-04-25 |
Internals: TempInputText: Rename InputScalarAsWidgetReplacement() -> TempInputTextScalar(), ScalarAsInputTextId -> TempInputTextId, small tidying up in affected functions.
omar
committed
on 25 Apr 2019
|
Internals: Using more explicit PushOverrideID() helper + renamed equivalent internal tree helper.
omar
committed
on 25 Apr 2019
|
|
Window: Fixed window with the AlwaysAutoResize flag unnecessarily extending their hovering boundaries by a few pixels (this is used to facilitate resizing from borders when available for a given window). One of the noticeable minor side effect was that navigating menus would have had a tendency to disable highlight from parent menu items earlier than necessary while approaching the child menu.
...
omar
committed
on 25 Apr 2019
|