2019-05-12 |
Tweak EndGroup() to facilitate fixing #2550 later (currently should have no side-effect0. Demo: Add extra widget to status query test.
omar
committed
on 12 May 2019
|
---|---|
Fixed unused variables warnings when asserts are compiled out. (#2551)
Chris Savoie
authored
on 12 May 2019
omar
committed
on 12 May 2019
|
|
2019-05-11 |
Cast ImTextureId to void* before printing in Metrics window. (#2548)
omar
committed
on 11 May 2019
|
Platform Binding for GLFW updated with the release of GLFW 3.3 (#2547)
...
Alzathar
authored
on 11 May 2019
omar
committed
on 11 May 2019
|
|
FreeType: Added RasterizerFlags::Monochrome flag to disable font anti-aliasing. (#2545) Combine with RasterizerFlags::MonoHinting for best results.
HolyBlackCat
authored
on 9 May 2019
omar
committed
on 11 May 2019
|
|
IO: changed AddInputCharacter(unsigned short c) signature to AddInputCharacter(unsigned int c).
...
omar
committed
on 11 May 2019
|
|
2019-05-10 |
Fixed a PVS Studio static analyzer warning.
omar
committed
on 10 May 2019
|
|
|
Internal: Extracted some of the Begin code into RenderWindowDecorations().
omar
committed
on 10 May 2019
|
|
Internal: Extracted some of the Begin code into RenderWindowTitleBarContents().
omar
committed
on 10 May 2019
|
|
Internal: Begin: Update rectangles before Scrollbar() which now uses them. Fixes 39eeda0.
omar
committed
on 10 May 2019
|
|
Internal: Scrollbar: Further sane simplification (using InnerMainRect instead of duplicating calculations).
omar
committed
on 10 May 2019
|
|
Internal: Scrollbar: Extracted scrollbar code for other uses (eg. table v2 scrolling without using a child window).
omar
committed
on 10 May 2019
|
|
2019-05-09 |
Separator: Revert 1.70 "Declare its thickness (1.0f) to the layout" change (c5d83d8a). It's not incorrect but it breaks existing some layout patterns. Will return back to it when we expose Separator flags.
omar
committed
on 9 May 2019
|
Internals: Columns: Renamed fields. Comments and tweak. Moved a demo block.
omar
committed
on 9 May 2019
|
|
Internal: Refactored Separator into SeparatorEx(), exposed ImGuiSeparatorFlags_SpanAllColumns in imgui_internal.h and support without. (#759) + misc comments
omar
committed
on 9 May 2019
|
|
Columns: Fixed Separator from creating an extraneous draw command. Fixed Selectable with SpanAllColumns flag from creating an extraneous draw command. (#125)
omar
committed
on 9 May 2019
|
|
2019-05-08 |
Viewports: Minor tweaks. (#2471)
omar
committed
on 8 May 2019
|
Viewports: Fix to avoid SetNextWindowViewport being overrided by creation of a standalone viewport. (#2544, #1542)
omar
committed
on 8 May 2019
|
|
2019-05-07 |
Version 1.71 WIP + fixed minor typo
omar
committed
on 7 May 2019
|
2019-05-06 |
Version 1.70
omar
committed
on 6 May 2019
|
Examples: DirectX9: Fixes for multi-viewports. Avoid using a depth/stencil target for secondary viewport. (#2520, #2502)
omar
committed
on 6 May 2019
|
|
Examples: DirectX9: Fixes for multi-viewports, destroying all swap chains. (#2520, #2502)
omar
committed
on 6 May 2019
|
|
|
|
Examples: DirectX9/10/11: Taking reference to device + subsequent merge of this in docking will fix DX9 issue #2524
omar
committed
on 6 May 2019
|
|
Examples Readme and Changelog tweaks, added #2527, re-ordered examples/README alphabetically.
omar
committed
on 6 May 2019
|
|
Examples: Metal: Add GLFW+Metal example
Max Thrun
authored
on 1 May 2019
omar
committed
on 6 May 2019
|
|
2019-05-04 |
Removed git merge leftovers
ibachar
authored
on 4 May 2019
omar
committed
on 4 May 2019
|
2019-05-03 |
Window: Fixed SetNextWindowSizeConstraints() with non-rounded positions making windows drift. (#2067, #2530)
omar
committed
on 3 May 2019
|
Misc: Made IMGUI_CHECKVERSION() macro also check for matching size of ImDrawIdx.
omar
committed
on 3 May 2019
|