2015-05-15 |
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
|
2015-05-12 |
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
|
|
|
|
Renamed flags to extra_flags in last commit
Emmanuel Durand
committed
on 11 May 2015
|
|
BeginPopup() API had to be changed! :( Proper support for stacked popups, leading into menus (wip #126)
ocornut
committed
on 11 May 2015
|
|
Input text flags added to InputFloatN and InputIntN
Emmanuel Durand
committed
on 11 May 2015
|
|
Example fix PopStyleVar on Vertical Slider to avoid assertion
...
Stefano Cristiano
committed
on 11 May 2015
|
|
InputText: make sure Ctrl+V has ONLY the control key pressed (follow up to #214) + tidying
ocornut
committed
on 11 May 2015
|
|
Untabifiy
ocornut
committed
on 11 May 2015
|
|
2015-05-10 |
* make sure letter-key shortcuts have ONLY the control key pressed (fixes bug for AltGr->Ctrl+Alt on windows)
ghassanpl
committed
on 10 May 2015
|
2015-05-09 |
Shutdown() test for g.IO.Fonts not being NULL to allow workarounds in case of using multiple contexts #207
ocornut
committed
on 9 May 2015
|
Added style.ScrollbarRounding #212
ocornut
committed
on 9 May 2015
|
|
Merge remote-tracking branch 'origin' into 2015-05-menus
ocornut
committed
on 9 May 2015
|
|
Assert on modifiers stack size mismatch between Begni()/End() pairs #204
...
ocornut
committed
on 9 May 2015
|
|
2015-05-07 |
Examples: test for tooltip over popup.
ocornut
committed
on 7 May 2015
|