2016-09-03
@ocornut
Examples: Accessing ImVector fields directly, feel less stl-ey and fix renderer side assert when render list only contains a callback (#810)
ocornut committed on 3 Sep 2016
@ocornut
Fixed assert triggering when a window has zero rendering but has a callback (#810)
ocornut committed on 3 Sep 2016
2016-09-02
@omar
Merge pull request #812 from linkemars/master ...
omar authored on 2 Sep 2016 GitHub committed on 2 Sep 2016
@Kun Lin
Correct name for linking opengl3_example ...
Kun Lin committed on 2 Sep 2016
2016-09-01
@omar
Merge pull request #804 from Loftilus/master ...
omar authored on 1 Sep 2016 GitHub committed on 1 Sep 2016
2016-08-27
@Håvard Mathisen
Fix Vulkan example for use when a depth buffer is active.
Håvard Mathisen committed on 27 Aug 2016
2016-08-25
@omar
Travis test fix
omar authored on 25 Aug 2016 GitHub committed on 25 Aug 2016
@ocornut
Examples: Renaming opengl_example/ to opengl2_example/ for clarity (1/2 because git)
ocornut committed on 25 Aug 2016
@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
Merge remote-tracking branch 'origin' into 2016-07-navigation
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
@ocornut
Added IsItemHoveredOrFocused() (provisional name), better handling of popup/tooltip positioning when using mouse+nav (#323)
ocornut committed on 21 Aug 2016
@ocornut
Nav: Fixed entering child with PadActivate not setting ActiveIdSource to Nav (#323)
ocornut committed on 21 Aug 2016
@ocornut
Nav: Hovering MenuItem/Selectable with mouse makes NavId, matching what seems to be Windows beahvior at least for menus (#323)
ocornut committed on 21 Aug 2016
2016-08-20
@ocornut
Nav: Mouse pos passed to backend always rounded, so that lossy application of non-integer mouse pos doesn't lead to undesirable movement (#3
ocornut committed on 20 Aug 2016
@ocornut
Nav: Clearing mouse hover flag using MouseClicked[] test instead of MouseDown[] so that invalid mouse button won't keep breaking nav (#323)
ocornut committed on 20 Aug 2016
@ocornut
Nav: Tidying up. Comments. (#323)
ocornut committed on 20 Aug 2016
@ocornut
Nav: Fixed a bug where mouse positioning requests would be sent while opening submenus with mouse (#323)
ocornut committed on 20 Aug 2016