aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2008-08-12psplash: Unlink the FIFO when exittingRichard Purdie
2008-08-12psplash: Allow newline terminated commands as well as null terminated ones ↵Richard Purdie
through the fifo.
2008-05-272008-05-27 Robert Bragg <bob@o-hand.com>Robert Bragg
* psplash-fb.c: Added support for attempting to configure a 32/16bpp fbdev pixel format, if the default (e.g. 8bpp) is not supported.
2008-02-212008-02-21 Rob Bradford <rob@openedhand.com>Rob Bradford
* psplash.c: (main): Revert artwork. Needs more love.
2008-02-212008-02-21 Rob Bradford <rob@openedhand.com>Rob Bradford
* psplash-poky-img.h: * psplash.c: (main): Try new artwork.
2007-03-28psplash: Draw the progress bar more optimallyRichard Purdie
2007-03-28psplash: Add support for negative progress valuesRichard Purdie
2007-02-162007-02-16 Matthew Allum <mallum@openedhand.com>Matthew Allum
* README: * configure.ac: * psplash.doap: Update for 0.1 release
2006-12-222006-12-22 Matthew Allum <mallum@openedhand.com>Matthew Allum
* psplash-fb.c: * psplash.c: More rotation tweaks
2006-12-222006-12-22 Matthew Allum <mallum@openedhand.com>Matthew Allum
* psplash.c: Whoops, actually set the angle config option
2006-12-222006-12-22 Matthew Allum <mallum@openedhand.com>Matthew Allum
* psplash-fb.c: * psplash-fb.h: * psplash.c: Add -angle cmd line arg, hopefully fix rotation
2006-12-192006-12-19 Matthew Allum <mallum@openedhand.com>Matthew Allum
* psplash-fb.c: * psplash-fb.h: * psplash.c: Add some as yet tested basic rotation code. * psplash.h: Disable DBG output by default.
2006-11-21 * psplash-write.c:Richard Purdie
Disable error message when the fifo doesn't exist.
2006-11-212006-11-21 Matthew Allum <mallum@openedhand.com>Matthew Allum
* psplash.c: (main): Add some more commenting * psplash.doap: Add DOAP file.
2006-09-282006-09-28 Matthew Allum <mallum@openedhand.com>Matthew Allum
* psplash-bar-img.h: pixel pop a little * psplash.c: (psplash_draw_progress), (main): Move bar up a little.
2006-09-282006-09-28 Matthew Allum <mallum@openedhand.com>Matthew Allum
* psplash.c: (psplash_draw_progress), (main): img positioning tweaks.
2006-09-282006-09-28 Matthew Allum <mallum@openedhand.com>Matthew Allum
* Makefile.am: * make-image-header.sh: * psplash-bar-img.h: * psplash-hand-img.h: * psplash.c: (psplash_draw_msg), (psplash_draw_progress), (main): Add new hopefully nicer untested images. * psplash-image.h: Remove
2006-09-082006-09-08 Matthew Allum <mallum@openedhand.com>Matthew Allum
* Makefile.am: * radeon-font.h: Add 'compiled' font. * psplash-fb.c: * psplash-fb.h: * psplash.c: * psplash.h: Add basic font/text rendering support Add remote msg suuport (psplash-write 'MSG hello world') Add cmd line switch to disable console switch Move console switch after fifo set up.
2006-09-06Added initial psplash sourcesMatthew Allum