Commit Graph

  • 1963cc59be Implement horizontal scrolling with Shift+Scroll Luca Rood 2019-03-16 19:55:42 +0100
  • 9350158d61 Merge branch 'master' into docking omar 2019-03-25 16:08:09 +0100
  • 3d8ea352d1 InputText: Fixed selection background starts rendering one frame after the cursor movement when first transitioning from no-selection to has-selection. (Bug in 1.69) (#2436) [@Nazg-Gul] omar 2019-03-25 16:06:30 +0100
  • abb7d7b18a InputText: Simplify read-only code path. omar 2019-03-25 15:50:23 +0100
  • d9f6ba3035 IsWindowHovered() made change which should have no effect in master but fix result of IsWindowHovered(ImGuiHoveredFlags_ChildWindows) over multiple viewport in docking branch. (#2432) omar 2019-03-25 15:39:11 +0100
  • 847ff7e8e9 Fixed SetArrowCallback function definition Christophe 2019-03-25 10:37:40 +0900
  • a53c57152b Mention Julia binding in README (#2446) Gnimuc 2019-03-24 10:32:19 +0800
  • bbc4813e33
    Mention Julia binding in README Gnimuc 2019-03-24 10:00:18 +0800
  • ea635c58ba
    Merge pull request #1 from ocornut/master wshmaple 2019-03-22 09:18:08 +0800
  • 6089e38e27 Added ImGuiTreeNodeFlags_SpanAllAvailWidth flag option to TreeNodeEx Marco Melorio 2019-03-21 02:52:41 +0100
  • 98a8ee1a08 Merge tag 'v1.69' into pfox/passwordFix Paul Fox 2019-03-20 12:56:06 +1000
  • d334bd82c7 Double buffered InputQueueCharacters, MouseWheel and MouseWheelH so input can be collected in a background thread * Broke API on purpose so anyone that was setting MouseWheel manually needs to change where they write the update to * State based inputs are fairly resilient to multithreading so it didn't need a full rewrite * Updated all example code to use new location Chris Savoie 2019-01-07 16:08:00 -0800
  • 424d4a41a7 Added arrow callback function Christophe 2019-03-19 18:18:30 +0900
  • 7a5196601e Docking: BeginDocked() doesn't need to rely on tab bar data (will allow removing tab bar). omar 2019-03-16 18:13:24 +0100
  • c7619d4a6a Docking: Preserve existing docked nodes when setting the ImGuiDockNodeFlags_NoDockingInCentralNode flag. (#2423, #2109) omar 2019-03-16 16:19:09 +0100
  • 221bf93a55 Comments, todo list, remove trailing spaces. omar 2019-03-16 15:48:21 +0100
  • ae4765975f Implement horizontal scrolling with Shift+Scroll Luca Rood 2019-03-16 19:55:42 +0100
  • 7ba774a440 Viewports: Fixed being unable to refocus windows when ConfigViewportsNoTaskBarIcon + ConfigViewportsNoDecoration are enabled. (#2420, #1542) [@PathogenDavid] + comments. omar 2019-03-15 15:35:46 +0100
  • 857381b9ca GetMouseDragDelta(): also returns the delta on the mouse button released frame. Verify that mouse positions are valid otherwise returns zero. Removed obsolete comment. Tweaked demo. (#2419) omar 2019-03-15 15:03:37 +0100
  • ff03ae503b Examples: OpenGL: Added a dummy GL call + comments in ImGui_ImplOpenGL3_Init() to detect uninitialized GL function loaders early, and help users understand what they are missing. (#2421) omar 2019-03-15 13:09:07 +0100
  • cf2c52282d Version 1.70 WIP omar 2019-03-15 13:07:30 +0100
  • 2fa8d7020d Fix N00TN00T 2019-03-13 23:05:41 +0100
  • ebe79bbed0 Demo: Custom rendering: Minor sizing issue fix. v1.69 omar 2019-03-13 15:44:23 +0100
  • b1af4d36ce Merge branch 'master' into docking omar 2019-03-13 15:30:35 +0100
  • 55c02099c5 Version 1.69, comments, typos omar 2019-03-13 11:35:34 +0100
  • c3f20f6b81 Viewport: DestroyPlatformWindow() skips calling user function if PlatformWindowCreated is set. + Clarified comment about implicit Debug viewport which may be hogging a viewport. omar 2019-03-13 11:27:30 +0100
  • e7dca4fec2 Fixed main viewport not being marked as created, which broke updating the IME input position for the main viewport. David Maas 2019-03-13 00:57:15 -0500
  • e83d545230 Fixed main viewport not being marked as created, which broke updating the IME input position for the main viewport. David Maas 2019-03-13 00:57:15 -0500
  • a26085ed53 Internals: Fixed Navigation from reaching ImGuiItemFlags_Disabled items (#211) + Examples comments omar 2019-03-12 22:23:56 +0100
  • 7a7d1e6bfa Added Macosx support Charlie 2019-03-12 21:33:36 +0100
  • 53e0c13be2 TabBar: Reworked scrolling policy (when ImGuiTabBarFlags_FittingPolicyScroll is set) to teleport the view when aiming at a tab far away the visible section, and otherwise accelerate the scrolling speed to cap the scrolling time to 0.3 seconds. omar 2019-03-12 20:57:02 +0100
  • 99d8425173 TabBar: Fixed Tab tooltip code making drag and drop tooltip disappear during the frame where the drag payload activate a tab. omar 2019-03-12 18:56:19 +0100
  • 9afb849e16 Merge branch 'master' into docking omar 2019-03-12 18:28:47 +0100
  • cfa8f672f6 Examples: GLFW, SDL: Preserve DisplayFramebufferScale when main viewport is minimized. (This is particularly useful for the viewport branch because we are not supporting per-viewport frame-buffer scale. It fixes windows not refreshing when main viewport is minimized.) (#2416) omar 2019-03-12 18:27:14 +0100
  • 495065f790 Fixed Clang and PVS warnings. omar 2019-03-12 12:08:51 +0100
  • f254168335 InputText: Fixed c779fbb leading to display of the wrong buffer when resizing a buffer. (#2400, #2006, #1443, #1008). omar 2019-03-12 11:56:40 +0100
  • 897badec7a Demo: InputText: Demonstrating use of ImGuiInputTextFlags_CallbackResize. (#2006, #1443, #1008). omar 2019-03-12 11:24:49 +0100
  • a92c587c75 Added GetGlyphRangesVietnamese() helper. (#2403) omar 2019-03-11 22:02:59 +0100
  • 65c2220049 Internal: Removed unused fields from ImGuiMenuColumns. omar 2019-03-11 20:14:56 +0100
  • e1acb0b1fa Docking: Fixed node merging altering window position incorrectly in a way that would make SizeContents incorrect for the next frame (making scrollbar flicker). (#2414, #2109) omar 2019-03-11 19:46:37 +0100
  • 3ead9820f7 Viewport: Popups and Tooltips viewports are correctly parented to the parent window's viewport. (#2409, #1542) omar 2019-03-11 16:51:46 +0100
  • f7db4fad31 Merge branch 'master' into docking omar 2019-03-11 16:08:16 +0100
  • 6767b0a1b0 Examples: Win32+DirectX: moved helper functions below main. omar 2019-03-11 16:00:18 +0100
  • cf4fcc4735 Viewports: Fixed delayed window pos->viewport pos sync leading to monitor not being updated at the time of clamping window position in Begin. (#2415, #1542) omar 2019-03-11 13:10:41 +0100
  • 3eedb542a6 Viewports: Renamed ConfigViewportsNoParent to ConfigViewportsNoDefaultParent. Fix outdated comments in examples. omar 2019-03-11 11:07:23 +0100
  • 0b8ef526b0 Merge branch 'docking' of https://github.com/N00TN00T/imgui into HEAD Charlie 2019-03-11 02:01:25 +0100
  • 05ebbe3b3b Added imgui impl files in imgui repo root Charlie 2019-03-11 02:00:41 +0100
  • 2a32705bab merge Charlie 2019-03-11 01:49:43 +0100
  • 6bce821063 Fixes Charlie 2019-03-11 01:45:54 +0100
  • ecf7666624 Docking: Fixed an issue where removing the last window from a dockspace node that is not a central node without remove the node. (#2414, #2109) omar 2019-03-10 22:19:18 +0100
  • 59f99edb56 Added the openl3 and glfw example files to be built and set up dll exporting for windows N00TN00T 2019-03-10 21:26:14 +0100
  • d35388beb8 Fixed repo N00TN00T 2019-03-10 19:06:33 +0100
  • 053271a71d Fixed premake file N00TN00T 2019-03-10 19:00:06 +0100
  • ed6efa36da
    Create premake5.lua N00TN00T 2019-03-10 19:51:29 +0100
  • b5d57a6615 Fix typos. (#2413) Bruce Mitchener 2019-03-09 16:10:17 +0700
  • f7f35970b6 Fix typos. Bruce Mitchener 2019-03-09 08:11:17 +0700
  • 17c567c3a9 Don't use const qualified parameters in declarations. Bruce Mitchener 2019-03-09 00:05:20 +0700
  • 79bb4ce128 Added ImGuiColorEditFlagsFlags_InputHSV. (#2383, #2384) Haldean Brown 2019-03-07 15:31:29 +0100
  • 8e0e91827f ColorEdit: Fixed tooltip not honoring the ImGuiColorEditFlags_NoAlpha contract of never reading the 4th float in the array (value was read and discarded). (#2384) omar 2019-03-08 17:46:04 +0100
  • 66936880ba Moved placeholder sections to match Docking branch. Comments. omar 2019-03-08 17:33:44 +0100
  • cbe876be50 Don't use const qualified parameters in declarations. Bruce Mitchener 2019-03-09 00:05:20 +0700
  • 3b11505481 Fix typos. (#2411) Bruce Mitchener 2019-03-08 23:52:32 +0700
  • 3ac46ab6aa Fix typos. Bruce Mitchener 2019-03-08 23:46:14 +0700
  • d77d3416d3 Merge branch 'master' into docking omar 2019-03-07 18:40:55 +0100
  • 5ce93bc0cc Refactor: Move viewport code under other subsystem to simplify merging (4) (moving in multiple commits to make diff/patch behave nicely) omar 2019-03-07 18:39:31 +0100
  • 54a129a2e2 Refactor: Move viewport code under other subsystem to simplify merging (3) (moving in multiple commits to make diff/patch behave nicely) omar 2019-03-07 18:38:40 +0100
  • bdf60dac6a Refactor: Move viewport code under other subsystem to simplify merging (2) (moving in multiple commits to make diff/patch behave nicely) omar 2019-03-07 18:35:14 +0100
  • bbb543fc16 Refactor: Move viewport code under other subsystem to simplify merging (1) (moving in multiple commits to make diff/patch behave nicely) omar 2019-03-07 18:33:45 +0100
  • f717df4eb6 Internal: Columns: Allow to use BeginColumns(1) so code designed for variable number of columns can still call NextColumn etc. (#125) omar 2019-03-07 18:21:56 +0100
  • e9651aaa77 TabBar: Fixed ImGuiTabItemFlags_SetSelected being ignored if the tab is not visible (with scrolling policy enabled) or if is currently appearing. omar 2019-03-07 17:45:59 +0100
  • 1c23981782 Made ImS8 and ImS16 explicitly signed in case some crazy SDK decide to flip the signedness over. (#2408) omar 2019-03-07 16:09:11 +0100
  • 28d8eb220b Fix for Android char being unsigned by default (#2408) omar 2019-03-07 16:07:16 +0100
  • 7d39ee311c Examples: DirectX12: Allow x32-bit compilation of DirectX-12 example. (#301, #1641) Gilad Reich 2019-03-07 08:31:20 +0100
  • 0a6c5bc234 Examples: DirectX9: Added support for multi-viewport (#2394) Gilad Reich 2019-03-06 21:34:37 +0100
  • e91d275b10 Merge branch 'master' into docking omar 2019-03-06 21:18:46 +0100
  • 8464df1f6e Internals: ColorEdit: Minor optimizations. Initialize internal arrays as static const, avoid unnecessary HSV->RGB conversion. omar 2019-03-06 19:12:53 +0100
  • ea8158acdf Demo: Renamed ShowHelpMarker() -> HelpMarker(). Fixed minor PVS warning. Removed unnecessary casts. omar 2019-03-06 18:19:28 +0100
  • 510342f024 Examples: DirectX9: Minor changes to match the other DirectX examples more closely. (#2394) omar 2019-03-06 18:00:04 +0100
  • c779fbb651 InputTextWithHint: Fix for Password fields. Update changelog, demo. (#2400) omar 2019-03-06 17:33:24 +0100
  • ab80ee6453 Added InputTextWithHint() (#2400) Lucas Lazare 2019-03-06 14:31:19 +0100
  • fe48368cb2 InputText: Moving some code in anticipation of supporting hint display with password. This commit is aimed at having no visible side effect. (#2400) omar 2019-03-06 15:44:21 +0100
  • 8b8ab1db5b Removed redundant declaration of SetNextWindowClass. (#2402) David Maas 2019-03-06 00:39:16 -0800
  • e4e1acfae1 Removed redundant declaration of SetNextWindowClass. David Maas 2019-03-05 17:41:09 -0600
  • e02d6014bf Merge branch 'master' into docking omar 2019-03-05 22:13:38 +0100
  • 344140004b Fixed IsItemDeactivated()/IsItemDeactivatedAfterEdit() from not correctly returning true when tabbing out of a focusable widget (Input/Slider/Drag) in most situations. (#2215, #1875) + Minor renaming of a local variable in widget code. omar 2019-03-05 22:09:25 +0100
  • 26328fc9fe Internal: Tabbing/Focus: Tidying up old code, moved some state to context instead of window. Storing new data will allow us to fix the bug mentioned in #2215 (probably in next commit). omar 2019-03-05 19:37:20 +0100
  • 9c45072cb0 Demo: Added flags to InputTextMulttiline() demo. omar 2019-03-05 19:22:58 +0100
  • 076be7ec41 MenuItem, Selectable: Fixed disabled widget interfering with navigation (fix c2db7f63 in 1.67). omar 2019-03-05 19:00:19 +0100
  • ce4e62649a Internal: Tabbing: Tweaks to FocusableItemRegister and using the standard mechanism to allow/block Tab being interpreting by tabbing instead of InputText() widget. omar 2019-03-05 17:38:36 +0100
  • 1970d84051 Removing sneaky tabulations #2 (why, editor T-T) Lucas Lazare 2019-03-05 12:20:39 -0500
  • 219bdfcb7f Removing useless check introduced in b0d172 Lucas Lazare 2019-03-05 12:17:27 -0500
  • 8afd7a2b45 Removing sneaky tabulations Lucas Lazare 2019-03-05 11:49:24 -0500
  • 8e04908631 Moving InputTextHinted code to InputTextEx Lucas Lazare 2019-03-05 11:45:13 -0500
  • 1ed3c4cf4a Internal: Text: Extracted TextUnformatted into TextEx over which we can freely atter the signature. Clarified current large text behavior of TextUnformatted with explicit ImGuiTextFlags_NoWidthForLargeClippedText flag (always set). omar 2019-03-05 16:08:18 +0100
  • 622a27506a Text: Fixed large Text/TextUnformatted call not declaring its size when starting below the lower point of the current clipping rectangle. Somehow this bug has been there since v1.0! It was hardly noticeable but would affect the scrolling range, which in turn would affect some scrolling request functions when called during the opening frame of a window. omar 2019-03-05 15:23:11 +0100
  • ac4842fa17 Nav: Fixed Ctrl+Tab keeping active InputText() of a previous window active after the switch. (#2380) omar 2019-03-05 12:03:54 +0100
  • f4dd990e38 Comments and Issue Template omar 2019-03-05 11:03:32 +0100
  • b0d1723a2f C++11 to C++98 Lucas Lazare 2019-03-05 00:23:02 -0500
  • 9afeae3998 Added InputTextHinted Lucas Lazare 2019-03-04 23:43:28 -0500
  • 8414c0bb09 Merge branch 'master' into docking omar 2019-03-04 18:00:32 +0100