Commit Graph

  • f6b6dace9e Pass command list in using ImGui_ImplDX12_NewFrame() instead of ImGui_ImplDX12_Init() Jefferson Montgomery 2017-09-24 14:43:37 -0700
  • f72b95d73f Merge 'ocornut/master' into 'jdmo3/master' Jefferson Montgomery 2017-09-24 14:22:25 -0700
  • 3dd3d0b248 Examples: DirectX11: allow creating device with feature level 10 sinec we don't really need much for that example. (#1333) omar 2017-09-24 12:54:49 +0200
  • b9c185402e Nav: minor tidying up NavUpdate() to use a local variables, easier to test replacing g.NavWindow with g NavMoveResultWindow for navigation accross flattened child windows. omar 2017-09-20 23:58:56 +0200
  • 113b2467cd Minor bits. Reduce usage of GImGui multiple times in same function. omar 2017-09-20 23:02:06 +0200
  • 229921541b TODO list omar 2017-09-20 18:51:33 +0200
  • 9b2672a99f Update README.md omar 2017-09-19 18:33:04 +0200
  • 2fc07c1b7d Update README.md omar 2017-09-19 18:32:09 +0200
  • ba12d37719 Merge pull request #1324 from waywardmonkeys/improve-clang-warnings omar 2017-09-19 18:18:53 +0200
  • 479e532f18 ColorEdit: fixed weird ternary pattern that makes some compiler warning (fair) omar 2017-09-18 21:41:49 +0200
  • 92e55a8a79 Merge branch 'master' into navigation omar 2017-09-18 16:06:48 +0200
  • d5d825debb Nav/Examples: honoring the io.WantMoveMouse flag in most common examples (#323) ocornut 2016-07-30 23:17:11 +0200
  • 1ff27d7db8 Added io.WantMoveMouse flags from Nav branch so Examples/Binding can already implement it. (#787) omar 2017-09-18 16:04:28 +0200
  • f24b5f71ca Merge branch 'master' into navigation omar 2017-09-18 15:35:47 +0200
  • 79ce9b74d5 BeginTooltipEx() internal tweaks omar 2017-09-18 15:35:00 +0200
  • 44e8d94aba Merge branch 'master' into navigation omar 2017-09-18 15:32:31 +0200
  • 105f3b14e4 Merge branch 'master' into styles omar 2017-09-18 15:11:51 +0200
  • 564c97b87e Comments omar 2017-08-15 11:41:36 +0800
  • f0f86213db ImVector: added resize() variant with initialization value omar 2017-08-15 11:41:00 +0800
  • b409d399c8 Demo: style editor output tweak so it is easier to modify the output code.. + TODO list update omar 2017-08-15 17:48:41 +0800
  • 9693fd5351 PushStyleVar/PopStyleVar: internal tweaks omar 2017-08-15 19:19:00 +0800
  • 7c9e38f60a Style: Moving code in a function to make incoming diff easier to parse. omar 2017-08-14 15:14:46 +0800
  • 709653c330 Merge branch 'master' into styles omar 2017-09-18 15:03:25 +0200
  • 6c91a1ef7f Minor comments omar 2017-09-17 23:35:39 +0200
  • 2aa9a538c0 Merge pull request #1323 from waywardmonkeys/remove-commas-at-end-of-list omar 2017-09-15 11:52:14 +0200
  • c4c042bcec Typo omar 2017-09-15 01:32:29 +0200
  • 052999a6ab More consistently uses "Dear ImGui" omar 2017-09-15 01:31:41 +0200
  • 83645aa593 More consistently uses "Dear ImGui" omar 2017-09-15 01:28:30 +0200
  • 2fcdeb7f12 Remove commas after last item in enumeration. Bruce Mitchener 2017-09-14 10:35:30 +0700
  • 4c794be41d Improve warning configuration for clang. Bruce Mitchener 2017-09-14 10:28:18 +0700
  • 4c0e1b45d5 Handle situation when WM_*BUTTONDOWN and WM_*BUTTONUP received at the same time, within one frame Mikhail Morozov 2017-09-12 19:45:43 +0300
  • 54d30d758f Implicit "Debug" window uses a "Debug##Default" identifier to allow the user creating such window with custom flags omar 2017-09-12 13:16:27 +0200
  • 65632d2682 Fixed alloca include for SunOS (#1319) omar 2017-09-12 11:55:13 +0200
  • 3420080a35 Merge pull request #1319 from RyuKojiro/more_portable_alloca_include-ocornut omar 2017-09-11 11:00:23 +0200
  • cf6ba9dd2d Don't do a bunch of OS gymnastics. alloca.h is only for glibc, everyone else uses stdlib.h Daniel Loffgren 2017-09-10 23:58:18 -0700
  • 66a9d4856c Merge branch 'master' into navigation omar 2017-09-06 20:37:29 +0200
  • cb2775ae54 Internals: ImGuiItemFlags comments omar 2017-09-06 20:36:36 +0200
  • 62d7fa4324 Merge branch 'master' into navigation omar 2017-09-06 20:33:39 +0200
  • f63c03c464 Internals: moved ButtonRepeat and AllowKeyboardFocus bools/stacks to a generic ItemFlags stack. Merged from Navigation branch. omar 2017-09-06 20:28:36 +0200
  • 51fcef0c21 BeginCombo() tweaks, merged from Navigation branch. omar 2017-09-06 19:31:50 +0200
  • 38ed66f55e Merge branch 'master' into navigation omar 2017-09-06 19:25:07 +0200
  • 9e2f202f05 Demo: Not using the undesirable Begin() overload. omar 2017-09-06 19:24:08 +0200
  • 5c4fda0fbc Merge branch 'master' into navigation omar 2017-09-06 19:17:51 +0200
  • 2169bf6895 Fixed WantTextInput from being true when an activated Drag or Slider was previously turned into an InputText(). (#1317) omar 2017-09-06 17:25:36 +0200
  • 790605e359 Minor comments + renaming internal fields omar 2017-09-06 17:20:54 +0200
  • 616da00493 Added actual logarithmic sliders Andrew Belt 2017-09-06 06:50:57 -0400
  • 8971d70149 Merge pull request #1313 from thevaber/master omar 2017-09-05 18:35:08 +0200
  • e1a7aa41cb Improved ColorPicker hue wheel color interpolation Václav Patejdl 2017-09-05 16:31:54 +0200
  • 2600b28f5d Begin(): fixed calling Begin() more than once per frame setting `window_just_activated_by_user` which in turn would set Appearing to true for that frame. omar 2017-09-04 13:29:57 +0200
  • 6400f2900a Begin(): renamed locals. omar 2017-09-04 13:26:46 +0200
  • a9c6a0f6ec Begin(): Removed unnecessary code (at the time of 1.18 commit e9e0e36f98, CursorPos was used to compute SizeContentsFit and this was necessary) omar 2017-09-04 13:24:45 +0200
  • 89cae37b49 Begin(): Tidying up some code, should be a no-op. omar 2017-09-04 13:05:20 +0200
  • 8fbe8709f9 TODO, minor tweak omar 2017-09-04 13:03:04 +0200
  • e8dbf1c795 Combo: Internally split into BeginCombo(), EndCombo(), toward a more flexible combo api. omar 2017-09-01 22:10:13 +0200
  • 5658675e9d Combo: Removed unnecessary ClearActiveId() call (from era where active combo stored an id, now we just use popup functionality) omar 2017-09-01 21:58:58 +0200
  • 804ee78731 Added IsWindowAppearing(). omar 2017-09-01 21:55:59 +0200
  • fd684ba974 Removed 2 obsolete redirection functions (obsoleted 26+ months ago). omar 2017-09-01 17:43:56 +0200
  • b8ade0b94f Examples: Main: Removed call to SetNextWindowSize() omar 2017-09-01 17:06:26 +0200
  • 4abce8af58 Examples: GL2: Renaming, comments. omar 2017-09-01 16:58:07 +0200
  • 5665f1d3e3 Merge branch 'nlguillemot-master' omar 2017-09-01 16:55:36 +0200
  • d9016964ad Examples: GL3: Comments, tweaks (#1145) omar 2017-09-01 16:55:04 +0200
  • c47e5fc76a Merge branch 'master' of https://github.com/nlguillemot/imgui into nlguillemot-master omar 2017-09-01 16:49:36 +0200
  • 7d1f2c0dc5 Examples: GL2: rename functions to include GL2 in name omar 2017-09-01 16:45:31 +0200
  • d165817880 Merge pull request #1307 from JJscott/dev omar 2017-09-01 22:30:14 +0800
  • cf48e28932 Backup polygon mode, draw with filled polygons, restore state, for clients running opengl with glPolygonMode. closes #798 unknown 2017-09-01 20:39:12 +1200
  • 670d40642f Fixed C4267 conversion from size_t to int. Branimir Karadžić 2017-08-31 13:04:40 -0700
  • 6a1ba317c7 Demo: Minor coding style tweaks so bgfx copy needs less patching. omar 2017-08-29 19:05:56 +0800
  • 1a62d46db5 Merge branch 'master' into navigation omar 2017-08-29 18:47:23 +0800
  • 97a40e74fb Nav: Fixed bad merge of 6def01be5d so the bug fixed in #840 wasn't fully fixed in Nav branch. omar 2017-08-29 18:45:58 +0800
  • 96d2942373 InputText: Merged bits from Navigation branch (inc. g.ActiveIdIsJustActivated is only set on the toggle). omar 2017-08-29 18:40:14 +0800
  • 9a0171b803 Merge branch 'master' into navigation omar 2017-08-29 18:29:44 +0800
  • 35e4fa7b85 Merged from Navigation branch (DragBehavior) omar 2017-08-29 18:21:36 +0800
  • 6cca4025ee Merge from Navigation branch: 6aa8019763 omar 2017-08-29 17:56:53 +0800
  • ddf41b0398 Merged from Navigation branch. TAB/Alt-TAB processing now deactivate if holding Ctrl. omar 2017-08-29 17:27:19 +0800
  • 550dc09998 Merged from Navigation branch (misc) omar 2017-08-29 17:12:18 +0800
  • aef041f948 Merged from Navigation branch omar 2017-08-29 17:09:56 +0800
  • c9298c2657 Merged from Navigation branch: f71cdd13b7 Internal tidying up, moved code to CalcNextScrollFromScrollTargetAndClamp() so it can be reused by upcoming nav code. c816e6c742 Fixed SetScrollX() handling of center ratio (which actually wasn't exposed publicly). (#323, #246) omar 2017-08-29 17:09:44 +0800
  • 287a4b6b38 Merged from Navigation branch: 5cac4926c8 fix title bar color of window under a modal window. omar 2017-08-29 16:52:37 +0800
  • a9e1d9aab9 Merge branch 'master' into navigation omar 2017-08-29 16:21:46 +0800
  • 358e7a194e Added GetKeyPressedAmount() (from Nav branch) to be able to measure fast repeat rate accurately. Added internal CalcTypematicPressedRepeatAmount() function. omar 2017-08-29 16:13:17 +0800
  • 1f1e63f705 Merge various minor things (supposedly harmless) from Navigation branch into Master to reduce differences. Some code in NewFrame() has been moved around. (#787) omar 2017-08-29 16:06:52 +0800
  • ee42fae468 Merge various minor things (supposedly harmless) from Navigation branch into Master to reduce differences. (#787) omar 2017-08-29 16:05:12 +0800
  • 6752cba4bc Removed duplicate comments omar 2017-08-29 15:39:11 +0800
  • 2ee1b70652 Merge branch 'master' into navigation omar 2017-08-29 15:36:36 +0800
  • 0ba3cadb88 RenderRectFilledRangeH() can't use cheap acosf() approximation for now. (#1296) omar 2017-08-29 15:25:05 +0800
  • f8eef49575 ProgressBar() fixed rendering when straddling rounded area. (#1296) omar 2017-08-29 15:23:07 +0800
  • 01d4bf299a Added overcomplicated RenderRectFilledRangeH() to fix rounded progress bar, which will also help for range widgets and perhaps sliders grabs over rounded areas. (#1296, #76) omar 2017-08-29 15:22:30 +0800
  • f0fa17b5e0 ImDrawList: Minor renaming omar 2017-08-29 15:10:03 +0800
  • 7a9ea281be ImSwap() helper. omar 2017-08-28 19:27:12 +0800
  • 808d631e35 imDrawList: PathArcTo() returns when passed zero radius. omar 2017-08-28 16:02:25 +0800
  • e1d81f4dc5 ImDrawList: Minor tidying up. omar 2017-08-28 14:12:55 +0800
  • 1f51e8f39d Internals: Renamed some ImGuiCorner enums. omar 2017-08-28 14:11:11 +0800
  • 7a7327adde ParseFormatPrecision() returns -1 for scientific noation 'e'/'E', RoundScalar() doesn't alter those. omar 2017-08-28 13:19:20 +0800
  • 0d4b08a851 Added Go binding link omar 2017-08-28 12:14:29 +0800
  • 807322c9a5 Merge branch 'master' into navigation omar 2017-08-26 18:43:10 +0800
  • b295e185ff Updated copyright date for 2017, updated Gallery link omar 2017-08-26 16:42:40 +0800
  • 419b22a487 Internals: Split some code out of NewFrame() into an Initialize() function. omar 2017-08-26 16:35:39 +0800
  • 5938f1ba61 Added IsMousePosValid() helper. omar 2017-08-26 15:18:06 +0800
  • f72ca6d22c ImFontConfig: Added RasterizerMultiply option to alter the brightness of individual fonts at rasterization time, which may help increasing readability for some. Added RasterizerFlags for custom rasterizer flags (aka imgui_freetype) omar 2017-08-26 14:11:56 +0800
  • 304de0ee1b ImFontConfig: Comments, const. omar 2017-08-26 14:11:41 +0800