2017-09-26 |
ImFont: Renamed (supposedly internal) fields (e.g. XAdvance to AdvanceX). Custom text renderers might be affected if they didn't use the GetCharAdvance() helper function.
omar
committed
on 26 Sep 2017
|
---|---|
ImFont: Renamed ImFont::Glyph to ImFontGlyph (for consistency and so ImFontAtlas types can use it without ordering half of the file). Left a redirection type.
omar
committed
on 26 Sep 2017
|
|
2017-09-25 |
Demo: Fixed overlay demo keeps resizing (in case, e.g.: font changes)
omar
committed
on 25 Sep 2017
|
SetNextWindowPos: added a ImVec2 pivot parameter for positioning a given a center, bottom-right position, etc. As a generalization of SetNextWindowPosCenter() which is now obsolete. This will be useful for combo-like popups as well.
...
omar
committed
on 25 Sep 2017
|
|
2017-09-18 |
Added io.WantMoveMouse flags from Nav branch so Examples/Binding can already implement it. (#787)
omar
committed
on 18 Sep 2017
|
Merge branch 'master' into styles
omar
committed
on 18 Sep 2017
|
|
2017-09-06 |
Demo: Not using the undesirable Begin() overload.
omar
committed
on 6 Sep 2017
|
2017-08-29 |
Demo: Minor coding style tweaks so bgfx copy needs less patching.
omar
committed
on 29 Aug 2017
|
2017-08-25 |
Marked all fmt + va_list functions with format attribute so GCC/Clang can warn about them. Not ignoring -Wsuggest-attribute=format anymore for GCC/Clang.
omar
committed
on 25 Aug 2017
|
Version 1.52 WIP
omar
committed
on 25 Aug 2017
|
|
2017-08-24 |
Version 1.51
omar
committed
on 24 Aug 2017
|
Demo: Displaying version number in test window.
omar
committed
on 24 Aug 2017
|
|
2017-08-20 |
Columns: Fix for explicit content width and scrollbar. (#519, #125)
omar
committed
on 20 Aug 2017
|
Demo: Columns: Added Horizontal Scrolling demo. Tweaked another Columns demo. (#519, #125, #913)
omar
committed
on 20 Aug 2017
|
|
Columns: Moved BeginColumns/EndColumns/flags from #913 to imgui_internals.h + minor shallow tweaks. Removed demo code temporarily. (#125)
omar
committed
on 20 Aug 2017
|
|
Merge branch 'master' of https://github.com/ggtucker/imgui into ggtucker-master
...
omar
committed
on 20 Aug 2017
|
|
Renamed GetStyleColName() to GetStyleColorName() for consistency. Extra comments in Api Breaking Changes section.
omar
committed
on 20 Aug 2017
|
|
Added PushStyleColor(ImGuiCol idx, ImU32 col) overload. (Which _might_ cause an "ambiguous call" compilation error if you are using ImColor() with implicit cast. Cast to ImU32 or ImVec4 explicily to fix.)
omar
committed
on 20 Aug 2017
|
|
2017-08-17 |
|
2017-08-16 |
Demo: Tweaked Fonts section.
omar
committed
on 16 Aug 2017
|
Marked the weird IMGUI_ONCE_UPON_A_FRAME helper macro as obsolete. prefer using the more explicit ImGuiOnceUponAFrame. Removed the broken __LINE__ from IMGUI_ONCE_UPON_A_FRAME
omar
committed
on 16 Aug 2017
|
|
2017-08-15 |
Demo: style editor output tweak so it is easier to modify the output code.. + TODO list update
omar
committed
on 15 Aug 2017
|
2017-08-14 |
Comments
omar
committed
on 14 Aug 2017
|
2017-08-13 |
|
2017-08-11 |
Demo: Consoles: Added "Copy" button to demonstrate LogToClipboard
omar
committed
on 11 Aug 2017
|
2017-08-10 |
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-08 |
Demo: Rearranged everything under Widgets in a more consistent way.
omar
committed
on 8 Aug 2017
|
Demo: Merged a few demo tweaks from navigation branch to minimize drift.
omar
committed
on 8 Aug 2017
|
|
Added SetColorEditOptions(). ColorPicker4: context menu to select picker type and alpha bar. Reorganized flags (again!). (#346)
omar
committed
on 8 Aug 2017
|
|
2017-08-07 |
Demo: Color widget demo tweaks (#346)
omar
committed
on 7 Aug 2017
|