Michael Sevakis
|
8676dc25f5
|
Missed a couple. Hopefully fix all warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13234 a1c6a512-1295-4272-9138-f99709370657
|
2007-04-21 19:07:15 +00:00 |
|
Michael Sevakis
|
26d242ae65
|
General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13233 a1c6a512-1295-4272-9138-f99709370657
|
2007-04-21 18:38:25 +00:00 |
|
Jens Arnold
|
4d6374c923
|
Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12807 a1c6a512-1295-4272-9138-f99709370657
|
2007-03-16 21:56:08 +00:00 |
|
Jens Arnold
|
67eb154146
|
Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ignored on target and mixed into 'oflags' in the simulator. * Simplified io.c a bit by defining a dummy O_BINARY for OSes which don't have that.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12179 a1c6a512-1295-4272-9138-f99709370657
|
2007-02-01 23:08:15 +00:00 |
|
Dan Everton
|
b2ec716534
|
Use correct file mode when creating files. Fixes task 5452
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10020 a1c6a512-1295-4272-9138-f99709370657
|
2006-05-30 11:26:41 +00:00 |
|
Jens Arnold
|
a36b1d4083
|
New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8349 a1c6a512-1295-4272-9138-f99709370657
|
2006-01-15 18:20:18 +00:00 |
|
Linus Nielsen Feltzing
|
d34865a530
|
mp3buf renamed to audiobuf
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6252 a1c6a512-1295-4272-9138-f99709370657
|
2005-04-05 11:33:58 +00:00 |
|
Björn Stenberg
|
6554417a0d
|
Only sort once
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5420 a1c6a512-1295-4272-9138-f99709370657
|
2004-11-17 15:20:09 +00:00 |
|
Linus Nielsen Feltzing
|
9bcd2a9998
|
Better feedback
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5414 a1c6a512-1295-4272-9138-f99709370657
|
2004-11-17 12:13:33 +00:00 |
|
Linus Nielsen Feltzing
|
0112fc8b0b
|
Case insensitive sorting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4926 a1c6a512-1295-4272-9138-f99709370657
|
2004-07-23 15:13:18 +00:00 |
|
Linus Nielsen Feltzing
|
a17df38de7
|
New viewer plugin, sorts a text (or playlist) file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4924 a1c6a512-1295-4272-9138-f99709370657
|
2004-07-23 14:54:04 +00:00 |
|