History for imgui / imgui.cpp
2015-05-15
@ocornut
Examples: Console: example uses standard malloc/free, makes more sense as a copy & pastable example
ocornut committed on 15 May 2015
@ocornut
Added IO.MetricsAllocs counter (number of memory allocations
ocornut committed on 15 May 2015
@ocornut
Popups: fixed child windows within popups vs handling of sub menus. Added examples.
ocornut committed on 15 May 2015
2015-05-14
@ocornut
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
@ocornut
Comments
ocornut committed on 14 May 2015
2015-05-12
@ocornut
Added io.MetricsActiveWindows counter (#213)
ocornut committed on 12 May 2015
@ocornut
ImFontAtlas: doesn't clear input data, left to the application. (#224)
ocornut committed on 12 May 2015
@ocornut
ImFontAtlas: Fix toward allowing to add extra font without clearing existing one (need to comment out ClearInputData) (#224)
ocornut committed on 12 May 2015
@ocornut
ImFontAtlas: added ClearFonts(), making the different clear funcs more explicit (#224)
ocornut committed on 12 May 2015
@ocornut
Window title text centering tweaks, RenderTextClipped() now has different args for pos_max and clip_max #222
ocornut committed on 12 May 2015
@ocornut
Added window title text horizontal alignment option (#222),, ImGuiAlign_ type for future use.
ocornut committed on 12 May 2015
@ocornut
Merge remote-tracking branch 'origin' into 2015-05-menus
ocornut committed on 12 May 2015
@ocornut
Tweaks, comments around ImFontAtlas ...
ocornut committed on 12 May 2015
2015-05-11
@ocornut
Merge remote-tracking branch 'origin' into 2015-05-menus
ocornut committed on 11 May 2015
@ocornut
Cleanup, merged duplicate code into a function
ocornut committed on 11 May 2015
@ocornut
WIP Menus: sub-menu arrow alignment take account of extension by other widgets (#126)
ocornut committed on 11 May 2015
@ocornut
Merge remote-tracking branch 'origin' into 2015-05-menus ...
ocornut committed on 11 May 2015
@ocornut
WIP Menus: minor cleanup using a ImGuiSimpleColumns helper type (#126)
ocornut committed on 11 May 2015
@ocornut
WIP intermediary branch commit for menus, submenus (some large inconsistencies remaining in API + need cleanup) (#126) ...
ocornut committed on 11 May 2015
@ocornut
Default item width for AlwaysAutoResize windows expressed as a factor of font height
ocornut committed on 11 May 2015
@ocornut
Added ImGuiCol_TextDisabled
ocornut committed on 11 May 2015
@ocornut
Tweaks
ocornut committed on 11 May 2015
@omar
Merge pull request #218 from paperManu/inputNFlags ...
omar committed on 11 May 2015
@Emmanuel Durand
Renamed flags to extra_flags in last commit
Emmanuel Durand committed on 11 May 2015
@ocornut
BeginPopup() API had to be changed! :( Proper support for stacked popups, leading into menus (wip #126)
ocornut committed on 11 May 2015
@Emmanuel Durand
Input text flags added to InputFloatN and InputIntN
Emmanuel Durand committed on 11 May 2015
@Stefano Cristiano
Example fix PopStyleVar on Vertical Slider to avoid assertion ...
Stefano Cristiano committed on 11 May 2015
@ocornut
InputText: make sure Ctrl+V has ONLY the control key pressed (follow up to #214) + tidying
ocornut committed on 11 May 2015
@ocornut
Untabifiy
ocornut committed on 11 May 2015
2015-05-10
@ghassanpl
* 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