History for imgui / imgui.cpp
2015-05-18
@ocornut
WIP Menus: click again to toggle + allow hovering in same menuset even outside of a menubar (#126)
ocornut committed on 18 May 2015
@ocornut
WIP Menus: menu opens on press (not release), uses popup style hovering, allow switch between menus at parent site (#126)
ocornut committed on 18 May 2015
@ocornut
Merge remote-tracking branch 'origin' into 2015-05-menus
ocornut committed on 18 May 2015
@ocornut
Hovering require to hover same child window. Reverted 860cf57 (December 3), replaced by a flag resize grip. ...
ocornut committed on 18 May 2015
@ocornut
Tweak internal ButtonBehavior() to ease passing extra options
ocornut committed on 18 May 2015
@ocornut
WIP Menus: scrolling section of the window is clipped by the menu bar (#126)
ocornut committed on 18 May 2015
2015-05-17
@ocornut
WIP Menus: Added example menu, move app examples to a sub-menu (#126) ...
ocornut committed on 17 May 2015
@ocornut
WIP Menus: BeginMenuBar() return false on window without a menu bar (#126)
ocornut committed on 17 May 2015
@ocornut
Renamed ImGuiWindowFlags_Menu to ImGuiWindowFlags_ChildMenu
ocornut committed on 17 May 2015
@ocornut
WIP Menus: fixed case where zero-sized display (e.g. minimised window) clips popups/menus and asserted (#126)
ocornut committed on 17 May 2015
@ocornut
WIP Menus: fixed hovering handling of menus from menu bars (#126)
ocornut committed on 17 May 2015
@ocornut
WIP Menus: menu bars. Still inconsistency with hovering scheme. Will probably follow what Windows does. (#126).
ocornut committed on 17 May 2015
@ocornut
WIP Menus: further fixes for resizing (#126)
ocornut committed on 17 May 2015
@ocornut
Selectable(): horizontal filling not declared to ItemSize() so Selectable(),SameLine() works and we can best auto-fit the window
ocornut committed on 17 May 2015
@ocornut
Comments
ocornut committed on 17 May 2015
2015-05-15
@ocornut
Popups: fix to allow child popups to be opened from a normal window without an intermediate popup window.
ocornut committed on 15 May 2015
@ocornut
Selectable: using window->WindowPadding() to work within non-padded child windows
ocornut committed on 15 May 2015
@ocornut
Window: fixed auto-fit calculation mismatch of whether a scrollbar will be added by maximum height clamping. ...
ocornut committed on 15 May 2015
@ocornut
Style editor: fixed slider for indent spacing.
ocornut committed on 15 May 2015
@ocornut
Window: fixed child window sizing lag + minimum size clamping lag
ocornut committed on 15 May 2015
@ocornut
Popups: child popups (menus) hidden on their first frame the same way as regular popup
ocornut committed on 15 May 2015
@ocornut
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
@ocornut
ImVector: tweak growth strategy
ocornut committed on 15 May 2015
@ocornut
Metrics: do not count free(NULL) calls. Settings: contiguous allocations for ImGuiIniData.
ocornut committed on 15 May 2015
@ocornut
Metrics: metrics window shows popups list
ocornut committed on 15 May 2015
@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