2017-08-15
@omar
Style: Moved position of ImGuiCol_TitleBgCollapsed
omar committed on 15 Aug 2017
@omar
ColorEdit4: Added "Copy as..." option in context menu (#346)
omar committed on 15 Aug 2017
@omar
Demo: style editor output tweak so it is easier to modify the output code.. + TODO list update
omar committed on 15 Aug 2017
@omar
Combo, Inputint, InputFloat, ColorEdit4 all use the small size for little square
omar committed on 15 Aug 2017
2017-08-14
@omar
Comments
omar committed on 14 Aug 2017
@omar
ImVector: added resize() variant with initialization value
omar committed on 14 Aug 2017
@omar
Merge branch 'master' into styles
omar committed on 14 Aug 2017
@omar
TODO list update
omar committed on 14 Aug 2017
@omar
Renamed
omar committed on 14 Aug 2017
@omar
TODO list update (merging a first batch of things I had laying around, +60 entries)
omar committed on 14 Aug 2017
@omar
ImFont::CalcWordWrapPositionA: minor optimization
omar committed on 14 Aug 2017
@omar
PlotHistogram: bars are drawn based on the position of zero (#828)
omar committed on 14 Aug 2017
@omar
Revert d2c219d #826 + tidying up ImFont::RenderChar()
omar committed on 14 Aug 2017
@omar
Comments (#1034)
omar committed on 14 Aug 2017
@omar
Moved TODO list to TODO.txt
omar committed on 14 Aug 2017
@omar
Merge pull request #826 from swetland/patch ...
omar authored on 14 Aug 2017 GitHub committed on 14 Aug 2017
@omar
Style: Moving code in a function to make incoming diff easier to parse.
omar committed on 14 Aug 2017
2017-08-13
@omar
Window size can be loaded from .ini data even if ImGuiWindowFlags_NoResize flag is set (#1048, #1056)
omar committed on 13 Aug 2017
@omar
Style: Tweaked default border (which is off by default) to be less noticeable (#707, #1019)
omar committed on 13 Aug 2017
@omar
Demo: Fixed conflicting id introduced in be96284 . Added tooltip.
omar committed on 13 Aug 2017
@omar
Style: renamed ImGuiCol_Columns_*** to ImGuiCol_Separator_*** (BREAKING), Separator() uses this color as well. (#707, #1019)
omar committed on 13 Aug 2017
@omar
PathArcToFast: Minor renaming for clarification. Comments.
omar committed on 13 Aug 2017
@omar
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
@omar
Merge pull request #1277 from luk1337/master ...
omar authored on 11 Aug 2017 GitHub committed on 11 Aug 2017
@LuK1337
Fix broken ImGuiColorEditFlags_NoAlpha flag check ...
LuK1337 committed on 11 Aug 2017
@omar
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
@omar
Update README.md (small wording bits, inspired by #1093)
omar authored on 11 Aug 2017 GitHub committed on 11 Aug 2017
@omar
Examples: OpenGL3+SDL: Fix types to uses GlEnum (#1147)
omar committed on 11 Aug 2017
@omar
Merge pull request #1147 from TinyTinni/master ...
omar authored on 11 Aug 2017 GitHub committed on 11 Aug 2017
@omar
Demo: Consoles: Added "Copy" button to demonstrate LogToClipboard
omar committed on 11 Aug 2017