2018-02-06
@omar
Merge branch 'master' into context
omar committed on 6 Feb 2018
@omar
ImVec2: added [] operator. This is becoming desirable for some types of code, better added sooner than later.
omar committed on 6 Feb 2018
@omar
Drag and Drop: TreeNode as drop target displays rectangle over full frame. Added optional internal storage for item display rect. Will expose later. (#1597, #143)
omar committed on 6 Feb 2018
@omar
Internals: TreeNode: Renaming local to be more consistent with other widgets.
omar committed on 6 Feb 2018
@omar
Internals: Refactored bool LastItemRectHovered into flags. (#1597)
omar committed on 6 Feb 2018
2018-02-05
@omar
Examples: SDL: Using SDL_GetPerformanceCounter() / SDL_GetPerformanceFrequency() to handle framerate over 1000 fps properly. Noticed bad inputs artefacts in Nav branch at 2000 fps without this. (#996)
omar committed on 5 Feb 2018
@omar
Examples: SDL2: Enabling vsync. Using scancode consistently, fixed keyboard weirdness.
omar committed on 5 Feb 2018
@omar
Tooltip: BeginTooltip() sets NoInputs flag.
omar committed on 5 Feb 2018
@omar
Style: Fixed missing style.MouseCursorScale initialization (#939), messed up original commit badly.
omar committed on 5 Feb 2018
@omar
Merging the minor/shallow changes from Navigation branch.
omar committed on 5 Feb 2018
@omar
Internals: ImRect: Added IsInverted() helper.
omar committed on 5 Feb 2018
@omar
imgui_freetype: comments about correct blending and sRGB (#618, #578)
omar committed on 5 Feb 2018
@omar
Removed root .gitignore. (#1594)
omar committed on 5 Feb 2018
@omar
Merge pull request #1594 from gerryhernandez/fix-apple-example ...
omar authored on 5 Feb 2018 GitHub committed on 5 Feb 2018
2018-02-04
@Gerry Hernandez
Fix iOS code; fixes entire XCode build for Apple example
Gerry Hernandez committed on 4 Feb 2018
@omar
imgui_freetype: Documentation, tweaks. (#618)
omar committed on 4 Feb 2018
@omar
Moved imgui_freetype from imgui_club (#618)
omar committed on 4 Feb 2018
@omar
Style Added style.MouseCursorScale, may remove (#939).
omar committed on 4 Feb 2018
2018-02-01
@omar
Natvis: Showing some flags for ImGuiWindow.
omar committed on 1 Feb 2018
@omar
CloseButton: Fixed cross positioning.
omar committed on 1 Feb 2018
@omar
Internals: Renamed CloseInactivePopups() to a better ClosePopupsOverWindow(). Exposed in imgui_internal.h
omar committed on 1 Feb 2018
2018-01-31
@omar
Internal: Avoid needlessly bringing parent of front-most child back to front. This is mostly to reduce flicker/confusion in Metrics when traversing windows. We could aim at separating the child windows from non-child windows at some point.
omar committed on 31 Jan 2018
@omar
Demo: Tweaked the Child demos, added a menu bar to the second child to test some navigation functions.
omar committed on 31 Jan 2018
@omar
Log: Comments and extraneous assets to clarify intent. (#1584)
omar committed on 31 Jan 2018
@omar
Merge branch 'master' into context
omar committed on 31 Jan 2018
@omar
Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569)
omar committed on 31 Jan 2018
@omar
Comments
omar committed on 31 Jan 2018
2018-01-30
@omar
Examples: Apple: Tweak code and sync with other examples better (untested).
omar committed on 30 Jan 2018
@omar
Examples: Using Dark theme by default. (#707). Tweaked demo code.
omar committed on 30 Jan 2018
@omar
Style: Enable window border by default. (#707)
omar committed on 30 Jan 2018