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
/
properties.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-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
1
-6
/
+0
2019-08-05
Voice enable properties plugin
Solomon Peachy
1
-35
/
+111
2019-08-05
Fix stack overflow issues in properties plugin
Solomon Peachy
1
-31
/
+31
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
1
-6
/
+8
2012-04-09
Use two lined display in properties.
Dominik Riebeling
1
-48
/
+56
2011-12-26
file properties: display correctly file/folder sizes > 2GB
Rafaël Carré
1
-6
/
+6
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
2011-02-27
Blindly forcing stylus mode on plugin entry for an arbitrary subset of touch ...
Jonathan Gordon
1
-0
/
+3
2010-12-16
Commit FS#11810 by Alexander Meshcheryakov. Boosts the CPU and limits LCD up...
Michael Giacomelli
1
-10
/
+23
2010-09-01
Ged rid of uisimulator/common/io.c for android builds.
Thomas Martitz
1
-10
/
+13
2010-08-28
Fix r27923: folder size displayed "lld" in properties
Rafaël Carré
1
-3
/
+3
2010-08-28
properties: remove some text buffers
Rafaël Carré
1
-38
/
+32
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
2009-12-21
properties,shortcuts_view: enable the theme while showing list.
Teruaki Kawashima
1
-7
/
+25
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
1
-3
/
+3
2009-07-29
Check if parameter is NULL in plugins which only works as viewer.
Teruaki Kawashima
1
-0
/
+1
2009-07-14
FS#10080
Nils Wallménius
1
-16
/
+14
2009-06-24
Do not unnecessarily change and restore the status bar setting (part of FS#10...
Alexander Levin
1
-9
/
+0
2009-02-21
Display duration for audio files, by special demand and because it was easy t...
Jens Arnold
1
-0
/
+20
2009-01-24
remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...
Andrew Mahone
1
-2
/
+0
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
1
-5
/
+2
2008-08-15
Ok, ok, strncpy is better here :P
Nils Wallménius
1
-1
/
+1
2008-08-15
Kill one more of the printf related warnings in gcc 4.3.1
Nils Wallménius
1
-1
/
+1
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
1
-1
/
+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
-7
/
+9
2008-04-09
Pass the buffer length to the list_get_name callback functions instead of usi...
Nils Wallménius
1
-10
/
+11
2008-03-26
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
1
-1
/
+1
2007-09-19
Remove the ID3 tag version priority setting on the grounds of it being pretty...
Thom Johansen
1
-2
/
+2
2007-09-17
minor update to gui_synclist_do_button() which will hopefully simplify things...
Jonathan Gordon
1
-1
/
+1
2007-08-14
properties plugin: Make the ID3 info available on HWCODEC targets too.
Nicolas Pennequin
1
-18
/
+15
2007-08-14
Hopefully green this time (move the variable declarations inside the #if block).
Nicolas Pennequin
1
-3
/
+2
2007-08-14
properties plugin: the HWCODEC targets don't have get_metadata so no ID3 info...
Nicolas Pennequin
1
-1
/
+8
2007-08-14
Add a bit of metadata info in the properties plugin output.
Nicolas Pennequin
1
-1
/
+37
2007-07-22
remove the need for action_signalscreenchange().
Jonathan Gordon
1
-1
/
+0
2007-07-20
Makes apps and plugins interract with directories using a posix-like api inst...
Kevin Ferrare
1
-52
/
+1
2007-07-03
Remove tabs (I wonder why Anjuta decided to insert them there)
Peter D'Hoye
1
-2
/
+2
2007-07-03
Use splashes for errors in the properties plugin
Peter D'Hoye
1
-10
/
+3
2007-07-03
File/Dir properties should at least print an error message when something goe...
Peter D'Hoye
1
-9
/
+9
2007-06-14
Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra h...
Nils Wallménius
1
-1
/
+0
2007-06-13
Accept FS#7264 'Build with -Os switch for coldfire targets'.
Nils Wallménius
1
-1
/
+3
2007-04-06
Now charcell displays require lcd_update() for updating the main lcd content ...
Jens Arnold
1
-4
/
+2
2006-12-13
Bugfix: recursive directory properties could not be aborted
Peter D'Hoye
1
-9
/
+7
2006-11-30
Printing text right before clearing the display is not a very wise thing to d...
Peter D'Hoye
1
-1
/
+1
2006-11-30
Ooops... forgot about those charcells
Peter D'Hoye
1
-1
/
+4
2006-11-30
File and (recursive) directories properties in the file browser context menu....
Peter D'Hoye
1
-0
/
+359