Commit Graph

  • 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
  • 94e794f81b Renamed GetOverlayDrawList() to GetForegroundDrawList() for consistency. Kept redirection function (will obsolete). (#2391) Demo: Using GetBackgroundDrawList() and GetForegroundDrawList() in "Custom Rendering" demo. omar 2019-03-04 16:20:32 +0100
  • 96b13760d4 Added GetBackgroundDrawList() helper to quickly get access to a ImDrawList that will be rendered behind every other windows. (#2391) omar 2019-03-04 16:10:51 +0100
  • 902e629975 Disable IME if not io.WantTextInput in SDL impl vby 2019-03-04 22:32:26 +0800
  • db4f5b29a9 Formatting gab 2019-03-04 09:43:08 +0100
  • 9cfa84c05e Removed cmake hack to find SDL2 gab 2019-03-04 09:42:42 +0100
  • f53defc38e #includes of GL files in the .cpp gab 2019-03-04 08:44:35 +0100
  • a2353b276c Formating gab 2019-03-04 02:48:05 +0100
  • 4c1f44600d Get similar formatting than original gl3.cpp file gab 2019-03-04 02:36:26 +0100
  • 8ca24828af Removed FindSDL2.cmake gab 2019-03-04 02:23:54 +0100
  • 49eb5f0280 Merge branch 'master' into docking omar 2019-03-03 23:34:56 +0100
  • beb3062dc5 Examples: OpenGL: Fix to be able to run on ES 2.0 / WebGL 1.0. [@rmitton, @gabrielcuvillier] omar 2019-03-03 23:32:40 +0100
  • 9d1a392d7d Examples: OpenGL: Comments about versions and loaders. (#2393, #2351) omar 2019-03-03 23:14:30 +0100
  • 7a536f1bd2 Examples + Viewport: GLFW: context wasn't set when using multiple windows. (#2392) Richard Mitton 2019-03-01 18:55:55 -0800
  • 4403d3f84d
    Create premake5.lua Ryan 2019-03-03 15:33:35 -0500
  • e83989ae9c Implement multiple view ports support for DX9. Gilad Reich 2019-03-02 09:09:16 +0100
  • ba4191f3aa Compile fix. Richard Mitton 2019-03-01 19:11:11 -0800
  • a1553faf7f Added ifdefs to support OpenGL ES 2.0 Richard Mitton 2019-03-01 18:57:52 -0800
  • e886dcbe4e GL context wasn't set when using multiple windows. Richard Mitton 2019-03-01 18:55:55 -0800
  • 78b600d121 Disable SDL message handler only if io.WantTextInput vby 2019-03-02 01:27:24 +0800
  • 40b184d5b0 Workaround to disable the incomplete UI-less mode IME in SDL(Windows) vby 2019-03-01 23:33:38 +0800
  • 1c67d09c0b ColorPicker: Fix assertion when running in a collapsed window and dragging its title bar (#2389) omar 2019-03-01 00:05:39 +0100
  • 1d0b4df3d9 Misc: Asserting in NewFrame() if style.WindowMinSize is zero or smaller than (1.0f,1.0f). Internal: ImHash functions tweaks. Added InputText() to query status section. omar 2019-02-28 16:59:01 +0100
  • c907e1dfe1 add ability to pass Color widgets HSV data Haldean Brown 2019-02-27 10:55:49 -0800
  • ff0c6c2bde Merge branch 'master' into docking omar 2019-02-27 19:00:09 +0100
  • f02705fbaa InputInt, InputScalar: +/- buttons now respects the natural type limits instead of overflowing or underflowing the value. omar 2019-02-27 18:59:17 +0100
  • 736d3e2654 DragScalar, InputScalar, SliderScalar: Added support for u8/s8/u16/s16 data types. We are reusing function instances for larger types to reduce code size. (#643, #320, #708, #1011) omar 2019-02-27 18:16:03 +0100
  • 525a53a86b Comments omar 2019-02-27 17:26:18 +0100
  • ac47710db7 Internal: InputText: Tweaks to make PVS static analyzer relax a little with its false positive. omar 2019-02-27 16:49:55 +0100
  • 6de09a5e48 Renamed ColorEdit/ColorPicker's ImGuiColorEditFlags_RGB/_HSV/_HEX flags to respectively ImGuiColorEditFlags_DisplayRGB/_DisplayHSV/_DisplayHex. This is anticipation of adding new flags to ColorEdit/ColorPicker functions which would make those ambiguous. (#2384) [@haldean] omar 2019-02-27 16:45:58 +0100
  • 8a2f6866a6 add _Show prefix to color flags that control inputs, rename __InputsMask to __ShowMask haldean 2019-02-26 10:19:06 -0800
  • 688035b5f4
    Added px_render_imgui.h (#1935) omar 2019-02-27 15:06:11 +0100
  • cef77098ab
    Update README.md omar 2019-02-27 15:00:41 +0100
  • 75641926e1 Merge branch 'allegro-touch' of https://github.com/dos1/imgui into dos1-allegro-touch omar 2019-02-27 14:39:41 +0100
  • def723b6b6 Plot: Fixed error in 5e3a1de (#2387) omar 2019-02-27 14:34:11 +0100
  • 5e3a1de4e6 Plot: Fixed divide-by-zero in PlotLines() when passing a count of 1. (#2387) [@Lectem] omar 2019-02-27 14:25:37 +0100
  • 0987917b52
    Fix div by 0 in DrawLines when values_count == 1 Lectem 2019-02-27 14:16:03 +0100
  • 4eecf80a4b Moved Settings section above Docking to facilitate master<>docking merges. omar 2019-02-26 15:34:47 +0100
  • 104294c7e4 Moved Logging/Capturing section above Docking to facilitate master<>docking merges. omar 2019-02-26 15:33:50 +0100
  • 6b43a314bf Merge branch 'master' into docking omar 2019-02-26 12:53:38 +0100
  • cf3cb7cf7e InputText: Fixed various display corruption related to swapping the underlying buffer while a input widget is active (both for writable and read-only paths). Often they would manifest when manipulating the scrollbar of a multi-line input text. omar 2019-02-26 12:50:44 +0100
  • b7b82520b4 Internal: InputText: Minor changes (intended to have side-effect but clarify next commit, however there is rarely such a thing as zero side effect in InputText land!) omar 2019-02-26 12:22:58 +0100
  • 439f726945 InputText; Disabled rendering selection when inactive (it kinda work but I'm not sure this is desirable especially for single-line input, was not intended to be active). omar 2019-02-24 23:31:00 +0100
  • 8915f7933a Merge branch 'master' into docking omar 2019-02-24 23:24:07 +0100
  • 5d7bd2309b Fixes warning caused by a missing switch/case. (#2382, #2381) David Wingrove 2019-02-24 17:19:36 -0500
  • 7aa77e3727 Added IM_ASSERT(0); if a log finishes with ImGuiLogType_None. Dave Wingrove 2019-02-24 14:06:40 -0500
  • 1d016db7bc Fixes a compile issue caused by a missing case. Dave Wingrove 2019-02-24 13:41:40 -0500
  • c3ea1748dc Fix -Wconversion warning (#2379) Elias Daler 2019-02-24 20:35:52 +0300