summaryrefslogtreecommitdiffstats
path: root/apps/plugins/rockboy/menu.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24plugins: More HAVE_BACKLIGHT cleanupSolomon Peachy1-2/+4
2020-07-22keyboard add ability to specify temporary custom layoutsWilliam Wilgus1-1/+1
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon1-1/+1
2011-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima1-1/+1
2010-11-25Added the snapshot patch for rockboy (FS#11757)Michael Stummvoll1-8/+14
2010-11-24Rockboy: Added an short stats option which only shows the two numbersMichael Stummvoll1-1/+7
2010-11-24rockoy: boosting the max frameskip option up to 20 Max instead of 6 Michael Stummvoll1-0/+14
2010-11-24Adding an reset option to the rockboy menuMichael Stummvoll1-2/+7
2010-11-11rest of FS#11632 by Michael Stummvoll with modification by me.Teruaki Kawashima1-9/+15
2010-11-11FS#11632: (rockboy) Some fixes and improvements by Michael StummvollTeruaki Kawashima1-42/+49
2010-11-06rockboy: fix that description is cut off if it is near 20 bytes in load/save ...Teruaki Kawashima1-26/+31
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-3/+2
2010-05-27rockboy: rename pcm_*() functions to avoid namespace clash with rockboxRafaël Carré1-1/+1
2010-05-17rockboy: fix format strings in snprintf. use int for slot_id and use %d tag f...Teruaki Kawashima1-7/+7
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-4/+4
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2009-12-06Correct checking return value of open in plugins.Teruaki Kawashima1-1/+1
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-3/+3
2009-08-12Fix mistake at checking the return in rockboy. Thanks Al Le for spotting.Thomas Martitz1-1/+1
2009-08-12Make kbd_input() show a cancel splash to indicate user abort better and for b...Thomas Martitz1-1/+1
2009-08-09Rockboy: Cleanup redKarl Kurbjun1-6/+6
2009-08-09Rockboy: Significantly reduce the number of palette updates, add support for ...Karl Kurbjun1-20/+16
2009-07-14FS#10080Nils Wallménius1-6/+4
2009-06-16Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon1-54/+52
2009-01-16loader-initialized global plugin API:Andrew Mahone1-3/+3
2007-10-16Fix yellowTom Ross1-0/+1
2007-10-16Code police and clean up for rockboy.Tom Ross1-7/+8
2007-09-10Clean up hard-coded pathsNils Wallménius1-1/+1
2007-07-30RTC (real time clock) support for Rockboy. The time in games like Pokemon Gol...Tom Ross1-0/+12
2007-06-25Fix rockboy for the H100's. Thanks for fixing the HW codec players PeterKarl Kurbjun1-20/+20
2007-06-24Sound improvements for rockboy - players now sync the sound (The gigabeat now...Karl Kurbjun1-29/+37
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon1-9/+10
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold1-4/+4
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-1/+1
2007-02-06Major Rockboy update. Tom Ross1-4/+43
2006-12-05add gigabeat button definesMarcoen Hirschberg1-5/+0
2006-08-11'no voice' is -1 not 0 and menu_items does have a pointerMarcoen Hirschberg1-14/+14
2006-08-11don't assign NULL to a long (fixes sim build warnings)Marcoen Hirschberg1-14/+14
2006-06-19Fix the scaling not being initialized properly.Karl Kurbjun1-2/+0
2006-06-19Update for Rockboy: - fix scaling for other color screens than H300 - full me...Karl Kurbjun1-518/+265
2006-03-02gigabeat related changesMarcoen Hirschberg1-0/+6
2006-01-20Initial support for iPod color and video. The Nano has a 176x132 LCD, which ...Dave Chapman1-9/+23
2006-01-20Karl Kurbjun's patch #1407719:Daniel Stenberg1-9/+62
2006-01-10Patch #1401999 by Karl Kurbjun - Rockboy color, sound support, and speedupsLinus Nielsen Feltzing1-2/+72
2005-06-24First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold1-5/+11
2005-03-04load/savestate support added to the menu, contributed by pabsMichiel Van Der Kolk1-37/+224
2005-03-03replaced BUTTON_SELECT with BUTTON_OFFMichiel Van Der Kolk1-1/+1
2005-03-03ack, forgot to add fileMichiel Van Der Kolk1-0/+303