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.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-08
Skip leading UTF8 BOM if present. Fixes the first line of the WPS not being u...
Nicolas Pennequin
2
-16
/
+17
2007-04-08
* Improve conditional evaluation to allow using enums with only two cases (pr...
Nicolas Pennequin
1
-39
/
+42
2007-04-08
Enabled pacbox for M5.
Jens Arnold
1
-2
/
+3
2007-04-08
FS #6759: Support tan function in calculator plugin. Patch by Luke Blaney.
Dan Everton
1
-2
/
+17
2007-04-08
fix yellow
Jonathan Gordon
1
-1
/
+2
2007-04-08
Give all menus using the old API a nice title and icons (except plugins)
Jonathan Gordon
6
-10
/
+40
2007-04-08
Remove dead code
Jonathan Gordon
3
-186
/
+0
2007-04-08
Oops, this shouldn't have been removed (fix red).
Nicolas Pennequin
1
-0
/
+1
2007-04-08
FS#6991. Patch by Alexander Levin, modified by me:
Nicolas Pennequin
4
-288
/
+408
2007-04-08
fix FS#6883 — Follow playlist override where the WPS leaves you when a pla...
Jonathan Gordon
1
-1
/
+2
2007-04-08
action_signalscreenchange(); was missing
Jonathan Gordon
1
-0
/
+2
2007-04-08
minor actions cleanup:
Jonathan Gordon
13
-90
/
+43
2007-04-07
Dircache fixes: Stop scanning properly if shutdown is initiated. Require user...
Miika Pekkarinen
2
-2
/
+10
2007-04-07
Fix NULL pointer access (crashes the sim on windows) in directories with no d...
Jens Arnold
1
-1
/
+1
2007-04-07
Add the sleep timer tag that got forgotten in the initial code.
Nicolas Pennequin
1
-0
/
+12
2007-04-07
Updated user rating to the tagnavi.config (FS#6890)
Miika Pekkarinen
1
-3
/
+3
2007-04-07
Make conditionals trigger a line update. Fixes FS#6987.
Nicolas Pennequin
1
-0
/
+1
2007-04-06
Now charcell displays require lcd_update() for updating the main lcd content ...
Jens Arnold
32
-163
/
+125
2007-04-06
Support resume for Musepack
Adam Boot
2
-1
/
+17
2007-04-06
Use the default subline timeout value in case the value isn't explicitly set....
Nicolas Pennequin
1
-0
/
+2
2007-04-06
This time I hope I got it right! Basically, remove what the previous commit a...
Nicolas Pennequin
3
-28
/
+40
2007-04-06
Better handling of subline timeout values : All values are set to the default...
Nicolas Pennequin
3
-5
/
+23
2007-04-06
End the default remote-WPS with a newline. Fixes FS #6979.
Nicolas Pennequin
1
-1
/
+1
2007-04-05
Oops again, use correct variable types for storing file date and time
Peter D'Hoye
1
-2
/
+2
2007-04-05
Use date and time rather than size and starting cluster to detect installatio...
Peter D'Hoye
1
-7
/
+7
2007-04-05
Fix automatic rolo on new version for archos. Introduces new define in config...
Peter D'Hoye
1
-4
/
+4
2007-04-05
Add apps/plugins/mpegplayer/*.S to the source tarballs.
Dave Chapman
1
-1
/
+1
2007-04-05
* Fix the bug where subline separators were read as part of a string.
Nicolas Pennequin
2
-77
/
+67
2007-04-05
Rearrange struct wps_tag to avoid padding. Hopefully save some bytes.
Dan Everton
1
-103
/
+98
2007-04-05
optimized motion compensation for ARM from the mplayer-w100 project. Elefants...
Marcoen Hirschberg
5
-0
/
+515
2007-04-05
count was set wrong for the parititons screen. imo this is a bug in the list ...
Jonathan Gordon
1
-1
/
+1
2007-04-05
Fix sim warning
Jonathan Gordon
1
-1
/
+2
2007-04-05
Make the partitions debug screen use the list also.
Jonathan Gordon
1
-80
/
+64
2007-04-05
Give the playlist viewer a title (FS#6898)
Jonathan Gordon
1
-0
/
+7
2007-04-05
Fix the root menu for any targets without a radio (we are using #if not #ifde...
Jonathan Gordon
3
-2
/
+7
2007-04-05
Allow subline timeout values to be changed dynamically in the WPS (e.g. by us...
Nicolas Pennequin
2
-7
/
+9
2007-04-04
Player full-line progress bar: No more separate character cell(s) for the col...
Jens Arnold
1
-30
/
+39
2007-04-04
just pass the struct to vo_setup instead of multiple arguments
Marcoen Hirschberg
3
-21
/
+13
2007-04-04
Player progress drawing rewrite (both emptying cup and full-line bar): * Fixe...
Jens Arnold
1
-137
/
+71
2007-04-04
* Make some private variables 'static'.
Nicolas Pennequin
3
-11
/
+17
2007-04-04
Introducing the WPS tokenizer !
Nicolas Pennequin
8
-2335
/
+3042
2007-04-04
add support for non 16x16 frame sizes
Marcoen Hirschberg
3
-9
/
+12
2007-04-03
Fix yellow.
Tom Ross
1
-1
/
+0
2007-04-03
Adjust Chopper and fix my warning from Wormlet.
Tom Ross
2
-15
/
+4
2007-04-03
Adjust Wormlet to use the new macros.
Tom Ross
1
-17
/
+6
2007-04-03
Better check when using the plugin buffer to store a temp cuesheet.
Nicolas Pennequin
1
-2
/
+2
2007-04-03
It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the sim...
Jens Arnold
3
-10
/
+2
2007-04-02
Improve ID3 "spoofing" to allow detection of missing information by the WPS.
Nicolas Pennequin
1
-9
/
+10
2007-04-02
This is called database for quite a while now...
Jens Arnold
1
-1
/
+1
2007-04-02
Simulator logf builds don't need two ways to access logf
Steve Bavin
1
-9
/
+0
[prev]
[next]