Commit Graph

  • 6da8a77fa3 WIP Menus: tidying up, fixed hovering in parent popup menu item from child popup (individual popups acts as hovering barrier) (#126) ocornut 2015-05-18 19:41:02 +0100
  • 9bdacaf08d WIP Menus: click again to toggle + allow hovering in same menuset even outside of a menubar (#126) ocornut 2015-05-18 19:12:36 +0100
  • 75ec4841df WIP Menus: menu opens on press (not release), uses popup style hovering, allow switch between menus at parent site (#126) ocornut 2015-05-18 18:44:15 +0100
  • e674df8101 Merge remote-tracking branch 'origin' into 2015-05-menus ocornut 2015-05-18 16:45:55 +0100
  • 097fe51f97 Hovering require to hover same child window. Reverted 860cf578f5 (December 3), replaced by a flag resize grip. ocornut 2015-05-18 16:42:55 +0100
  • 060f879816 Tweak internal ButtonBehavior() to ease passing extra options ocornut 2015-05-18 16:39:37 +0100
  • 7184de24b8 WIP Menus: scrolling section of the window is clipped by the menu bar (#126) ocornut 2015-05-18 15:54:56 +0100
  • 0e8c2f9d41 Comments ocornut 2015-05-18 14:10:59 +0100
  • a17c930d1f WIP Menus: Added example menu, move app examples to a sub-menu (#126) ocornut 2015-05-17 23:19:05 +0100
  • 09abf11e56 WIP Menus: BeginMenuBar() return false on window without a menu bar (#126) ocornut 2015-05-17 23:13:53 +0100
  • 4bd43bdb35 Renamed ImGuiWindowFlags_Menu to ImGuiWindowFlags_ChildMenu ocornut 2015-05-17 22:28:57 +0100
  • 7f3f3891c0 WIP Menus: fixed case where zero-sized display (e.g. minimised window) clips popups/menus and asserted (#126) ocornut 2015-05-17 22:15:40 +0100
  • 88d7b3de23 WIP Menus: fixed hovering handling of menus from menu bars (#126) ocornut 2015-05-17 17:21:49 +0100
  • f2b738648f WIP Menus: menu bars. Still inconsistency with hovering scheme. Will probably follow what Windows does. (#126). ocornut 2015-05-17 17:13:45 +0100
  • e0594340ff Moved internal window flags to higher bit-count ocornut 2015-05-17 16:29:00 +0100
  • 6251d37987 WIP Menus: further fixes for resizing (#126) ocornut 2015-05-17 15:48:56 +0100
  • f44526cc45 Selectable(): horizontal filling not declared to ItemSize() so Selectable(),SameLine() works and we can best auto-fit the window ocornut 2015-05-17 13:09:46 +0100
  • e912bcb36d Comments ocornut 2015-05-17 12:10:57 +0100
  • ecda785cbc Popups: fix to allow child popups to be opened from a normal window without an intermediate popup window. ocornut 2015-05-15 23:57:43 +0100
  • 4250357ed2 Selectable: using window->WindowPadding() to work within non-padded child windows ocornut 2015-05-15 22:39:52 +0100
  • 79a95256e8 Window: fixed auto-fit calculation mismatch of whether a scrollbar will be added by maximum height clamping. ocornut 2015-05-15 22:36:31 +0100
  • 3115e546aa Style editor: fixed slider for indent spacing. ocornut 2015-05-15 21:55:54 +0100
  • c1b55991c0 Window: fixed child window sizing lag + minimum size clamping lag ocornut 2015-05-15 21:40:45 +0100
  • 70f83a3a65 Popups: child popups (menus) hidden on their first frame the same way as regular popup ocornut 2015-05-15 20:35:28 +0100
  • e9b6e437eb Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering ocornut 2015-05-15 17:33:04 +0100
  • 1eafe86627 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-05-15 17:31:56 +0100
  • 81937d34a8 Popups: made OpenPopup()/close loops reclaim focus and update popup position. It is generally a mistake but it's now more easy to understand ocornut 2015-05-15 17:29:42 +0100
  • fa0f0f4507 ImVector: tweak growth strategy ocornut 2015-05-15 13:14:46 +0100
  • 1fe2906923 Metrics: do not count free(NULL) calls. Settings: contiguous allocations for ImGuiIniData. ocornut 2015-05-15 12:45:35 +0100
  • 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
  • d9b2a90773 Popups: fixed child windows within popups vs handling of sub menus. Added examples. ocornut 2015-05-15 11:30:51 +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
  • 25d8c1af91 Removed inline marker #210 ocornut 2015-05-07 10:48:05 +0100
  • 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