2015-04-16 |
Fixed warning: missing initializer for member.
Branimir Karadžić
committed
on 16 Apr 2015
|
---|---|
Fixed: warning: declaration shadows a local variable
Branimir Karadžić
committed
on 16 Apr 2015
|
|
Fixed: warning: missing field 'w' initializer [-Wmissing-field-initializers]
Branimir Karadžić
committed
on 16 Apr 2015
|
|
TODO list
ocornut
committed
on 16 Apr 2015
|
|
Fixed hovering over a popup's child (popups disable hovering on other windows but not their childs) #197
ocornut
committed
on 16 Apr 2015
|
|
2015-04-14 |
Tweak date/credits
ocornut
committed
on 14 Apr 2015
|
2015-04-13 |
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
|
|
Active widgets is not clipped, so it can always release its active state (mentioned in #143)
...
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() fixed clamping #180
ocornut
committed
on 12 Apr 2015
|
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
|
|
Remove stray tabs
ocornut
committed
on 12 Apr 2015
|
|
Comment on the newly added binary_to_compressed_c.cpp helper program
ocornut
committed
on 12 Apr 2015
|
|
2015-04-11 |
Fixed prototypes
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 |
ImDrawList: Minor optimisation.
ocornut
committed
on 9 Apr 2015
|
Warning fix.
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
|
|
ImDrawList: inline AddVtx() calls for profit in highly debug builds
ocornut
committed
on 9 Apr 2015
|
|
ImDrawList: internal refactoring toward a following commit for indexed rendering.
ocornut
committed
on 9 Apr 2015
|
|
Tweaks.
ocornut
committed
on 9 Apr 2015
|
|
Fix rounded frames to follow previous change
ocornut
committed
on 9 Apr 2015
|
|
Renamed AddArcFast() parameter 'tris' to 'filled'
ocornut
committed
on 9 Apr 2015
|
|
Merge branch 'master' of https://github.com/ocornut/imgui
ocornut
committed
on 9 Apr 2015
|
|
|
|
fix unused variable warning by clang
Stephan Dilly
committed
on 9 Apr 2015
|