Commit Graph

  • f56962cb9a ColorEdit: "Copy As" context-menu tool shows hex values with a '#' prefix instead of '0x' + both with/without alpha when available. omar 2020-01-13 14:09:42 +0100
  • ff5299e0e0 Docs: FAQ, Comments. omar 2020-01-12 21:51:40 +0100
  • 4b3c5ff5f1 Comments + minor moving omar 2020-01-11 15:35:39 +0100
  • 08dbe31e79
    Fix typo Dominic Fischer 2020-01-10 22:50:12 +0000
  • f03c00bc89 Added imgui_single_file.h, We use this to validate compiling all *.cpp in same compilation unit. Rokas Kupstys 2020-01-10 19:36:26 +0200
  • 97a8dc6514 CI: Added PVS-Studio static analysis on the continuous-integration server. Rokas Kupstys 2020-01-10 17:37:54 +0200
  • ae1e3619f6 Disable some PVS studio warnings. Rokas Kupstys 2020-01-09 13:47:42 +0200
  • 861f786d81 Merge branch 'master' into docking omar 2020-01-10 14:38:09 +0100
  • 4ee7aa72e9 ButtonBehavior: Default assignment of pressed behavior now also test for ImGuiButtonFlags_PressedOnDragDropHold which wasn't the case before. omar 2020-01-10 14:35:03 +0100
  • 1eb71fc72b ButtonBehavior: Added ImGuiButtonFlags_PressedOnClickReleaseAnywhere behavior (#2971) omar 2020-01-10 14:34:15 +0100
  • 00c515f51a Add glbinding build sample to Makefiles of GL3 examples. (#2870) Rokas Kupstys 2020-01-09 15:39:02 +0200
  • f9630e60c5 Metrics: Fix not being able to expand "ParentWindow" when parent window is same as root window. omar 2020-01-07 21:32:00 +0100
  • 1db78b8ca7 Renaming + missing initialization + missing Changelog update. omar 2020-01-07 21:25:42 +0100
  • 32c33c6659 ColorEdit: Preserve last saturation value when V=0. Disable Hue editing lock. Rokas Kupstys 2020-01-06 16:15:59 +0200
  • f6951bb67d Viewports: SDL2: Honor NoTaskBarIcon flag under non Win32 OS. (#2117) Rokas Kupstys 2020-01-06 09:49:36 +0200
  • 5e2329b98e Backends: GL3: Implement glbinding opengl loader support. (#2870) Rokas Kupstys 2020-01-07 15:32:34 +0200
  • a6e18d4eed Change bracket style, introduce a bunch of variables to simplify code Pavel Potoček 2020-01-07 14:58:50 +0100
  • 3474036a5c Major code simplification Pavel Potoček 2020-01-07 14:21:55 +0100
  • afe6cdebe4 Fix a small-ish bug on left-side bevels Pavel Potoček 2020-01-07 12:26:18 +0100
  • a29ca9fcd9 Remove unrelated changes, minor cleanup Pavel Potoček 2020-01-07 12:08:53 +0100
  • fec09b6ab3 Implemet primitive AA for thin lines Pavel Potoček 2020-01-07 11:23:13 +0100
  • caa656ea88 Very ugly (but working) AA impl for thick lines Pavel Potoček 2020-01-07 10:51:30 +0100
  • e254167afd ColorEdit: Fix label alignment when using ImGuiColorEditFlags_NoInputs. (#2955) Rokas Kupstys 2020-01-06 16:51:48 +0200
  • d581939387 Removed trailing spaces. omar 2020-01-06 15:21:33 +0100
  • 22d7f26e06 Tweak wording omar 2020-01-06 12:55:01 +0100
  • 0dd02dd90d Happy new year! omar 2020-01-06 12:41:37 +0100
  • f79ffca1dc Make a constant half_thickness, remove some debug printfs Pavel Potoček 2020-01-06 10:39:04 +0100
  • d82f61f2b5 Add shadow offset support Wasim Abbas 2020-01-05 02:25:12 +0000
  • bff3c77f49 Limit miter when angles are close to 180 degrees Pavel Potocek 2020-01-04 22:01:48 +0100
  • f1280cf2bd Implement a new bevel algorithm Pavel Potocek 2020-01-04 19:38:14 +0100
  • 2b10e06555 Fix a typo Zlatan Vasović 2020-01-04 17:29:51 +0100
  • 124c60bffe Fix build on some platforms Pavel Potocek 2020-01-04 15:08:23 +0100
  • a2a659e925 Render non-antialiased lines with correct thickness and beveled corners Pavel Potoček 2020-01-03 19:01:58 +0100
  • 65a657b8cc
    Fix a typo Zlatan Vasović 2020-01-03 22:02:12 +0100
  • 3b1b5266e5 Docking: Fixed a bug where the tab bar of a hidden dockspace would keep requesting focus. (#2960) omar 2020-01-02 22:50:56 +0100
  • c163b856d7 Docking: Fix for IMGUI_DEBUG_INI_SETTINGS=1, comments omar 2020-01-02 21:54:23 +0100
  • eeb0332196 Improved imconfig.h comment. Loïc Molinari 2019-12-29 23:29:17 +0100
  • 6d23bad4db Disable format checks when using stb_sprintf.h Loïc Molinari 2019-12-29 15:39:49 +0100
  • a0084e3f16 Don't disable file functions for Emscripten. Michael de Lang 2019-12-28 18:39:09 +0100
  • dc66f83db8 Additional duplicated comments about usage of std::string and input text resize callback (#2006, #1443, #1008) omar 2019-12-25 17:46:35 +0100
  • 115896a04c Updated premake Will Reynard 2019-12-23 22:16:16 -0800
  • 23ad6d2767 Reinitiated all static variables when ImGui_ImplOpenGL*_Init was called 42yeah 2019-12-23 19:16:47 +0800
  • a186a176b7
    Merge 14422bf8db into 061650bd2a Ronald Huveneers 2019-12-22 18:56:33 +0000
  • 14422bf8db Divide to the correct sections. Ronald 2019-12-22 13:50:10 -0500
  • 64924cae24 Add Image Rounding + Specification of rounding corners. Ronald 2019-12-22 13:38:02 -0500
  • 07eb7adbb4 Merge branch 'master' into docking omar 2019-12-20 16:36:41 +0100
  • 854fc08194 Amend f70204f2 to facilitate merges. omar 2019-12-20 16:19:34 +0100
  • 061650bd2a Update Readme omar 2019-12-19 22:14:28 +0100
  • 4c108d22f0 Minor bits, placeholder aimed at facilitating merging of Tables branch into Docking omar 2019-12-19 15:02:55 +0100
  • f70204f2f4 Minor bits, placeholder aimed at facilitating merging of Tables branch into Docking omar 2019-12-19 15:02:55 +0100
  • c706ff6f3a Merge branch 'master' into docking omar 2019-12-18 20:49:41 +0100
  • bdd114e336 removed mapRemoteKey because it changes the behavior of the standard keyboard input in undesirable ways bbi-mark.slemko 2019-12-18 10:45:17 -0800
  • e01fb5462d Internals: Separator: Simplify duplicated code. omar 2019-12-18 18:26:28 +0100
  • f95e308b06
    Merge pull request #1 from ocornut/master zxscn 2019-12-18 14:09:47 +0800
  • a610f1da52 Bezier Tweaks, fixed parameter order of 3831d50 omar 2019-12-17 16:24:50 +0100
  • 3831d50ab9 Add ImBezierClosestPoint() function which returns a point on bezier curve which is closed to a specified point. Rokas Kupstys 2019-12-17 16:29:12 +0200
  • 0f7105e156 Backends: SDL: Wayland: Use SDL_GetMouseState (amend 78ff147) (#2800, 2802) omar 2019-12-17 14:34:18 +0100
  • 78ff147181 SDL: On wayland use SDL_GetMouseState (#2802) NeroBurner-tux 2019-09-24 19:44:29 +0200
  • 9d444062f9 Limiting Columns()/BeginColumns() api to 64 columns (#125) omar 2019-12-17 13:25:46 +0100
  • 10fdc03a46 Clarification about Im helpers + moving GetColorXXX functions outside of that block. omar 2019-12-17 13:19:36 +0100
  • 992736dc5d Merge branch 'refs/heads/master' into docking omar 2019-12-13 17:06:27 +0100
  • 3a800f2dc9 DragFloat: Mention usage of FLT_MAX, INT_MAX etc. explicitly. (#2931) omar 2019-12-13 11:56:51 +0100
  • 43bd80a40d Internals: Breaking: ImRect() default constructor initializes all fields with 0.0f omar 2019-12-12 19:56:29 +0100
  • 6fdde67be2 Documentation, FAQ, todo tweaks omar 2019-12-10 13:37:29 +0100
  • 0e74103659 ImDrawList: Add AddNgon(), AddNgonFilled() API. Ben Carter 2019-12-09 15:13:24 +0900
  • f9c26d23de Removed redirecting functions/enums that were marked obsolete in 1.53 (December 2017). omar 2019-12-08 16:26:47 +0100
  • e42c1e1668 Exposed IMGUI_DEBUG_PARANOID in imconfig.h + using a #define with no value to match other uses in imconfig.h omar 2019-12-08 16:12:44 +0100
  • 697f15e339 Added PrimUnreserve() API. Obsoleted calling ImDrawList::PrimReserve() with a negative count. Ben Carter 2019-11-22 22:06:44 +0900
  • f1f948bea7 Add ImTextureID as VkDescriptorSet, allow switching between sets, add utility ImTextureID creation function Marcell Kiss 2018-12-06 22:03:40 +0100
  • e4a59d0025 TabItem: honor ImGuiTabItemFlags_NoCloseButton passed as parameter (although undocumented and part of private api) (#2923) omar 2019-12-07 16:22:07 +0100
  • f656e7775e Inputs: Added ImGuiMouseButton enum for convenience (e.g. ImGuiMouseButton_Right=1). omar 2019-12-06 16:29:22 +0100
  • 6cbed03d4a Comments, clarified mouse button ordering. omar 2019-12-06 16:06:29 +0100
  • 03b7170dac Backends: GLFW: Added workaround for people who use development version of GLFW which is older than commit that added required cursor support. (#2922) Rokas Kupstys 2019-12-06 16:08:04 +0200
  • 7ff13f4ee1 Examples: Explicitly adding -DIMGUI_IMPL_OPENGL_LOADER_GL3W to Makefile to match linking settings omar 2019-12-06 10:43:27 +0100
  • b521cd357d Removed implicit default parameter to IsMouseDragging(int button = 0) to be consistent with other mouse functions. omar 2019-12-05 18:30:27 +0100
  • d0c5eade05
    Merge c458214d70 into 927580d4a8 ShawnM427 2019-12-05 18:55:19 +0300
  • 6d9a54a904 Examples: Metal: Wrap main event loop body in an @autoreleasepool block to ensure allocations get freed even if underlying system event loop gets paused due to app nap (#2910, #2917) Max Thrun 2019-12-01 23:11:58 -0800
  • 8342e5b91a Amend previous commits (added ImGuiMouseCursor_NotAllowed enum + new cursors in GLFW 3.4) omar 2019-12-05 15:43:05 +0100
  • 945a509773 Implement ImGuiMouseCursor_NotAllowed mouse cursor. Rokas Kupstys 2019-12-02 10:52:06 +0200
  • b5cad20d79 Implement new GLFW 3.4 resizing cursors. Rokas Kupstys 2019-12-02 10:36:59 +0200
  • 927580d4a8 Docking: Cleanup, rename DockNodePreviewDockCalc() -> DockNodePreviewDockSetup() omar 2019-11-28 22:44:29 +0100
  • 97f95d53bb
    Merge pull request #3 from ocornut/master wshmaple 2019-12-02 22:31:59 +0800
  • 90d2b0066b Examples: Metal: Wrap main event loop body in an @autoreleasepool block to ensure allocations get freed even if underlying system event loop gets paused due to app nap (#2910) Max Thrun 2019-12-01 23:11:58 -0800
  • abaf0256b8 Version 1.75 WIP omar 2019-11-28 20:58:16 +0100
  • a1e4af62d3 Docking: Fix bug added in 71a58261 + Misc docking omments omar 2019-11-28 17:34:26 +0100
  • 28dd8d7efd Docking: Fixed various conflicts not properly resolved on 813e0c1 omar 2019-11-27 19:27:44 +0100
  • 4dff49b2f1 Docking, Viewports: Moving code. omar 2019-11-27 19:13:15 +0100
  • 71a58261f6 Docking: Internals: Removed redundancy in code path leading to the BeginAsDockableDragDropSource(), clarified UpdateMouseMovingWindowEndFrame() omar 2019-11-27 18:21:04 +0100
  • bf6d1ba3d1 CI: Add 32/64 bit build variations to builds with extra warnings. Rokas Kupstys 2019-11-26 12:17:58 +0200
  • 1742ca45c5 CI: Add unity builds test. (#2893) Rokas Kupstys 2019-11-26 11:24:01 +0200
  • 8d1b82d596 Docking: Internals: Rename StartMouseDragFromTitleBar() -> StartMouseMovingWindowOrNode(), clarify. omar 2019-11-27 15:33:31 +0100
  • a8092085b1 Internal: Added unused parameter named to facilitate cimgui parsing of imgui_internal.h omar 2019-11-27 14:02:05 +0100
  • 3096e7a9cd Viewports: Preserve last known size for minimized main viewport to be consistent with secondary viewports. omar 2019-11-26 21:02:28 +0100
  • 1c3a9c8e74 Docking: Remove Size > 0.0f asserts added in 718e15c7 and 7c183dc6. (#2690, #2109, #2906) omar 2019-11-26 20:25:54 +0100
  • f60518b430
    Update FAQ.md omar 2019-11-26 16:28:49 +0100
  • 813e0c18e6 Merge branch 'master' into docking omar 2019-11-26 12:23:43 +0100
  • bdce833636 Version 1.74 v1.74 omar 2019-11-25 18:38:53 +0100
  • 26d177bc03 Docs: Moved misc/fonts/README.txt to docs/FONTS.txt. + tweaks omar 2019-11-25 18:29:28 +0100
  • 1615e9ea2a CI: Enable extended warnings in example_null builds. CI: Add MinGW build with extra warnings on windows. Rokas Kupstys 2019-11-25 14:02:47 +0200
  • bbe0409942 Metrics: Show wire-frame mesh and approximate surface area when hovering ImDrawCmd. Amend aeb5795. Internals: Added ImTriangleArea() omar 2019-11-25 12:01:04 +0100