|
@@ -30,10 +30,11 @@ HOW TO UPDATE?
|
|
|
|
|
|
|
|
|
|
-----------------------------------------------------------------------
|
|
-----------------------------------------------------------------------
|
|
- VERSION 1.73 WIP (In Progress)
|
|
|
|
|
|
+ VERSION 1.73 (Released 2019-09-24)
|
|
-----------------------------------------------------------------------
|
|
-----------------------------------------------------------------------
|
|
|
|
|
|
Other Changes:
|
|
Other Changes:
|
|
|
|
+
|
|
- Nav, Scrolling: Added support for Home/End key. (#787)
|
|
- Nav, Scrolling: Added support for Home/End key. (#787)
|
|
- ColorEdit: Disable Hue edit when Saturation==0 instead of letting Hue values jump around.
|
|
- ColorEdit: Disable Hue edit when Saturation==0 instead of letting Hue values jump around.
|
|
- ColorEdit, ColorPicker: In HSV display of a RGB stored value, attempt to locally preserve Hue
|
|
- ColorEdit, ColorPicker: In HSV display of a RGB stored value, attempt to locally preserve Hue
|
|
@@ -63,7 +64,7 @@ Other Changes:
|
|
mostly for consistency. (#2159, #2160) [@goran-w]
|
|
mostly for consistency. (#2159, #2160) [@goran-w]
|
|
- Selectable: Added ImGuiSelectableFlags_AllowItemOverlap flag in public api (was previously internal only).
|
|
- Selectable: Added ImGuiSelectableFlags_AllowItemOverlap flag in public api (was previously internal only).
|
|
- Style: Allow style.WindowMenuButtonPosition to be set to ImGuiDir_None to hide the collapse button. (#2634, #2639)
|
|
- Style: Allow style.WindowMenuButtonPosition to be set to ImGuiDir_None to hide the collapse button. (#2634, #2639)
|
|
-- Font: Better ellipsis drawing implementation. Instead of drawing three pixel-ey dots (which was glaringly
|
|
|
|
|
|
+- Font: Better ellipsis ("...") drawing implementation. Instead of drawing three pixel-ey dots (which was glaringly
|
|
unfitting with many types of fonts) we first attempt to find a standard ellipsis glyphs within the loaded set.
|
|
unfitting with many types of fonts) we first attempt to find a standard ellipsis glyphs within the loaded set.
|
|
Otherwise we render ellipsis using '.' from the font from where we trim excessive spacing to make it as narrow
|
|
Otherwise we render ellipsis using '.' from the font from where we trim excessive spacing to make it as narrow
|
|
as possible. (#2775) [@rokups]
|
|
as possible. (#2775) [@rokups]
|
|
@@ -84,7 +85,7 @@ Other Changes:
|
|
one of the VkSampleCountFlagBits values to use, default is non-multisampled as before. (#2705, #2706) [@vilya]
|
|
one of the VkSampleCountFlagBits values to use, default is non-multisampled as before. (#2705, #2706) [@vilya]
|
|
- Examples: OSX: Fix example_apple_opengl2/main.mm not forwarding mouse clicks and drags correctly. (#1961, #2710)
|
|
- Examples: OSX: Fix example_apple_opengl2/main.mm not forwarding mouse clicks and drags correctly. (#1961, #2710)
|
|
[@intonarumori, @ElectricMagic]
|
|
[@intonarumori, @ElectricMagic]
|
|
-- Misc: Updated stb_rect_pack from 0.99 to 1.00 (fixes by @rygorous: off-by-1 bug in best-fit heuristic,
|
|
|
|
|
|
+- Misc: Updated stb_rect_pack.h from 0.99 to 1.00 (fixes by @rygorous: off-by-1 bug in best-fit heuristic,
|
|
fix handling of rectangles too large to fit inside texture). (#2762) [@tido64]
|
|
fix handling of rectangles too large to fit inside texture). (#2762) [@tido64]
|
|
|
|
|
|
|
|
|