History for imgui / imgui.cpp
2015-03-26
@ocornut
Removed bool return value from BegniPopup() at the moment, it is meaningless. Tidying up.
ocornut committed on 26 Mar 2015
@ocornut
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
@ocornut
Added Haddock in the (popup) Aquarium
ocornut committed on 26 Mar 2015
@ocornut
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
@ocornut
Fix for using tooltips within popup #126 - will need to rewrite the sorting/layering system shortly.
ocornut committed on 26 Mar 2015
@ocornut
Renamed internal RenderSortedWindows -> WindowsSortBuffer + cleanup popup closing code
ocornut committed on 26 Mar 2015
@ocornut
Refactored duplicated code into an inline function & made more readable
ocornut committed on 26 Mar 2015
@ocornut
Fixed hovering bug introduced in ac2da570 when popup is inactive #126
ocornut committed on 26 Mar 2015
@ocornut
Popup: clicking on empty space also close popup #126
ocornut committed on 26 Mar 2015
@ocornut
When a popup window is open it inhibit hovering on other windows #126
ocornut committed on 26 Mar 2015
@ocornut
Simplified example
ocornut committed on 26 Mar 2015
@ocornut
Added early version of BeginPopup/EndPopup() #126
ocornut committed on 26 Mar 2015
@ocornut
Added popup demo code (commented out because I expect to make popup menu proper citizens by next version)
ocornut committed on 26 Mar 2015
@ocornut
Selectable(): not specifying a width default to using max of label width and remaining width
ocornut committed on 26 Mar 2015
@ocornut
Fixed clipping rectangle's own clipping #177
ocornut committed on 26 Mar 2015
@ocornut
Renamed IsItemHoveredRectOnly -> IsItemHoveredRect (introduced after previous release)
ocornut committed on 26 Mar 2015
@ocornut
Avoid negative clipping rectangle when collapsing windows, ImDrawList could still submit data #177
ocornut committed on 26 Mar 2015
2015-03-23
@ocornut
Added a more convenient three parameters version of Begin() which Flags more accessible.
ocornut committed on 23 Mar 2015
@ocornut
Using SetNextWindowSize() in examples to encourage its use
ocornut committed on 23 Mar 2015
2015-03-22
@ocornut
Fixed new windows auto-fitting bigger than their .ini saved size
ocornut committed on 22 Mar 2015
@ocornut
Fixed SetWindowPos/SetNextWindowPos affectiving size computation (#175)
ocornut committed on 22 Mar 2015
@ocornut
Fixed new window from having an incorrect content size on their first frame (#175)
ocornut committed on 22 Mar 2015
@ocornut
Collapsed windows run initial auto-fit to resize the title bar #175 ...
ocornut committed on 22 Mar 2015
2015-03-21
@ocornut
ShowTestWindow: missing TreePop() call in Mouse Cursor section.
ocornut committed on 21 Mar 2015
@ocornut
Updated FAQ
ocornut committed on 21 Mar 2015
@ocornut
Setting io.LogFilename to NULL disable default LogToFile() (part of #175)
ocornut committed on 21 Mar 2015
@ocornut
Commented standard library include with the functions we use. Using ImFormatString in place of sprintf (part of #172)
ocornut committed on 21 Mar 2015
@ocornut
Hovering a column set the resize <> mouse cursor #155
ocornut committed on 21 Mar 2015
@ocornut
Mouse cursor offset tweak #155
ocornut committed on 21 Mar 2015
@ocornut
Prepacking mouse cursors to save on source code size, generally simpler #155
ocornut committed on 21 Mar 2015