History for imgui / imgui.cpp
2016-09-25
@ocornut
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut committed on 25 Sep 2016
@ocornut
Fixed IsItemActive() lagging by one frame on initial widget activation (#840)
ocornut committed on 25 Sep 2016
@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-07-navigation
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
Comment
ocornut committed on 25 Sep 2016
@ocornut
Tidying up PushStyleVar/PopStyleVar() a little more (#842)
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-20
@ocornut
Shutdown() clear out some remaining pointers (#836)
ocornut committed on 20 Sep 2016
2016-09-15
@ocornut
Metrics: Displaying window position + moving extraneous line in IsPopupOpen().
ocornut committed on 15 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-09-11
@ocornut
Fixing minor english typos (#827)
ocornut committed on 11 Sep 2016
2016-09-07
@ocornut
TODO list
ocornut committed on 7 Sep 2016
2016-09-03
@ocornut
Fixed assert triggering when a window has zero rendering but has a callback (#810)
ocornut committed on 3 Sep 2016
2016-08-25
@ocornut
Examples: Renaming opengl_example/ to opengl2_example/ for clarity (1/2 because git)
ocornut committed on 25 Aug 2016
2016-08-23
@ocornut
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut committed on 23 Aug 2016
@ocornut
ImFormatString() Fixed an overflow handling bug with implementation of vsnprintf() that do not return -1 (#793)
ocornut committed on 23 Aug 2016
2016-08-22
@ocornut
Nav: Comments. Fixed two -Wall warnings. Removed unused function. (#787)
ocornut committed on 22 Aug 2016
2016-08-21
@ocornut
Nav: Fixed Selectable() crash introduced earlier today in 43ee5d73 + added comments/assert (#323)
ocornut committed on 21 Aug 2016
@ocornut
Nav: NavActivateId, NavInputId are no repeat actions. Repeat buttons handle it themselves already anyway. (#323)
ocornut committed on 21 Aug 2016
@ocornut
Nav: Removed unnecessary test following 49ca1c2 (#323)
ocornut committed on 21 Aug 2016
@ocornut
Nav: InitDefaultRequest saves a fallback item so PadMenu on a collapsed window gets us to the collapse button (#323)
ocornut committed on 21 Aug 2016
@ocornut
Close button submitted after collapse button. Should have no effect. Consistent with expectation & will be used as fallback for nav (#323)
ocornut committed on 21 Aug 2016
@ocornut
Nav: Undo 87eb749cbc, agressively including nav focus test in IsItemHovered() (#323)
ocornut committed on 21 Aug 2016
@ocornut
Nav: Fixed nav highlight clipping (affected non non-menu items within menubar) (#323)
ocornut committed on 21 Aug 2016
@ocornut
Nav: Process and apply mouse move request immediately after move request result comes (#323)
ocornut committed on 21 Aug 2016
@ocornut
Internal tidying up, moved code to CalcNextScrollFromScrollTargetAndClamp() so it can be reused by upcoming nav code.
ocornut committed on 21 Aug 2016
@ocornut
ImRect: Added Translate() helper, removed redundant and misleading Reduce()
ocornut committed on 21 Aug 2016