Commit Graph

  • 900394a612 Metrics: metrics window shows popups list ocornut 2015-05-15 12:24:05 +0100
  • 222a9231bb Examples: Console: example uses standard malloc/free, makes more sense as a copy & pastable example ocornut 2015-05-15 12:09:34 +0100
  • d9ca8f3145 Added IO.MetricsAllocs counter (number of memory allocations ocornut 2015-05-15 12:05:05 +0100
  • dfcc1769c1 SDL removed from repo Cedric Guillemet 2015-05-15 12:43:51 +0200
  • 0faf4c8570 Project set back to VC2010 toolchain Cedric Guillemet 2015-05-15 12:42:45 +0200
  • 8d467978cc SDL2 for ImGui Cedric Guillemet 2015-05-15 12:31:13 +0200
  • d9b2a90773 Popups: fixed child windows within popups vs handling of sub menus. Added examples. ocornut 2015-05-15 11:30:51 +0100
  • 73c5ee355b Merge pull request #1 from ocornut/master Vinh-Dieu Lam 2015-05-14 21:44:31 +0100
  • 748072c045 Popups: identifying popups by their id to avoid conflict when recycling popup durnig same same (CloseCurrentPopup followed by Open+Begin) ocornut 2015-05-14 15:15:17 +0100
  • e57ee2852a Comments ocornut 2015-05-14 11:32:12 +0100
  • 1e4c22c206 Added io.MetricsActiveWindows counter (#213) ocornut 2015-05-12 16:08:34 +0100
  • 5df542c3c0 ImFontAtlas: doesn't clear input data, left to the application. (#224) ocornut 2015-05-12 15:16:12 +0100
  • 4b088ec7e8 ImFontAtlas: Fix toward allowing to add extra font without clearing existing one (need to comment out ClearInputData) (#224) ocornut 2015-05-12 15:10:36 +0100
  • 9d9cf31972 ImFontAtlas: added ClearFonts(), making the different clear funcs more explicit (#224) ocornut 2015-05-12 14:53:29 +0100
  • ad79db32c7 Window title text centering tweaks, RenderTextClipped() now has different args for pos_max and clip_max #222 ocornut 2015-05-12 14:02:45 +0100
  • 30552ecfd6 Fixed comment (fix #223) ocornut 2015-05-12 11:51:22 +0100
  • 356a37edcf Added window title text horizontal alignment option (#222),, ImGuiAlign_ type for future use. ocornut 2015-05-12 11:49:24 +0100
  • 03720acaff Merge remote-tracking branch 'origin' into 2015-05-menus ocornut 2015-05-12 10:11:14 +0100
  • 9be3319653 Tweaks, comments around ImFontAtlas ocornut 2015-05-12 09:08:47 +0100
  • 9e307d60e3 Merge remote-tracking branch 'origin' into 2015-05-menus ocornut 2015-05-11 21:45:13 +0100
  • 515e0c6122 Cleanup, merged duplicate code into a function ocornut 2015-05-11 21:44:50 +0100
  • 317744489f WIP Menus: sub-menu arrow alignment take account of extension by other widgets (#126) ocornut 2015-05-11 20:58:07 +0100
  • 5082182790 Merge remote-tracking branch 'origin' into 2015-05-menus ocornut 2015-05-11 20:39:19 +0100
  • ba7a4fc034 WIP Menus: minor cleanup using a ImGuiSimpleColumns helper type (#126) ocornut 2015-05-11 20:34:52 +0100
  • 7fb704d308 WIP intermediary branch commit for menus, submenus (some large inconsistencies remaining in API + need cleanup) (#126) ocornut 2015-05-11 19:52:02 +0100
  • 79198fd6a5 Default item width for AlwaysAutoResize windows expressed as a factor of font height ocornut 2015-05-11 19:47:01 +0100
  • 34aad73fd8 Added ImGuiCol_TextDisabled ocornut 2015-05-11 19:36:32 +0100
  • 141ac8beab Tweaks ocornut 2015-05-11 18:28:30 +0100
  • 33a2fd368a Merge pull request #218 from paperManu/inputNFlags omar 2015-05-11 16:54:12 +0100
  • b3faed610d Renamed flags to extra_flags in last commit Emmanuel Durand 2015-05-11 11:40:08 -0400
  • fcd08ed8d4 BeginPopup() API had to be changed! :( Proper support for stacked popups, leading into menus (wip #126) ocornut 2015-05-11 15:57:02 +0100
  • 94b7c9e307 Input text flags added to InputFloatN and InputIntN Emmanuel Durand 2015-05-11 10:15:22 -0400
  • cd2ec7868c Merge pull request #217 from Pagghiu/bugfix omar 2015-05-11 14:12:23 +0100
  • 99a1a85f1f Example fix PopStyleVar on Vertical Slider to avoid assertion Stefano Cristiano 2015-05-11 14:45:49 +0200
  • 4a41ce9414 InputText: make sure Ctrl+V has ONLY the control key pressed (follow up to #214) + tidying ocornut 2015-05-11 09:29:10 +0100
  • c2c43928a9 Untabifiy ocornut 2015-05-11 09:26:53 +0100
  • 8ac9036db3 Merge pull request #214 from ghassanpl/upstream omar 2015-05-11 09:26:00 +0100
  • 4913668ea4 Fixed implicit conversion of NULL constant to bool (fix #216) ocornut 2015-05-11 09:23:29 +0100
  • bb2d3a8b41 * make sure letter-key shortcuts have ONLY the control key pressed (fixes bug for AltGr->Ctrl+Alt on windows) ghassanpl 2015-05-10 22:29:24 +0200
  • 6c1084eaa1 Shutdown() test for g.IO.Fonts not being NULL to allow workarounds in case of using multiple contexts #207 ocornut 2015-05-09 10:27:03 +0100
  • f293bec97c Added style.ScrollbarRounding #212 ocornut 2015-05-09 10:13:56 +0100
  • d23709ce35 Merge remote-tracking branch 'origin' into 2015-05-menus ocornut 2015-05-09 10:02:48 +0100
  • 9fe654c6e4 Assert on modifiers stack size mismatch between Begni()/End() pairs #204 ocornut 2015-05-09 09:59:46 +0100
  • debe6522bb Examples: test for tooltip over popup. ocornut 2015-05-07 19:00:17 +0100
  • 33e8fb85cf Allow stacking popups, not really useful yet (wip #126) ocornut 2015-05-07 18:43:08 +0100
  • dd2a578012 Added ImGuiSetCond_Appearing to test the hidden->visible transition. ocornut 2015-05-07 18:39:23 +0100
  • f46557d2d6 MenuItem() draft for popups, with Selected option (wip #126) ocornut 2015-05-07 17:21:48 +0100
  • c36172ebef Tweak RenderCheckMark() ocornut 2015-05-07 17:11:32 +0100
  • 85b8967291 Added RenderCheckMark() helper following the font size ocornut 2015-05-07 17:06:07 +0100
  • 13c3f11c66 Comments (#209) ocornut 2015-05-07 11:36:16 +0100
  • 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