summaryrefslogtreecommitdiffstats
path: root/apps/main_menu.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-02Patch #1272052 by Henrik Backe - Move credits to a pluginLinus Nielsen Feltzing1-68/+3
2005-08-17Undo my previous commit and do the same with a parantheses change in filetree.cJonas Häggqvist1-1/+1
2005-08-17This is getting embarrassing.. forgot this one too. Last one - I promise!Jonas Häggqvist1-1/+1
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold1-1/+1
2005-07-05Fixed player/studio warningLinus Nielsen Feltzing1-1/+2
2005-07-05New poweroff handling, using the SYS_POWEROFF event, allowing plugins to save...Linus Nielsen Feltzing1-1/+8
2005-07-04Move the 'manage settings' option onto the main menuChristi Scarborough1-1/+4
2005-06-29Third part of graphics api rework. Some small but effective optimisations. Po...Jens Arnold1-1/+1
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold1-2/+2
2005-06-23Henrik Backes patch for WPS and tag database context menus. Tag database cont...Linus Nielsen Feltzing1-5/+2
2005-06-15use the 160 pixels wide logo for wider LCDs too (for now at least)Daniel Stenberg1-1/+1
2005-06-01Added logfdump - that writes the internal logf log to .rockbox/logf.txtDaniel Stenberg1-0/+1
2005-05-30(Optional) logf supportDaniel Stenberg1-19/+6
2005-05-06Ondio: Better disk information (multivolume support).Jens Arnold1-10/+45
2005-04-25iRiver: extended remote lcd driver. displaying text works now - see start-up-...Christian Gmeiner1-1/+8
2005-04-15IRiver: show logo on startup at remote lcdChristian Gmeiner1-0/+9
2005-04-05mp3buf renamed to audiobufLinus Nielsen Feltzing1-1/+1
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg1-7/+0
2005-02-11Fixed overflow in buffer display for units with larger memory (iRiver).Jens Arnold1-2/+1
2005-02-11long policyJean-Philippe Bernardy1-1/+1
2005-02-04kill compiler warning for the simsDaniel Stenberg1-0/+1
2005-02-04fix for the sim buildDaniel Stenberg1-1/+8
2005-02-04recording features depends on HAVE_RECORDING, not a specific MAS modelDaniel Stenberg1-5/+2
2005-01-31Made total/free disk space info fit on the player lcd.Jens Arnold1-0/+8
2005-01-31New function for formatting large-range values for output, both printed and v...Jens Arnold1-15/+14
2005-01-25Enabled logo display for gmini.Jens Arnold1-1/+1
2005-01-24Fixed yellow builds (int->long)Jens Arnold1-1/+1
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn1-1/+1
2004-12-20bigger Rockbox logo for bigger LCD screenDaniel Stenberg1-1/+5
2004-10-12The Poweroff menu entry is only for PlayersLinus Nielsen Feltzing1-1/+3
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-6/+6
2004-09-24Restored behaviour of SETTINGS_OK2 (old BUTTON_LEFT) in info menuHenrik Backe1-0/+4
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg1-10/+5
2004-09-10adjustment for the Ondio: button driver has an Odio part, for now it has a Pl...Jörg Hohensohn1-2/+2
2004-07-26First step in revamping the USB event handling, paving the way for the upcomi...Linus Nielsen Feltzing1-3/+4
2004-07-24New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing1-2/+5
2004-07-23New way of defining menus and options allows to declare them static const, wh...Jörg Hohensohn1-25/+17
2004-05-14Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No...Jens Arnold1-20/+5
2004-04-19battery level announcement fixedJörg Hohensohn1-2/+4
2004-04-12removed a warning, BTW: you need to update your voice file for the new stuffJörg Hohensohn1-10/+10
2004-04-12voice UI updates: nicer month setting, bookmark browser, Rockbox info screenJörg Hohensohn1-5/+34
2004-03-19Third step of the voice-UI: numerical settings are spoken (composed at runtim...Jörg Hohensohn1-0/+1
2004-03-16First shot at a nice little button bar at the bottom of the recorder LCD. Ena...Linus Nielsen Feltzing1-6/+8
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn1-7/+15
2004-03-12First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing1-3/+4
2004-03-11Moved Create Directory to the ON+Play menuLinus Nielsen Feltzing1-4/+1
2004-01-21New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing1-1/+4
2004-01-14Menu reorganization (patch #872810 by Peter Schneider)Björn Stenberg1-41/+47
2004-01-14Added Benjamin Metzlers bookmarking feature (patch #669440)Björn Stenberg1-1/+5
2003-12-19Silly me, I passed the wrong number of items to menu_init(). Thanks to Mike G...Linus Nielsen Feltzing1-1/+1