Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
2acc0ac542d9186feee25bbe444c49cb59ca393e
/
apps
/
plugins
/
properties.c
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
6526577
Plugin parameters should be const.
by Steve Bavin
· 16 years ago
6848961
Pass the buffer length to the list_get_name callback functions instead of using hardcoded MAX_PATH
by Nils Wallménius
· 17 years ago
5ca1539
the menu and list now accepts a parent viewport to draw in (and the menu can be told to not show status/button bars). This lays the groundwork to fix colour problems with plugin menus (see star.c for an example.) This hopefully fixes some button bar issues as well as theme problems.
by Jonathan Gordon
· 17 years ago
294ec1d
Remove the ID3 tag version priority setting on the grounds of it being pretty pointless. ID3v2 tags are superior to ID3v1 tags, and needs less seeking around to find.
by Thom Johansen
· 17 years ago
cf1cef5
minor update to gui_synclist_do_button() which will hopefully simplify things later.
by Jonathan Gordon
· 17 years ago
4918059
properties plugin: Make the ID3 info available on HWCODEC targets too.
by Nicolas Pennequin
· 17 years ago
dc1cb3c
Hopefully green this time (move the variable declarations inside the #if block).
by Nicolas Pennequin
· 17 years ago
adb64bb
properties plugin: the HWCODEC targets don't have get_metadata so no ID3 info for them.
by Nicolas Pennequin
· 17 years ago
9aa597f
Add a bit of metadata info in the properties plugin output.
by Nicolas Pennequin
· 17 years ago
f7675a2
remove the need for action_signalscreenchange().
by Jonathan Gordon
· 17 years ago
011a325
Makes apps and plugins interract with directories using a posix-like api instead of calling dircache / simulator functions (no additionnal layer added, only a cosmetic change)
by Kevin Ferrare
· 17 years ago
c7c21ae
Remove tabs (I wonder why Anjuta decided to insert them there)
by Peter D'Hoye
· 17 years ago
11b559a
Use splashes for errors in the properties plugin
by Peter D'Hoye
· 17 years ago
76855f0
File/Dir properties should at least print an error message when something goes wrong
by Peter D'Hoye
· 17 years ago
61cf9b8
Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra header file
by Nils Wallménius
· 17 years ago
c7f9ca4
Accept FS#7264 'Build with -Os switch for coldfire targets'.
by Nils Wallménius
· 17 years ago
f9b90e9
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
by Jens Arnold
· 18 years ago
1936f7c
Bugfix: recursive directory properties could not be aborted
by Peter D'Hoye
· 18 years ago
e10a0f0
Printing text right before clearing the display is not a very wise thing to do. Recursive dir scanning will now show the scanning message on top.
by Peter D'Hoye
· 18 years ago
7c53722
Ooops... forgot about those charcells
by Peter D'Hoye
· 18 years ago
0f02e4f
File and (recursive) directories properties in the file browser context menu. Uses dircache if possible (plugin api expanded). Is actually implemented as plugin. Small parts taken from earlier work by Will Robertson.
by Peter D'Hoye
· 18 years ago