.. |
buttonbar.c
|
waiting is over: initial unicode commit
|
2005-12-06 13:27:15 +00:00 |
buttonbar.h
|
Corrected a bug on archos with buttonbar which was erased when filetree refreshed (mistake introduced in 2005/10/29 commit; Changed some copyrights in the files (I hope this time will be the good one and the last one ! )
|
2005-10-30 01:24:35 +00:00 |
color_picker.c
|
fixed the settings action context, time/eq/colour chooser/dbug screens
|
2006-08-21 07:03:15 +00:00 |
color_picker.h
|
Patch 4765 by Jonathan Gordon - don't allow the same colors to be selected for foreground and background.
|
2006-03-04 10:55:54 +00:00 |
gwps-common.c
|
Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list.
|
2006-08-15 12:27:07 +00:00 |
gwps-common.h
|
Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list.
|
2006-08-15 12:27:07 +00:00 |
gwps.c
|
initial (re)support for F3
|
2006-08-22 08:23:24 +00:00 |
gwps.h
|
software keylock works again
|
2006-08-17 12:33:36 +00:00 |
icon.c
|
Support the recording screen on the LCD remote. Also adds support for the peakmeter in the rremote WPS. Patch from Martin Scarratt (task 4818).
|
2006-03-25 13:35:31 +00:00 |
icon.h
|
fixed the warning and changed playlist max entries in buffer to 200 as it was before
|
2005-11-16 02:55:26 +00:00 |
list.c
|
Clear file view title if the user turns it off.
|
2006-08-15 22:14:35 +00:00 |
list.h
|
Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list.
|
2006-08-15 12:27:07 +00:00 |
logo.c
|
Adapted and commited Markus Kaufhold's remote hold icon on statusbar patch for iriver ; generic logo handler (now it's possible to have a different USB logo on main screen and on remote), made the quickscreen behave as it was before
|
2005-11-22 21:55:05 +00:00 |
logo.h
|
Adapted and commited Markus Kaufhold's remote hold icon on statusbar patch for iriver ; generic logo handler (now it's possible to have a different USB logo on main screen and on remote), made the quickscreen behave as it was before
|
2005-11-22 21:55:05 +00:00 |
option_select.c
|
Patches from bug #5001 by Rani Hod, should make settings more resiliant to having 'off-step' values in a general way, but specifically fixes that bug report, and also round the current sleep timer value up when entering settings for sleep timer
|
2006-04-05 22:36:42 +00:00 |
option_select.h
|
Big Code Police raid. Pretty pretty please, we do no macrofy simple
|
2005-12-05 23:37:14 +00:00 |
quickscreen.c
|
Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list.
|
2006-08-15 12:27:07 +00:00 |
quickscreen.h
|
Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list.
|
2006-08-15 12:27:07 +00:00 |
scrollbar.c
|
add a bitmap progress bar option + add %P|filename.bmp| tag to the WPS
|
2006-02-10 13:57:11 +00:00 |
scrollbar.h
|
add a bitmap progress bar option + add %P|filename.bmp| tag to the WPS
|
2006-02-10 13:57:11 +00:00 |
select.c
|
Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list.
|
2006-08-15 12:27:07 +00:00 |
select.h
|
Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list.
|
2006-08-15 12:27:07 +00:00 |
splash.c
|
patch #1422861 by Adam Boot - Fix splash() color problems
|
2006-02-02 22:00:56 +00:00 |
splash.h
|
Foreground/Background colour settings. Based on patch #3050 by Jonathan Gordon, extended my me. The principle of the patch is that the three sliders contain the native ranges (currently 0..31, 0..63, 0..31), and the equivalent RGB888 colour is displayed underneath. The config block (and global_settings struct) contain the native value for the fg/bg colours (either RGB565 or RGB565SWAPPED), but the text .cfg files contain the RGB888 value written as 6 hex digits.
|
2006-02-26 02:48:05 +00:00 |
statusbar.c
|
software keylock works again
|
2006-08-17 12:33:36 +00:00 |
statusbar.h
|
Work-in-progress rework of charging status reading & display: * Changed several charging related HAVE_* macros into one multi-value CONFIG_CHARGING. * Always use proper macros for charging states. * Battery symbol charging animation now starts from current level on all targets with charging. Two-colour animation kept for non-b&w targets. Round down fill level while charging as before, but round to nearest pixel value for discharging on all targets. * Charging anim fixed on player. * Some code cleanup.
|
2006-06-06 22:23:52 +00:00 |
textarea.c
|
kill gcc4 warnings
|
2005-12-05 22:44:42 +00:00 |
textarea.h
|
generic multi-screen support for yes/no screens (like the one when reseting settings or when firmware has changed)
|
2005-11-18 02:07:02 +00:00 |
yesno.c
|
really fix the yes/no screen now, also id3 viewer shows the status bar
|
2006-08-17 09:28:04 +00:00 |
yesno.h
|
Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list.
|
2006-08-15 12:27:07 +00:00 |