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
|
|
ImFontAtlas: Comments and minor reorganization of declaration in header file.
omar
committed
on 26 Sep 2017
|
|
ImFont: Split some building code into a AddGlyph() helper (that custom rect code and imgui_freetype can use)
omar
committed
on 26 Sep 2017
|
|
Merge branch 'master' into navigation
omar
committed
on 26 Sep 2017
|
|
Comments, debug code (commented), todo list
omar
committed
on 26 Sep 2017
|
|
Fix static misusage error with decent compilers. Error introduced in
4b82759
omar
committed
on 26 Sep 2017
|
|
2017-09-25 |
Merge branch 'master' into navigation
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 navigation
omar
committed
on 18 Sep 2017
|
|
Merge branch 'master' into styles
omar
committed
on 18 Sep 2017
|
|
2017-09-06 |
|
Internals: moved ButtonRepeat and AllowKeyboardFocus bools/stacks to a generic ItemFlags stack. Merged from Navigation branch.
omar
committed
on 6 Sep 2017
|
|
|
|
2017-09-01 |
Added IsWindowAppearing().
omar
committed
on 1 Sep 2017
|
Removed 2 obsolete redirection functions (obsoleted 26+ months ago).
omar
committed
on 1 Sep 2017
|
|
2017-08-29 |
|
Added GetKeyPressedAmount() (from Nav branch) to be able to measure fast repeat rate accurately. Added internal CalcTypematicPressedRepeatAmount() function.
omar
committed
on 29 Aug 2017
|
|
Merge various minor things (supposedly harmless) from Navigation branch into Master to reduce differences. (#787)
omar
committed
on 29 Aug 2017
|
|
2017-08-26 |
|
Added IsMousePosValid() helper.
omar
committed
on 26 Aug 2017
|
|
2017-08-25 |
ImFontConfig: Added RasterizerMultiply option to alter the brightness of individual fonts at rasterization time, which may help increasing readability for some. Added RasterizerFlags for custom rasterizer flags (aka imgui_freetype)
omar
committed
on 25 Aug 2017
|
ImFontConfig: Comments, const.
omar
committed
on 25 Aug 2017
|
|
IO: io.MousePos needs to be set to ImVec2(-FLT_MAX,-FLT_MAX) when mouse is unavailable/missing. Previously ImVec2(-1,-1) was enough but we'll now accept negative mouse coordinates.
omar
committed
on 25 Aug 2017
|
|
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
|
2017-08-22 |
|