Commit Graph

  • fbbe7fee53 Fix "Debug" window stealing focus/popup #208 #209 @thevaber ocornut 2015-05-07 11:24:51 +0100
  • 3d6e294931 Merge 34c9c6909a into 25d8c1af91 thevaber 2015-05-07 09:48:44 +0000
  • 25d8c1af91 Removed inline marker #210 ocornut 2015-05-07 10:48:05 +0100
  • 34c9c6909a Fixed popup disappearing if Debug window didn't get accessed in last frame Václav Patejdl 2015-05-07 04:04:56 +0200
  • 722e2437a5 Merge 8268a1cd00 into e7ffcea33d thevaber 2015-05-07 01:00:08 +0000
  • 8268a1cd00 Fixed popup disappearing if Debug window didn't get accessed in last frame Václav Patejdl 2015-05-07 02:54:27 +0200
  • e7ffcea33d Removed style.AutoFitPadding, using style.WindowPadding makes more sense (the default values were already the same). ocornut 2015-05-03 14:26:47 +0100
  • b1b23d6ca9 Autofit cancel out one worth of vertical spacing for correct symmetry (group and tooltip already do that) ocornut 2015-05-03 13:52:53 +0100
  • 0ca7926b94 Popup auto-border doesn't spread to its childs #197 ocornut 2015-05-03 13:04:43 +0100
  • a3a10d4a3c Popup have borders by default #197 attenuated border alpha in default theme ocornut 2015-05-03 12:17:53 +0100
  • 47e875314b Plot: overlay label clipped within frame when bigger than frame ocornut 2015-05-03 11:32:39 +0100
  • f00662a5ad Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering ocornut 2015-05-02 22:20:48 +0100
  • 08fd6a7e7d Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-05-02 22:20:14 +0100
  • d84b5737a6 Popups, Tooltips: fit within display. Hidden during size calculation. Fixed popups flicker when changing size. ocornut 2015-05-02 18:22:46 +0100
  • 99e315d2b2 Fix for width of child windows with scrollbar (broken 376a6a5af0) ocornut 2015-05-02 18:14:24 +0100
  • 221f36e116 Comments, tweaks, metrics window tweak ocornut 2015-05-02 17:54:25 +0100
  • a3560b274e Tidying up Begin(): using local copy of 'flags' for brevity ocornut 2015-05-02 17:45:54 +0100
  • 6ca4b31bf8 Fixed popup resizing (broken 376a6a5af0) ocornut 2015-05-02 15:54:35 +0100
  • a906738ba7 Renamed Visible->Active internally ocornut 2015-05-02 13:20:50 +0100
  • 1b5795c96d InputText: fixed incorrect edit state after text buffer is modified by user through callback #206 ocornut 2015-05-02 12:45:53 +0100
  • 81bf614821 Fix window size after collapsing (broken 376a6a5af0) ocornut 2015-05-02 12:35:34 +0100
  • 7fac4013a4 Build fix ocornut 2015-05-02 12:22:52 +0100
  • 4e292bf67d Tidying up Begin(): separated blocks needed for auto-resize so it can be moved above position calculation later ocornut 2015-05-02 12:20:06 +0100
  • 376a6a5af0 Tidying up Begin() separated blocks needed for auto-resize so it can be moved above position calculation later ocornut 2015-05-02 12:08:24 +0100
  • 46f55fe6f6 Tidying up Begin() ocornut 2015-05-02 10:46:24 +0100
  • 3f7f256752 Tidying up. Re-arranged the (first_begin_of_the_frame) blocks in Begin() for further changes. ocornut 2015-05-02 10:32:32 +0100
  • 19f7bf90f8 Examples: AutoResize demo doesn't use TextWrapped() ocornut 2015-05-01 21:01:54 +0100
  • 07ebb14ce2 Tooltip: fit within display. Added style.DisplayWindowPadding, style.DisplaySafeAreaPadding now strictly for popups/menus. ocornut 2015-05-01 20:35:44 +0100
  • ad7f600e0d Examples: DirectX9/11: hide os curosr if ImGui is drawing it (#155) ocornut 2015-05-01 11:25:15 +0200
  • 68ccdc4fb8 Comments ocornut 2015-05-01 11:07:30 +0200
  • 8fbb42cc6f Added IsKeyDown() IsMouseDown() as convenience instead of reading into IO structures ocornut 2015-04-28 18:12:24 +0200
  • 2440a30444 Columns() distinguish columns-set ID from other widgets as a convenience, added asserts, added more sailors ocornut 2015-04-28 18:09:38 +0200
  • bd23c11a93 Separator() within group start on group horizontal offset #205 ocornut 2015-04-27 22:19:14 +0200
  • 1d90f099bd Tidying up ocornut 2015-04-26 13:17:56 +0200
  • 6844952d56 Fixed build with Visual Studio 2008 or earlier (via PR #203) ocornut 2015-04-24 09:22:29 +0200
  • 06a1a89ad4 Merge 0b5ae182a2 into 18a00c7060 gamedeff 2015-04-24 07:19:08 +0000
  • 18a00c7060 Examples: DirectX9/11: Fixed key mapping for down arrow. ocornut 2015-04-24 09:18:56 +0200
  • 0b5ae182a2 ... Fedor Gavrilov 2015-04-24 09:44:38 +0300
  • c93a562b06 Added ImGuiStorage::GetVoidPtrRef() ocornut 2015-04-21 10:12:17 +0100
  • 9119f58ce5 Version number 1.39 WIP ocornut 2015-04-21 10:09:20 +0100
  • 0123fc8c0f Removed comment v1.38 ocornut 2015-04-19 23:56:35 +0100
  • 37d8d78fc2 Selectable() render into AutoFitPadding only when full-fitting (fix aac99819d6) ocornut 2015-04-19 23:37:50 +0100
  • 064b94721e Added DragFloat2, DragFloat3, DragFloat4, DragInt2, DragInt3, DragInt4. ocornut 2015-04-19 23:28:57 +0100
  • 94c4e9564d Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering ocornut 2015-04-19 23:00:14 +0100
  • 86d1abf3f6 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-04-19 22:59:53 +0100
  • 05ee36baab Version number 1.38 ocornut 2015-04-19 22:59:27 +0100
  • 85e18c72d2 ShowTestWindow(): drag example + tooltip. ocornut 2015-04-19 22:57:39 +0100
  • 731b003c9d Slider internals: removed unnecessary slider_bb parameter ocornut 2015-04-18 19:34:05 +0100
  • acbd58627f ShowTestWindow(): added a custom label in the format for one of the slider example. ocornut 2015-04-18 17:35:40 +0100
  • c46d5634d4 Columns: mouse dragging uses absolute mouse coords. Fixed dragging left-most column of an auto-resizable window. #125 ocornut 2015-04-18 13:46:28 +0100
  • c82f909be1 Active column (when dragged) not clipped so it can release its active state (extends 16ddd796f3) ocornut 2015-04-18 12:11:59 +0100
  • 26e469af22 Documentation ocornut 2015-04-18 09:19:41 +0100
  • 04a4433706 Update imconfig.h documentation ocornut 2015-04-18 09:16:32 +0100
  • 02de9bd859 DragFloat, DragInt: if step/speed is zero defaults to 1% of range #180 ocornut 2015-04-17 10:01:39 +0100
  • 4f1acf0d4a Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering ocornut 2015-04-17 08:42:36 +0100
  • 1847270a5f Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-04-17 08:41:16 +0100
  • 6408ac482c Merge pull request #199 from bkaradzic/master omar 2015-04-17 08:09:07 +0100
  • 5ce4448ab1 Custom histogram labels and sample. Dale Kim 2015-04-17 01:09:44 -0500
  • 6920e70e2e Fixed C4267. Branimir Karadžić 2015-04-16 15:52:35 -0700
  • 7fde17e15a ShowMetricsWindow(): renaming locals (not sure about the "shadows a local variable" warning?) ocornut 2015-04-16 23:30:48 +0100
  • 0d4f29a317 Merge branch 'bkaradzic-master' ocornut 2015-04-16 23:28:58 +0100
  • 508d05414a Fixed warning: missing initializer for member. Branimir Karadžić 2015-04-16 14:45:42 -0700
  • b7b3df3c81 Fixed: warning: declaration shadows a local variable Branimir Karadžić 2015-04-16 14:42:17 -0700
  • d24474ea82 Fixed: warning: missing field 'w' initializer [-Wmissing-field-initializers] Branimir Karadžić 2015-04-16 14:39:04 -0700
  • 64db50ba46 TODO list ocornut 2015-04-16 10:58:30 +0100
  • aca85dbea4 Fixed hovering over a popup's child (popups disable hovering on other windows but not their childs) #197 ocornut 2015-04-16 10:54:56 +0100
  • f400ea4ec8 Examples: OpenGL3: backup/restore current program and texture #195 ocornut 2015-04-15 10:14:51 +0100
  • 17b63d846f Merge pull request #194 from Roflraging/master omar 2015-04-14 20:33:12 +0100
  • ac518a1d3e Set modifier key state by inspecting imgui's io.KeysDown array. Dale Kim 2015-04-14 14:09:26 -0500
  • de3a154f38 Tweak date/credits ocornut 2015-04-14 12:00:12 +0100
  • 43cb4038c6 Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering ocornut 2015-04-14 09:51:28 +0100
  • 0bb89ccee2 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-04-14 09:49:04 +0100
  • 71429d306e Examples: Simplified GLFW keyboard callbacks ocornut 2015-04-14 09:45:27 +0100
  • c735d3066b Merge branch 'master' of https://github.com/Roflraging/imgui into Roflraging-master ocornut 2015-04-14 09:37:10 +0100
  • fe15756129 Simplified glfw keyboard callbacks. Dale Kim 2015-04-13 20:04:53 -0500
  • 88bc8efab0 Merge pull request #193 from Extrawurst/patch-3 omar 2015-04-14 00:22:32 +0100
  • b28ec1f3b1 fix outdated documentation Stephan Dilly 2015-04-14 00:40:46 +0200
  • dd36e8bf2b Renamed IsClipped() to IsRectClipped(). Kept inline redirection function (will obsolete). ocornut 2015-04-13 22:04:28 +0100
  • d11b4160aa Added IsItemVisible(). Made IsClipped() also return false when log is enabled. ocornut 2015-04-13 21:52:38 +0100
  • 16ddd796f3 Active widgets is not clipped, so it can always release its active state (mentioned in #143) ocornut 2015-04-13 20:59:44 +0100
  • 9918ec31d6 Added ResetMouseDragDelta() for iterative dragging operations ocornut 2015-04-13 19:54:40 +0100
  • a143e2e772 Added PushId() GetId() variants that takes string range to avoid user making unnecessary copies ocornut 2015-04-13 14:45:27 +0100
  • 750b6c9224 DragFloat() fixed clamping #180 ocornut 2015-04-13 00:07:41 +0100
  • 6ed06a8dc8 DragFloat() added power parameter for logarithmic drag on both side of zero #180 ocornut 2015-04-13 00:03:57 +0100
  • f5ad362912 DragFloat() latch value internally, allows finer control, honor precision settings, slow step with integer works #180 ocornut 2015-04-12 19:15:55 +0100
  • 0dc3d07e7f DragInt() step given as float to allow finer control of speed #180 ocornut 2015-04-12 19:08:56 +0100
  • 62abde5b37 DragFloat() latch value internally, allows finer control, honor precision settings, slow step with integer works #180 ocornut 2015-04-12 19:07:48 +0100
  • b308d2728b Remove stray tabs ocornut 2015-04-12 10:45:00 +0100
  • adae98664e Comment on the newly added binary_to_compressed_c.cpp helper program ocornut 2015-04-12 10:31:10 +0100
  • 88725be381 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-04-11 18:13:43 +0100
  • 7ca21a1bc2 Fixed prototypes ocornut 2015-04-11 18:12:11 +0100
  • ac740170b9 Added ImFontAtlas::AddFontFromCompressedTTF() helper + binary_to_compressed_c.cpp tool ocornut 2015-04-11 17:52:51 +0100
  • bff9a6b6e3 Added ImFontAtlas::AddFontFromCompressedTTF() helper + binary_to_compressed_c.cpp tool ocornut 2015-04-11 17:52:51 +0100
  • d809abbe1c Examples: DirectX11: tidying up. ocornut 2015-04-09 23:32:36 +0100
  • c3a71f5472 AA branch: Minor optimisation merge + thickness for non-aa strokes. ocornut 2015-04-09 23:00:55 +0100
  • dbc9b2ec9b Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-04-09 22:56:13 +0100
  • 6bdb8719e2 Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering ocornut 2015-04-09 22:50:18 +0100
  • a48130b682 ImDrawList: Minor optimisation. ocornut 2015-04-09 22:49:18 +0100
  • e0cd947904 AA branch: Fixes. ocornut 2015-04-09 22:40:50 +0100
  • 1e69175403 AA branch: Test disabling aa at runtime for stroke and fill. ocornut 2015-04-09 22:31:26 +0100