summaryrefslogtreecommitdiffstats
path: root/apps/plugins/wavview.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-04plugins: make local functions static for metronome, rockblox1d, wavviewBertrik Sikken1-3/+3
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-15/+8
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-07Fix size_t handling in plugin_get_buffer()Frank Gevaerts1-2/+2
2010-02-07Remove more tabsAndree Buschmann1-3/+3
2009-01-16loader-initialized global plugin API:Andrew Mahone1-4/+1
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-3/+3
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-3/+3
2008-04-12Optimise some more line drawing calls.Jens Arnold1-17/+13
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-04-11Wavview plugin: minor speed increasePeter D'Hoye1-10/+11
2007-04-10wav viewer plugin changes: speedup file reading, allow abort while reading, b...Peter D'Hoye1-32/+70
2007-04-09Better endianness handling, removed some leftoversPeter D'Hoye1-39/+4
2007-04-09Fix yellow from 64bit platform simPeter D'Hoye1-7/+7
2007-04-09New plugin: wavview. Shows info about a wav file and allows you to look at th...Peter D'Hoye1-0/+477