Commit Graph

  • 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
  • ee2086ec8a Rebuild swapchain data when viewport out of date Rory OConnell 2020-08-18 17:43:34 -0700
  • 9f079b7c38 Clean up clear color copying Rory OConnell 2020-08-18 15:46:20 -0700
  • aef0254cbd Examples: Vulkan: Reworked buffer resize handling, fix for Linux/X11. (#3390, #2626) ocornut 2020-08-07 15:34:25 +0200
  • ac30911826 Merge branch 'docking' into update-vulkan-examples Rory OConnell 2020-08-18 14:38:39 -0700
  • 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
  • d1cae29a57 emscripten 2.0 broke things Rory OConnell 2020-08-17 14:54:45 -0700
  • 25a9209b75 Merge branch 'master' into docking ocornut 2020-08-17 23:26:56 +0200
  • 9b832038f5 work around xcb C header Rory OConnell 2020-08-17 14:21:50 -0700
  • 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
  • 2437d164f7 Merge branch 'docking' into x11-samples Rory OConnell 2020-08-15 16:32:08 -0700
  • b070912dcf do not use relative path Rory OConnell 2020-08-14 18:50:35 -0700
  • 5c4ac14d4f Finish full clipboard implementation Rory OConnell 2020-08-13 14:15:55 -0700
  • b8d1351b16 Move disconnect to main, it opened the connection Rory OConnell 2020-08-13 14:15:09 -0700
  • bff461828a
    Merge fd6ff7f8ed into 0e5b1ea297 Mohammed Alyousef 2020-08-13 01:20:53 -0700
  • 11aa7d4a93 style fixes Rory OConnell 2020-08-12 18:35:08 -0700
  • 5e0d60d84f Need both addinputchar and keysdown Rory OConnell 2020-08-12 18:33:19 -0700
  • 0e5b1ea297
    CI: imscripten fastcomp backend is now deprecated (#3402) Louis Schnellbach 2020-08-12 16:26:42 +0200
  • c15c789f0c emscripten fastcomp backend is now deprecated Louis Schnellbach 2020-08-12 15:34:38 +0200
  • bec22e66d4 Add "copying to clipboard" to x11 impl Rory OConnell 2020-08-11 14:03:51 -0700
  • 6033447b21 Being a good memory citizen and freeing replies Rory OConnell 2020-08-11 13:45:51 -0700
  • 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
  • 575f24445c Add xcb-xkb to linker Rory OConnell 2020-08-09 13:35:23 -0700
  • 48152790f1 Set full mouse cursor support config flag Rory OConnell 2020-08-09 13:25:36 -0700
  • 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