2019-04-04
@omar
Examples: Vulkan: Renamed QueuedFramesCount to FramesQueueSize. Moved Framebuffer, Backbuffer to FrameData structure. (#2071)
omar committed on 4 Apr 2019
@omar
Examples: Vulkan: Updated Changelog, removed debug code, tweaked code, made GLFW/SDL match each others. Initialize FrameDataForRender fields. Added Assertion. Clearing fields on DestroyFrameData(). (#2071)
omar committed on 4 Apr 2019
@omar
Examples: Vulkan: Fixed tabs->space, removed extraneous braces and empty lines. (#2071)
omar committed on 4 Apr 2019
@MindSpunk
Examples: Vulkan: Added calls to supports runtime changing back buffer count. (#2071)
MindSpunk authored on 8 Sep 2018 omar committed on 4 Apr 2019
@omar
Vulkan: Avoid passing negative coordinates to vkCmdSetScissor, which debug validation layers do not like.
omar committed on 4 Apr 2019
2019-04-03
@omar
Tabs to Spaces, comments.
omar committed on 3 Apr 2019
@omar
Renamed freeglut vcxproj files + Comments, Changelog (#2465)
omar committed on 3 Apr 2019
@Andrew Willmott
freeglut -> glut rename
Andrew Willmott authored on 3 Apr 2019 omar committed on 3 Apr 2019
@Andrew Willmott
ifdef freeglut extensions properly
Andrew Willmott authored on 2 Apr 2019 omar committed on 3 Apr 2019
@Andrew Willmott
Fixups for OSX
Andrew Willmott authored on 2 Apr 2019 omar committed on 3 Apr 2019
@Andrew Willmott
Add makefile for freeglut
Andrew Willmott authored on 2 Apr 2019 omar committed on 3 Apr 2019
@omar
Examples: Vulkan: Added shader sources/references in the .cpp source.
omar committed on 3 Apr 2019
@omar
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
@omar
InputText, Examples/SDL: Emulate \t input if back-end doesn't provide it. (#1336, #2467) ...
omar committed on 3 Apr 2019
@omar
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
@omar
InputText: Work-around for buggy standard libraries where isprint('\t') returns true. (#2467, #1336) ...
omar committed on 3 Apr 2019
2019-04-02
@omar
Examples: Vulkan: Using IM_ARRAYSIZE() where possible.
omar committed on 2 Apr 2019
@omar
Examples: Vulkan: Added missing support for 32-bit indices (#define ImDrawIdx unsigned int). + demo typo
omar committed on 2 Apr 2019
2019-03-31
@Nicolas Noble
Silencing -Wstack-protector (#2459)
Nicolas Noble authored on 31 Mar 2019 omar committed on 31 Mar 2019
2019-03-29
@omar
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
@omar
Examples: DirectX12: Various tidying up.
omar committed on 29 Mar 2019
@omar
Examples: OpenGL3: Minor tweaks, clarifications + not calling glBindBuffer more than necessary in the render loop.
omar committed on 29 Mar 2019
2019-03-28
@omar
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-26
@omar
Comments (#2441) + Freeglut fixes (#2430)
omar committed on 26 Mar 2019
2019-03-25
@omar
Rearrange code in UpdateMouseWheel(). (#2424, #1463) + Fix old io.FontAllowUserScaling feature (probably should be made obsolete, but until then best fixed)
omar committed on 25 Mar 2019
@Luca Rood
Implement horizontal scrolling with Shift+Scroll ...
Luca Rood authored on 16 Mar 2019 omar committed on 25 Mar 2019
@omar
InputText: Fixed selection background starts rendering one frame after the cursor movement when first transitioning from no-selection to has-selection. (Bug in 1.69) (#2436) [@Nazg-Gul]
omar committed on 25 Mar 2019
@omar
InputText: Simplify read-only code path.
omar committed on 25 Mar 2019
@omar
IsWindowHovered() made change which should have no effect in master but fix result of IsWindowHovered(ImGuiHoveredFlags_ChildWindows) over multiple viewport in docking branch. (#2432)
omar committed on 25 Mar 2019
2019-03-23
@Gnimuc
Mention Julia binding in README (#2446) ...
Gnimuc authored on 23 Mar 2019 omar committed on 23 Mar 2019