2015-03-26
@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(const char*, bool) version has bool defaulting to false
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
OCD normalising function comments not ending with a comma
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
@ocornut
Examples: Terser code + added commented out glUseProgram(0( suggestion in OpenGL2 sample.
ocornut committed on 22 Mar 2015
@omar
Merge pull request #174 from adamdmoss/glfwcursor ...
omar committed on 22 Mar 2015
@Adam D. Moss
OpenGL/GLFW: hide system cursor if imgui is soft-rendering cursor
Adam D. Moss committed on 22 Mar 2015
2015-03-21
@ocornut
ShowTestWindow: missing TreePop() call in Mouse Cursor section.
ocornut committed on 21 Mar 2015
@omar
Update README.md
omar committed on 21 Mar 2015
@omar
Update README.md - demo binaries
omar 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
Fixed comment
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
@ocornut
Added mouse cursor types handling + embed mouse cursor data #155
ocornut committed on 21 Mar 2015
@ocornut
Disabled -Wmissing-noreturn warning for Clang a bit reluctantly - will put back when removing GetDefaultFontData() #173
ocornut committed on 21 Mar 2015
@ocornut
Fixed unused parameter warning with empty IME handler #173
ocornut committed on 21 Mar 2015
@ocornut
Fixed IMGUI_DISABLE_TEST_WINDOWS #169 ...
ocornut committed on 21 Mar 2015