Commit Graph

  • b37a326163 Renamed GetScrollPosY() to GetScrollY(). (#150) ocornut 2015-07-02 20:47:04 -0600
  • 5d59e965f6 Update README.md omar 2015-07-02 15:42:19 -0600
  • 7bd28d17ca Update README.md omar 2015-07-02 15:35:55 -0600
  • 531d0ce7ce Moving tooltips and popup chunks of imgui.h below widgets (#219) ocornut 2015-07-02 14:55:30 -0600
  • 0201fe6ed1 Comments ocornut 2015-07-02 14:49:38 -0600
  • 9bedcb5304 Added GetCursorStartPos() necessary for using scroll target relative to beginning of window content (#150) ocornut 2015-07-02 14:46:49 -0600
  • 1b01137c90 Fixed text baseline alignment of small button (no padding) after regular buttons ocornut 2015-07-02 12:44:48 -0600
  • bbc22ac8ca Comments + remove trailing comma ocornut 2015-07-02 11:26:35 -0600
  • 90ec28f6de Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-02 10:23:21 -0600
  • e0da1e0658 Split into CaptureKeyboardFromApp() / CaptureMouseFromApp() ocornut 2015-07-02 09:20:15 -0600
  • 77fad80e9f Added CaptureInputsFromApp() to manually enforce e.g. keyboard capturing ocornut 2015-07-02 09:10:31 -0600
  • eaaab0120a Moved Inputs utilities to their own section in imgui.h + additional comments ocornut 2015-07-02 08:57:17 -0600
  • 6d6dac6128 build: cmake improvements Tamas Kenez 2015-07-02 16:17:32 +0200
  • fc7b562635 Added font links courtesy of twitter + instructions for fonts compressed in C array ocornut 2015-07-02 08:16:23 -0600
  • 57f70a29b2 Fixed a bug with TextUnformatted() clipping of long text (#257) ocornut 2015-07-02 07:42:29 -0600
  • 0e5b64ecd2 SetScrollPosHere() Minor hack for effective "scroll to top" to appear like user expect it (#150) ocornut 2015-07-01 19:01:27 -0600
  • 824cf5ae85 Fixed window padding being reported incorrectly for child windows with borders when parent have no borders ocornut 2015-07-01 18:55:42 -0600
  • 3d7b596a40 SetScrollToPosHere() fixed imprecision + handling lower gap better for bottom alignment (#150) ocornut 2015-07-01 18:23:11 -0600
  • 49b7a8e61f Added scroll tracking example with SetScrollPosHere() (relate #150) ocornut 2015-07-01 18:01:43 -0600
  • 04a2ad5b74 examples: add imconfig_example Tamas Kenez 2015-07-02 01:57:30 +0200
  • b74d8e4c87 SetScrollPosHere() takes a y centering ratio and can be used to aim the top or bottom of the window (relate #150) ocornut 2015-07-01 17:51:44 -0600
  • d9ced230ff build/cmake: install imgui as source files Tamas Kenez 2015-07-02 01:08:10 +0200
  • 3fa4adfe7c build: cmake support, examples included Tamas Kenez 2015-07-01 15:55:39 +0200
  • 067b7d909a Style: Added GrabRounding (works well with AA branch). Followup to #212 ocornut 2015-06-30 15:02:59 -0600
  • d3c0bfefb3 AA branch: render axis aligned rect bypassing the AA path ocornut 2015-06-30 14:51:25 -0600
  • b30d08d63a AA branch: bits ocornut 2015-06-30 14:24:50 -0600
  • c39372e7d5 Title bar uses TitleBgActive color even when window has popups/menus over (#253) ocornut 2015-06-30 13:52:00 -0600
  • 47826830af Adding TitleBgActive color - still issues with popups/menus (#253) ocornut 2015-06-30 13:40:13 -0600
  • c71b183965 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-06-30 13:31:56 -0600
  • 1318e1b74c AA branch: remove unused functions. ocornut 2015-06-30 13:30:25 -0600
  • 4bb94a9e4d AA branch: more optimisations. ocornut 2015-06-30 13:27:35 -0600
  • a8f0eb5ec6 AA branch: more optimisations. ocornut 2015-06-30 13:12:45 -0600
  • bbdf36cd3a AA branch: minor optimisations, merging loops ocornut 2015-06-30 13:09:07 -0600
  • c3040dee35 AA branch: more inline. ocornut 2015-06-30 12:55:14 -0600
  • 077285ae57 AA branch: tidying up, inline PathStroke PathFill ocornut 2015-06-30 12:51:52 -0600
  • aaefe458df AA branch: cleanup ocornut 2015-06-30 12:44:03 -0600
  • ebfe4637d4 Merge branch '2015-04-indexed-rendering' into 2015-03-antialiased-primitives ocornut 2015-06-30 12:43:26 -0600
  • d57ee2458c AA branch: ImDrawList: renaming of Path based functions so both code paths can cohabit with no confusion ocornut 2015-06-29 19:25:41 -0600
  • 5bf30bd6c4 AA branch: Minor optimisations for Debug builds ocornut 2015-06-29 19:23:57 -0600
  • 71e9f2a3dd Fixed warnings for 64-bits builds ocornut 2015-06-29 15:46:18 -0600
  • 43dcd6ef47 Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering ocornut 2015-06-29 15:43:58 -0600
  • 0bf90770b0 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-06-29 15:40:38 -0600
  • 0e3198edc2 Tidying up - renamed FindBestWindowPos() to FindBesttPopupWindowPos() ocornut 2015-06-29 15:18:26 -0600
  • af0de5f357 Tidying up - ImRect doesn't use ImVec2 operators (so we can expose it later) ocornut 2015-06-29 13:30:37 -0600
  • 882c7a8cef Tidying up - ShowUserGuide, ShowStyleEditor only uses public calls ocornut 2015-06-29 13:20:28 -0600
  • 039ebb79f4 Tidying up - renamed a few internal functions ocornut 2015-06-29 13:18:44 -0600
  • 8b392feba1 Tidying up - moved ImFontAtlas glyph ranges helpers outside of ImFont block ocornut 2015-06-29 12:36:24 -0600
  • 0783697f87 Minor tidying up ocornut 2015-06-29 10:39:17 -0600
  • 4ac21aaa12 Version number 1.42 wip + todo list entries ocornut 2015-06-26 20:48:53 -0600
  • 14f189b2f6 Merge pull request #250 from benvanik/patch-1 omar 2015-06-26 20:23:32 -0600
  • 5cd1a01514 Fixing 64-bit compilation warning caused by implicit size_t->int cast Ben Vanik 2015-06-26 18:49:45 -0700
  • f66be0e7b2 Demo: satisfying buffer size v1.41 ocornut 2015-06-25 21:52:16 -0600
  • ea2c824192 Version 1.41 ocornut 2015-06-25 21:38:24 -0600
  • 8224ca16b6 Carriage return in demo tooltip ocornut 2015-06-24 20:45:06 -0600
  • 4976bf97a6 Fix for correctness and allow non-auto resized modals to have window minimum size applied - hopefully no-side effects (#249) ocornut 2015-06-24 20:35:40 -0600
  • af5890b276 AutoFit can be triggered on each axis separately via SetNextWindowSize() (mentioned in #249) ocornut 2015-06-24 20:08:08 -0600
  • 975ef00682 Minor construction fix (-1.0 is correct "disabled" value for TextWrapPos, didn't have any incidence anyway) ocornut 2015-06-24 19:53:41 -0600
  • d171e48b20 Fixed SetNextWindowPosCenter() being processed too early for windows that are still measuring their size (for #249) ocornut 2015-06-23 15:45:34 -0600
  • 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
  • 3c0daa6953 Some cleanup, moved usynergy, removed some optional icons Joel Davis 2015-06-20 12:08:28 -0700
  • 3cdef3e3f4 fixes for readme, removed xcode copyright spam Joel Davis 2015-06-20 09:51:25 -0700
  • db586c2bf5 Added a README to the ios example Joel Davis 2015-06-20 09:46:10 -0700
  • 11c287fac1 Added an icon for the app Joel Davis 2015-06-20 09:33:04 -0700
  • 845f15ea8b Added button to change servername and stopped hardcoding it Joel Davis 2015-06-20 09:04:31 -0700
  • 63a2a94fdd Mouse wheel Joel Davis 2015-06-19 23:58:24 -0700
  • 013dfcb729 Keyboard support Joel Davis 2015-06-19 23:16:56 -0700
  • 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