2015-06-09 |
Combo() now using the popup facility. More consistent + when combo open hovering other widgets is disabled. (#241)
ocornut
committed
on 9 Jun 2015
|
---|---|
Allow Set*WindowSize() calls to be used with popups (fix for using e.g. scroll function on the first frame)
ocornut
committed
on 9 Jun 2015
|
|
Allow Set*WindowSize() calls to be used with popups.
ocornut
committed
on 9 Jun 2015
|
|
Fixed issue with activating a Combo() not taking active id (#241)
ocornut
committed
on 9 Jun 2015
|
|
2015-06-04 |
ImFont: ignoring \r
ocornut
committed
on 4 Jun 2015
|
2015-06-03 |
Merge branch 'master' of https://github.com/ocornut/imgui
ocornut
committed
on 3 Jun 2015
|
DragFloat(), SliderFloat() Fixed rounding of negative which sometimes made the negative lower range unreachable.
ocornut
committed
on 3 Jun 2015
|
|
Update README.md
omar
committed
on 3 Jun 2015
|
|
2015-06-02 |
Added IsWindowHovered() helper.
ocornut
committed
on 2 Jun 2015
|
Version 1.41 WIP
ocornut
committed
on 2 Jun 2015
|
|
2015-05-31 |
Bits of TODO list
ocornut
committed
on 31 May 2015
|
Version 1.40
ocornut
committed
on 31 May 2015
|
|
Version 1.40
ocornut
committed
on 31 May 2015
|
|
Windows: pragma link with user32.lib if we are using native clipboard function (unless IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCS) #238
ocornut
committed
on 31 May 2015
|
|
Update README.md - new demo binaries
omar
committed
on 31 May 2015
|
|
Version increased to 1.40 WIP makes more sense than 1.39 (changelog is huge)
ocornut
committed
on 31 May 2015
|
|
Web: Added screenshots
ocornut
committed
on 31 May 2015
|
|
Comments
ocornut
committed
on 31 May 2015
|
|
BeginPopupContextWindow() in_empty_space_only -> !also_over_items (#126)+ comments
...
ocornut
committed
on 31 May 2015
|
|
ListBox() uses ImGuiListClipper helper, faster for large lists, assume evenly sized items.
ocornut
committed
on 31 May 2015
|
|
Added ImGuiListClipper helper to avoid using CalcListClipping() directly.
ocornut
committed
on 31 May 2015
|
|
ListBoxHeader() can return false. Also made ListBox() only use public API.
ocornut
committed
on 31 May 2015
|
|
RetWindowCollapsed() to IsWindowCollapsed() for consistency. Kept inline indirection.
ocornut
committed
on 31 May 2015
|
|
Added IMGUI_DISABLE_OBSOLETE_FUNCTIONS
ocornut
committed
on 31 May 2015
|
|
Comments, moved Sliders below Drag & Input in imgui.h
ocornut
committed
on 31 May 2015
|
|
Comments
ocornut
committed
on 31 May 2015
|
|
Comments
ocornut
committed
on 31 May 2015
|
|
Merge branch 'master' of https://github.com/ocornut/imgui
ocornut
committed
on 31 May 2015
|
|
Renamed IsRectClipped to IsRectVisible for consistency. Note that return value is opposite! Kept inline redirection function (will obsolete)
ocornut
committed
on 31 May 2015
|
|
2015-05-29 |
Update README.md - supporters
omar
committed
on 29 May 2015
|