3568 Commits (cea8017e0bb1eeb95f18d7adaa1af34bcf770d6b)
 

Author SHA1 Message Date
omar cea8017e0b Merge branch 'master' into context ago%!(EXTRA string=7 years)
omar 3b7bd4563a ImVec2: added [] operator. This is becoming desirable for some types of code, better added sooner than later. ago%!(EXTRA string=7 years)
omar b50dce54ea 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) ago%!(EXTRA string=7 years)
omar c6ba7c8231 Internals: TreeNode: Renaming local to be more consistent with other widgets. ago%!(EXTRA string=7 years)
omar e6926d9f7c Internals: Refactored bool LastItemRectHovered into flags. (#1597) ago%!(EXTRA string=7 years)
omar fcf1c9d151 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) ago%!(EXTRA string=7 years)
omar 60fb7d31fd Examples: SDL2: Enabling vsync. Using scancode consistently, fixed keyboard weirdness. ago%!(EXTRA string=7 years)
omar 11d0fc8220 Tooltip: BeginTooltip() sets NoInputs flag. ago%!(EXTRA string=7 years)
omar 1dedbf8091 Style: Fixed missing style.MouseCursorScale initialization (#939), messed up original commit badly. ago%!(EXTRA string=7 years)
omar 3f297e74e4 Merging the minor/shallow changes from Navigation branch. ago%!(EXTRA string=7 years)
omar bed55a41e1 Internals: ImRect: Added IsInverted() helper. ago%!(EXTRA string=7 years)
omar cf6b39600b imgui_freetype: comments about correct blending and sRGB (#618, #578) ago%!(EXTRA string=7 years)
omar a33b86dac7 Removed root .gitignore. (#1594) ago%!(EXTRA string=7 years)
omar b76cf9cc87
Merge pull request #1594 from gerryhernandez/fix-apple-example ago%!(EXTRA string=7 years)
Gerry Hernandez 4786321754 Fix iOS code; fixes entire XCode build for Apple example ago%!(EXTRA string=7 years)
omar 7b005bd7de imgui_freetype: Documentation, tweaks. (#618) ago%!(EXTRA string=7 years)
omar e9a617b22a Moved imgui_freetype from imgui_club (#618) ago%!(EXTRA string=7 years)
omar 147ec8d1e2 Style Added style.MouseCursorScale, may remove (#939). ago%!(EXTRA string=7 years)
omar 6a83a9152f Natvis: Showing some flags for ImGuiWindow. ago%!(EXTRA string=7 years)
omar c4fc879508 CloseButton: Fixed cross positioning. ago%!(EXTRA string=7 years)
omar 07163804df Internals: Renamed CloseInactivePopups() to a better ClosePopupsOverWindow(). Exposed in imgui_internal.h ago%!(EXTRA string=7 years)
omar 9bc5c089b6 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. ago%!(EXTRA string=7 years)
omar dbdbf01b9f Demo: Tweaked the Child demos, added a menu bar to the second child to test some navigation functions. ago%!(EXTRA string=7 years)
omar 9c8fb804ed Log: Comments and extraneous assets to clarify intent. (#1584) ago%!(EXTRA string=7 years)
omar 27980d9688 Merge branch 'master' into context ago%!(EXTRA string=7 years)
omar cd3dd886de Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569) ago%!(EXTRA string=7 years)
omar dd41a1650a Comments ago%!(EXTRA string=7 years)
omar 6c38aa2dc7 Examples: Apple: Tweak code and sync with other examples better (untested). ago%!(EXTRA string=7 years)
omar cca9c3e3da Examples: Using Dark theme by default. (#707). Tweaked demo code. ago%!(EXTRA string=7 years)
omar 596b6d6de2 Style: Enable window border by default. (#707) ago%!(EXTRA string=7 years)
omar 955d86199f Examples: Tweaks formatting. ago%!(EXTRA string=7 years)
omar bebe03db05 Metrics: Minor formatting tweaks ago%!(EXTRA string=7 years)
omar 38197a236d Internals: Renaming. ago%!(EXTRA string=7 years)
omar 6a25a8720a Examples: Using #include "imgui.h" instead of <imgui.h> appear correct-er as per standard? xcode+clang are very nitpicky there. ago%!(EXTRA string=7 years)
omar 91d77be36e Examples: Makefile leave CXX alone, instead leave commented out options. (nb: codeship doesn't seem have clang++) ago%!(EXTRA string=7 years)
Omar Cornut 3cdd2096ec Examples: Use Clang in old Makefile. ago%!(EXTRA string=7 years)
omar ddff378daf Examples: Synced Makefile comments. Added build/ folder into git ignore list/ ago%!(EXTRA string=7 years)
Omar Cornut 858d75ab59 Examples: Apple: Fixed filenames in OSX xcode project. ago%!(EXTRA string=7 years)
omar 66d5712a8a Examples: Vulkan: FIxed warnings in 32-bit modes (vulkan uses VkDeviceSize which is always 64-bit long) ago%!(EXTRA string=7 years)
omar 94090eb08f Added IMGUI_USER_CONFIG to define a custom configuration filename. (#255, #1573, #1144, #41) ago%!(EXTRA string=7 years)
omar 3571ab8b88 imconfig.h comments ago%!(EXTRA string=7 years)
omar 578016d08b ImVector comment (#1577) ago%!(EXTRA string=7 years)
omar 2d9d7a10ca Scrollbar: Fix for ScrollbarY enable check after ScrollbarX has been enabled. (#1574) Looks like a bug introduced in c36e586cce. ago%!(EXTRA string=7 years)
omar 1f3b66b10a Scrollbar: Fix ScrollbarX enable test subtracting WindowPadding.x. This has been here since 65a191c005 (#246) tho at the time it is possible that SizeContents wasn't calculated as evenly. ago%!(EXTRA string=7 years)
omar 486f0a8ba0 Fixed potential warning (forward declaration and definition didn't match signature. forward declaration only here for consistency) ago%!(EXTRA string=7 years)
omar 5d31e1696f Fix SetNextWindowContentSize() with 0.0f on Y axis (or SetNextWindowContentWidth()) overwriting the contents size. Broken in eab6333a0b. (#1363) ago%!(EXTRA string=7 years)
omar 8bf0c89c0d Internals: ImRect::Contains(ImRect&) include boundaries (whereas Contains(ImVec2) should not). ago%!(EXTRA string=7 years)
omar 194850db31
Merge pull request #1572 from rainbru/build-examples-fix ago%!(EXTRA string=7 years)
Jérôme Pasquier 94ed44b5cb Fix allegro5_example build instructions ago%!(EXTRA string=7 years)
Jérôme Pasquier c226e02ca0 Fix sdl_opengl2_example filename in README.md's build instructions ago%!(EXTRA string=7 years)