index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
properties.c
Age
Commit message (
Expand
)
Author
2010-09-01
Ged rid of uisimulator/common/io.c for android builds.
Thomas Martitz
2010-08-28
Fix r27923: folder size displayed "lld" in properties
Rafaël Carré
2010-08-28
properties: remove some text buffers
Rafaël Carré
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2009-12-21
properties,shortcuts_view: enable the theme while showing list.
Teruaki Kawashima
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
2009-07-29
Check if parameter is NULL in plugins which only works as viewer.
Teruaki Kawashima
2009-07-14
FS#10080
Nils Wallménius
2009-06-24
Do not unnecessarily change and restore the status bar setting (part of FS#10...
Alexander Levin
2009-02-21
Display duration for audio files, by special demand and because it was easy t...
Jens Arnold
2009-01-24
remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...
Andrew Mahone
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
2008-08-15
Ok, ok, strncpy is better here :P
Nils Wallménius
2008-08-15
Kill one more of the printf related warnings in gcc 4.3.1
Nils Wallménius
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-13
Plugin parameters should be const.
Steve Bavin
2008-04-09
Pass the buffer length to the list_get_name callback functions instead of usi...
Nils Wallménius
2008-03-26
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
2007-09-19
Remove the ID3 tag version priority setting on the grounds of it being pretty...
Thom Johansen
2007-09-17
minor update to gui_synclist_do_button() which will hopefully simplify things...
Jonathan Gordon
2007-08-14
properties plugin: Make the ID3 info available on HWCODEC targets too.
Nicolas Pennequin
2007-08-14
Hopefully green this time (move the variable declarations inside the #if block).
Nicolas Pennequin
2007-08-14
properties plugin: the HWCODEC targets don't have get_metadata so no ID3 info...
Nicolas Pennequin
2007-08-14
Add a bit of metadata info in the properties plugin output.
Nicolas Pennequin
2007-07-22
remove the need for action_signalscreenchange().
Jonathan Gordon
2007-07-20
Makes apps and plugins interract with directories using a posix-like api inst...
Kevin Ferrare
2007-07-03
Remove tabs (I wonder why Anjuta decided to insert them there)
Peter D'Hoye
2007-07-03
Use splashes for errors in the properties plugin
Peter D'Hoye
2007-07-03
File/Dir properties should at least print an error message when something goe...
Peter D'Hoye
2007-06-14
Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra h...
Nils Wallménius
2007-06-13
Accept FS#7264 'Build with -Os switch for coldfire targets'.
Nils Wallménius
2007-04-06
Now charcell displays require lcd_update() for updating the main lcd content ...
Jens Arnold
2006-12-13
Bugfix: recursive directory properties could not be aborted
Peter D'Hoye
2006-11-30
Printing text right before clearing the display is not a very wise thing to d...
Peter D'Hoye
2006-11-30
Ooops... forgot about those charcells
Peter D'Hoye
2006-11-30
File and (recursive) directories properties in the file browser context menu....
Peter D'Hoye