summaryrefslogtreecommitdiffstats
path: root/src/splash-plugins/spinfinity/throbber.c
Commit message (Collapse)AuthorAgeFilesLines
* Move throbber to libplybootsplashRay Strode2008-06-121-333/+0
|
* Add new throbber_load function to preload framesRay Strode2008-06-121-10/+16
| | | | | This will be important for determining the propery location of the throbber on screen
* Fix up throbber to use correct color, tooRay Strode2008-05-301-4/+4
|
* Reset graphics mode before drawing throbberRay Strode2008-05-291-0/+2
| | | | This ensures keyboard input stays in raw mode
* Change throbber to take window instead of framebufferRay Strode2008-05-291-2/+5
| | | | | | We want the throbber to know about the window it's in, so that it will be easier to move drawing code to a draw handler model
* Make the throbber less choppy, by always showing every frameRay Strode2008-05-281-0/+6
|
* Make throbber continue to work after stop and startRay Strode2008-05-281-3/+7
|
* If no frames could be loaded for the throbber, noop instead of crashRay Strode2008-05-281-0/+4
|
* Move images in splash-plugins to subdirectories, so they don't clashRay Strode2008-05-281-4/+8
|
* Add a throbber to the splash screen and build spinfinityRay Strode2008-05-281-0/+304