2015-05-15 |
Window: fixed auto-fit calculation mismatch of whether a scrollbar will be added by maximum height clamping.
...
ocornut
committed
on 15 May 2015
|
---|---|
Style editor: fixed slider for indent spacing.
ocornut
committed
on 15 May 2015
|
|
Window: fixed child window sizing lag + minimum size clamping lag
ocornut
committed
on 15 May 2015
|
|
Popups: child popups (menus) hidden on their first frame the same way as regular popup
ocornut
committed
on 15 May 2015
|
|
Popups: made OpenPopup()/close loops reclaim focus and update popup position. It is generally a mistake but it's now more easy to understand
ocornut
committed
on 15 May 2015
|
|
ImVector: tweak growth strategy
ocornut
committed
on 15 May 2015
|
|
Metrics: do not count free(NULL) calls. Settings: contiguous allocations for ImGuiIniData.
ocornut
committed
on 15 May 2015
|
|
Metrics: metrics window shows popups list
ocornut
committed
on 15 May 2015
|
|
Examples: Console: example uses standard malloc/free, makes more sense as a copy & pastable example
ocornut
committed
on 15 May 2015
|
|
Added IO.MetricsAllocs counter (number of memory allocations
ocornut
committed
on 15 May 2015
|
|
Popups: fixed child windows within popups vs handling of sub menus. Added examples.
ocornut
committed
on 15 May 2015
|
|
2015-05-14 |
Popups: identifying popups by their id to avoid conflict when recycling popup durnig same same (CloseCurrentPopup followed by Open+Begin)
ocornut
committed
on 14 May 2015
|
Comments
ocornut
committed
on 14 May 2015
|
|
2015-05-12 |
Added io.MetricsActiveWindows counter (#213)
ocornut
committed
on 12 May 2015
|
ImFontAtlas: doesn't clear input data, left to the application. (#224)
ocornut
committed
on 12 May 2015
|
|
ImFontAtlas: Fix toward allowing to add extra font without clearing existing one (need to comment out ClearInputData) (#224)
ocornut
committed
on 12 May 2015
|
|
ImFontAtlas: added ClearFonts(), making the different clear funcs more explicit (#224)
ocornut
committed
on 12 May 2015
|
|
Window title text centering tweaks, RenderTextClipped() now has different args for pos_max and clip_max #222
ocornut
committed
on 12 May 2015
|
|
Added window title text horizontal alignment option (#222),, ImGuiAlign_ type for future use.
ocornut
committed
on 12 May 2015
|
|
Merge remote-tracking branch 'origin' into 2015-05-menus
ocornut
committed
on 12 May 2015
|
|
|
|
2015-05-11 |
Merge remote-tracking branch 'origin' into 2015-05-menus
ocornut
committed
on 11 May 2015
|
Cleanup, merged duplicate code into a function
ocornut
committed
on 11 May 2015
|
|
WIP Menus: sub-menu arrow alignment take account of extension by other widgets (#126)
ocornut
committed
on 11 May 2015
|
|
|
|
WIP Menus: minor cleanup using a ImGuiSimpleColumns helper type (#126)
ocornut
committed
on 11 May 2015
|
|
WIP intermediary branch commit for menus, submenus (some large inconsistencies remaining in API + need cleanup) (#126)
...
ocornut
committed
on 11 May 2015
|
|
Default item width for AlwaysAutoResize windows expressed as a factor of font height
ocornut
committed
on 11 May 2015
|
|
Added ImGuiCol_TextDisabled
ocornut
committed
on 11 May 2015
|
|
Tweaks
ocornut
committed
on 11 May 2015
|