2015-05-01 |
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
|
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 |
Removed comment
ocornut
committed
on 19 Apr 2015
|
Added DragFloat2, DragFloat3, DragFloat4, DragInt2, DragInt3, DragInt4.
ocornut
committed
on 19 Apr 2015
|
|
Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering
ocornut
committed
on 19 Apr 2015
|
|
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut
committed
on 19 Apr 2015
|
|
Version number 1.38
ocornut
committed
on 19 Apr 2015
|
|
2015-04-14 |
Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering
...
ocornut
committed
on 14 Apr 2015
|
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
...
ocornut
committed
on 14 Apr 2015
|
|
2015-04-13 |
fix outdated documentation
Stephan Dilly
committed
on 13 Apr 2015
|
Renamed IsClipped() to IsRectClipped(). Kept inline redirection function (will obsolete).
ocornut
committed
on 13 Apr 2015
|
|
Added IsItemVisible(). Made IsClipped() also return false when log is enabled.
ocornut
committed
on 13 Apr 2015
|
|
Added ResetMouseDragDelta() for iterative dragging operations
ocornut
committed
on 13 Apr 2015
|
|
Added PushId() GetId() variants that takes string range to avoid user making unnecessary copies
ocornut
committed
on 13 Apr 2015
|
|
2015-04-12 |
DragFloat() added power parameter for logarithmic drag on both side of zero #180
ocornut
committed
on 12 Apr 2015
|
DragFloat() latch value internally, allows finer control, honor precision settings, slow step with integer works #180
ocornut
committed
on 12 Apr 2015
|
|
DragInt() step given as float to allow finer control of speed #180
ocornut
committed
on 12 Apr 2015
|
|
DragFloat() latch value internally, allows finer control, honor precision settings, slow step with integer works #180
ocornut
committed
on 12 Apr 2015
|
|
2015-04-11 |
Added ImFontAtlas::AddFontFromCompressedTTF() helper + binary_to_compressed_c.cpp tool
ocornut
committed
on 11 Apr 2015
|
Added ImFontAtlas::AddFontFromCompressedTTF() helper + binary_to_compressed_c.cpp tool
ocornut
committed
on 11 Apr 2015
|
|
2015-04-09 |
AA branch: Fixes.
ocornut
committed
on 9 Apr 2015
|
AA branch: Test disabling aa at runtime for stroke and fill.
ocornut
committed
on 9 Apr 2015
|
|
AA branch: remove code unnecessary for this branch.
ocornut
committed
on 9 Apr 2015
|
|
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
...
ocornut
committed
on 9 Apr 2015
|
|
Indexed rendering. Not in main branch because breaks rendering code too much. Will merge in trunk along with more major graphics changes lat
ocornut
committed
on 9 Apr 2015
|
|
ImDrawList: bits of renaming.
ocornut
committed
on 9 Apr 2015
|
|
Renamed io.MetricsVertices to io.MetricsRenderVertices
ocornut
committed
on 9 Apr 2015
|