Commit Graph

  • 5436266963 Added SetNextWindowPosCenter() (#249) ocornut 2015-06-23 15:34:44 -0600
  • bcbf53857c BeginPopupModal() default to NoCollapse for modal windows (#249) ocornut 2015-06-23 15:17:27 -0600
  • 06ed9257ef Modal windows centered when appearing (#249) ocornut 2015-06-23 14:28:11 -0600
  • 2a041cfbe1 Added GetGlyphRangesCyrillic() helper (#237) ocornut 2015-06-23 14:13:22 -0600
  • 0f38a53d28 Added stacked modal windows example (#249) ocornut 2015-06-23 13:58:47 -0600
  • f0311b643a Added modal dialog example (#249) ocornut 2015-06-23 13:22:37 -0600
  • a4cd585f54 Reorganized demo window ocornut 2015-06-23 12:47:38 -0600
  • fe17f6e735 Added modal window darkening of previous windows (#249) ocornut 2015-06-23 12:34:15 -0600
  • 8c790a3234 BeginPopupModal() can have an optional close-window button (#249) ocornut 2015-06-23 11:08:19 -0600
  • bce495c581 Added BeginPopupModal() with actual modal behaviour (WIP api) (#249) ocornut 2015-06-23 10:02:56 -0600
  • f10bbbb851 Minor comment fix (#248) ocornut 2015-06-22 07:57:45 -0600
  • 0b98d3eb26 Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering ocornut 2015-06-21 20:01:25 -0600
  • 01cb0dc7f7 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-06-21 19:58:30 -0600
  • 0884cb51cd Added IsKeyReleased() (#248), added keyboard & mouse state panel in the demo window ocornut 2015-06-21 19:04:43 -0600
  • 68534c2319 Added IsMouseReleased() helper (#248) ocornut 2015-06-21 18:15:31 -0600
  • eec047c9f7 Fixed leak on Shutdown (#200) ocornut 2015-06-19 18:14:50 -0600
  • 9e8da4dba0 Comments ocornut 2015-06-19 18:09:58 -0600
  • 747999bbaf Fixed mouse wheel scroll issues, introduced a few weeks ago (#200) ocornut 2015-06-19 18:01:13 -0600
  • e7b43b014b Can't scroll with mouse wheel when window is collapsed. ocornut 2015-06-19 17:43:51 -0600
  • 1b28f11acb InputTextMultiline() filtering out \r for now (#200) ocornut 2015-06-19 17:34:19 -0600
  • 73db855c77 InputTextMultiline() painfully merged most computation passes into one, better clipping, much faster for large text (#200) ocornut 2015-06-18 23:23:20 -0600
  • 84987ac3e0 ImFont::RenderText() better vertical clipping for large amount of text (for #200) ocornut 2015-06-18 23:08:42 -0600
  • 324b1c2a28 InputTextMultiline(): made ctrl+up/down closer to windows behavior (#200) ocornut 2015-06-18 22:35:08 -0600
  • c4720ec90f InputTextMultiline() fixed a frame of lag in handling vertical scrolling (#200) ocornut 2015-06-18 21:20:15 -0600
  • cd27f8a8e6 InputText(): adjusting selection block height differently for single and multi-line (#200) ocornut 2015-06-18 21:01:56 -0600
  • b524c59c70 InputText(): removed a call to strlen() in the active edit path (#200) ocornut 2015-06-18 20:49:20 -0600
  • 2b68a5c0cf InputTextMultine() optimised height calculation for inactive multi-line edit box (#200) ocornut 2015-06-18 19:09:04 -0600
  • 86666489df ImFont: CalcTextSizeA() fixed font scaling with fallback character. ocornut 2015-06-18 18:31:49 -0600
  • c6d77f3bf5 InputText: fixed handling of scaled font. re-organized bits of code toward merging all sizes calculations (#200) ocornut 2015-06-18 18:31:13 -0600
  • 10b4fa44c1 Fixed framerate counter averaging buffer size (shouldn't have been included in previous commit) ocornut 2015-06-18 17:45:11 -0600
  • 26d2b361d1 InputText(): removed extraneous CalcTextSizeW call for tracking cursor/scrolling, remove spike (#200) ocornut 2015-06-18 17:40:51 -0600
  • 5f362cabe9 InputText(): char width calculation calls font->GetCharAdvance() directly (#200) ocornut 2015-06-18 17:11:20 -0600
  • 60079988bd ImFont::RenderText() faster handling of rendering above clipping rect (useful for #200) ocornut 2015-06-18 12:41:48 -0600
  • 846cfc74a2 InputText() clear selection when using undo/redo (#200) ocornut 2015-06-18 12:32:55 -0600
  • d30e8f38b7 InputText() tidying up (#200) ocornut 2015-06-18 12:29:43 -0600
  • 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
  • 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
  • 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