summaryrefslogtreecommitdiffstats
path: root/res/raw/rollo.c
Commit message (Collapse)AuthorAgeFilesLines
* Add pressed states for the all apps button and the home button.Joe Onorato2009-10-151-1/+1
| | | | | We'll need another asset for the selected state, when we do that. This also updates the all apps icon to be a grid.
* Implement workaround for GL driver which is slow to render the first frame ↵Jason Sams2009-10-151-0/+3
| | | | with new state. This change will render a transparent frame when receiving new state to warm the driver.
* Fix physics bug when the script would go to sleep. The large DT caused the ↵Jason Sams2009-10-071-3/+23
| | | | next animation to error. Stop rendering after one frame past last movement.
* Don't attempt to draw if we don't have any icons to draw.Jason Sams2009-10-061-0/+3
|
* Use push from script. Remove old readback and instant animation code.Jason Sams2009-10-061-22/+30
|
* Minor physics tweaks to make movement more responsive. checkpoint alt layout.Jason Sams2009-10-021-17/+17
|
* Put the home button back in.Joe Onorato2009-10-011-2/+21
|
* Minor tweaks to look. Billboarded icons and 1:1 text.Jason Sams2009-09-301-23/+12
|
* Minor cleanup and fix for the cannot launch apps bug if the screen is still ↵Jason Sams2009-09-291-17/+5
| | | | creeping.
* Reset rollo to page 0 when it's fully zoomed out.Joe Onorato2009-09-281-4/+8
|
* Fix the hit testing so the regions line up with the icons.Joe Onorato2009-09-251-1/+18
|
* work around and fix bugsJoe Onorato2009-09-251-27/+16
| | | | | | | | | - Make rollo always draw. This works around the bug somewhere that makes it show gray when all apps shold be closed - Simplify the SwipeController now that we're not zooming the workspace. - Make the readback data sane by splitting it to a different allocation. Now there is one allocation for each direction of data flow. - Make AllAppsView.isVisible return the correct value.
* Rollo tweaks.Joe Onorato2009-09-231-3/+20
| | | | | | - Turn off the "zoom" log message. - Make it stop rendering. Add a workaround to not always flipping the last page by drawing one extra frame.
* Implement dark background, adjust spacing, remove skia scaling for ↵Jason Sams2009-09-201-71/+84
| | | | performance during zoom.
* Implement new physics model for scroll.Jason Sams2009-09-181-127/+162
|
* Use rs support for object loading.Jason Sams2009-09-151-60/+27
|
* Add a glow selection to the icons. I'm not sure if I like it.Joe Onorato2009-09-151-7/+7
|
* checkpoint 3d all apps entrance / exit animationsJoe Onorato2009-09-141-1/+13
|
* Forgot to repo upload --amend. Yay.Joe Onorato2009-09-111-1/+2
|
* Add the animation for when you enter the all apps view.Joe Onorato2009-09-111-8/+16
|
* Always have the AllAppsView visible, but have it draw nothingJoe Onorato2009-09-031-1/+6
| | | | | | when it shouldn't be visible. This lets us do clean animations and not wait for GL to spool up.
* Click on icons.Joe Onorato2009-09-021-42/+44
|
* Add the all apps button.Joe Onorato2009-08-311-9/+28
|
* show the textJoe Onorato2009-08-301-22/+39
|
* The icons are 3dJoe Onorato2009-08-281-81/+88
|
* Redo the launcher loading code and put the real app icons into rollo.Joe Onorato2009-08-241-18/+35
|
* fling betterJoe Onorato2009-08-121-16/+56
|
* flingJoe Onorato2009-08-121-24/+109
|
* Start rewriting the motion event tracking.Joe Onorato2009-08-081-18/+11
| | | | It's just tracking the finger with no fling.
* start rewriting rollo so it's a little more parameterized.Joe Onorato2009-08-081-153/+123
|
* clean up rollo / launcher2Joe Onorato2009-08-071-2/+2
|
* Move rollo into the all apps view.Joe Onorato2009-08-061-0/+184