Commit Graph

  • 97dad66516 Metrics: Various tweaks, listing windows front-to-back, greying inactive items when possible. ocornut 2020-08-20 16:49:11 +0200
  • 9262609eaf Version 1.79 WIP ocornut 2020-08-20 12:19:39 +0200
  • 05a25e5f36 BeginMenuBar: Fixed minor bug where CursorPosMax gets pushed to CursorPos prior to calling BeginMenuBar(), so e.g. calling the function at the end of a window would often add +ItemSpacing.y to scrolling range. ocornut 2020-08-20 16:19:53 +0200
  • fc9ccad6b9 InputText: Add ImGuiInputTextFlags_CallbackEdit, selection helpers in ImGuiInputTextCallbackData(). Add simple InputText() callbacks demo. ocornut 2020-08-20 11:25:39 +0200
  • 024993adf9 Revert leftovers from 4c201994d4 ocornut 2020-08-20 11:25:05 +0200
  • 4c201994d4 DragFloat, DragScalar: Fixed ImGuiSliderFlags_ClampOnInput not being honored in the special case where v_min == v_max. (#3361) ocornut 2020-08-20 11:21:15 +0200
  • 5dc5610ad5 Docs: TODO, FAQ ocornut 2020-08-19 13:25:56 +0200
  • 05bc204dbd Merge branch 'master' into docking ocornut 2020-08-18 17:51:43 +0200
  • 95c99aaa4b Version 1.78 v1.78 ocornut 2020-08-18 17:50:45 +0200
  • c6b01e8e1d Drag, Sliders: Merged ImGuiDragFlags back into ImGuiSliderFlags. (#3361, #1823, #1316, #642, #1829, #3209) ocornut 2020-08-18 17:02:58 +0200
  • b36d1d465d Docking: Untangle a little bit of the ActiveIdClickOffset mess. omar 2020-08-11 11:53:04 +0200
  • 14539b3ed2
    Update Emscripten readme about emrun (#3412) omar 2020-08-18 12:34:19 +0200
  • d3fcc37e9e
    Update Emscripten readme about local XHR requests (#3412) omar 2020-08-18 12:27:40 +0200
  • 25a9209b75 Merge branch 'master' into docking ocornut 2020-08-17 23:26:56 +0200
  • 3c65b650e8 Merge branch 'features/logarithmic_sliders' ocornut 2020-08-17 22:11:09 +0200
  • f32663b33c Drags, Sliders: Removed locking behavior with min > max (added in 1.73) omar 2020-07-27 16:23:38 +0200
  • 7f8f0096d8 Internals: Renamed SliderCalcRatioFromValueT() -> ScaleRatioFromValueT(), SliderCalcValueFromRatioT() -> ScaleValueFromRatioT(). omar 2020-07-27 15:34:14 +0200
  • fb0f2ebd41 Drags, Sliders: Tweaks. omar 2020-07-27 15:15:09 +0200
  • fa279a6aa0 Drags, Sliders: Added deadzone to make selecting 0.0 on linear sliders easier, slider navigation delta accumulation. (#3361, #1823, #1316, #642) Ben Carter 2020-07-26 11:42:06 +0900
  • f75b29e7be Drags, Sliders: Added ImGuiDragFlags_NoInput/ImGuiSliderFlags_NoInput to disable turning widget into a text input with CTRL+Click or Nav Enter. omar 2020-07-24 13:41:14 +0200
  • 8018623c5b Drags, Sliders: Added ImGuiDragFlags_NoRoundToFormat / ImGuiSliderFlags_NoRoundToFormat flags (#642) omar 2020-07-23 23:01:10 +0200
  • 170d02bd99 Drags, Sliders: Added ImGuiDragFlags_ClampOnInput/ImGuiSliderFlags_ClampOnInput flags to force clamping value when using CTRL+Click to type in a value manually. (#1829, #3209) omar 2020-07-23 17:39:22 +0200
  • 7607aea018 Drags, Sliders: Removed power features. Old entry points will pass-through if power=1.0f, otherwise assert + safe fallback. Remove 3 redirection functions (#3361, #1823, #1316, #642) omar 2020-07-22 19:33:03 +0200
  • 43c099f31e Drags, Sliders: Logarithmic: Moved flags to internals, allowing 1.0f to pass by. (#3361, #1823, #1316, #642) omar 2020-07-22 18:00:50 +0200
  • 152dae9e2a Drags, Sliders: Logarithmic: Split back flags into drag/slider flags. Moved to an obsolete section. (#3361, #1823, #1316, #642) omar 2020-07-22 14:52:26 +0200
  • 9f98b4e7f2 Drags, Sliders: Logarithmic: Added logarithmic mode support to drag widgets, extended API to add flags to drag/sliders (#3361, #1823, #1316, #642) Ben Carter 2020-06-02 15:36:20 +0900
  • a252a287bf Drags, Sliders: Logarithmic: WIP experiments with trying to make logarithmic sliders sensible (#3361, #1823, #1316, #642) Ben Carter 2020-05-24 18:05:09 +0900
  • 46d75202b8 Tab Bar: Allow calling SetTabItemClosed() after a tab has been submitted (will process next frame). ocornut 2020-08-17 12:55:42 +0200
  • 0e5b1ea297
    CI: imscripten fastcomp backend is now deprecated (#3402) Louis Schnellbach 2020-08-12 16:26:42 +0200
  • a9626e1162 Docking: Made DockBuilderAddNode() automatically call DockBuilderRemoveNode(). (#3399, #2109) omar 2020-08-11 11:51:47 +0200
  • 214dd68ec1 Comments, clarifying ClosePopupsOverWindow(). omar 2020-08-10 22:05:26 +0200
  • a4dd4d60b4 CI: moved static analysis to a separate project + fix (uninitialized variable, was harmless in this case). omar 2020-08-10 17:34:14 +0200
  • 8241cd6284 Make moving window prevent its active id from being stolen (#3392, #3243, #1738) omar 2020-08-10 16:28:46 +0200
  • a5ba26806f Make moving window prevent its active id from being stolen (#3392, #3243, #1738) omar 2020-08-10 16:28:46 +0200
  • dbc70f21a9 Docking: Fixed docking overlay bits appearing at (0,0), because of 43bd80a4. Most typically noticable when disabling multi-viewport. omar 2020-08-10 15:53:34 +0200
  • 009276b6cb Backends: Allegro 5: Fixed horizontal scrolling direction with mouse wheel / touch pads (#3394, #2424, #1463) [@nobody-special666] omar 2020-08-10 15:31:48 +0200
  • 85a661d276 Docking: Storing HoveredDockNode in context which can be useful for easily detecting e.g. hovering an empty node. (#3398) omar 2020-08-10 12:52:33 +0200
  • acf043a675 Docking: Moved code unjustly in DockNodeTreeFindNodeByPos() out of it and into caller (should have no side-effect ideally). Removed dupe in Begin() from earlier merge. omar 2020-08-10 11:58:37 +0200
  • 2c13a74a9d Merge branch 'master' into docking omar 2020-08-10 11:35:51 +0200
  • 209a6a751c Revert "Examples: Switch most VS projects to enable Edit & Continue by default (may need to upgrade projects to latest toolchain)" omar 2020-08-10 11:33:30 +0200
  • 89ac87cd91 Internals: Added SetLastItemData, rename ImGuiItemHoveredDataBackup to ImGuiLastItemDataBackup. omar 2020-08-10 11:30:19 +0200
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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