Commit Graph

  • 9928d19af1 Version 1.41 WIP ocornut 2015-06-02 14:41:14 +0100
  • 82d4180f39 Bits of TODO list ocornut 2015-05-31 21:15:35 +0100
  • 931b8dcdaf Version 1.40 v1.40 ocornut 2015-05-31 19:31:02 +0100
  • c603534d38 Version 1.40 ocornut 2015-05-31 19:24:32 +0100
  • a76eea85c8 Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering ocornut 2015-05-31 16:59:01 +0100
  • ade7661b3f Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-05-31 16:57:43 +0100
  • 8738147aee Windows: pragma link with user32.lib if we are using native clipboard function (unless IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCS) #238 ocornut 2015-05-31 15:55:32 +0100
  • b148f70f83 Update README.md - new demo binaries omar 2015-05-31 14:51:35 +0100
  • 1c2dac2a90 Version increased to 1.40 WIP makes more sense than 1.39 (changelog is huge) ocornut 2015-05-31 14:46:28 +0100
  • b5b165b989 Web: Added screenshots ocornut 2015-05-31 14:44:47 +0100
  • 04e91500c5 Comments ocornut 2015-05-31 14:03:07 +0100
  • 374d160234 BeginPopupContextWindow() in_empty_space_only -> !also_over_items (#126)+ comments ocornut 2015-05-31 12:55:12 +0100
  • bda0269133 ListBox() uses ImGuiListClipper helper, faster for large lists, assume evenly sized items. ocornut 2015-05-31 12:35:21 +0100
  • eb4ffd5dbd Added ImGuiListClipper helper to avoid using CalcListClipping() directly. ocornut 2015-05-31 12:33:24 +0100
  • 446d8abfb0 ListBoxHeader() can return false. Also made ListBox() only use public API. ocornut 2015-05-31 11:54:00 +0100
  • df37df821e RetWindowCollapsed() to IsWindowCollapsed() for consistency. Kept inline indirection. ocornut 2015-05-31 11:52:57 +0100
  • 0539be7067 Added IMGUI_DISABLE_OBSOLETE_FUNCTIONS ocornut 2015-05-31 11:17:58 +0100
  • 475498f2eb Comments, moved Sliders below Drag & Input in imgui.h ocornut 2015-05-31 11:12:29 +0100
  • 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
  • 22715ff9bd Merge dfcc1769c1 into 6c749934ec Cedric Guillemet 2015-05-25 06:42:51 +0000
  • 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