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-07-navigation
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
|
|
Comment
ocornut
committed
on 25 Sep 2016
|
|
Tidying up PushStyleVar/PopStyleVar() a little more (#842)
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-20 |
Shutdown() clear out some remaining pointers (#836)
ocornut
committed
on 20 Sep 2016
|
2016-09-15 |
Metrics: Displaying window position + moving extraneous line in IsPopupOpen().
ocornut
committed
on 15 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-09-11 |
Fixing minor english typos (#827)
ocornut
committed
on 11 Sep 2016
|
2016-09-07 |
TODO list
ocornut
committed
on 7 Sep 2016
|
2016-09-03 |
Fixed assert triggering when a window has zero rendering but has a callback (#810)
ocornut
committed
on 3 Sep 2016
|
2016-08-25 |
Examples: Renaming opengl_example/ to opengl2_example/ for clarity (1/2 because git)
ocornut
committed
on 25 Aug 2016
|
2016-08-23 |
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut
committed
on 23 Aug 2016
|
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 |
Nav: Comments. Fixed two -Wall warnings. Removed unused function. (#787)
ocornut
committed
on 22 Aug 2016
|
2016-08-21 |
Nav: Fixed Selectable() crash introduced earlier today in 43ee5d73 + added comments/assert (#323)
ocornut
committed
on 21 Aug 2016
|
Nav: NavActivateId, NavInputId are no repeat actions. Repeat buttons handle it themselves already anyway. (#323)
ocornut
committed
on 21 Aug 2016
|
|
|
|
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
|
|
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
|
|
Nav: Undo 87eb749cbc, agressively including nav focus test in IsItemHovered() (#323)
ocornut
committed
on 21 Aug 2016
|
|
Nav: Fixed nav highlight clipping (affected non non-menu items within menubar) (#323)
ocornut
committed
on 21 Aug 2016
|
|
Nav: Process and apply mouse move request immediately after move request result comes (#323)
ocornut
committed
on 21 Aug 2016
|
|
Internal tidying up, moved code to CalcNextScrollFromScrollTargetAndClamp() so it can be reused by upcoming nav code.
ocornut
committed
on 21 Aug 2016
|
|
ImRect: Added Translate() helper, removed redundant and misleading Reduce()
ocornut
committed
on 21 Aug 2016
|
|
Added IsItemHoveredOrFocused() (provisional name), better handling of popup/tooltip positioning when using mouse+nav (#323)
ocornut
committed
on 21 Aug 2016
|
|
Nav: Fixed entering child with PadActivate not setting ActiveIdSource to Nav (#323)
ocornut
committed
on 21 Aug 2016
|