2018-02-06 |
Merge branch 'master' into context
omar
committed
on 6 Feb 2018
|
---|---|
ImVec2: added [] operator. This is becoming desirable for some types of code, better added sooner than later.
omar
committed
on 6 Feb 2018
|
|
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
|
|
Internals: TreeNode: Renaming local to be more consistent with other widgets.
omar
committed
on 6 Feb 2018
|
|
Internals: Refactored bool LastItemRectHovered into flags. (#1597)
omar
committed
on 6 Feb 2018
|
|
2018-02-05 |
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
|
Examples: SDL2: Enabling vsync. Using scancode consistently, fixed keyboard weirdness.
omar
committed
on 5 Feb 2018
|
|
Tooltip: BeginTooltip() sets NoInputs flag.
omar
committed
on 5 Feb 2018
|
|
Style: Fixed missing style.MouseCursorScale initialization (#939), messed up original commit badly.
omar
committed
on 5 Feb 2018
|
|
Merging the minor/shallow changes from Navigation branch.
omar
committed
on 5 Feb 2018
|
|
Internals: ImRect: Added IsInverted() helper.
omar
committed
on 5 Feb 2018
|
|
imgui_freetype: comments about correct blending and sRGB (#618, #578)
omar
committed
on 5 Feb 2018
|
|
Removed root .gitignore. (#1594)
omar
committed
on 5 Feb 2018
|
|
Merge pull request #1594 from gerryhernandez/fix-apple-example
...
omar
authored
on 5 Feb 2018
GitHub
committed
on 5 Feb 2018
|
|
2018-02-04 |
Fix iOS code; fixes entire XCode build for Apple example
Gerry Hernandez
committed
on 4 Feb 2018
|
imgui_freetype: Documentation, tweaks. (#618)
omar
committed
on 4 Feb 2018
|
|
Moved imgui_freetype from imgui_club (#618)
omar
committed
on 4 Feb 2018
|
|
Style Added style.MouseCursorScale, may remove (#939).
omar
committed
on 4 Feb 2018
|
|
2018-02-01 |
Natvis: Showing some flags for ImGuiWindow.
omar
committed
on 1 Feb 2018
|
CloseButton: Fixed cross positioning.
omar
committed
on 1 Feb 2018
|
|
Internals: Renamed CloseInactivePopups() to a better ClosePopupsOverWindow(). Exposed in imgui_internal.h
omar
committed
on 1 Feb 2018
|
|
2018-01-31 |
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
|
Demo: Tweaked the Child demos, added a menu bar to the second child to test some navigation functions.
omar
committed
on 31 Jan 2018
|
|
Log: Comments and extraneous assets to clarify intent. (#1584)
omar
committed
on 31 Jan 2018
|
|
Merge branch 'master' into context
omar
committed
on 31 Jan 2018
|
|
Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569)
omar
committed
on 31 Jan 2018
|
|
Comments
omar
committed
on 31 Jan 2018
|
|
2018-01-30 |
Examples: Apple: Tweak code and sync with other examples better (untested).
omar
committed
on 30 Jan 2018
|
Examples: Using Dark theme by default. (#707). Tweaked demo code.
omar
committed
on 30 Jan 2018
|
|
Style: Enable window border by default. (#707)
omar
committed
on 30 Jan 2018
|