2015-05-03 |
Removed style.AutoFitPadding, using style.WindowPadding makes more sense (the default values were already the same).
ocornut
committed
on 3 May 2015
|
---|---|
Autofit cancel out one worth of vertical spacing for correct symmetry (group and tooltip already do that)
ocornut
committed
on 3 May 2015
|
|
Popup auto-border doesn't spread to its childs #197
ocornut
committed
on 3 May 2015
|
|
Popup have borders by default #197 attenuated border alpha in default theme
ocornut
committed
on 3 May 2015
|
|
Plot: overlay label clipped within frame when bigger than frame
ocornut
committed
on 3 May 2015
|
|
2015-05-02 |
Popups, Tooltips: fit within display. Hidden during size calculation. Fixed popups flicker when changing size.
...
ocornut
committed
on 2 May 2015
|
|
|
Comments, tweaks, metrics window tweak
ocornut
committed
on 2 May 2015
|
|
Tidying up Begin(): using local copy of 'flags' for brevity
ocornut
committed
on 2 May 2015
|
|
|
|
Renamed Visible->Active internally
ocornut
committed
on 2 May 2015
|
|
InputText: fixed incorrect edit state after text buffer is modified by user through callback #206
ocornut
committed
on 2 May 2015
|
|
|
|
Build fix
ocornut
committed
on 2 May 2015
|
|
Tidying up Begin(): separated blocks needed for auto-resize so it can be moved above position calculation later
ocornut
committed
on 2 May 2015
|
|
Tidying up Begin() separated blocks needed for auto-resize so it can be moved above position calculation later
...
ocornut
committed
on 2 May 2015
|
|
Tidying up Begin()
ocornut
committed
on 2 May 2015
|
|
Tidying up. Re-arranged the (first_begin_of_the_frame) blocks in Begin() for further changes.
...
ocornut
committed
on 2 May 2015
|
|
2015-05-01 |
Examples: AutoResize demo doesn't use TextWrapped()
ocornut
committed
on 1 May 2015
|
Tooltip: fit within display. Added style.DisplayWindowPadding, style.DisplaySafeAreaPadding now strictly for popups/menus.
ocornut
committed
on 1 May 2015
|
|
Comments
ocornut
committed
on 1 May 2015
|
|
2015-04-28 |
Added IsKeyDown() IsMouseDown() as convenience instead of reading into IO structures
...
ocornut
committed
on 28 Apr 2015
|
Columns() distinguish columns-set ID from other widgets as a convenience, added asserts, added more sailors
ocornut
committed
on 28 Apr 2015
|
|
2015-04-27 |
Separator() within group start on group horizontal offset #205
ocornut
committed
on 27 Apr 2015
|
2015-04-26 |
|
2015-04-24 |
Fixed build with Visual Studio 2008 or earlier (via PR #203)
ocornut
committed
on 24 Apr 2015
|
2015-04-21 |
Added ImGuiStorage::GetVoidPtrRef()
ocornut
committed
on 21 Apr 2015
|
Version number 1.39 WIP
ocornut
committed
on 21 Apr 2015
|
|
2015-04-19 |
Selectable() render into AutoFitPadding only when full-fitting (fix
aac9981 )
ocornut
committed
on 19 Apr 2015
|
Added DragFloat2, DragFloat3, DragFloat4, DragInt2, DragInt3, DragInt4.
ocornut
committed
on 19 Apr 2015
|