2015-08-20 |
InputText: intentionally ignore character input when ctrl/alt are held (not sure if correct) (#279)
ocornut
committed
on 20 Aug 2015
|
---|---|
2015-08-18 |
Build fix
ocornut
committed
on 18 Aug 2015
|
ImHash: defaults seed to zero + comment.
ocornut
committed
on 18 Aug 2015
|
|
2015-08-15 |
Added GetMousePosOnOpeningCurrentPopup().
ocornut
committed
on 15 Aug 2015
|
2015-08-13 |
Metrics window: shows indices along with triangles count (#299)
ocornut
committed
on 13 Aug 2015
|
ImGuiTextFilter: default parameter width=0.0f for no override, allow override with negative values
ocornut
committed
on 13 Aug 2015
|
|
ImGuiTextFilter::PassFilter() supports string range. Added [] helper to ImGuiTextBuffer.
ocornut
committed
on 13 Aug 2015
|
|
Demo: added simple Log demo
ocornut
committed
on 13 Aug 2015
|
|
2015-08-12 |
Renaming some argument to clarify the local vs screen coordinates
ocornut
committed
on 12 Aug 2015
|
IsWindowHovered() takes account of window hoverability (may be disabled because of a popup) + comment
...
ocornut
committed
on 12 Aug 2015
|
|
2015-08-09 |
Allow to override ImDrawIdx type (#292)
ocornut
committed
on 9 Aug 2015
|
Added assert on index overflow (#292)
ocornut
committed
on 9 Aug 2015
|
|
Minor code compaction (following #296)
ocornut
committed
on 9 Aug 2015
|
|
Minor Windows adjustments
Thomas Pöchtrager
committed
on 9 Aug 2015
|
|
2015-08-08 |
Merge branch 'master' of https://github.com/tpoechtrager/imgui into tpoechtrager-master
ocornut
committed
on 8 Aug 2015
|
Version number 1.45 WIP
ocornut
committed
on 8 Aug 2015
|
|
Added printf attribute to printf like text formatting functions
Thomas Pöchtrager
committed
on 8 Aug 2015
|
|
Version number 1.44
ocornut
committed
on 8 Aug 2015
|
|
2015-08-06 |
Cleanup (#219)
ocornut
committed
on 6 Aug 2015
|
Cleanup - using ImRect more consistently for ImGui-side cliprect data
ocornut
committed
on 6 Aug 2015
|
|
Cleanup - shuffle functions around (#219)
ocornut
committed
on 6 Aug 2015
|
|
2015-08-07 |
|
2015-08-05 |
Comments
ocornut
committed
on 5 Aug 2015
|
Merge branch 'master' into 2015-07-cleanup
ocornut
committed
on 5 Aug 2015
|
|
Comments
ocornut
committed
on 5 Aug 2015
|
|
Merge branch 'master' into 2015-07-cleanup
ocornut
committed
on 5 Aug 2015
|
|
InputFloat() fixed 0 decimal_precision
ocornut
committed
on 5 Aug 2015
|
|
RoundScalar() fallback use powf(10.f, -x) instead of 1.0f/powf(10.0f,x)
ocornut
committed
on 5 Aug 2015
|
|
|
|
InputInt() also hexadecimal input (awkwardly via ImGuiInputTextFlags_CharsHexadecimal but we will allow fmt string in InputInt* later)
...
ocornut
committed
on 5 Aug 2015
|