summaryrefslogtreecommitdiff
path: root/apps/recorder/bounce.c (follow)
Commit message (Collapse)AuthorAge
* Added plugin loader. Moved games, demos and the text viewer to loadable ↵Björn Stenberg2003-06-29
| | | | | | plugins. Copy your *.rock files to /.rockbox/rocks/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3769 a1c6a512-1295-4272-9138-f99709370657
* Remove use of rockbox-mode.el in local variables list.Mats Lidell2003-01-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3157 a1c6a512-1295-4272-9138-f99709370657
* usb detection in bounce, and all files use default font (not loaded)Robert Hak2002-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2773 a1c6a512-1295-4272-9138-f99709370657
* fixed the check for the release eventsDaniel Stenberg2002-10-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2749 a1c6a512-1295-4272-9138-f99709370657
* Now, try press ON while watching the bounce screen. I'm sure we can thinkDaniel Stenberg2002-10-13
| | | | | | | of something more fun to do with this in the future. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2604 a1c6a512-1295-4272-9138-f99709370657
* Added an analogue clock to the screen. Adds a perfect excuse for runningDaniel Stenberg2002-10-11
| | | | | | | this a little more often!! ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2588 a1c6a512-1295-4272-9138-f99709370657
* Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and ↵Björn Stenberg2002-09-24
| | | | | | lcd_getstringsize. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2403 a1c6a512-1295-4272-9138-f99709370657
* moved the 12x16 font from the chartables to the bounce code, as that isDaniel Stenberg2002-09-13
| | | | | | | now the only code using that font table git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2283 a1c6a512-1295-4272-9138-f99709370657
* Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg2002-09-12
| | | | | | | propfont and loadable font code. New font file format. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2269 a1c6a512-1295-4272-9138-f99709370657
* Renamed menu item 'Screensavers' to more descriptive 'Demos'. Added snow, ↵Björn Stenberg2002-09-06
| | | | | | removed blank and boxes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2215 a1c6a512-1295-4272-9138-f99709370657
* To give you all a feeling from the good-old C64 demo scene, press UP or DOWNDaniel Stenberg2002-09-06
| | | | | | | and then change the values with LEFT and RIGHT. Enjoy! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2211 a1c6a512-1295-4272-9138-f99709370657
* features.h was renamed to options.h since it collided with the systemDaniel Stenberg2002-09-06
| | | | | | | header file using that name when building the simulator... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2205 a1c6a512-1295-4272-9138-f99709370657
* include features.h for deciding which features to includeDaniel Stenberg2002-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2202 a1c6a512-1295-4272-9138-f99709370657
* made it move really smooth again and extended the X axis sine tableDaniel Stenberg2002-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2185 a1c6a512-1295-4272-9138-f99709370657
* we don't need HAS_LCD_BITMAPRobert Hak2002-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2110 a1c6a512-1295-4272-9138-f99709370657
* USE_SCREENSAVERS define added so that we can build w/o Screensavers for the ↵Robert Hak2002-08-31
| | | | | | recorders if we want git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2097 a1c6a512-1295-4272-9138-f99709370657
* Remade the menu system slightly. All functions invoked from menus now useDaniel Stenberg2002-08-23
| | | | | | | | | | | | | the Menu typedef as return type, and *ALL* menus that intercept USB connect can then return MENU_REFRESH_DIR so that the parent (any parent really) that do file or dir-accesses knows that and can do the refresh. If no refresh is needed by the parent, MENU_OK is returned. Somewhat biggish commit this close to 1.3, but we need to sort out this refresh-after-usb-connected business. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1948 a1c6a512-1295-4272-9138-f99709370657
* made the movement a bit slower to appear smootherDaniel Stenberg2002-08-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1714 a1c6a512-1295-4272-9138-f99709370657
* bounce doesn't need to reference the nonexistant file: screensaver.hRobert Hak2002-06-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1054 a1c6a512-1295-4272-9138-f99709370657
* unused variable, remove compiler warningDaniel Stenberg2002-06-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1015 a1c6a512-1295-4272-9138-f99709370657
* Lemme describe it this way:Daniel Stenberg2002-06-15
Two sine waves. Seven letters. They're all flying! ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1012 a1c6a512-1295-4272-9138-f99709370657