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
/
search.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-4
/
+0
2020-07-22
keyboard add ability to specify temporary custom layouts
William Wilgus
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
-1
/
+0
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-1
/
+1
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
1
-1
/
+1
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-1
/
+1
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-1
/
+1
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
1
-1
/
+1
2009-12-20
plugin: search,sort: Handle UTF-8 BOM at the start of file.
Teruaki Kawashima
1
-13
/
+12
2009-12-06
Correct checking return value of open in plugins.
Teruaki Kawashima
1
-3
/
+5
2009-07-29
Check if parameter is NULL in plugins which only works as viewer.
Teruaki Kawashima
1
-0
/
+1
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
1
-5
/
+1
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-13
Plugin parameters should be const.
Steve Bavin
1
-4
/
+4
2007-08-07
didn't saw the warning
Kevin Ferrare
1
-1
/
+1
2007-08-07
Search viewer (plugin) : reindent correctly with spaces, add multiscreen support
Kevin Ferrare
1
-54
/
+51
2007-03-17
Fix simulator builds, and some debugf() format strings.
Jens Arnold
1
-1
/
+1
2007-03-17
Let GCC check arguments of some more printf-style functions, also for plugins...
Jens Arnold
1
-1
/
+1
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
1
-5
/
+5
2007-02-01
Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...
Jens Arnold
1
-1
/
+1
2007-01-10
Fix FS#6520, allow search.rock to open .m3u8 playlists. Only the
Jonathan Gordon
1
-2
/
+3
2006-05-30
Use correct file mode when creating files. Fixes task 5452
Dan Everton
1
-1
/
+1
2006-01-15
New plugin loader. Solves the crashes introduced with the .bss changes while ...
Jens Arnold
1
-2
/
+2
2004-07-26
I totally wrecked the search functionality when i replaced strpcasecmp() with...
Linus Nielsen Feltzing
1
-2
/
+16
2004-07-23
Added strcasecmp() to the plugin API
Linus Nielsen Feltzing
1
-12
/
+2
2004-07-13
Removed the need for memcpy()
Linus Nielsen Feltzing
1
-2
/
+2
2004-07-13
New plugin, search.rock, by Stefan Meyer (Patch #723682)
Linus Nielsen Feltzing
1
-0
/
+180