Commit Graph

  • 3777fbbd81 Renamed io.ConfigWindowsMemoryCompactTimer to io.ConfigMemoryCompactTimer as the feature will apply to other data structures. ocornut 2020-11-03 14:28:41 +0100
  • 67e4308277
    Merge pull request #1 from ocornut/master Sammyfreg 2020-11-02 19:49:08 +0900
  • 2238477334 Add QuartzCore for CAMetalLayer TAiGA 2020-10-31 10:33:02 +0800
  • f50b219e9b Oops TAiGA 2020-10-31 10:05:39 +0800
  • 614519f069 Oops TAiGA 2020-10-31 10:03:10 +0800
  • 5756bd4459 Oops TAiGA 2020-10-31 10:01:39 +0800
  • d4567d53ef Merge branch 'docking' of https://github.com/ocornut/imgui into docking TAiGA 2020-10-31 10:00:34 +0800
  • e3ac52630a Merge branch 'master' into docking ocornut 2020-10-31 00:47:17 +0100
  • 047d4c4500 Metrics: Extracted most functions. ocornut 2020-10-30 23:02:54 +0100
  • 044ed22379 Metrics: Fixed mishandling of ImDrawCmd::VtxOffset in wireframe mesh renderer + omitting trailing empty ImDrawCmd in count + relying on IdxOffset value. ocornut 2020-10-30 22:40:44 +0100
  • a129621292
    Doc: mention IMGUI_USE_WCHAR32 in fonts documentation (#3562) M. Frink ~ Lemur 2020-10-29 12:21:06 -0500
  • 991768d16a
    another stupid typo M. Frink ~ Lemur 2020-10-29 12:19:36 -0500
  • 3eaaf7b0a4
    One more stupid typo M. Frink ~ Lemur 2020-10-29 12:18:53 -0500
  • d54682dbe6
    Fixed typos M. Frink ~ Lemur 2020-10-29 11:37:12 -0500
  • c7877a6dfa Oops TAiGA 2020-10-29 19:37:53 +0800
  • 97cb8fe08d Oops TAiGA 2020-10-29 01:20:08 +0800
  • 95f0c200e7 Remove some unused codes TAiGA 2020-10-29 01:15:46 +0800
  • 39d4005deb Revert TAiGA 2020-10-29 01:03:13 +0800
  • 50138019e1 Remove some unused codes TAiGA 2020-10-29 01:01:54 +0800
  • fea123f010 FIX validateMTLScissorRect problem when dragging window between LowDPI and HiDPI TAiGA 2020-10-28 22:33:17 +0800
  • 6f57d58e82 Backends: OSX: Fix KeyPadEnter on MacOS. (#3554) Rokas Kupstys 2020-10-28 11:35:27 +0200
  • d5969abef9 Rename ImGui_ImplOSX_TrackingArea to ImGui_ImplOSX_AddTrackingArea TAiGA 2020-10-28 19:10:41 +0800
  • 0dcd2022e1 FIX Miss to call shutdown when closing TAiGA 2020-10-28 10:22:32 +0800
  • ba453e9990 FIX Miss to add tracking area on other windows TAiGA 2020-10-28 09:33:57 +0800
  • ab2f00ce2d
    Removing the word "full" since it doesn't really explain anything. M. Frink ~ Lemur 2020-10-27 13:23:15 -0500
  • f65de4a48f
    Defining full more fully per Omars request. M. Frink ~ Lemur 2020-10-27 13:18:42 -0500
  • c7a4c54960
    Clarifying wording per suggestions from Omar M. Frink ~ Lemur 2020-10-27 13:09:20 -0500
  • 0195533457
    Mentioned IMGUI_USE_WCHAR32 M. Frink ~ Lemur 2020-10-27 10:09:08 -0500
  • ff9b5148c9 Fix render problem when using between LowDPI and HiDPI monitors TAiGA 2020-10-27 21:32:11 +0800
  • df35157397 Drag and Drop: Fix losing drop source ActiveID (and often source tooltip) when opening a TreeNode() or CollapsingHeader() while dragging. (#1738) ocornut 2020-10-26 14:40:44 +0100
  • 00d62fdca6 Merge commit '455c21df7100a4727dd6e4c8e69249b7de21d24c' into docking TAiGA 2020-10-26 20:14:07 +0800
  • 57b17bac19 Merge commit '455c21df7100a4727dd6e4c8e69249b7de21d24c' into docking TAiGA 2020-10-26 20:08:47 +0800
  • b7530e5d04 Revert "Replace UTF-8 decoder with branchless version by Christopher Wellons." (#3558) ocornut 2020-10-25 16:27:32 +0100
  • 344687c4aa Fix -Wshadow, -Wimplicit-float-conversion, and -Wsign-conversion warnings Albin Odervall 2020-10-23 18:57:35 +0200
  • b3576dd354 Replace UTF-8 decoder with branchless version by Christopher Wellons. Rokas Kupstys 2020-09-23 14:35:46 +0300
  • bca4749346 Examples: Apple: Consolidated example_apple_metal to reduce class and file count (#1873, #3543) Warren Moore 2020-10-18 13:24:35 -0700
  • 5292320110 Amend ffe8f0177f (#3544) + readme fixes ocornut 2020-10-23 11:25:26 +0200
  • ffe8f0177f Backends: OpenGL3: Backup/restore GL_PRIMITIVE_RESTART state (#3544) Louis Schnellbach 2020-10-20 10:00:26 +0200
  • d872f8aa4d Blend source alpha with transparent destination to be source determined Charlie-Liu 2020-10-23 02:27:57 +0800
  • acb8ef2006
    Examples: Vulkan: Fixed CMake include path. (#3550) Bill Six 2020-10-21 03:13:54 -0400
  • 46bb4be639 Examples: Vulkan: Fixed CMake include path. William Emerison Six 2020-10-20 19:47:06 -0500
  • 455c21df71 Merge branch 'master' into docking + dockspace demo comments ocornut 2020-10-19 15:06:58 +0200
  • e6b99a420b Tab Bar: Do not display a tooltip if the name already fits over a given tab. (#3521) ocornut 2020-10-19 15:01:24 +0200
  • fbe74ed50c Tab Bar: zero clear more structures. ocornut 2020-10-19 12:10:31 +0200
  • 8c9b3c9013 Tab Bar: Fixed using more than 128 tabs in a tab bar. ocornut 2020-10-19 11:51:38 +0200
  • 748bd1ba9c Tab Bar: Restore cursor position in EndTabBar() when amending (amend f2f32602) + made LastTabItemIdx consistent ImS8 as other tab storage relies on same type ocornut 2020-10-19 11:32:53 +0200
  • 884d62d3fb ImStr: Support running under test framework. Rokas Kupstys 2020-08-24 11:59:28 +0300
  • 64829321a7 ImStr: Fix issues reported by PVS-Studio. Rokas Kupstys 2020-02-24 10:20:56 +0200
  • f103be76a8 ImStr: Step 2 - change ImStr typedef to a class and convert functions taking being/end string pointers to use new class. Rokas Kupstys 2020-08-24 11:37:01 +0300
  • 87bb285a05 ImStr: Step 1 - change string type to ImStr in API. Rokas Kupstys 2020-07-14 14:14:17 +0300
  • fedcfc200a Examples: Consolidated example_apple_metal to reduce class and file count (#1873) Warren Moore 2020-10-18 13:24:35 -0700
  • c9fafd5ea4 Drag and Drop: Fix drag and drop to tie same-size drop targets by choosen the later one. Fixes dragging into a full-window-sized dockspace inside a zero-padded window. (#3519, #2717) Black Cat! 2020-10-10 17:39:06 +0400
  • d015004f45 Rename colored>color in comments where possible (#3528) ocornut 2020-10-15 20:05:35 +0200
  • 127f132447 Backends: OpenGL3: Add compatibility of GL_VERSION for GL 2.x (#3530) xndcn 2020-10-15 11:39:08 +0800
  • 31a144b60c Fix comments (#3534) ocornut 2020-10-15 19:37:18 +0200
  • 4e7907e6dd Backends: OpenGL3: Add compatibility of GL_VERSION for GL 2.x xndcn 2020-10-15 11:39:08 +0800
  • d3a80d9f1b Internals: Docking: More fixes to make DockNodeBeginAmendTabBar() viable (probably some issues left) ocornut 2020-10-15 14:54:41 +0200
  • b26f1530b7 Internals: Docking, Tab Bar: Add DockNodeBeginAmendTabBar() and work toward making hybrid dock node with windows tab bars somehow work (not done). ocornut 2020-10-14 19:11:00 +0200
  • bae2240eda Tab Bar: Made it possible to append to an existing tab bar by calling BeginTabBar()/EndTabBar() again. ocornut 2020-10-14 18:34:33 +0200
  • f2f326024c Tab Bar: Made it possible to append to an existing tab bar by calling BeginTabBar()/EndTabBar() again. ocornut 2020-10-14 18:34:33 +0200
  • 042a3b01d2 Merge branch 'master' into docking ocornut 2020-10-14 14:43:45 +0200
  • b1a18d82e3 Moving backends code from examples/ to backends/ (step 6: update markdown documentation) ocornut 2020-10-14 12:22:53 +0200
  • a2a3d80f04 Moving backends code from examples/ to backends/ (step 5: move documentation to MD files) ocornut 2020-10-14 11:44:09 +0200
  • a2d845f9dd Moving backends code from examples/ to backends/ (step 4: update documentation, much improvement) ocornut 2020-10-12 18:57:04 +0200
  • a7e21fb05f Moving backends code from examples/ to backends/ (step 3: fixing project files) ocornut 2020-10-12 15:41:57 +0200
  • 428f4fce70 Moving backends code from examples/ to backends/ (step 2: moving vulkan cruft) ocornut 2020-10-12 15:51:41 +0200
  • d9b2fb7338 Moving backends code from examples/ to backends/ (step 1: moving source files) ocornut 2020-10-12 15:22:06 +0200
  • 1eb4563cc9
    Merge 0fbbd2b463 into 124c2608f1 Andrey ``Bass'' Shcheglov 2020-10-13 16:39:13 +0200
  • 124c2608f1 Docs: Renamed all occurences of "binding" and "back-end" to "backend" in comments and documentations, for consistency. ocornut 2020-10-12 17:34:22 +0200
  • 041ef01b33 Removed redirecting functions/enums names that were marked obsolete in 1.61: InputFloat, InputFloat2, InputFloat3, InputFloat4 with int decimal_precision parameter. (#648, #712) ocornut 2020-10-12 15:08:43 +0200
  • 0f13fdd177 Removed redirecting functions/enums names that were marked obsolete in 1.60: io.RenderDrawListsFn, IsAnyWindowFocused(), IsAnyWindowHovered(), etc. ocornut 2020-10-12 13:13:09 +0200
  • 04de5ef819 Version 1.80 WIP ocornut 2020-10-12 13:02:38 +0200
  • 49d1817a07 Change drag&drop accept logic on same size items Black Cat! 2020-10-10 17:39:06 +0400
  • a38c6dfcc8 Internals: Added support for context hooks (for test engine or other extensions) ocornut 2020-10-09 17:13:03 +0200
  • 682249396f Merge branch 'master' into docking ocornut 2020-10-08 16:03:16 +0200
  • e5cb04b132 Version 1.79 v1.79 ocornut 2020-10-08 13:55:25 +0200
  • c6f9c558ec CI: Use our own discord notifier. Rokas Kupstys 2020-10-08 15:06:46 +0300
  • ae5b4991be
    Docs: update gallery links. (#3514) Christian 2020-10-08 13:56:05 +0200
  • b99fa7094b docs: let gallery link point to the most recent gallery issue Christian 2020-10-08 09:49:29 +0200
  • 03b1e643b4 Docs: Funding link, Tweaks, Gallery links. ocornut 2020-10-08 10:47:10 +0200
  • 12d9505534 CheckboxFlags: Display mixed-value/tristate marker when passed flags that have multiple bits set and stored value matches neither zero neither the full set. ocornut 2020-10-07 15:13:04 +0200
  • 4fd43a8b64 Internals: removed NavLayerCurrentMask (redundant, add extra shift in ItemAdd(). ocornut 2020-10-05 14:52:18 +0200
  • 014e5078a8 Demo: add a small easter egg when the 4x4 board of Selectable is filled + tweaked the demo. ocornut 2020-10-05 12:57:05 +0200
  • 01cc666039 ImGuiListClipper: Renamed constructor parameters which created an ambiguous alternative to using the ImGuiListClipper::Begin() function, with misleading edge cases. ocornut 2020-10-05 12:28:28 +0200
  • 1664f3f67f
    Fix remote ImGUI failure (#17) Dylan Reviczky 2020-10-02 15:13:23 -0700
  • 6469b94304
    Silence memset warning. (#3505) Bartosz Taudul 2020-10-02 19:12:53 +0200
  • b06689696e Silence memset warning. Bartosz Taudul 2020-10-02 18:56:31 +0200
  • 1cc96e735d FreeType: convert premultiplied alpha to straight Petr Shurgalin 2020-10-02 18:03:32 +0300
  • 0fbbd2b463
    Correct the Makefiles so that `pkg-config` and `sdl-config` are invoked only once Andrey ``Bass'' Shcheglov 2020-10-01 18:06:33 +0300
  • 7b1ab5b275 ImVector: Stricter bound-checking asserts. Fix warnings: trailing comma (old compilers), zealous preprocessor warnings. ocornut 2020-10-01 14:07:20 +0200
  • 958e58b06b Merge branch 'master' into docking ocornut 2020-10-01 13:33:08 +0200
  • 5f336ce8f8 Tab Bar: Fixed buffer underflow in TabBarLayout, introduced by 4a57a982b (#3501, #3291) ocornut 2020-10-01 13:27:24 +0200
  • 9a64719369
    Merge pull request #1 from ocornut/master ErfanMo77 2020-09-30 20:09:50 +0330
  • 3be352fc80 CI: Add discord notifications. Rokas Kupstys 2020-09-28 12:29:54 +0300
  • 179dc04d8a Examples: Added missing comments in example_apple_metal. (#3400) ocornut 2020-09-30 14:22:36 +0200
  • c49330fc52 Docking: Fix handling of WindowMenuButtonPosition == ImGuiDir_None in Docking Nodes. (#3499) ocornut 2020-09-30 14:11:22 +0200
  • 52c0b1a340 ImGuiListClipper: internal rework and tidying up to facilitate supporting frozen rows in tables + stop promoting using constructors parameters. ocornut 2020-09-24 18:08:01 +0200
  • 7727032c9f Menus: Fix unclosable menus under popup window. xndcn 2020-09-28 18:29:03 +0800
  • 986738c5c9 Fixed flicker issues. FindGlyph can now provide a backup glyph if the requested glyph has not yet been rendered. George Gerdin 2020-09-27 16:15:44 +0200
  • 6af04436ca Docking: Outer padding around docked windows PossiblyAShrub 2020-09-26 07:39:18 -0700