Commit Graph

  • 5a38ce9a79 fix spacing Rory OConnell 2020-08-09 13:01:11 -0700
  • 7db866403d
    Fix warning about M_PI already being defined Albert Vaca Cintora 2020-08-09 20:09:37 +0200
  • 47679222a2 typo Rory OConnell 2020-08-08 20:51:00 -0700
  • 5a5c2b4c46 Mouse cursor done! Rory OConnell 2020-08-08 20:39:30 -0700
  • 486fcb636f Update X cursor based on the the current imgui cursor Rory OConnell 2020-08-08 20:34:33 -0700
  • b1ce571754 FreeType: fix color components order Petr Shurgalin 2020-08-08 19:40:10 +0300
  • 512160e7d0 Add hiding of X cursor Rory OConnell 2020-08-07 15:29:59 -0700
  • bfe84e087d Updated per review Rory OConnell 2020-08-07 11:28:31 -0700
  • 90b152f265 ImFontAtlas: Fixed multiple rebuild with same inputs erroneously increased ConfigDataCount. CI: Update Ubuntu 18.04 > 20.04 (motivated by #3369) ocornut 2020-08-07 16:26:16 +0200
  • ede8825fb2 Examples: Vulkan: Fixed GLFW+Vulkan and SDL+Vulkan clear color not being set. Broken by a06eb833 (#3390) ocornut 2020-08-07 15:24:00 +0200
  • cf58cc5cdc
    Remove duplicate keymap entry Rory O'Connell 2020-08-06 13:13:12 -0700
  • 46ba0d7897 Fix updating clear color on sdl Rory O'Connell 2020-08-06 12:02:03 -0700
  • a487ee41c8 Update sdl example for best swapchain recreation Rory O'Connell 2020-08-06 12:01:42 -0700
  • b15b25bccd TabBar: made a change to that declared ideal width (for auto-resize) won't lag by an extra frame. omar 2020-08-06 16:35:29 +0200
  • 797b765777 Fix updating clear color Rory O'Connell 2020-08-05 19:01:35 -0700
  • a3fb8e9422 Update sfml example for best swapchain recreation Rory O'Connell 2020-08-05 18:57:19 -0700
  • 5fa5bb2855 remove stdio Rory OConnell 2020-08-05 15:57:34 -0700
  • 5f4b254db5 Signal no key repeating, fixing space keycode Rory OConnell 2020-08-05 15:51:25 -0700
  • 55877c97cf remove debug Rory OConnell 2020-08-05 13:53:06 -0700
  • 6194b77d02 do not coalesce mouse inputs Rory OConnell 2020-08-05 13:34:28 -0700
  • 8074b49148 Selectable: Fixed highlight/hit extent when used with horizontal scrolling (in or outside columns). (#3187, #3386) omar 2020-08-05 19:23:00 +0200
  • fc61018b1c Demo: Renamed "Layout" -> "Layout & Scrolling". Fixed usage of local struct as template class (c++11). omar 2020-08-05 17:10:06 +0200
  • 473a01adb0 Scrolling: Avoid SetScroll, SetScrollFromPos functions from snapping on the edge of scroll limits. (#3379) + Demo: Rename "Layout" to "Layout & Scrolling". omar 2020-08-05 17:09:40 +0200
  • a24578ec09 Examples: Switch most VS projects to enable Edit & Continue by default (may need to upgrade projects to latest toolchain) omar 2020-08-05 14:58:44 +0200
  • db886f3953 Demo: Rework Clipping section. Fix for static analysis. Added bindings in Readme. omar 2020-08-04 12:05:15 +0200
  • a90c428629 Better description Rory O'Connell 2020-08-04 21:16:16 -0700
  • a31a16effa Fixing data type Rory O'Connell 2020-08-04 21:14:35 -0700
  • 2c799718b7 Less wasteful data type Rory O'Connell 2020-08-04 21:13:46 -0700
  • c571ae4029 Collect keyboard inputs over one frame, release them next frame Rory O'Connell 2020-08-04 16:02:48 -0700
  • 963839373c Demo tweaks + general removal of the word dummy were possible with no issues (kept the API call). omar 2020-08-03 21:19:12 +0200
  • de1588928b Merge branch 'master' into docking omar 2020-08-03 19:54:31 +0200
  • 55041ac3be Demo: Removed thin triangle and aligned code. omar 2020-08-03 19:25:41 +0200
  • 912c45ab23 Demo: Improve "Custom Rendering"->"Canvas" demo with a grid, scrolling and context menu. omar 2020-08-03 19:13:42 +0200
  • 4929a8e4a5 InvisibleButton: Made public a small selection of ImGuiButtonFlags (previously in imgui_internal.h) and allowed to pass them to InvisibleButton(). omar 2020-08-03 18:37:19 +0200
  • a876ad877d Window: Fixed clicking over an item which hovering has been disabled (e.g inhibited by a popup) from marking the window as moved. omar 2020-08-03 18:04:58 +0200
  • a987093580 add premake and bin vincentlorant 2020-08-03 10:57:43 +0900
  • 04109dfb20 proper x11 shifted input handling Rory OConnell 2020-08-02 18:37:09 -0700
  • 33f7124497 Handle modifier keys Rory OConnell 2020-08-02 14:39:31 -0700
  • 5d87941451 Fixed ImFontConfig::GlyphExtraSpacing and ImFontConfig::PixelSnapH settings being pulled from the merged/target font settings when merging fonts, instead of being pulled from the source font settings. omar 2020-08-02 11:54:34 +0200
  • edd6695835 remove sdl reference Rory OConnell 2020-07-30 17:54:48 -0700
  • 666dc9a02d Initial working X11 implementation Rory OConnell 2020-07-30 17:50:22 -0700
  • 65ebfe43a5 FreeType: allocate 32-bit buffer only if LoadColor enabled Petr Shurgalin 2020-07-30 14:28:01 +0300
  • 61f14679d3 FreeType: enable colored-glyphs Petr Shurgalin 2020-07-30 12:26:23 +0300
  • 5d0711846b
    Merge d82f61f2b5 into 76ddacd2a1 abbaswasim 2020-07-29 23:04:08 +0500
  • 76ddacd2a1 Internals: Backport HoveredWindowUnderMovingWindow code from Docking branch. omar 2020-07-29 15:26:31 +0200
  • 70fa37527d Merge branch 'master' into docking omar 2020-07-29 15:15:14 +0200
  • 218ff3a2a5 Internals: Backport one ->WasActive test in NavRestoreLastChildNavWindow() from 9bf6509c6 + minor/shallow bits from docking branch. omar 2020-07-29 15:04:29 +0200
  • c7f5876f8a Internals: backport window HitTestHole code from docking branch + RenderRectFilledWithHole() helper. (#1512, #3368) omar 2020-07-29 14:44:58 +0200
  • 4e9b55191c Merge branch 'docking' of https://github.com/kochan96/imgui into docking Marcin Kochanowski 2020-07-25 15:48:53 +0200
  • bbd061538c Internals: Drag/Sliders: simplified some code. omar 2020-07-24 13:00:56 +0200
  • b8c22bdb28 DragFloatRange2, DragIntRange2: Fixed an issue allowing to drag out of bounds when both min and max value are on the same value. (#1441) omar 2020-07-23 19:03:48 +0200
  • fdc526e8f8 Stop advertisting for Drag v_min>v_max which was introduced in 1.73 likely for 0537ac00 then made unnecessary with 32c33c66, added undocumented ImGuiItemFlags_ReadOnly as possible replacement (unused), (#211) omar 2020-07-23 18:18:30 +0200
  • 292afdc761 Add SetWindowHitTest/SetNextWindowHitTest pair to allow clicking trough windows. thedmd 2017-01-22 10:34:45 +0100
  • a4501e75b2 Add PushHitTest/PopHitTest pair to allow use of custom (non-rect) hit test function. This allows to add non-rectangular items to window. thedmd 2017-01-22 09:22:32 +0100
  • b335225caa Internals: Extract ImFontAtlasBuildRender1bppRectFromString() out of ImFontAtlasBuildRenderDefaultTexData() + minor renaming, comments omar 2020-07-22 17:24:52 +0200
  • f66022247e Fix compiling on C++98 Jake Coxon 2020-07-21 15:35:31 +0100
  • 8183e00a9a Screenshot and readme Jake Coxon 2020-07-20 21:04:15 +0100
  • 1945f456f1 Windows 98 style Jake Coxon 2020-07-20 20:54:35 +0100
  • 3d4af15d1d Backends GLFW: Use GLFW_MOUSE_PASSTHROUGH when available. Rokas Kupstys 2020-07-17 16:57:50 +0300
  • cba52b66af Backends: GLFW: Fixed enabling ImGuiBackendFlags_HasMouseHoveredViewport broken by 950539b7. omar 2020-07-17 18:11:01 +0200
  • e223bd8177 ImDrawList: changed AddCircle(), AddCircleFilled() default num_segments from 12 to 0. omar 2020-07-16 22:25:23 +0200
  • 4be8155002 Style Editor: Added preview of circle auto-tessellation when editing the corresponding value.. omar 2020-07-16 21:51:49 +0200
  • 825f2ae455 Demo: Tweak "child windows" section. (#3318) omar 2020-07-16 17:20:24 +0200
  • f79f0e42f7 Merge branch 'master' into docking omar 2020-07-14 18:38:47 +0200
  • eefae08261 Nav: Fixed clicking on void from not clearing focused window. Amend d31fe97f7. (#3344, #2880) omar 2020-07-14 18:36:35 +0200
  • 5e41b098b3 fix the botched include defines by last commit Hinko Kocevar 2020-07-13 12:35:19 +0200
  • 11b90b3c22 Merge branch 'master' into rpi Hinko Kocevar 2020-07-13 12:18:24 +0200
  • 7a0bb7e546 Merge remote-tracking branch 'upstream/master' Hinko Kocevar 2020-07-13 11:54:15 +0200
  • 550f110354 InputText, ImDrawList: Fixed assert triggering when drawing single line of text with more than ~16 KB characters. (#3349) omar 2020-07-12 23:51:13 +0200
  • cbade7b16d Docking: Workaround recovery for node created without the _ockSpace flags later becoming DockSpace. (#3340) omar 2020-07-10 19:04:58 +0200
  • fb7f6cab8c Backends: Amend, docs + extra comments. (#3330, #3245) omar 2020-07-10 14:36:00 +0200
  • 06f7854b16 Backends: OpenGL3: Add glad 2 to OpenGL loaders. (#3330) Moritz Heinemann 2020-07-01 23:13:59 +0200
  • b626dd57d3 Backends: DX12, Viewports: Tidying up, renaming. omar 2020-07-10 12:20:03 +0200
  • cb1d578470 Backends: DX12, Viewports: Fixed issue on shutdown when viewports are disabled. (#3347) omar 2020-07-10 12:09:24 +0200
  • 89685b346c ImDrawList: Fixed minor bug introduced in 1.75 where AddCircle() with 12 segments would generate an extra unrequired vertex. omar 2020-07-09 11:21:31 +0200
  • 66336528c8 Merge branch 'features/tex_antialiased_lines' (#3245) omar 2020-07-08 20:19:57 +0200
  • 3a6c9907cd Texture-based thick lines: Minor tweaks and rename toward merging in master. Changes to allow changing AA_SIZE (disable texture path). omar 2020-07-07 13:24:10 +0200
  • b5bae9781d Texture-based thick lines: Only use textured lines for integer line widths Ben Carter 2020-07-07 16:19:27 +0900
  • 78d6bdf080 Texture-based thick lines: Remove unnecessary indirection in fetching UV data, removed lerp call, renames, tweaks. omar 2020-05-16 16:55:05 +0200
  • a07c8b6999 Texture-based thick lines: Fixes for AddCustomRect api, add IMGUI_HAS_TEXLINES define (temporarily) to facilitate working with test cases, Demo allows growing FrameBorderSize for testing Omar 2020-02-17 11:58:22 +0100
  • 21d9e8e1f4 Texture-based thick lines: Simplified line width calculation code and removed hack for thickness 1.0 lines Ben Carter 2020-02-11 11:23:43 +0900
  • 403bf45245 Texture-based thick lines: Allow interpolation between textures for non-integer line widths Ben Carter 2020-02-06 14:30:29 +0900
  • 222b7ddbfa Texture-based thick lines: Tweaks, fix for truetype builder. omar 2020-01-23 15:23:23 +0100
  • 741ab74b55 Texture-based thick lines: Improvements to code for drawing anti-aliased lines using textures Ben Carter 2020-01-15 16:33:09 +0900
  • 1d3c3070d8 Texture-based thick lines: Initial version of AA line drawing using textures (press SHIFT to enable) Ben Carter 2020-01-13 14:24:55 +0900
  • 8e4046e13b Atlas build use GetCustomRectByIndex() + comments, rename, and shallow merge from tex_antialiasing_lines branch. Ben Carter 2020-07-08 17:17:52 +0200
  • 0d03e1fafa CI: Fix emscripten builds that broke due behavior change of emscripten SDK. Rokas Kupstys 2020-07-07 12:49:25 +0300
  • 4f5aac319e Docking: moved local-ish IMGUI_DOCK_SPLITTER_SIZE to DOCKING_SPLITTER_SIZE at the top of the file. omar 2020-07-03 15:51:05 +0200
  • 854c03a73f Fix error check on glad 2 loader Moritz Heinemann 2020-07-01 23:37:21 +0200
  • 82034384da Add glad 2 to OpenGL loaders. Moritz Heinemann 2020-07-01 23:13:59 +0200
  • fc9d6b6cb5 Docking: Added experimental flags to perform more docking filtering and disable resize per axis. Designed for toolbar patterns. omar 2019-11-29 17:52:30 +0100
  • a1d2c6fad9 Fixed invalid comment (#3327) omar 2020-06-30 19:00:31 +0200
  • 4bdbea8375 Docking: Rework size allocation to allow user code to override node sizes. Not all edge cases will be properly handled but this is a step toward toolbar emitting size constraints. omar 2020-06-30 18:53:13 +0200
  • 2b9d88196e Docking: Rework size allocations to recover when there's no enough room for nodes + do not hold on WantLockSizeOnce forever (#3328) omar 2020-06-30 18:52:02 +0200
  • ab4ef822f0 Version 1.78 WIP omar 2020-06-30 16:56:09 +0200
  • 90ea7e2f2f Merge branch 'master' into docking omar 2020-06-30 16:43:16 +0200
  • 0738611559 Misc: Bunch of code formatting changes suggested by a pass running 'astyle' Rokas Kupstys 2020-06-30 15:31:54 +0200
  • dca7c3c629 TestEngine: Added hook to notify test engine of a removed imgui context. omar 2020-06-29 20:10:59 +0200
  • ddabfc3477 Merge branch 'master' into docking omar 2020-06-29 17:15:40 +0200
  • 9418dcb693 Version 1.77 v1.77 omar 2020-06-29 15:09:55 +0200