History for imgui / docs / TODO.txt
2019-02-19
@omar
InputText: Renamed some local variables to clarify code. Should be a no-op functionality wise. TODO items.
omar committed on 19 Feb 2019
2019-02-06
@omar
Menus: Tweaked horizontal overlap between parent and child menu (to help convey relative depth) from using style.ItemSpacing.x to style.ItemInnerSpacing.x, the later being expected to be smaller. (#1086)
omar committed on 6 Feb 2019
2019-01-20
@omar
Removed trailing spaces from text files. (#2038, #2299)
omar committed on 20 Jan 2019
2019-01-16
@omar
ImDrawList: Fixed AddCircle(), AddCircleFilled() angle step being off, which was visible when drawing a "circle" with a small number of segments (e.g. an hexagon). (#2287) [@baktery] ...
omar committed on 16 Jan 2019
2019-01-15
@omar
TODO update + internals: changed order or ImGuiLayoutType enums to allow using them for indexing.
omar committed on 15 Jan 2019
2019-01-13
@omar
Merge branch 'atlas_fixes'
omar committed on 13 Jan 2019
2019-01-12
@omar
FAQ entry, moved ImTextureId, Gallery links.
omar committed on 12 Jan 2019
2019-01-10
@omar
ImFontAtlas: Rewrote stb_truetype based builder. ...
omar committed on 10 Jan 2019
@omar
ImFontGlyphRangesBuilder: Using 32-bits fields for storage instead of 8-bit ones, comments, todo.
omar committed on 10 Jan 2019
2019-01-07
@omar
Demo: Log: Comments. Using clipper. Not linking with rand() anymore.
omar committed on 7 Jan 2019
2018-12-19
@omar
Fixed using SetNextWindowPos() on a child window (which wasn't really documented) position the cursor as expected in the parent window, so there is no mismatch between the layout in parent and the position of the child window. Demo tweak and adding some child window stuff
omar committed on 19 Dec 2018
2018-12-11
@omar
Added BETA api for Tab Bar/Tabs widgets. (#261, #351) (merged this feature from the from Docking branch so it can be used earlier as as standalone feature) ...
omar committed on 11 Dec 2018
2018-12-04
@omar
Version 1.67 WIP + todo notes
omar committed on 4 Dec 2018
2018-08-30
@omar
Refactor: Moved README, ChangeLog, TODO files to docs/ folder + update Changelog. (#2036)
omar committed on 30 Aug 2018