Age | Commit message (Collapse) | Author |
|
This reverts commit 5684e8ef15bc5a4ef2c407a4dafb33684e4afb95 and 33a066668f698c3875da717539fef7e61650945a
|
|
|
|
|
|
from packaging
|
|
tools/darwin/runtime, not tools/osx/runtime
|
|
|
|
it is a waste of space
|
|
|
|
|
|
|
|
|
|
|
|
distinguishing ipad/iphone from atv2)
|
|
on ios/atv2 (Debug - none, Release -O2)
|
|
|
|
|
|
infobool.cpp/h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- sync of xcode projects
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* log_frame_times:
make CApplication::FrameMove conditional to cleanup ProcessRenderLoop
Enable the timesmoother for frame times
Add CTimeSmoother class for smoothing timestamps
move update of frame time to immediately following flip, and pass in whether or not a flip occurred
No need to call Process() in OnDeinitWindow as ProcessRenderLoop(true) does this
Conflicts:
xbmc/Application.cpp
|
|
|
|
|
|
more obvious what it is.
|
|
|
|
|
|
|
|
XBMC/Handbrake cry out in joy
|
|
|
|
|
|
|
|
|
|
This will add inertial scrolling for ios (and all future touch devices which don't support it by os).
Gestures for ios are mapped as follows:
- double finger swipe left -> back
- double finger tap -> right mouse
- single finger tap -> left mouse
- panning, and flicking
- panning and flicking works for lists only at the moment ... scrollbars and stuff are only clickable (single tap), for now - solution for this will follow in some days i guess ...
|
|
|
|
projects (to match osx project)
|
|
|
|
|
|
|