summaryrefslogtreecommitdiffstats
path: root/apps/plugins/properties.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-4/+0
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-6/+0
2019-08-05Voice enable properties pluginSolomon Peachy1-35/+111
2019-08-05Fix stack overflow issues in properties pluginSolomon Peachy1-31/+31
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-6/+8
2012-04-09Use two lined display in properties.Dominik Riebeling1-48/+56
2011-12-26file properties: display correctly file/folder sizes > 2GBRafaël Carré1-6/+6
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-3/+0
2011-02-27Blindly forcing stylus mode on plugin entry for an arbitrary subset of touch ...Jonathan Gordon1-0/+3
2010-12-16Commit FS#11810 by Alexander Meshcheryakov. Boosts the CPU and limits LCD up...Michael Giacomelli1-10/+23
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz1-10/+13
2010-08-28Fix r27923: folder size displayed "lld" in propertiesRafaël Carré1-3/+3
2010-08-28properties: remove some text buffersRafaël Carré1-38/+32
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2009-12-21properties,shortcuts_view: enable the theme while showing list.Teruaki Kawashima1-7/+25
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-3/+3
2009-07-29Check if parameter is NULL in plugins which only works as viewer.Teruaki Kawashima1-0/+1
2009-07-14FS#10080Nils Wallménius1-16/+14
2009-06-24Do not unnecessarily change and restore the status bar setting (part of FS#10...Alexander Levin1-9/+0
2009-02-21Display duration for audio files, by special demand and because it was easy t...Jens Arnold1-0/+20
2009-01-24remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone1-2/+0
2009-01-16loader-initialized global plugin API:Andrew Mahone1-5/+2
2008-08-15Ok, ok, strncpy is better here :PNils Wallménius1-1/+1
2008-08-15Kill one more of the printf related warnings in gcc 4.3.1Nils Wallménius1-1/+1
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-7/+9
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-10/+11
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-1/+1
2007-09-19Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen1-2/+2
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon1-1/+1
2007-08-14properties plugin: Make the ID3 info available on HWCODEC targets too.Nicolas Pennequin1-18/+15
2007-08-14Hopefully green this time (move the variable declarations inside the #if block).Nicolas Pennequin1-3/+2
2007-08-14properties plugin: the HWCODEC targets don't have get_metadata so no ID3 info...Nicolas Pennequin1-1/+8
2007-08-14Add a bit of metadata info in the properties plugin output.Nicolas Pennequin1-1/+37
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon1-1/+0
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare1-52/+1
2007-07-03Remove tabs (I wonder why Anjuta decided to insert them there)Peter D'Hoye1-2/+2
2007-07-03Use splashes for errors in the properties pluginPeter D'Hoye1-10/+3
2007-07-03File/Dir properties should at least print an error message when something goe...Peter D'Hoye1-9/+9
2007-06-14Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra h...Nils Wallménius1-1/+0
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius1-1/+3
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-4/+2
2006-12-13Bugfix: recursive directory properties could not be abortedPeter D'Hoye1-9/+7
2006-11-30Printing text right before clearing the display is not a very wise thing to d...Peter D'Hoye1-1/+1
2006-11-30Ooops... forgot about those charcellsPeter D'Hoye1-1/+4
2006-11-30File and (recursive) directories properties in the file browser context menu....Peter D'Hoye1-0/+359