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