summaryrefslogtreecommitdiff
path: root/apps/recorder/boxes.c (follow)
Commit message (Collapse)AuthorAge
* 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
* 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
* 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
* Changed the lcd_drawrect() api.Markus Braun2002-08-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2038 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
* renamed screensaver.[ch] to boxesRobert Hak2002-06-16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1019 a1c6a512-1295-4272-9138-f99709370657