2018-02-05
@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
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
@omar
Examples: Tweaks formatting.
omar committed on 30 Jan 2018
@omar
Metrics: Minor formatting tweaks
omar committed on 30 Jan 2018
@omar
Internals: Renaming.
omar committed on 30 Jan 2018
2018-01-29
@omar
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
@omar
Examples: Makefile leave CXX alone, instead leave commented out options. (nb: codeship doesn't seem have clang++)
omar committed on 28 Jan 2018
@Omar Cornut
Examples: Use Clang in old Makefile.
Omar Cornut committed on 28 Jan 2018
@omar
Examples: Synced Makefile comments. Added build/ folder into git ignore list/
omar committed on 28 Jan 2018