History for imgui / docs / TODO.txt
2019-05-10
@omar
Merge branch 'master' into docking ...
omar committed on 10 May 2019
2019-05-09
@omar
Internal: Refactored Separator into SeparatorEx(), exposed ImGuiSeparatorFlags_SpanAllColumns in imgui_internal.h and support without. (#759) + misc comments
omar committed on 9 May 2019
2019-05-06
@omar
Version 1.70
omar committed on 6 May 2019
2019-05-02
@omar
Merge branch 'master' into docking ...
omar committed on 2 May 2019
2019-04-29
@omar
Drag and Drop: Fixed drag source with ImGuiDragDropFlags_SourceAllowNullID and null ID from receiving click regardless of being covered by another window (it didn't honor correct hovering rules). (#2521)
omar committed on 29 Apr 2019
@omar
Merge branch 'master' into docking ...
omar committed on 29 Apr 2019
2019-04-28
@omar
Popups: Closing a popup restores the focused/nav window in place at the time of the popup opening, instead of restoring the window that was in the window stack at the time of the OpenPopup call. (#2517) ...
omar committed on 28 Apr 2019
2019-04-25
@omar
Merge branch 'master' into docking ...
omar committed on 25 Apr 2019
@omar
Internals: TempInputText: Rename InputScalarAsWidgetReplacement() -> TempInputTextScalar(), ScalarAsInputTextId -> TempInputTextId, small tidying up in affected functions.
omar committed on 25 Apr 2019
2019-04-24
@omar
Misc comments, internal renaming, added disable indentation option to Columns demo section.
omar committed on 24 Apr 2019
2019-04-19
@omar
Merge branch 'master' into docking ...
omar committed on 19 Apr 2019
2019-04-17
@omar
Clarified asserts comments + todo entries. (#2500)
omar committed on 17 Apr 2019
2019-04-15
@omar
Merge branch 'master' into docking ...
omar committed on 15 Apr 2019
2019-04-14
@omar
Examples: Emscripten: Switched to WebGL1/ES2, Added Changelog, Updated links, Added ignore list, Fixed warning with older versions. Removed reliance on C++11 (would warn on some compiler). Improved html template, removed undesirable options, reduced log size. Tweaked main.cpp. (#2494)
omar committed on 14 Apr 2019
2019-04-08
@omar
Merge branch 'master' into docking
omar committed on 8 Apr 2019
@omar
Internals: Tweak ItemSize calls. Added todo items.
omar committed on 8 Apr 2019
2019-04-03
@omar
Merge branch 'master' into docking ...
omar committed on 3 Apr 2019
@omar
InputText: Made Shift+Tab consistently do nothing regardless of whether the back-end emits both char and keys or just keys. (#2467, #1336)
omar committed on 3 Apr 2019
@omar
InputText, Examples/SDL: Emulate \t input if back-end doesn't provide it. (#1336, #2467) ...
omar committed on 3 Apr 2019
@omar
InputText: Work-around for buggy standard libraries where isprint('\t') returns true. (#2467, #1336) ...
omar committed on 3 Apr 2019
2019-03-28
@omar
Docking: Fixed focus restore lagging by a frame when a tab stops being submitted. (#2109) Building on a little build of technical debt there, should transition toward a more general docking-agnostic system (#2304)
omar committed on 28 Mar 2019
@omar
Docking: Disable SkipItems when directly/programmatically focused (possible generalization of code currently in BeginDocked which relies on tab bar interaction, will remove that code in next commit). (#2453, #2109)
omar committed on 28 Mar 2019
@omar
Merge branch 'master' into docking ...
omar committed on 28 Mar 2019
2019-03-27
@omar
Docking: Renamed ImGuiDockNodeFlags_PassthruDockspace to ImGuiDockNodeFlags_PassthruCentralNode. + Comments, shallow tweaks. (#2109)
omar committed on 27 Mar 2019
2019-03-26
@omar
Comments (#2441) + Freeglut fixes (#2430)
omar committed on 26 Mar 2019
2019-03-25
@omar
Merge branch 'master' into docking ...
omar committed on 25 Mar 2019
2019-03-16
@omar
Comments, todo list, remove trailing spaces.
omar committed on 16 Mar 2019
2019-03-13
@omar
Merge branch 'master' into docking ...
omar committed on 13 Mar 2019
@omar
Version 1.69, comments, typos
omar committed on 13 Mar 2019
2019-03-11
@omar
Merge branch 'master' into docking ...
omar committed on 11 Mar 2019