Commit Graph

  • 0e89041997 Internals: ButtonEx, ButtonBehavior can support multiple mouse buttons. omar 2020-01-29 16:35:30 +0100
  • 7794b104c5 Backends: SDL/Viewports: Fix crash when SDL backend is used with DirectX graphics API and system does not support Vulkan. Rokas Kupstys 2020-01-29 11:40:49 +0200
  • 3b828e6f96 Fix following bbe946f (ImRect <> ImVec4) omar 2020-01-28 20:29:07 +0100
  • bbe946fb6c Minor fixes/tweaks (some to reduce drift wiih master branch) omar 2020-01-28 20:08:04 +0100
  • 5f4dfad5b7 Merge misc/shallow changes from Docking to reduce drift. omar 2020-01-28 20:06:34 +0100
  • 6c1a73774d Tooltip: Testing DragDropWithinSourceOrTarget in BeginTooltipEx() instead of just BeginTooltip() - feel this was an overlook. Added tooltip flags instead of using bool. omar 2020-01-27 19:02:54 +0100
  • 377f730054 Fix resizing viewport-owning windows when mouse pos is outside the InnerClipRect (can happen with OS decoration on). (#1542) omar 2020-01-27 17:57:07 +0100
  • f5528001f6 Merge branch 'master' into docking omar 2020-01-27 14:57:00 +0100
  • 4d4e3b97f4 TODO, Readme omar 2020-01-24 15:25:47 +0100
  • b887259974 Bindings: Improved FreeGLUT support for MinGW (#3004) Konstantin Podsvirov 2020-01-27 14:11:29 +0300
  • 692e265406 Emscripten: Allow filesystem support Konstantin Podsvirov 2020-01-25 23:49:23 +0300
  • 8344a6bfc6 Bindings: Improved FreeGLUT support for MinGW Konstantin Podsvirov 2020-01-25 22:41:14 +0300
  • f68075b333 Docking: Added DockNodeFlagsOverrideSet/DockNodeFlagsOverrideClear (experimental) omar 2019-11-28 22:42:13 +0100
  • f6da5000bf Backends: OpenGL2: Explicitly backup, setup and restore GL_TEXTURE_ENV to increase compatibility with legacy OpenGL applications. (#3000) omar 2020-01-23 16:20:10 +0100
  • 5363af7f47 AddCircle, AddCircleFilled: Add auto-calculation of circle segment counts (amends) omar 2020-01-08 00:10:18 +0100
  • 051ce0765e AddCircle, AddCircleFilled: Add auto-calculation of circle segment counts Ben Carter 2019-12-09 15:57:24 +0900
  • e2a28c3843 Fix a bug introduced by the previous reformatting Pavel Potoček 2020-01-23 12:55:32 +0100
  • e9e605b692 Fix warnings & stylistic issues (by ocornut) Pavel Potoček 2020-01-23 12:42:45 +0100
  • 2eda3585e7 Fixed hoverable/focus bug introduced in 3fe6ae97 (#2997) omar 2020-01-22 14:20:56 +0100
  • 7a22767483 CI: Add MSVC extra warnings build and correct labels of other extra warnings builds. Rokas Kupstys 2020-01-20 15:57:39 +0200
  • cfbc76d627 converted all flag enums into constexpr uints Malte Kießling 2020-01-21 20:30:02 +0100
  • 62ebc340eb Make flags unsigned (WIP, C++11 version) omar 2020-01-20 23:25:13 +0100
  • 46b77334b7 Make flags unsigned (WIP) omar 2020-01-17 14:57:36 +0100
  • f1b5c742ff Viewports: Add various comments omar 2020-01-20 19:33:46 +0100
  • 7e068da2bd Docking: Internals: Renamed members from XxxxID to XxxxxId to be more consistent with rest of the codebase (still some inconsistency left that are harder to fix) omar 2020-01-20 19:29:25 +0100
  • 3fe6ae9732 Internals: Move some Nav functions and members around (no functional change) + Misc comments omar 2020-01-20 18:09:59 +0100
  • 0a3df4b2ce
    Update FAQ.md omar 2020-01-20 14:28:01 +0100
  • 15c6abe4be Internals: Standard math functions default redirection uses a define instead of an extraneous inline function call omar 2020-01-20 11:48:17 +0100
  • 29699d9eee Fix CustomRects rendering. Loïc Molinari 2020-01-20 00:23:23 +0100
  • 8bcac7d95c Backends: GLFW, SDL: report Windows key (io.KeySuper) as always released. omar 2020-01-17 15:18:33 +0100
  • e499497ec5 Backends: Win32: Added support for io.KeySuper (Windows key) for consistency with other backends. (#2976) omar 2020-01-17 14:56:56 +0100
  • 2478dbfdb7 Disable warning C5054 introduced in VS 2019 16.2 (#2983) omar 2020-01-17 14:18:16 +0100
  • 6c00d1916e Disable format checks when using stb_sprintf.h Loïc Molinari 2019-12-29 15:39:49 +0100
  • aa34681652 Backends: GLFW: inhibit error callback when creating cursors because X11 setups may be missing them + comment (#2980) omar 2020-01-17 11:36:56 +0100
  • 8d7d034819 FreeType subpixel rendering support Loïc Molinari 2020-01-17 11:25:01 +0100
  • 9ad4c5da7e Fix zealous warnings + Internals: Renamed members from XxxxID to XxxxxId to be more consistent with rest of the codebase (still some inconsistency left that are harder to fix) omar 2020-01-15 17:23:05 +0100
  • c8a28e81cc
    Suppressed MSVC++ warning C5054 Matthias Moulin 2020-01-16 14:38:04 +0100
  • f6d6880a61 Internals: Nav: PushFocusScope, PopFocusScope, GetFocusScopeID() helpers omar 2020-01-14 20:34:26 +0100
  • 44174b1fa1 Merge branch 'master' into docking omar 2020-01-14 20:01:27 +0100
  • 2ebe08be40 Focus, Nav: Merged bits from RangeSelect features to enable early manipulation of focus scope for styling purpose. omar 2020-01-14 19:23:50 +0100
  • 4f7bf7e96a Backends: Win32: Added support for #define IMGUI_IMPL_WIN32_DISABLE_GAMEPAD and IMGUI_IMPL_WIN32_DISABLE_LINKING_XINPUT. (#2716) omar 2020-01-14 14:58:32 +0100
  • da7f4419ac Support partial acceleration with Windows GDI. Naruto Mouri 2020-01-14 20:50:14 +0800
  • e2eb0b4bc4 Internals: Begin tries to setup WindowTemp/DC members in same order as their declaration. Readme: remove Coverity banner (PVS is better) omar 2020-01-13 15:36:24 +0100
  • 93cba74ce8 Streamline the implementation. Naruto Mouri 2020-01-13 23:35:12 +0800
  • 30dfa55ddb Tidy the source code. Naruto Mouri 2020-01-13 22:38:58 +0800
  • 02c2d18aa3 Internals: Renaming and marking of legacy focus/tabbing system omar 2020-01-13 15:21:37 +0100
  • 52334ad8df Internals: Minor ordering/comments of ImGuiWindowTempData. omar 2020-01-13 15:04:28 +0100
  • 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
  • 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