2017-08-14 |
TODO list update
omar
committed
on 14 Aug 2017
|
---|---|
Renamed
omar
committed
on 14 Aug 2017
|
|
TODO list update (merging a first batch of things I had laying around, +60 entries)
omar
committed
on 14 Aug 2017
|
|
ImFont::CalcWordWrapPositionA: minor optimization
omar
committed
on 14 Aug 2017
|
|
PlotHistogram: bars are drawn based on the position of zero (#828)
omar
committed
on 14 Aug 2017
|
|
Revert d2c219d #826 + tidying up ImFont::RenderChar()
omar
committed
on 14 Aug 2017
|
|
Comments (#1034)
omar
committed
on 14 Aug 2017
|
|
Moved TODO list to TODO.txt
omar
committed
on 14 Aug 2017
|
|
Merge pull request #826 from swetland/patch
...
omar
authored
on 14 Aug 2017
GitHub
committed
on 14 Aug 2017
|
|
2017-08-13 |
Window size can be loaded from .ini data even if ImGuiWindowFlags_NoResize flag is set (#1048, #1056)
omar
committed
on 13 Aug 2017
|
Style: Tweaked default border (which is off by default) to be less noticeable (#707, #1019)
omar
committed
on 13 Aug 2017
|
|
|
|
Style: renamed ImGuiCol_Columns_*** to ImGuiCol_Separator_*** (BREAKING), Separator() uses this color as well. (#707, #1019)
omar
committed
on 13 Aug 2017
|
|
PathArcToFast: Minor renaming for clarification. Comments.
omar
committed
on 13 Aug 2017
|
|
Fonts: Adding references to the fact that .OTF fonts are supported (but haven't renamed the entry points)
omar
committed
on 13 Aug 2017
|
|
2017-08-11 |
Merge pull request #1277 from luk1337/master
...
omar
authored
on 11 Aug 2017
GitHub
committed
on 11 Aug 2017
|
|
|
Fixed (unlikely) Ini saving crash if the ImGuiWindowFlags_NoSavedSettings gets removed from a window after its creation (#1000) + minor FAQ tweaks
omar
committed
on 11 Aug 2017
|
|
Update README.md (small wording bits, inspired by #1093)
omar
authored
on 11 Aug 2017
GitHub
committed
on 11 Aug 2017
|
|
Examples: OpenGL3+SDL: Fix types to uses GlEnum (#1147)
omar
committed
on 11 Aug 2017
|
|
Merge pull request #1147 from TinyTinni/master
...
omar
authored
on 11 Aug 2017
GitHub
committed
on 11 Aug 2017
|
|
Demo: Consoles: Added "Copy" button to demonstrate LogToClipboard
omar
committed
on 11 Aug 2017
|
|
2017-08-10 |
RenderArrow(): fix warning. re-orderer lines to match enum order.
omar
committed
on 10 Aug 2017
|
Documentation tweaks
omar
committed
on 10 Aug 2017
|
|
Renamed ImGuiSetCond_XXX type and enums to ImGuiCond_XXX, kept old enums under #ifdef IMGUI_DISABLE_OBSOLETE_FUNCTIONS
omar
committed
on 10 Aug 2017
|
|
2017-08-09 |
ColorPicker: Fixes for when ImGuiColorEditFlags_NoOptions flag is set: always read a default picker type + forward flag to sub ColorEdit widgets. (#346)
omar
committed
on 9 Aug 2017
|
Removed old ValueColor() helpers. (#346)
omar
committed
on 9 Aug 2017
|
|
RenderCheckMark() tidying up
omar
committed
on 9 Aug 2017
|
|
Added ImFontAtlas::GlyphRangesBuilder helper + doc
omar
committed
on 9 Aug 2017
|
|
Comments, FAQ entry (#586, #1105)
omar
committed
on 9 Aug 2017
|