Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
2acc0ac542d9186feee25bbe444c49cb59ca393e
/
apps
/
plugins
/
sort.c
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
6526577
Plugin parameters should be const.
by Steve Bavin
· 16 years ago
8676dc2
Missed a couple. Hopefully fix all warnings.
by Michael Sevakis
· 17 years ago
26d242a
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.
by Michael Sevakis
· 17 years ago
4d6374c
Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered.
by Jens Arnold
· 18 years ago
67eb154
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.
by Jens Arnold
· 18 years ago
b2ec716
Use correct file mode when creating files. Fixes task 5452
by Dan Everton
· 18 years ago
a36b1d4
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.
by Jens Arnold
· 19 years ago
d34865a
mp3buf renamed to audiobuf
by Linus Nielsen Feltzing
· 20 years ago
6554417
Only sort once
by Björn Stenberg
· 20 years ago
9bcd2a9
Better feedback
by Linus Nielsen Feltzing
· 20 years ago
0112fc8
Case insensitive sorting
by Linus Nielsen Feltzing
· 20 years ago
a17df38
New viewer plugin, sorts a text (or playlist) file
by Linus Nielsen Feltzing
· 20 years ago