index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
rockboy
/
menu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
plugins: More HAVE_BACKLIGHT cleanup
Solomon Peachy
1
-2
/
+4
2020-07-22
keyboard add ability to specify temporary custom layouts
William Wilgus
1
-1
/
+1
2011-09-24
FS#12273 - use buflib for font storage. thanks to the testers :)
Jonathan Gordon
1
-1
/
+1
2011-01-24
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...
Teruaki Kawashima
1
-1
/
+1
2010-11-25
Added the snapshot patch for rockboy (FS#11757)
Michael Stummvoll
1
-8
/
+14
2010-11-24
Rockboy: Added an short stats option which only shows the two numbers
Michael Stummvoll
1
-1
/
+7
2010-11-24
rockoy: boosting the max frameskip option up to 20 Max instead of 6
Michael Stummvoll
1
-0
/
+14
2010-11-24
Adding an reset option to the rockboy menu
Michael Stummvoll
1
-2
/
+7
2010-11-11
rest of FS#11632 by Michael Stummvoll with modification by me.
Teruaki Kawashima
1
-9
/
+15
2010-11-11
FS#11632: (rockboy) Some fixes and improvements by Michael Stummvoll
Teruaki Kawashima
1
-42
/
+49
2010-11-06
rockboy: fix that description is cut off if it is near 20 bytes in load/save ...
Teruaki Kawashima
1
-26
/
+31
2010-08-28
plugins: use lcd_putsf/lcd_putsxyf
Rafaël Carré
1
-3
/
+2
2010-05-27
rockboy: rename pcm_*() functions to avoid namespace clash with rockbox
Rafaël Carré
1
-1
/
+1
2010-05-17
rockboy: fix format strings in snprintf. use int for slot_id and use %d tag f...
Teruaki Kawashima
1
-7
/
+7
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-4
/
+4
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
1
-1
/
+1
2009-12-06
Correct checking return value of open in plugins.
Teruaki Kawashima
1
-1
/
+1
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
1
-3
/
+3
2009-08-12
Fix mistake at checking the return in rockboy. Thanks Al Le for spotting.
Thomas Martitz
1
-1
/
+1
2009-08-12
Make kbd_input() show a cancel splash to indicate user abort better and for b...
Thomas Martitz
1
-1
/
+1
2009-08-09
Rockboy: Cleanup red
Karl Kurbjun
1
-6
/
+6
2009-08-09
Rockboy: Significantly reduce the number of palette updates, add support for ...
Karl Kurbjun
1
-20
/
+16
2009-07-14
FS#10080
Nils Wallménius
1
-6
/
+4
2009-06-16
Accept FS#10094 by Teruaki Kawashima:
Jonathan Gordon
1
-54
/
+52
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
1
-3
/
+3
2007-10-16
Fix yellow
Tom Ross
1
-0
/
+1
2007-10-16
Code police and clean up for rockboy.
Tom Ross
1
-7
/
+8
2007-09-10
Clean up hard-coded paths
Nils Wallménius
1
-1
/
+1
2007-07-30
RTC (real time clock) support for Rockboy. The time in games like Pokemon Gol...
Tom Ross
1
-0
/
+12
2007-06-25
Fix rockboy for the H100's. Thanks for fixing the HW codec players Peter
Karl Kurbjun
1
-20
/
+20
2007-06-24
Sound improvements for rockboy - players now sync the sound (The gigabeat now...
Karl Kurbjun
1
-29
/
+37
2007-05-08
Move the old api out of the core and into the plugin lib.
Jonathan Gordon
1
-9
/
+10
2007-03-17
Let GCC check arguments of some more printf-style functions, also for plugins...
Jens Arnold
1
-4
/
+4
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
1
-1
/
+1
2007-02-06
Major Rockboy update.
Tom Ross
1
-4
/
+43
2006-12-05
add gigabeat button defines
Marcoen Hirschberg
1
-5
/
+0
2006-08-11
'no voice' is -1 not 0 and menu_items does have a pointer
Marcoen Hirschberg
1
-14
/
+14
2006-08-11
don't assign NULL to a long (fixes sim build warnings)
Marcoen Hirschberg
1
-14
/
+14
2006-06-19
Fix the scaling not being initialized properly.
Karl Kurbjun
1
-2
/
+0
2006-06-19
Update for Rockboy: - fix scaling for other color screens than H300 - full me...
Karl Kurbjun
1
-518
/
+265
2006-03-02
gigabeat related changes
Marcoen Hirschberg
1
-0
/
+6
2006-01-20
Initial support for iPod color and video. The Nano has a 176x132 LCD, which ...
Dave Chapman
1
-9
/
+23
2006-01-20
Karl Kurbjun's patch #1407719:
Daniel Stenberg
1
-9
/
+62
2006-01-10
Patch #1401999 by Karl Kurbjun - Rockboy color, sound support, and speedups
Linus Nielsen Feltzing
1
-2
/
+72
2005-06-24
First part of graphics api rework. Special functions, parameter handling, pix...
Jens Arnold
1
-5
/
+11
2005-03-04
load/savestate support added to the menu, contributed by pabs
Michiel Van Der Kolk
1
-37
/
+224
2005-03-03
replaced BUTTON_SELECT with BUTTON_OFF
Michiel Van Der Kolk
1
-1
/
+1
2005-03-03
ack, forgot to add file
Michiel Van Der Kolk
1
-0
/
+303