2018-09-21 |
ImDrawList: Fixed AddConvexPolyFilled() undefined behavior when passing points_count smaller than 3, in particular, points_count==0 could lead to a memory stomp if the draw list was previously empty.
omar
committed
on 21 Sep 2018
|
---|---|
2018-09-11 |
Internals: Replace unsigned short with ImWchar when dealing with character storage. (#2078)
ice1000
authored
on 11 Sep 2018
omar
committed
on 11 Sep 2018
|
2018-09-06 |
Version 1.66 WIP
omar
committed
on 6 Sep 2018
|
Version 1.65
omar
committed
on 6 Sep 2018
|
|
Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. (#1718, #2036)
...
omar
committed
on 6 Sep 2018
|
|
Refactor: Tweaked and improved the sectioning to facilitate grepping/moving around and applied to all files. (#2036)
omar
committed
on 6 Sep 2018
|
|
2018-09-03 |
Version 1.65 WIP
omar
committed
on 3 Sep 2018
|
2018-08-31 |
Version 1.64
omar
committed
on 31 Aug 2018
|
Tweak comments and indexes
omar
committed
on 31 Aug 2018
|
|
2018-08-30 |
Refactor: Moved Scrollbar function from imgui.cpp to imgui_widgets.cpp, added file index (#2036)
omar
committed
on 30 Aug 2018
|
Version 1.64 WIP
omar
committed
on 30 Aug 2018
|
|
2018-08-29 |
Version 1.63
omar
committed
on 29 Aug 2018
|
Internals: Tidying up, moving helpers to imgui_internal.h (in prevision of 1.64 refactor)
omar
committed
on 29 Aug 2018
|
|
2018-08-25 |
ImFontAtlas Comments (#2042) + added ImGuiFontAtlas_None for consistency.
omar
committed
on 25 Aug 2018
|
2018-08-22 |
ImDrawList: Large text passed to AddText() are being scanned for their end in order to avoid pre-reserving too many vertices.
omar
committed
on 22 Aug 2018
|
ImDrawList: Fixed clipping of leading lines above the clipping rectangle from counting in the worst case vertices reservation. (fix code added in #200!)
omar
committed
on 22 Aug 2018
|
|
2018-08-09 |
Internals: Extracted RenderMouseCursor() out of EndFrame(). Moved to imgui_draw.cpp along with RenderArrowPointingAt(). Comments. (#2013)
omar
committed
on 9 Aug 2018
|
2018-07-30 |
Internals: Changed signature of ShadeVerts functions to remove pointers. (#1286, #1700, #1986)
omar
committed
on 30 Jul 2018
|
ImFontAtlas::AddFontDefault: Made it possible to override glyph ranges. (#1965)
Tommy Nguyen
authored
on 30 Jul 2018
omar
committed
on 30 Jul 2018
|
|
2018-07-27 |
Internals: Drag and Drop: default drop preview use a narrower clipping rectangle (no effect here, but other branches uses a narrow clipping rectangle that was too small so this is a fix for it) + Comments
omar
committed
on 27 Jul 2018
|
2018-07-22 |
Added asserts to catch illegal modifications of the font atlas between NewFrame() and EndFrame()/Render(). (#1958)
omar
committed
on 22 Jul 2018
|
2018-07-17 |
Fix warning when IMGUI_DEFINE_MATH_OPERATORS is already defined by build system. (#1950)
Rokas Kupstys
authored
on 17 Jul 2018
omar
committed
on 17 Jul 2018
|
2018-07-12 |
Comments, exposed a few things in imgui_internal.h for consistency, added ImQsort wrapper.
omar
committed
on 12 Jul 2018
|
Revert part of c7016c2 incorrectly renaming ImGuiCol_NavWindowingHighlight to ImGuiCol_NavWindowListHighlight, that was wholly unnecessary (and not documented!). (also invalidate #1939)
omar
committed
on 12 Jul 2018
|
|
2018-07-09 |
Nav: Added a CTRL+TAB window list and changed the highlight system accordingly. (#787)
omar
committed
on 9 Jul 2018
|
2018-07-06 |
Internals: Removed unused ShadeVertsLinearAlphaGradientForLeftToRightText code.
omar
committed
on 6 Jul 2018
|
2018-07-01 |
Fixed a include build issue for Cygwin in non-POSIX (Win32) mode. (#1917, #1319, #276)
omar
committed
on 1 Jul 2018
|
2018-06-29 |
Tweaked software mouse cursor offset to match the offset of the corresponding Windows 10 cursors. (followup to #1914)
omar
committed
on 29 Jun 2018
|
Fixed software Hand cursor from not actually working. Fixed demo from crashing. Fixed typo and extraneous trailing space. Added Changelogs. (#1913, #1914)
omar
committed
on 29 Jun 2018
|
|
add hand cursor support (+11 squashed commit)
Aiekick
authored
on 29 Jun 2018
omar
committed
on 29 Jun 2018
|