Commit Graph

  • b92396b46a Optimisation, removed the duplicate ClipRectStack in ImGuiWindow, storing single value ocornut 2015-07-06 21:46:12 -0600
  • 6a22835f63 AA branch: ImDrawList: rename commands to cmd_buffer ocornut 2015-07-06 21:09:05 -0600
  • e7e2fcdd19 ImRect (internal) made constructors more non-optimised compilation friendly ocornut 2015-07-06 20:59:01 -0600
  • a17e47fe14 ImDrawList: fixed non-merged commands when equal clip rectangles are in the two first commands ocornut 2015-07-06 20:38:06 -0600
  • 5782c69c2a Metrics window: calculate bounding box of actual vertices when hovering a draw list. ocornut 2015-07-06 16:34:41 -0600
  • 9db4b35168 Fixed ImRect.Add(ImVec2&) which was broken and somehow unused ocornut 2015-07-06 11:13:05 -0600
  • 0ff2a6ff64 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-06 10:56:50 -0600
  • d6987d1586 ImDrawList store pointer to their owner name for easier auditing/debugging. Metrics windows render clip rectangle when hovering. ocornut 2015-07-06 10:52:49 -0600
  • c52cefa2c2 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-05 22:27:50 -0600
  • 0d5e6e125c Documentation (#133 #254) ocornut 2015-07-05 22:26:01 -0600
  • 0676efd37f AA branch: added ImDrawData::DeIndexAllBuffers() helper (#254) ocornut 2015-07-05 22:09:55 -0600
  • b2b616be00 AA branch: ImDrawCmd idx_count -> elem_count ocornut 2015-07-05 22:09:15 -0600
  • f3303fa84f AA branch: io.RenderDrawListsFn signature changed to take ImDrawData, neater and future proof breaking of the render API (#133 #254) ocornut 2015-07-05 22:03:46 -0600
  • 2633325b9f Comments ocornut 2015-07-05 21:55:24 -0600
  • 562aecdaa5 Removed obsolete GetDefaultFontData() function that would assert anyway (obsoleted 2015/01/11) ocornut 2015-07-05 20:56:01 -0600
  • 3fa4451936 PlotLines(), PlotHistogram(): fixed incorrect hovering test (would trigger tooltip when menu is open) ocornut 2015-07-05 20:47:25 -0600
  • 1c160adbba Comments ocornut 2015-07-05 20:38:18 -0600
  • c9676554b9 MenuItem() can be activated on release (#245) ocornut 2015-07-05 20:27:06 -0600
  • 8b4a470e1d Examples: DirectX9: fixed size passed to vertex and index buffer Lock() + readjust default buffer sizes. ocornut 2015-07-05 19:24:26 -0600
  • 56553f33b8 AA branch: added style.AntiAliasedLines, style.AntiAliasedShapes (#133) ocornut 2015-07-05 19:09:53 -0600
  • 19e59421e5 AA branch: comments, inlining minor ops ocornut 2015-07-05 18:42:41 -0600
  • 46c440d186 AA branch: AddPolyline() stores normals on stack ocornut 2015-07-05 18:19:22 -0600
  • c09af38804 AA branch: AddConvexPolyFilled() store normals on stack ocornut 2015-07-05 18:05:55 -0600
  • a74ca9025f AA branch: oops, ImInvLengthSqr() is ImInvLength() ocornut 2015-07-05 17:37:55 -0600
  • a8b5f77591 AA branch: AddPolyline(), AddConvexPolyFilled() a little more readable with more consistent naming ocornut 2015-07-05 17:36:07 -0600
  • 0292c82b9c AA branch: fix lower-right bound of frame outlines ocornut 2015-07-05 16:52:06 -0600
  • 2f21347803 CollapsingHeader() fixed label rendering outside in columns context where cliprect max isn't aligned with header ocornut 2015-07-05 16:37:49 -0600
  • 7959fbe992 AA branch: CollapsingHeader() rounding down half window padding ocornut 2015-07-05 16:35:41 -0600
  • f04c2002d6 AA branch: fixed column offsets not always aligned to the pixel causing CollapsingHeader() border to incorrectly anti-alias ocornut 2015-07-05 16:32:26 -0600
  • 0d7ca3da24 AA branch: AddLine() api adds the 0.5f offset (unsure about that yet) ocornut 2015-07-05 16:24:55 -0600
  • 18fa8e1c7e Fixed IsMouseDragging() (fix #260) ocornut 2015-07-04 16:46:30 -0600
  • 61e551e0ee AA branch: fixed warning ocornut 2015-07-04 13:41:51 -0600
  • 3b94c37efc AA branch: minor tweaks + disabled debug code that disable AA when holding Ctrl ocornut 2015-07-04 12:59:55 -0600
  • f435e42561 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-04 12:44:25 -0600
  • d76bc3434e Added DragFloatRange2() DragIntRange2() helpers (#76) ocornut 2015-07-04 12:17:04 -0600
  • a33810d652 Update README.md omar 2015-07-03 16:08:00 -0600
  • e9b81dd5ab Comments ocornut 2015-07-03 15:32:10 -0600
  • fd3c6067bf Add conditional #ifdef prior to imconfig.h to facilitate inclusion in build systems (#255) ocornut 2015-07-03 15:31:54 -0600
  • 7437b43b2d Fixed warnings for more pedantic settings (#258) ocornut 2015-07-03 08:15:56 -0600
  • b69d7d9df3 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-02 21:47:48 -0600
  • 2f03511062 Added ImGuiKey_PageUp, ImGuiKey_PageDown for user. ocornut 2015-07-02 21:43:07 -0600
  • 6826ab3ffd Added GetKeyIndex() helper. ocornut 2015-07-02 21:32:29 -0600
  • 0f9e2f8173 Tweaked scrolling example code (#150) ocornut 2015-07-02 21:22:16 -0600
  • 42efc29def SetScrollFromCursorPos() -> SetScrollHere() (#150) final call ! ocornut 2015-07-02 21:03:15 -0600
  • 4eba6cd470 Added SetScrollY(), SetScrollFromPosY(). Renamed SetScrollPosHere() to SetScrollFromCursorPos(). (#150) ocornut 2015-07-02 20:53:45 -0600
  • b54cb1c24c Merge branch 'master' of https://github.com/ocornut/imgui ocornut 2015-07-02 20:49:36 -0600
  • 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
  • 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
  • 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
  • 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