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-05-08
Fix errors. LOGFQUEUE should take formatting parameters now.
Michael Sevakis
1
-4
/
+4
2007-05-08
Silly fix for a silly comment mistake.
Michael Sevakis
1
-1
/
+1
2007-05-08
SWCODEC Playback: Seriously mess with it and get rid of (at least some ;) rac...
Michael Sevakis
2
-34
/
+29
2007-05-08
Playback: Ensure some state coherency. paused implies playing and pause actio...
Michael Sevakis
1
-0
/
+3
2007-05-08
Fix red overlay plugins on archos. Linker scripts weren't prepared for those ...
Jens Arnold
2
-12
/
+8
2007-05-08
Move the old api out of the core and into the plugin lib.
Jonathan Gordon
22
-349
/
+438
2007-05-08
Add in buttonlight brightness setting for the Gigabeat, and setup the framewo...
Karl Kurbjun
5
-0
/
+35
2007-05-08
fix the menus again, this time it stopped redrawing after coming out of setti...
Jonathan Gordon
1
-0
/
+1
2007-05-08
Fix Gigabeat english.lang target specific strings (should be gigabeatf rather...
Karl Kurbjun
1
-15
/
+15
2007-05-08
Synced
Jonas Häggqvist
1
-72
/
+910
2007-05-07
Revert the addition of the steal_codec_stack function. Replace by accessing ...
Dave Chapman
5
-11
/
+22
2007-05-07
Reduce code size for players that do not have the 'Human Interface Luminescen...
Karl Kurbjun
1
-3
/
+6
2007-05-07
Use a separate thread in test_codec, with the same (IRAM) stack as the main c...
Dave Chapman
5
-21
/
+64
2007-05-07
Basic gigabeat buttonlight support outside of debug menu FS#7112. Also disab...
Karl Kurbjun
3
-134
/
+34
2007-05-07
Initial version of a test_codec plugin (viewer). This loads the audio file i...
Dave Chapman
5
-3
/
+364
2007-05-07
Minor header file cleanup - try and include the minimal number of files, and ...
Dave Chapman
4
-13
/
+4
2007-05-07
Clean up the codec API - remove all unused (and in many cases inappropriate) ...
Dave Chapman
4
-209
/
+52
2007-05-07
Code police - codecs shouldn't call GUI functions
Dave Chapman
1
-2
/
+0
2007-05-07
Accept FS#7123 - add h10_5gb strings
Jonathan Gordon
1
-16
/
+30
2007-05-07
Fix my previous commit... menus will redraw correctly again
Jonathan Gordon
1
-0
/
+1
2007-05-07
Fix the menus so lines scroll again
Jonathan Gordon
1
-3
/
+2
2007-05-06
e200 viewer button changes:
Jonathan Gordon
1
-1
/
+3
2007-05-06
Fix metadata reading for 64 bit sims. Closes FS#6690
Nils Wallménius
1
-3
/
+3
2007-05-06
FS #7115. Updated nynorsk translation by Karl Ove Hufthammer.
Thom Johansen
1
-20
/
+287
2007-05-05
Fix buffer overflow when adding a radio preset.
Magnus Holmgren
1
-1
/
+1
2007-05-04
Enable KBD_CURSOR_KEYS and KBD_MODES on Gigabeat. Enter things any way you like.
Michael Sevakis
1
-0
/
+2
2007-05-04
Get samplerate switching working in the sim to be similar to on target. Make ...
Michael Sevakis
4
-25
/
+16
2007-05-03
Audio seemed never to want to stop stopping. A bad condition for plugins that...
Michael Sevakis
1
-6
/
+4
2007-05-03
Enable playlist functions for m3u files
Hardeep Sidhu
1
-2
/
+5
2007-05-02
Trim a bunch of long lines and fix an infinite loop and buffer overrun in the...
Nicolas Pennequin
3
-60
/
+94
2007-05-02
Make the ID3 info screen treat empty tag strings as 'no value', like the WPS ...
Magnus Holmgren
1
-3
/
+1
2007-05-02
Treat empty strings as 'no value' in conditionals, as it used to.
Magnus Holmgren
1
-2
/
+2
2007-05-02
Add a check for unclosed conditionals at the end of the WPS parsing in case w...
Nicolas Pennequin
1
-13
/
+16
2007-05-01
FS #7093 by Dave Hooper: prevent crash when loading too many/long static stri...
Peter D'Hoye
1
-28
/
+37
2007-05-01
clean up and fix comments. no actual code change
Jonathan Gordon
1
-30
/
+38
2007-05-01
The menu code needs to know that the function wants a param...
Jonathan Gordon
1
-9
/
+9
2007-04-30
Better handling of strings in the WPS parser by detecting duplicates to avoid...
Nicolas Pennequin
2
-15
/
+40
2007-04-30
Convert onplay.c to the new manu API. only plugins are still using the old AP...
Jonathan Gordon
3
-367
/
+387
2007-04-29
these should be static
Jonathan Gordon
1
-2
/
+2
2007-04-29
Fix typo.
Jens Arnold
1
-1
/
+1
2007-04-29
Stop using the old menu API in the debug menu (using the new api causes massi...
Jonathan Gordon
2
-15
/
+31
2007-04-29
Use the new menu API
Jonathan Gordon
1
-60
/
+68
2007-04-29
Improved speed when deleting tags and prevent remaining ghost entries with da...
Miika Pekkarinen
1
-8
/
+28
2007-04-29
keep some #if 0'ed code in sync
Jonathan Gordon
1
-1
/
+9
2007-04-29
show a splash instead of a menu when the chosen encoder format has no options
Jonathan Gordon
1
-24
/
+13
2007-04-27
make A the new 'clear settings' button for the Gigabeat as it was easy to acc...
Marcoen Hirschberg
1
-3
/
+6
2007-04-27
changed POWER to be the cancel/stop button and A to be the modifier button to...
Marcoen Hirschberg
1
-48
/
+54
2007-04-26
Clear the RWPS backdrop when a RWPS is loaded, not when a WPS is loaded.
Nicolas Pennequin
1
-3
/
+3
2007-04-26
AAC: More adjustments to how the frequency is read. Still not perfect, but th...
Magnus Holmgren
1
-2
/
+13
2007-04-26
fix player warning
Jonathan Gordon
1
-1
/
+2
[prev]
[next]