Age | Commit message (Collapse) | Author |
|
|
|
- implement abort of inertial scrolling when tapping
|
|
(needed for the gesturecontroller to know when usage of g_application is save)
|
|
- calculates the deacceleration for getting to velocity = 0 in 1 sec
- last 0.5 secs of deacceleration decreases the deacceleration by factor 0.9
|
|
when flicking - timer will be stopped on GESTURE_END
|
|
- fixed define ACTION_PLAYER_PLAYPAUSE which was a dupe of ACTION_VSHIFT_UP
|
|
resume details in CVideoInfoTag and for jsonrpc
|
|
jsonrpc: fix limitation handling for AudioLibrary.GetAlbums (fixes #11543)
|
|
|
|
|
|
CDVDClock
|
|
much more stable clock source for the resampler
|
|
mouse input was disabled
|
|
rnd_val const_double so that it will work with more ARM implementations (requires vfp3)
|
|
Python cleanup
|
|
CApplicationMessenger::RebootToDashBoard(), old xbox code
|
|
|
|
will be depreciated soon
|
|
|
|
- fixed delay until pan was detected
|
|
- use int as int and not as bool
|
|
Gestures for iOS
|
|
- make IsAppleTV2 cache the result
|
|
- overwrite this for ios to false if not appletv2
- use HasCursor in GUIWindowPointer::UpdateVisibility
|
|
- hide mouse cursor
- double finger swipe left -> backspace
- double finger single tap -> mouse right click
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
controls are rendered correctly. Fixes #11695.
|
|
CEventGroup is meant to wait on a set of CEvents. The problem is that the auto-reset behavior of the CEvent was being honored when the event was being listed to through a group. This is now fixed.
I also undid vdrfan's fix since the AbortableWait (which uses the CEventGroup) is now working correctly.
|
|
#10937)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
were broken by 846506d9.
Remove the now-useless check.
|
|
correctly handle it in the base class
|
|
correctly rendered in some circumstance. Fixes #11660
|
|
otherwise loaded on demand, ensuring their windwo <visible> conditions are defined. Fixes #11692
|
|
(there's nothing to load)
|
|
|
|
without <height> specified)
|
|
|