summaryrefslogtreecommitdiff
path: root/apps/plugins/bounce.c (unfollow)
Commit message (Expand)Author
2006-02-24More iPod 3G work from Seven Le MesleDave Chapman
2006-02-24first gigabeat commitMarcoen Hirschberg
2006-01-19more iAudio x5 adjustments by Matt v.d. Westhuizen (#1408980)Daniel Stenberg
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold
2005-12-19Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be iden...Dave Chapman
2005-12-14iPod: Initial attempt at button mappings for plugins. All plugins now compil...Dave Chapman
2005-12-04Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...Dave Chapman
2005-12-02numerous gcc4 (un)signed warnings killedDaniel Stenberg
2005-11-16Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...Jens Arnold
2005-07-19More preparations and conversions for colour LCD support.Jens Arnold
2005-07-19Renamed MAX_LEVEL to LCD_MAX_LEVEL to match the naming scheme. Preparations f...Jens Arnold
2005-07-14Optimised placement of lcd_set_drawmode() - the whole plugin uses DRMODE_FG. ...Jens Arnold
2005-07-14fixed the right-end too, added more letters on the big screens and addedDaniel Stenberg
2005-07-14The scroll mode now takes advantage of the clipping support in the newDaniel Stenberg
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold
2005-06-29Hristo Kovachev's keypad fixes for the H300 buildDaniel Stenberg
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold
2005-02-08Adjusted for iRiver LCD screen size.Daniel Stenberg
2005-02-04adapted to build on iRiverDaniel Stenberg
2004-12-15Fixed typeJens Arnold
2004-10-17Plugin rework 2: (most) Compile-time keyboard configuration, for Ondio adapti...Jens Arnold
2004-08-30Fixed USB handling, and brought back the special modeJens Arnold
2004-07-26Adapted to the new event handler conceptLinus Nielsen Feltzing
2004-05-14Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No...Jens Arnold
2003-12-06Re-added analog clockBjörn Stenberg
2003-06-30The conversion to plugin broke the Bounce demoLinus Nielsen Feltzing
2003-06-29Added plugin loader. Moved games, demos and the text viewer to loadable plugi...Björn Stenberg
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell
2002-10-29usb detection in bounce, and all files use default font (not loaded)Robert Hak
2002-10-23fixed the check for the release eventsDaniel Stenberg
2002-10-13Now, try press ON while watching the bounce screen. I'm sure we can thinkDaniel Stenberg
2002-10-11Added an analogue clock to the screen. Adds a perfect excuse for runningDaniel Stenberg
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg
2002-09-13moved the 12x16 font from the chartables to the bounce code, as that isDaniel Stenberg
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg
2002-09-06Renamed menu item 'Screensavers' to more descriptive 'Demos'. Added snow, rem...Björn Stenberg
2002-09-06To give you all a feeling from the good-old C64 demo scene, press UP or DOWNDaniel Stenberg
2002-09-06features.h was renamed to options.h since it collided with the systemDaniel Stenberg
2002-09-06include features.h for deciding which features to includeDaniel Stenberg
2002-09-05made it move really smooth again and extended the X axis sine tableDaniel Stenberg
2002-09-01we don't need HAS_LCD_BITMAPRobert Hak
2002-08-31USE_SCREENSAVERS define added so that we can build w/o Screensavers for the r...Robert Hak
2002-08-23Remade the menu system slightly. All functions invoked from menus now useDaniel Stenberg
2002-08-13made the movement a bit slower to appear smootherDaniel Stenberg
2002-06-18bounce doesn't need to reference the nonexistant file: screensaver.hRobert Hak
2002-06-15unused variable, remove compiler warningDaniel Stenberg
2002-06-15Lemme describe it this way:Daniel Stenberg
2002-06-07include string.h to remove compiler warning on targetDaniel Stenberg
2002-06-04sleep now references HZRobert Hak
2002-05-28new button_get() usageDaniel Stenberg