Commit Graph

  • 8fbb4a566a InputTextMultiline() preserve activeid/cursor/selection when using scrollbar + tidying up (#200) ocornut 2015-06-18 11:57:43 -0600
  • 9180126db6 Speeding up some wchar<>UTF8 functions and some specialization for Ascii. (testing 500 KB text for #200) ocornut 2015-06-18 11:30:10 -0600
  • c06373de93 Cleanup ocornut 2015-06-18 10:40:11 -0600
  • d0ea5942a9 InputTextMultiline() can clip + BeginChildFrame() returns bool. (#200) ocornut 2015-06-18 08:49:57 -0600
  • 9c399ee3be Demo for InputTextMultiline() (#200) ocornut 2015-06-17 18:36:06 -0600
  • b0e8643523 Demo for InputTextMultiline() (#200) ocornut 2015-06-17 18:31:15 -0600
  • 490e9e42ff InputText(): shallow tweaks (#200) ocornut 2015-06-17 18:14:25 -0600
  • 5e323561be InputTextMultiline() fixes, vertical scrolling, optimizations (#200) ocornut 2015-06-17 17:07:49 -0600
  • 3df91b52ea Increased key repeat rate for non-character input key repeat. ocornut 2015-06-17 16:02:50 -0600
  • 7dc5228235 InputText: doesn't reset scrolling when active text input becomes bigger than its content. (#200) ocornut 2015-06-17 15:49:18 -0600
  • e2ff92d8a2 Synergy working with imgui on ipad Joel Davis 2015-06-17 00:12:03 -0700
  • f75b8c72cf InputTextMultiline(): vertical scrolling wip, selection rendering fix (#200) ocornut 2015-06-16 21:53:04 -0600
  • 417a7bc29b InputTextMultiline(): multi-line selection draw fix (#200) ocornut 2015-06-16 21:19:47 -0600
  • f1dfc4d7c4 InputTextMultiline(): multi-line selection draw fix (#200) ocornut 2015-06-16 21:17:02 -0600
  • 917a1fdbf7 InputText() fixing cancel (#200) ocornut 2015-06-16 21:08:54 -0600
  • 73491e5adc InputText() lifted 1024 characters limit (#200) ocornut 2015-06-16 21:04:27 -0600
  • 0795a60c6b InputText() fixed multi-line selection clipping. (#200) ocornut 2015-06-16 20:35:46 -0600
  • ec7c1834b3 InputTextMultiline() tabbing to a multi-line edit doesn't select all (unless ImGuiInputTextFlags_AutoSelectAll is set), somehow arbitrary (# ocornut 2015-06-16 20:25:08 -0600
  • 6d31c498c0 InputText: multi-line selection, better scrolling, cleaning up (#200) ocornut 2015-06-16 20:14:54 -0600
  • d06ad43dca ImFont::RenderText() additional early out (typically performed at TextUnformatted() level for large chunks but this is also useful) (#200) ocornut 2015-06-16 17:50:55 -0600
  • 748837acfd Merge remote-tracking branch 'origin' into 2015-06-multiline_textedit ocornut 2015-06-16 17:23:28 -0600
  • a248575dea Text rendering can be finely clipped cpu-side on top and left axises (for #200) ocornut 2015-06-16 17:21:07 -0600
  • 9765559a28 Merge remote-tracking branch 'origin' into 2015-06-multiline_textedit ocornut 2015-06-16 15:59:28 -0600
  • 34986771b4 Moved InputFloat() InputInt() below InputText() and not in the middle of internal bits ocornut 2015-06-16 15:57:04 -0600
  • 0df7b472c2 InputTextMultiline() WIP - still gazillion problems with selection visualisation & scrolling ocornut 2015-06-16 15:46:45 -0600
  • df8a965967 Adding .gitignore to hide xcode project file cruft Joel Davis 2015-06-15 09:24:31 -0700
  • 47adea9f74 iOS example working based on modified opengl3 sample code Joel Davis 2015-06-15 09:23:57 -0700
  • b360c83e92 Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering ocornut 2015-06-14 20:29:10 -0600
  • 7d860a0181 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-06-14 20:28:19 -0600
  • 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