History for imgui / imgui_internal.h
2017-07-20
@omar
Internals: renaming IndexWithinParent to OrderWithinParent
omar committed on 20 Jul 2017
2017-07-18
@omar
Merge branch 'master' into 2016-02-colorpicker
omar committed on 18 Jul 2017
2017-06-13
@omar
Version 1.51 WIP tag
omar committed on 13 Jun 2017
2017-06-02
@omar
Version 1.50
omar committed on 2 Jun 2017
2017-03-16
@omar
Merge branch 'master' into 2016-02-colorpicker
omar committed on 16 Mar 2017
2017-01-14
@omar
Internal: Renamed ImLoadFileToMemory to ImFileLoadToMemory to be consistent with ImFileOpen + fix mismatching .h name (#917)
omar committed on 14 Jan 2017
2017-01-11
@omar
Merge branch 'master' into 2016-02-colorpicker
omar committed on 11 Jan 2017
@omar
Added an explicit (internal) ClearActiveID() helper and removed the default NULL window parameter to internal SetActiveID(),
omar committed on 11 Jan 2017
2016-11-27
@ocornut
Merge branch 'master' into 2016-02-colorpicker
ocornut committed on 27 Nov 2016
@ocornut
Using _wfopen() under Windows+MSVC because fopen() doesn't support UTF-8 encoding. Wrapped as ImFileOpen(). (#917)
ocornut committed on 27 Nov 2016
2016-11-13
@Geoffrey Tucker
Began improvements to columns API by splitting the Columns() function into BeginColumns() and EndColumns() and adding additional flags. The columns data still needs to be placed into a stack.
Geoffrey Tucker committed on 13 Nov 2016
2016-11-12
@ocornut
Fixed uninitialized variables (wouldn't have a real effect because they'd be cleared in Begin()).
ocornut committed on 12 Nov 2016
@ocornut
Support for #define-ing GImGui and IMGUI_SET_CURRENT_CONTEXT_FUNC to enable custom thread-based hackery (#586)
ocornut committed on 12 Nov 2016
2016-10-16
@ocornut
Merge branch 'master' into 2016-02-colorpicker
ocornut committed on 16 Oct 2016
2016-10-09
@ocornut
Added ImGuiCorner enum to clarify some internal code
ocornut committed on 9 Oct 2016
@ocornut
Removed the inconsistent shadow under RenderCollapseTriangle() (~#707)
ocornut committed on 9 Oct 2016
2016-10-07
@ocornut
Merge remote-tracking branch 'origin' into 2016-02-colorpicker
ocornut committed on 7 Oct 2016
2016-09-25
@ocornut
Fix using IsItemActive() after EndGroup() or any widget using groups (#840, #479)
ocornut committed on 25 Sep 2016
@ocornut
Merge remote-tracking branch 'origin' into 2016-02-colorpicker
ocornut committed on 25 Sep 2016
@ocornut
Style: Added ButtonTextAlign, ImGuiStyleVar_ButtonTextAlign (#842)
ocornut committed on 25 Sep 2016
@ocornut
Refactor text alignment options to use ImVec2, removed ImGuiAlign (#842, #222)
ocornut committed on 25 Sep 2016
@ocornut
Internal RenderTextClipped() merged optional/rate clip_min* clip_max* into clip_rect*
ocornut committed on 25 Sep 2016
@ocornut
Refactor PushStyleVar/PopStyleVar so it is constant time + can receive integers (yet unused) (#842)
ocornut committed on 25 Sep 2016
2016-09-13
@ocornut
Fixed EndGroup() not restoring offset properly. breaking SameLine() offset (caused by 954c890) (#829)
ocornut committed on 13 Sep 2016
2016-08-11
@ocornut
Merge remote-tracking branch 'origin' into 2016-02-colorpicker
ocornut committed on 11 Aug 2016
2016-08-06
@ocornut
Moved GetColorU32 out of imgui_internal.h to avoid inlining mess (#759)
ocornut committed on 6 Aug 2016
2016-07-30
@ocornut
SameLine() with explicit X position is relative to left of group/columns (ref #746, #125, #630)
ocornut committed on 30 Jul 2016
2016-07-12
@ocornut
InputTextMultiline(): partial fix for when input and internal buffers differs in a way where scrollbar existence differs. (#725) ...
ocornut committed on 12 Jul 2016
2016-06-25
@ocornut
Minor bits
ocornut committed on 25 Jun 2016
2016-06-15
@ocornut
Merge branch 'master' into 2016-02-colorpicker
ocornut committed on 15 Jun 2016