summaryrefslogtreecommitdiffstats
path: root/apps/plugins/iriverify.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-1/+0
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
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-1/+1
2010-02-07Remove more tabsAndree Buschmann1-35/+35
2009-07-29Check if parameter is NULL in plugins which only works as viewer.Teruaki Kawashima1-0/+1
2009-01-16loader-initialized global plugin API:Andrew Mahone1-5/+1
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-2/+2
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-2/+2
2007-07-25Ported the archos player's jackpot plugin to bitmaps LCD (still need some nea...Kevin Ferrare1-8/+8
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis1-1/+1
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis1-1/+1
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-6/+6
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold1-1/+1
2006-05-30Use correct file mode when creating files. Fixes task 5452Dan Everton1-1/+1
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold1-1/+1
2005-05-27Patch by Alexandre Bourget, fixes the hanging iriverify plugin issue when con...Linus Nielsen Feltzing1-5/+2
2005-04-07Patch #1164207 by Alexandre Bourget, the iriverify plugin, transforms Rockbox...Linus Nielsen Feltzing1-0/+176