2016-10-09 |
Removed the inconsistent shadow under RenderCollapseTriangle() (~#707)
ocornut
committed
on 9 Oct 2016
|
---|---|
2016-10-07 |
Merge remote-tracking branch 'origin' into 2016-02-colorpicker
ocornut
committed
on 7 Oct 2016
|
2016-09-25 |
Fix using IsItemActive() after EndGroup() or any widget using groups (#840, #479)
ocornut
committed
on 25 Sep 2016
|
Merge remote-tracking branch 'origin' into 2016-02-colorpicker
ocornut
committed
on 25 Sep 2016
|
|
Style: Added ButtonTextAlign, ImGuiStyleVar_ButtonTextAlign (#842)
ocornut
committed
on 25 Sep 2016
|
|
Refactor text alignment options to use ImVec2, removed ImGuiAlign (#842, #222)
ocornut
committed
on 25 Sep 2016
|
|
Internal RenderTextClipped() merged optional/rate clip_min* clip_max* into clip_rect*
ocornut
committed
on 25 Sep 2016
|
|
Refactor PushStyleVar/PopStyleVar so it is constant time + can receive integers (yet unused) (#842)
ocornut
committed
on 25 Sep 2016
|
|
2016-09-13 |
Fixed EndGroup() not restoring offset properly. breaking SameLine() offset (caused by
954c890 ) (#829)
ocornut
committed
on 13 Sep 2016
|
2016-08-11 |
Merge remote-tracking branch 'origin' into 2016-02-colorpicker
ocornut
committed
on 11 Aug 2016
|
2016-08-06 |
Moved GetColorU32 out of imgui_internal.h to avoid inlining mess (#759)
ocornut
committed
on 6 Aug 2016
|
2016-07-30 |
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 |
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 |
Minor bits
ocornut
committed
on 25 Jun 2016
|
2016-06-15 |
Merge branch 'master' into 2016-02-colorpicker
ocornut
committed
on 15 Jun 2016
|
2016-06-12 |
Member variable name renamed "ID" "Id" for casing consistency
ocornut
committed
on 12 Jun 2016
|
2016-05-30 |
Comments, tweaks
ocornut
committed
on 30 May 2016
|
Version 1.50 WIP
ocornut
committed
on 30 May 2016
|
|
2016-05-29 |
Version 1.49
ocornut
committed
on 29 May 2016
|
Caving in to ignoring stupid pedantic Clang warnings for old-style-cast in header files
ocornut
committed
on 29 May 2016
|
|
Merge branch 'master' into 2016-02-colorpicker
ocornut
committed
on 29 May 2016
|
|
Fixed GetWindowContentRegionMax() being off by ScrollSize amount when SizeExplicit is set + caching ContentsRegionRect.
...
ocornut
committed
on 29 May 2016
|
|
2016-05-21 |
Added SetNextWindowSizeConstraint() + demo code (#668)
ocornut
committed
on 21 May 2016
|
Resizing window doesn't rely on MouseDelta anymore, but rather recompute expected size based absolute mouse coords. (#668)
...
ocornut
committed
on 21 May 2016
|
|
2016-05-10 |
ImGuiWindow: Storing ParentWindow (#615, #646)
ocornut
committed
on 10 May 2016
|
2016-05-07 |
Renamed ImGuiState -> ImGuiContext (#586, #269)
ocornut
committed
on 7 May 2016
|
Added CreateContext/DestroyContext/GetCurrentContext/SetCurrentContext() (#586, #269)
ocornut
committed
on 7 May 2016
|
|
Minor comments, tweaks
ocornut
committed
on 7 May 2016
|
|
2016-05-06 |
Reorganised windows moving code, documented a lag in FindHoveredWindow(), fixing lag whole moving windows (#635)
ocornut
committed
on 6 May 2016
|
2016-05-02 |
Renamed majority of use of "opened" to "open" for clarity. Renamed SetNextTreeNodeOpened() to SetNextTreeNodeOpen(). (#625, #579)
ocornut
committed
on 2 May 2016
|