Commit Graph

  • 03ff2faacb Comments ocornut 2015-05-31 11:01:22 +0100
  • c4cb768432 Comments ocornut 2015-05-31 10:53:42 +0100
  • 01f74781b0 Merge branch 'master' of https://github.com/ocornut/imgui ocornut 2015-05-31 09:12:24 +0100
  • 9417df2a26 Renamed IsRectClipped to IsRectVisible for consistency. Note that return value is opposite! Kept inline redirection function (will obsolete) ocornut 2015-05-31 09:12:07 +0100
  • abd0e85fc6 Update README.md - supporters omar 2015-05-29 15:42:15 +0100
  • 5ea23977f7 Fixed uninitialized fields in constructor - wouldn't have caused a problem (thanks Coverity!) ocornut 2015-05-29 14:54:33 +0100
  • f1f3424cdd Popups WantCaptureMouse active when popups/menus are active + using tracked mouse button ownership when mouse down (#126) ocornut 2015-05-29 11:42:35 +0100
  • 73d1126bf4 Examples: OCD tweaks, a sign that we are near the release! ocornut 2015-05-29 11:15:24 +0100
  • 448b262b37 Examples: Comments. ocornut 2015-05-29 11:11:50 +0100
  • 83770e5e40 Examples: Tweaks. Usnig sprintf() in user-copiable code. ocornut 2015-05-29 11:05:17 +0100
  • 0db6bac590 Examples: Tweaks, demo code creating graph data actually creates data at the correct rate. ocornut 2015-05-29 11:01:53 +0100
  • 9ace617e7e Examples: Tiding up. Moved Dragging example higher up. ocornut 2015-05-29 10:52:45 +0100
  • 616a7e6c61 Examples: Using a helper function for ? markers ocornut 2015-05-29 10:44:30 +0100
  • d86785ac98 Examples: Fixed Simple Layout example always showing. Using BeginPopupContextItem(). ocornut 2015-05-29 10:36:33 +0100
  • 4144c59ce4 Added Simple Layout example applet ocornut 2015-05-29 10:29:26 +0100
  • 15a26a479b Fixed auto-filling child window using WindowMinSize at their minimum size, irrelevant. Using an arbitrary small number instead. ocornut 2015-05-29 10:24:03 +0100
  • f0781d3a24 Added GetItemsLineHeightWithSpacing() helper. ocornut 2015-05-29 09:00:34 +0100
  • aaefe462bb Popups: calling OpenPopup() on already open popup doesn't close it's child (#126) ocornut 2015-05-28 23:47:01 +0100
  • 78dc54ab3d Popups: calling OpenPopup() on already open popup doesn't close it's child (#126) ocornut 2015-05-28 23:37:11 +0100
  • 7847100ad8 Tweak BeginMenu() code ocornut 2015-05-28 23:14:25 +0100
  • 733e079081 Moved CloseInactivePopups() and tweaked. ocornut 2015-05-28 23:04:29 +0100
  • 95e2afcad6 Updated to stb_truetype 1.05 ocornut 2015-05-28 09:38:00 +0100
  • 46a27cdb6b Merge pull request #236 from bkaradzic/master omar 2015-05-28 08:19:14 +0100
  • 123fd73c8c Merge remote-tracking branch 'upstream/master' Branimir Karadžić 2015-05-27 22:01:37 -0700
  • cd9244ab15 Define STBTT_DEF extern when STBTT not compiled with ImGui. Branimir Karadžić 2015-05-27 16:12:52 -0700
  • dcc7df2b21 Added BeginPopupContextVoid() helper for completeness (#126) ocornut 2015-05-27 23:28:53 +0100
  • 235cca4f97 Fix to allow opening popup from a left-click on void or another window (because left-click would normally override focus immediately) (#126) ocornut 2015-05-27 23:24:39 +0100
  • 1cb6a294b0 BeginPopupContextWindow() rearranged and clarified parameters (#126) ocornut 2015-05-27 23:07:24 +0100
  • b0a9bbf6f6 Popup taking focus deactivate focused widget of other window (#126) ocornut 2015-05-27 22:58:49 +0100
  • f8b7d5c76d Tracking ActiveIdWindow along with ActiveId ocornut 2015-05-27 22:53:43 +0100
  • 938528e5ee Added BeginPopupContextItem() / BeginPopupContextWindow() (#126) ocornut 2015-05-27 22:36:23 +0100
  • 5b0861768e Fixed GetId()/BeginPopup() accessing current window in "append" mode ocornut 2015-05-27 22:26:03 +0100
  • 8c4c421f74 Added IsAnyItemHovered() public helper. ocornut 2015-05-27 22:02:12 +0100
  • 70f2ff0e5a No minimum size for popups ocornut 2015-05-27 21:59:02 +0100
  • 99ff45ad2e Tweak context menu example ocornut 2015-05-27 21:42:16 +0100
  • 90db64d4e3 Added context menu example on a DragFloat widget ocornut 2015-05-27 21:39:41 +0100
  • 487500d291 Tweaks ocornut 2015-05-27 16:03:44 +0100
  • 7d28fe5915 WIP Menus: Reverted f26de46350 for now (#126) ocornut 2015-05-27 15:51:50 +0100
  • d05c1d58c3 Oops ocornut 2015-05-27 15:44:07 +0100
  • 405785ea62 ItemWidthStack can be empty, to remove one allocation per window ocornut 2015-05-27 15:42:29 +0100
  • 0a7024c198 Store common stacked settings contiguously in memory to reduce cache misses & unnecessary heap allocations ocornut 2015-05-27 15:35:49 +0100
  • 3d36c81241 Added PushButtonRepeat() / PopButtonRepeat(). REMOVED third 'repeat_if_held' parameter of Button() ! ocornut 2015-05-27 15:22:09 +0100
  • d69f2f57ee Added configurable io.KeyRepeatDelay, io.KeyRepeatRate ocornut 2015-05-27 15:17:44 +0100
  • 904e187f70 Simplified some widget code, moving alignment to RenderTextClipped() ocornut 2015-05-27 14:39:41 +0100
  • 3c264827fd Reordering parameters of internal RenderTextClipped() ocornut 2015-05-27 14:24:52 +0100
  • f841097e99 Button centering left to RenderTextClipped function. ocornut 2015-05-27 14:20:50 +0100
  • f26de46350 Button() closes active popup (#126) unsure about that ocornut 2015-05-27 09:28:44 +0100
  • e6ac9e88aa Refactor Button() and SmallButton() into a shared function ButtonEx() ocornut 2015-05-27 09:22:30 +0100
  • b8ee48a74b OpenPopup() Comments ocornut 2015-05-27 09:18:04 +0100
  • 843219daec Spacing + untabify ocornut 2015-05-26 22:14:07 +0100
  • 7b8b5754bc EndGroup() carries on the text base offset from the last line of the group (sort of incorrect but better than nothing) ocornut 2015-05-26 22:13:07 +0100
  • 6f32684f15 Examples: various usage comments. ocornut 2015-05-26 21:36:44 +0100
  • 15113f682e Added TextDisabled(), TextDisabledV() helpers. ocornut 2015-05-26 21:10:16 +0100
  • 3a6e6645e6 WIP Menus: Fixed remaining inconsistency with stacks of popups. Activating/closing a menu close the parent popup. Added test case. (#126) ocornut 2015-05-26 20:33:48 +0100
  • 90cf77b191 Merge remote-tracking branch 'origin' into 2015-05-menus ocornut 2015-05-26 18:03:46 +0100
  • 6b3ccd3edf WIP Menus: Added support for disabled sub-menu (#126) ocornut 2015-05-26 18:02:42 +0100
  • 0db122bc3b Comments. Examples: added empty if (MenuItem()) {} statements in more places to better document the typical use cases (#126) ocornut 2015-05-26 17:48:28 +0100
  • fdce095101 Comments ocornut 2015-05-26 17:27:35 +0100
  • d009a85de4 WIP Menus: Implement amazon's dropdown-like triangle test for navigating sub-menus (#126) ocornut 2015-05-26 17:09:21 +0100
  • 63a39dd08e WIP Menus: Recursive menu demo (#126). Actually useful to test sub-menu positioning. ocornut 2015-05-26 16:14:51 +0100
  • cdb5e16f70 SelectableEx: use flags internally (similar to ButtonBehavior) ocornut 2015-05-26 16:12:40 +0100
  • 4eeba016f6 WIP Menus: Closing sub-menu when hovering something else in the same parent window (#126) ocornut 2015-05-26 15:01:04 +0100
  • 83b10f77a9 Comments ocornut 2015-05-25 23:47:59 +0100
  • fd0108dbef Comments ocornut 2015-05-25 23:37:08 +0100
  • 98540370a0 WIP Menus: Layout in menu-bar tweaks to lay better when mixed widgets (#126) ocornut 2015-05-25 23:15:00 +0100
  • bb8cdcb916 WIP Menus: Layout in menu-bar more standard, allows mixing different widgets in menubar. (#126) ocornut 2015-05-25 23:08:22 +0100
  • 83cb040d20 Selectable: text baseline alignment for line that aren't of text height. ocornut 2015-05-25 23:03:16 +0100
  • 2acdafe4f2 imgui_impl_sdl and main sample Cedric Guillemet 2015-05-25 09:40:58 +0200
  • 44ed5640d3 WIP Menus: Sub-menu overlapping amount not hardcoded (#126) ocornut 2015-05-24 23:58:40 +0100
  • 0836f69d9b WIP Menus: Fixed style.WindowPadding == 0 leading to zero-sized initial clipping rectangle leading to self-collapsing childs (#126) ocornut 2015-05-24 23:56:29 +0100
  • 6c749934ec Combo: empty label doesn't add ItemInnerSpacing alignment, matching other widgets ocornut 2015-05-24 23:45:44 +0100
  • 9abcbf73cb WIP Menus: Sub-menus appears over the parent-menu scrollbar if there is one (unsure about that) (#126) ocornut 2015-05-24 23:37:47 +0100
  • 63aa035f59 WIP Menus: Fixed estimation of scrollbar width (broke in 292f08b11e) (#126) ocornut 2015-05-24 23:25:57 +0100
  • 8c1d7daef8 WIP Menus: Fixed repositioning of menus when there's no room in the 4 quadrants., we still keep them within the visible display area (#126) ocornut 2015-05-24 23:17:06 +0100
  • 1ab1712849 WIP Menus: Clicking the label of an already open sub-menu doesn't close it unless from a menu-bar (match Windows behavior) (#126) ocornut 2015-05-24 22:33:04 +0100
  • 48ede93a58 WIP Menus: Fixed closing popup on menu item activation when a child menu is open from the popup (#126) ocornut 2015-05-24 22:30:48 +0100
  • 3498617a3c Comments. ocornut 2015-05-24 22:16:34 +0100
  • 53892ab893 WIP Menus: Fixed manually closing submenu affecting position of the following window (#126) ocornut 2015-05-24 21:20:10 +0100
  • 292f08b11e WIP Menus: Fixed some alignment issues with non standard styles. Tweaked menu-bar color (#126) ocornut 2015-05-24 21:11:11 +0100
  • 14bcfef041 Merge remote-tracking branch 'origin' into 2015-05-menus ocornut 2015-05-24 17:32:10 +0100
  • 8cfae35042 Added Dummy() helper ocornut 2015-05-24 17:30:59 +0100
  • 89d1340225 WIP Menus: Added Enabled/Disabled option for MenuItem() (#126) ocornut 2015-05-23 13:54:57 +0100
  • 485832fe06 WIP Menus: Added BeginMainMenuBar()/EndMainMenuBar() helpers. Added to examples. ocornut 2015-05-23 13:43:45 +0100
  • e6b1e39847 WIP Menus: don't clamp windows within display when a position has been explicitly set by user. Menu item spacing uses ItemSpacing. (#126) ocornut 2015-05-23 13:43:13 +0100
  • e7097d6176 WIP Menus: menus now affected by WindowMinSize (#126) ocornut 2015-05-23 13:03:09 +0100
  • e3f2ad728a Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering ocornut 2015-05-21 22:57:29 +0100
  • cc3ed515ca Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-05-21 22:52:46 +0100
  • 882b4a5eb4 Merge remote-tracking branch 'origin' into 2015-05-menus ocornut 2015-05-21 22:51:21 +0100
  • 7fbe6574c6 Removed unnecessary PushTextureId/PushClipRect/PopClipRect/PopTextureId on multiple Begin/End pairs ocornut 2015-05-21 22:45:32 +0100
  • 8a6d543bc9 ImDrawList: merge draw command better, cases of multiple Begin/End gets merged properly ocornut 2015-05-21 22:43:28 +0100
  • 6a1eba2d0a Fixed appending multiple times to an existing child via multiple calls to same BeginChild/EndChild ocornut 2015-05-21 22:21:00 +0100
  • 14ab9708be Removed a few empty lines ocornut 2015-05-20 10:31:05 +0100
  • df276b82da Updated FAQ for usage of ## to display empty label ocornut 2015-05-19 23:33:55 +0100
  • 30a0193d73 Merge pull request #229 from gordonmcshane/osx-example-fix omar 2015-05-19 10:36:23 +0100
  • e43c5cd3d3 InputText: Fixed cursor generating a zero-width wireframe rectangle turning into a division by zero. ocornut 2015-05-18 23:42:12 +0100
  • 92ded00fd9 Merge remote-tracking branch 'origin' into 2015-05-menus ocornut 2015-05-18 23:32:32 +0100
  • 6ee65fc5af Add conditional compilation of forward compat. glfw window hint to fix crash on later versions of OSX Gordon McShane 2015-05-18 18:26:16 -0400
  • da53caf310 Moved ImVector<> after the main block (#219) ocornut 2015-05-18 22:33:43 +0100
  • b6f3c97e3b Examples: DirectX11: explicitly set rasterizer state. ocornut 2015-05-18 21:38:17 +0100
  • 0cdd050cd7 WIP Menus: fixed recycling menu level during the same frame (#126) ocornut 2015-05-18 21:26:46 +0100