2015-03-26 |
Selectable() fixed misuage of GetContentRegionMax().x
ocornut
committed
on 26 Mar 2015
|
---|---|
Changed new ImDrawList::AddLine() half_thickness to hickness, just in time for release
ocornut
committed
on 26 Mar 2015
|
|
Version number 1.37
ocornut
committed
on 26 Mar 2015
|
|
Auto contents size aware of enforced vertical scrollbar if window is large than display height.
ocornut
committed
on 26 Mar 2015
|
|
Removed bool return value from BegniPopup() at the moment, it is meaningless. Tidying up.
ocornut
committed
on 26 Mar 2015
|
|
Bounding box tests exclude higher bound, so touching items (zero spacing) don't report double hover when cursor is on edge
ocornut
committed
on 26 Mar 2015
|
|
Added Haddock in the (popup) Aquarium
ocornut
committed
on 26 Mar 2015
|
|
Sorting of windows for render doesn't do 3 pass stupidly. Made code a little closer to what it should become with a layering system
ocornut
committed
on 26 Mar 2015
|
|
Fix for using tooltips within popup #126 - will need to rewrite the sorting/layering system shortly.
ocornut
committed
on 26 Mar 2015
|
|
Renamed internal RenderSortedWindows -> WindowsSortBuffer + cleanup popup closing code
ocornut
committed
on 26 Mar 2015
|
|
Refactored duplicated code into an inline function & made more readable
ocornut
committed
on 26 Mar 2015
|
|
Fixed hovering bug introduced in ac2da570 when popup is inactive #126
ocornut
committed
on 26 Mar 2015
|
|
Popup: clicking on empty space also close popup #126
ocornut
committed
on 26 Mar 2015
|
|
When a popup window is open it inhibit hovering on other windows #126
ocornut
committed
on 26 Mar 2015
|
|
Simplified example
ocornut
committed
on 26 Mar 2015
|
|
Added early version of BeginPopup/EndPopup() #126
ocornut
committed
on 26 Mar 2015
|
|
Added popup demo code (commented out because I expect to make popup menu proper citizens by next version)
ocornut
committed
on 26 Mar 2015
|
|
Selectable(): not specifying a width default to using max of label width and remaining width
ocornut
committed
on 26 Mar 2015
|
|
Fixed clipping rectangle's own clipping #177
ocornut
committed
on 26 Mar 2015
|
|
Renamed IsItemHoveredRectOnly -> IsItemHoveredRect (introduced after previous release)
ocornut
committed
on 26 Mar 2015
|
|
Avoid negative clipping rectangle when collapsing windows, ImDrawList could still submit data #177
ocornut
committed
on 26 Mar 2015
|
|
2015-03-23 |
Added a more convenient three parameters version of Begin() which Flags more accessible.
ocornut
committed
on 23 Mar 2015
|
Using SetNextWindowSize() in examples to encourage its use
ocornut
committed
on 23 Mar 2015
|
|
2015-03-22 |
Fixed new windows auto-fitting bigger than their .ini saved size
ocornut
committed
on 22 Mar 2015
|
Fixed SetWindowPos/SetNextWindowPos affectiving size computation (#175)
ocornut
committed
on 22 Mar 2015
|
|
Fixed new window from having an incorrect content size on their first frame (#175)
ocornut
committed
on 22 Mar 2015
|
|
Collapsed windows run initial auto-fit to resize the title bar #175
...
ocornut
committed
on 22 Mar 2015
|
|
2015-03-21 |
ShowTestWindow: missing TreePop() call in Mouse Cursor section.
ocornut
committed
on 21 Mar 2015
|
Updated FAQ
ocornut
committed
on 21 Mar 2015
|
|
Setting io.LogFilename to NULL disable default LogToFile() (part of #175)
ocornut
committed
on 21 Mar 2015
|