Commit Graph

  • 6eb1fec7a9 ImFont: added GetCharAdvance() helper. Exposed font Ascent and font Descent. ocornut 2015-06-14 17:30:06 -0600
  • b503e5ee5b ImageButton() changed default bg_col parameter from (0,0,0,1) black to (0,0,0,0) tranparent + drawing frame even when no padding (#243) ocornut 2015-06-14 16:18:22 -0600
  • 4f0fa58ff2 Selectable() changed prototype moved flags before size. size override should rarely have been used! sorry. #125 ocornut 2015-06-14 15:19:47 -0600
  • c82e72eecb Selectable() parameter comment ocornut 2015-06-14 15:14:33 -0600
  • cf481e1a7b Selectable() added flags ImGuiSelectableFlags_DontClosePopups , ImGuiSelectableFlags_SpanAllColumns (#125) ocornut 2015-06-14 12:41:40 -0600
  • 2bcafc861e SelectableEx - replaced unnecessary extra size_draw parameter by a flag. ocornut 2015-06-13 14:20:02 -0600
  • 96496ced5f Metrics windows display storage size ocornut 2015-06-11 16:04:06 -0600
  • 039418f393 ColorButton(), ColorEdit4(): colored square stays square, used vertical padding on both axis. ocornut 2015-06-09 14:39:27 -0600
  • 6bb06fdb81 Selectable, MenuItem: don't use frame rounding for hovering/selection. ocornut 2015-06-09 14:32:37 -0600
  • 3fd4441f70 SetScrollPosHere() fixed imprecisions ocornut 2015-06-09 13:14:22 -0600
  • 3ca54ad369 SetScrollPosHere() takes account of item height + more accurate centering ocornut 2015-06-09 12:57:27 -0600
  • e8422f7aa0 SetScrollPosHere() rewrote to that window size is not required at the time of calling, can be used on frame 0 of an auto-resizing window ocornut 2015-06-09 12:49:13 -0600
  • 8c86322068 Combo() now using the popup facility. More consistent + when combo open hovering other widgets is disabled. (#241) ocornut 2015-06-09 12:35:55 -0600
  • 6f1dd7a688 Allow Set*WindowSize() calls to be used with popups (fix for using e.g. scroll function on the first frame) ocornut 2015-06-09 12:32:19 -0600
  • 6807546caf Allow Set*WindowSize() calls to be used with popups. ocornut 2015-06-09 11:35:29 -0600
  • 4536668482 Fixed issue with activating a Combo() not taking active id (#241) ocornut 2015-06-09 10:09:12 -0600
  • 20088303e9 ImFont: ignoring \r ocornut 2015-06-04 12:26:23 +0100
  • d31cf1af5d Merge branch 'master' of https://github.com/ocornut/imgui ocornut 2015-06-03 15:31:13 +0100
  • eb75ffdc5d DragFloat(), SliderFloat() Fixed rounding of negative which sometimes made the negative lower range unreachable. ocornut 2015-06-03 15:31:08 +0100
  • e57d460e31 Update README.md omar 2015-06-03 12:48:55 +0100
  • 0e04dfbad7 Added IsWindowHovered() helper. ocornut 2015-06-02 20:57:29 +0100
  • 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