index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
shortcuts
(
follow
)
Commit message (
Expand
)
Author
Age
*
plugins: another round of making local functions static
Bertrik Sikken
2011-10-15
*
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
2011-10-15
*
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-24
*
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
2010-08-23
*
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-23
*
Revert accidental commit of "%z" support in r26071 (the implementation assume...
Frank Gevaerts
2010-07-18
*
Fix some size_t related warnings (hopefully, they seem system dependant).
Thomas Martitz
2010-05-06
*
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-05-06
*
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...
Thomas Martitz
2010-05-06
*
properties,shortcuts_view: enable the theme while showing list.
Teruaki Kawashima
2009-12-21
*
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
2009-08-20
*
shortcuts_view: fix displaying last path segments so that plugin exactly show...
Teruaki Kawashima
2009-08-19
*
FS#10080
Nils Wallménius
2009-07-14
*
remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...
Andrew Mahone
2009-01-24
*
loader-initialized global plugin API:
Andrew Mahone
2009-01-16
*
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
2008-12-31
*
Added 'keywords' and 'eol-style' properties.
Björn Stenberg
2008-11-25
*
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-11-20
*
FS#9281 Rename of splash functions.
Nils Wallménius
2008-08-15
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
Plugin parameters should be const.
Steve Bavin
2008-05-13
*
Pass the buffer length to the list_get_name callback functions instead of usi...
Nils Wallménius
2008-04-09
*
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
2008-03-26
*
Stop wasting binary size + ram for several plugins. Plugins are supposed to b...
Jens Arnold
2008-01-04
*
consolidate the 3 file_exists() functions into one; use the version that expl...
Robert Kukla
2007-11-21
*
minor update to gui_synclist_do_button() which will hopefully simplify things...
Jonathan Gordon
2007-09-17
*
Accept FS #7667 by Alexander Levin with minor fixes by me. Splits the shortcu...
Peter D'Hoye
2007-09-03