2019-04-04 |
Merge branch 'master' into docking
omar
committed
on 4 Apr 2019
|
---|---|
Vulkan: Avoid passing negative coordinates to vkCmdSetScissor, which debug validation layers do not like.
omar
committed
on 4 Apr 2019
|
|
Viewport: Fixed PushClipRectFullScreen() missing out on negative coordinates. Among other things, the outer highlight during CTRL+Tab wouldn't appear in negative coordinates monitors. (~#2176, #1542)
omar
committed
on 4 Apr 2019
|
|
2019-04-03 |
Tabs to Spaces, comments.
omar
committed
on 3 Apr 2019
|
Renamed freeglut vcxproj files + Comments, Changelog (#2465)
omar
committed
on 3 Apr 2019
|
|
freeglut -> glut rename
Andrew Willmott
authored
on 3 Apr 2019
omar
committed
on 3 Apr 2019
|
|
ifdef freeglut extensions properly
Andrew Willmott
authored
on 2 Apr 2019
omar
committed
on 3 Apr 2019
|
|
Fixups for OSX
Andrew Willmott
authored
on 2 Apr 2019
omar
committed
on 3 Apr 2019
|
|
Add makefile for freeglut
Andrew Willmott
authored
on 2 Apr 2019
omar
committed
on 3 Apr 2019
|
|
Examples: Vulkan: Added shader sources/references in the .cpp source.
omar
committed
on 3 Apr 2019
|
|
|
|
InputText: Made Shift+Tab consistently do nothing regardless of whether the back-end emits both char and keys or just keys. (#2467, #1336)
omar
committed
on 3 Apr 2019
|
|
InputText, Examples/SDL: Emulate \t input if back-end doesn't provide it. (#1336, #2467)
...
omar
committed
on 3 Apr 2019
|
|
InputText: Fixed ImGuiInputTextFlags_AllowTabInput leading to two tabs characters being inserted if the back-end provided both Key and Character input. (#2467, #1336)
omar
committed
on 3 Apr 2019
|
|
InputText: Work-around for buggy standard libraries where isprint('\t') returns true. (#2467, #1336)
...
omar
committed
on 3 Apr 2019
|
|
2019-04-02 |
Examples: Vulkan: Using IM_ARRAYSIZE() where possible.
omar
committed
on 2 Apr 2019
|
Examples: Vulkan: Added missing support for 32-bit indices (#define ImDrawIdx unsigned int). + demo typo
omar
committed
on 2 Apr 2019
|
|
2019-03-31 |
Silencing -Wstack-protector (#2459)
Nicolas Noble
authored
on 31 Mar 2019
omar
committed
on 31 Mar 2019
|
2019-03-29 |
Examples: DirectX9: Fixed erroneous assert in ImGui_ImplDX9_InvalidateDeviceObjects(). FreeType: Fixed suggested code to not require an initial build call.. (#2454)
omar
committed
on 29 Mar 2019
|
Examples: DirectX12: Various tidying up.
omar
committed
on 29 Mar 2019
|
|
Examples: OpenGL3: Minor tweaks, clarifications + not calling glBindBuffer more than necessary in the render loop.
omar
committed
on 29 Mar 2019
|
|
2019-03-28 |
Docking: Fixed focus restore lagging by a frame when a tab stops being submitted. (#2109) Building on a little build of technical debt there, should transition toward a more general docking-agnostic system (#2304)
omar
committed
on 28 Mar 2019
|
Viewport: Renamed member + added note about a Docking issue with restoring focus.
omar
committed
on 28 Mar 2019
|
|
Docking: Remove code in BeginDocked() to set HiddenFramesCannotSkipItems based on upcoming tab bar selection, solely based on focus (might break something subtle?). Follow-up to
c355ed1 . (#2453, #2109)
omar
committed
on 28 Mar 2019
|
|
Docking: Disable SkipItems when directly/programmatically focused (possible generalization of code currently in BeginDocked which relies on tab bar interaction, will remove that code in next commit). (#2453, #2109)
omar
committed
on 28 Mar 2019
|
|
|
|
Internals: Renamed the ImGuiWindow HiddenFrameXXX fields to decorrelate them from resizing behavior, as those values are set by other logic.
omar
committed
on 28 Mar 2019
|
|
2019-03-27 |
Docking: Added ImGuiDockNodeFlags_NoTabBar (not exposed publicly). (#2423, #2109)
omar
committed
on 27 Mar 2019
|
Docking: Internals: Moved CentralNode and HiddenTabBar state into LocalFlags for consistency. (#2423, #2109)
omar
committed
on 27 Mar 2019
|
|
Docking: Separating SharedFlags vs LocalFlags in dock node so settings can be applied to individual nodes. Made _NoResize logic on single node applies as expected. (#2423, #2109)
omar
committed
on 27 Mar 2019
|