2018-05-11 |
Data types: DragScalar, InputScalar: default parameters. Added IM_STATIC_ASSERT(). Comments.
omar
committed
on 11 May 2018
|
---|---|
Documentation tweaks, comments
omar
committed
on 11 May 2018
|
|
|
|
Viewport, Platform: Cleaned up xxx_UpdateMouseCursor() functions to make them more consistent. (#1542)
omar
committed
on 11 May 2018
|
|
Viewport, Platform: Win32: Fixed handling of io.WantSetMousePos + added a bunch of comments. GLFW, SDL2: Added handling of io.WantSetMousePos. (#1542)
omar
committed
on 11 May 2018
|
|
2018-05-10 |
Scrolling: Fixed a case where using SetScrollHere(1.0f) at the bottom of a window on the same frame the window height has been growing would have the scroll clamped using the previous height. (#1804)
omar
committed
on 10 May 2018
|
Viewport: Changed Monitor field to use Pos+Size (more consistent), changed FullMin,FullMax to MainPos,MainSize. Made main viewport accessible in PlatformIO on first frame. Fixed casing of ImGuiViewportFlags_TopMost flag. (#1542)
omar
committed
on 10 May 2018
|
|
2018-05-09 |
Combo: Horizontally offset items using WindowPadding instead of Indent, for consistency.
omar
committed
on 9 May 2018
|
Internals: Made ContentsRegionRect absolute to reduce confusion. Renamed InnerRect to InnerMainRect, renamed WindowRectClipper to OuterRectClipped.
omar
committed
on 9 May 2018
|
|
Internals: Nav: Extracted code into a NavClampToVisibleAreaForMoveDir() + fix debug code + inline some functions, removed obsolete EndChild() comment.
omar
committed
on 9 May 2018
|
|
TODO list update + Changelog and comments for #1803.
omar
committed
on 9 May 2018
|
|
Fixed clipboard paste memory leak in SDL examples. (#1803)
Elias Daler
authored
on 9 May 2018
omar
committed
on 9 May 2018
|
|
2018-05-08 |
Data types: Fix format srtings with leading blanks. Fix ColorEdit4() to not use obsolete formats (when using IMGUI_DISABLE_OBSOLETE_FUNCTIONS) (#643)
omar
committed
on 8 May 2018
|
Internals: Declaring DragBehavior, SliderBehavior in there (no warantee given) as they may be useful to custom widgets.
omar
committed
on 8 May 2018
|
|
Moved DragScalar, InputScalar, SliderScalar to imgui.h as well as ImGuiDataType (#320, #643, #708, #1011)
omar
committed
on 8 May 2018
|
|
Data types: Fixed empty format string (or no % specifier) breaking the parsing back of values.
omar
committed
on 8 May 2018
|
|
Fix to allow compiling in unity builds where stb_rectpack/stb_truetype may be already included in the same compilation unit.
omar
committed
on 8 May 2018
|
|
2018-05-07 |
Settings: Comments (#923, #993)
omar
committed
on 7 May 2018
|
|
|
Settings: Added LoadIniSettingsFromDisk(), LoadIniSettingsFromMemory(), SaveIniSettingsToDisk(), SaveIniSettingsToMemory(), io.WantSaveIniSettings. (#923, #993)
omar
committed
on 7 May 2018
|
|
Internals: Removed unnecessary allocation indirection for g.LogClipboard (this only made sense when there was a global context instance)
omar
committed
on 7 May 2018
|
|
imgui_freetype: skip missing glyphs as well to match our stb loader (#1671, #1703)
omar
committed
on 7 May 2018
|
|
Skip missing font glyphs V2 revert changes to stb_truetype.h (
omar
committed
on 7 May 2018
|
|
Skip missing font glyphs to 1) avoid using space for missing glyphs and 2) allow merging fonts with overlapping ranges. Demo: Fixed displaying ? instead of greyed out empty box. (#1671, #1703)
omar
committed
on 7 May 2018
|
|
Ran a spell checker for sanity.
omar
committed
on 7 May 2018
|
|
Examples: DirectX9: Comments, updated changelog, notes about usage of imconfig.h (#1790, #1687)
omar
committed
on 7 May 2018
|
|
add renderstate D3DRS_SHADEMODE for Dx9 impl
...
SR_team
authored
on 3 May 2018
omar
committed
on 7 May 2018
|
|
Viewports: Comments on ImGuiConfigFlags_DpiEnableScaleViewports and ImGuiConfigFlags_DpiEnableScaleFonts. (#1542)
omar
committed
on 7 May 2018
|
|
2018-05-04 |
SliderScalar, VSliderScalar(): Support for any data types. Tested with various ranges/limits. Note that Drag/Slider/Input currently fail if the format string doesn't preview the actual value. Will fix next. (#320, #643, #708, #1011)
omar
committed
on 4 May 2018
|