2018-02-05 |
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
|
|
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
|
|
Examples: Tweaks formatting.
omar
committed
on 30 Jan 2018
|
|
Metrics: Minor formatting tweaks
omar
committed
on 30 Jan 2018
|
|
Internals: Renaming.
omar
committed
on 30 Jan 2018
|
|
2018-01-29 |
Examples: Using #include "imgui.h" instead of <imgui.h> appear correct-er as per standard? xcode+clang are very nitpicky there.
omar
committed
on 29 Jan 2018
|
2018-01-28 |
Examples: Makefile leave CXX alone, instead leave commented out options. (nb: codeship doesn't seem have clang++)
omar
committed
on 28 Jan 2018
|
Examples: Use Clang in old Makefile.
Omar Cornut
committed
on 28 Jan 2018
|
|
Examples: Synced Makefile comments. Added build/ folder into git ignore list/
omar
committed
on 28 Jan 2018
|