5880 Commits (5dc5610ad5ea9dae696ff51a6af310752c3207f7)
 

Author SHA1 Message Date
ocornut 5dc5610ad5 Docs: TODO, FAQ ago%!(EXTRA string=5 years)
ocornut 95c99aaa4b Version 1.78 ago%!(EXTRA string=5 years)
ocornut c6b01e8e1d Drag, Sliders: Merged ImGuiDragFlags back into ImGuiSliderFlags. (#3361, #1823, #1316, #642, #1829, #3209) ago%!(EXTRA string=5 years)
omar 14539b3ed2
Update Emscripten readme about emrun (#3412) ago%!(EXTRA string=5 years)
omar d3fcc37e9e
Update Emscripten readme about local XHR requests (#3412) ago%!(EXTRA string=5 years)
ocornut 3c65b650e8 Merge branch 'features/logarithmic_sliders' ago%!(EXTRA string=5 years)
omar f32663b33c Drags, Sliders: Removed locking behavior with min > max (added in 1.73) ago%!(EXTRA string=5 years)
omar 7f8f0096d8 Internals: Renamed SliderCalcRatioFromValueT() -> ScaleRatioFromValueT(), SliderCalcValueFromRatioT() -> ScaleValueFromRatioT(). ago%!(EXTRA string=5 years)
omar fb0f2ebd41 Drags, Sliders: Tweaks. ago%!(EXTRA string=5 years)
Ben Carter fa279a6aa0 Drags, Sliders: Added deadzone to make selecting 0.0 on linear sliders easier, slider navigation delta accumulation. (#3361, #1823, #1316, #642) ago%!(EXTRA string=5 years)
omar f75b29e7be Drags, Sliders: Added ImGuiDragFlags_NoInput/ImGuiSliderFlags_NoInput to disable turning widget into a text input with CTRL+Click or Nav Enter. ago%!(EXTRA string=5 years)
omar 8018623c5b Drags, Sliders: Added ImGuiDragFlags_NoRoundToFormat / ImGuiSliderFlags_NoRoundToFormat flags (#642) ago%!(EXTRA string=5 years)
omar 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) ago%!(EXTRA string=5 years)
omar 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) ago%!(EXTRA string=5 years)
omar 43c099f31e Drags, Sliders: Logarithmic: Moved flags to internals, allowing 1.0f to pass by. (#3361, #1823, #1316, #642) ago%!(EXTRA string=5 years)
omar 152dae9e2a Drags, Sliders: Logarithmic: Split back flags into drag/slider flags. Moved to an obsolete section. (#3361, #1823, #1316, #642) ago%!(EXTRA string=5 years)
Ben Carter 9f98b4e7f2 Drags, Sliders: Logarithmic: Added logarithmic mode support to drag widgets, extended API to add flags to drag/sliders (#3361, #1823, #1316, #642) ago%!(EXTRA string=5 years)
Ben Carter a252a287bf Drags, Sliders: Logarithmic: WIP experiments with trying to make logarithmic sliders sensible (#3361, #1823, #1316, #642) ago%!(EXTRA string=5 years)
ocornut 46d75202b8 Tab Bar: Allow calling SetTabItemClosed() after a tab has been submitted (will process next frame). ago%!(EXTRA string=5 years)
Louis Schnellbach 0e5b1ea297
CI: imscripten fastcomp backend is now deprecated (#3402) ago%!(EXTRA string=5 years)
omar 214dd68ec1 Comments, clarifying ClosePopupsOverWindow(). ago%!(EXTRA string=5 years)
omar a4dd4d60b4 CI: moved static analysis to a separate project + fix (uninitialized variable, was harmless in this case). ago%!(EXTRA string=5 years)
omar 8241cd6284 Make moving window prevent its active id from being stolen (#3392, #3243, #1738) ago%!(EXTRA string=5 years)
omar 009276b6cb Backends: Allegro 5: Fixed horizontal scrolling direction with mouse wheel / touch pads (#3394, #2424, #1463) [@nobody-special666] ago%!(EXTRA string=5 years)
omar 209a6a751c Revert "Examples: Switch most VS projects to enable Edit & Continue by default (may need to upgrade projects to latest toolchain)" ago%!(EXTRA string=5 years)
omar 89ac87cd91 Internals: Added SetLastItemData, rename ImGuiItemHoveredDataBackup to ImGuiLastItemDataBackup. ago%!(EXTRA string=5 years)
ocornut 90b152f265 ImFontAtlas: Fixed multiple rebuild with same inputs erroneously increased ConfigDataCount. CI: Update Ubuntu 18.04 > 20.04 (motivated by #3369) ago%!(EXTRA string=5 years)
ocornut ede8825fb2 Examples: Vulkan: Fixed GLFW+Vulkan and SDL+Vulkan clear color not being set. Broken by a06eb833 (#3390) ago%!(EXTRA string=5 years)
omar b15b25bccd TabBar: made a change to that declared ideal width (for auto-resize) won't lag by an extra frame. ago%!(EXTRA string=5 years)
omar 8074b49148 Selectable: Fixed highlight/hit extent when used with horizontal scrolling (in or outside columns). (#3187, #3386) ago%!(EXTRA string=5 years)
omar fc61018b1c Demo: Renamed "Layout" -> "Layout & Scrolling". Fixed usage of local struct as template class (c++11). ago%!(EXTRA string=5 years)
omar 473a01adb0 Scrolling: Avoid SetScroll, SetScrollFromPos functions from snapping on the edge of scroll limits. (#3379) + Demo: Rename "Layout" to "Layout & Scrolling". ago%!(EXTRA string=5 years)
omar a24578ec09 Examples: Switch most VS projects to enable Edit & Continue by default (may need to upgrade projects to latest toolchain) ago%!(EXTRA string=5 years)
omar db886f3953 Demo: Rework Clipping section. Fix for static analysis. Added bindings in Readme. ago%!(EXTRA string=5 years)
omar 963839373c Demo tweaks + general removal of the word dummy were possible with no issues (kept the API call). ago%!(EXTRA string=5 years)
omar 55041ac3be Demo: Removed thin triangle and aligned code. ago%!(EXTRA string=5 years)
omar 912c45ab23 Demo: Improve "Custom Rendering"->"Canvas" demo with a grid, scrolling and context menu. ago%!(EXTRA string=5 years)
omar 4929a8e4a5 InvisibleButton: Made public a small selection of ImGuiButtonFlags (previously in imgui_internal.h) and allowed to pass them to InvisibleButton(). ago%!(EXTRA string=5 years)
omar a876ad877d Window: Fixed clicking over an item which hovering has been disabled (e.g inhibited by a popup) from marking the window as moved. ago%!(EXTRA string=5 years)
omar 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. ago%!(EXTRA string=5 years)
omar 76ddacd2a1 Internals: Backport HoveredWindowUnderMovingWindow code from Docking branch. ago%!(EXTRA string=5 years)
omar 218ff3a2a5 Internals: Backport one ->WasActive test in NavRestoreLastChildNavWindow() from 9bf6509c6 + minor/shallow bits from docking branch. ago%!(EXTRA string=5 years)
omar c7f5876f8a Internals: backport window HitTestHole code from docking branch + RenderRectFilledWithHole() helper. (#1512, #3368) ago%!(EXTRA string=5 years)
omar bbd061538c Internals: Drag/Sliders: simplified some code. ago%!(EXTRA string=5 years)
omar b8c22bdb28 DragFloatRange2, DragIntRange2: Fixed an issue allowing to drag out of bounds when both min and max value are on the same value. (#1441) ago%!(EXTRA string=5 years)
omar 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) ago%!(EXTRA string=5 years)
omar b335225caa Internals: Extract ImFontAtlasBuildRender1bppRectFromString() out of ImFontAtlasBuildRenderDefaultTexData() + minor renaming, comments ago%!(EXTRA string=5 years)
omar e223bd8177 ImDrawList: changed AddCircle(), AddCircleFilled() default num_segments from 12 to 0. ago%!(EXTRA string=5 years)
omar 4be8155002 Style Editor: Added preview of circle auto-tessellation when editing the corresponding value.. ago%!(EXTRA string=5 years)
omar 825f2ae455 Demo: Tweak "child windows" section. (#3318) ago%!(EXTRA string=5 years)