summaryrefslogtreecommitdiff
path: root/apps/plugins
AgeCommit message (Expand)Author
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis
2008-12-09resize-on-load for bitmap files on 2bpp and color targetsAndrew Mahone
2008-12-08Commit FS#9607 by Adam Hogan: fix plugin keymaps for Creative Zen Vision:MMaurus Cuelenaere
2008-12-04Sansa AMS: PCM driver (FS#9592)Rafaël Carré
2008-12-04Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349)Björn Stenberg
2008-12-04Added keymaps for ZVM to plugins. Enabled zvm plugin building in tools/config...Björn Stenberg
2008-11-29Fix wrong data type.Jens Arnold
2008-11-28Replace the bubbles start screen with a standard menu to fix FS#8950.Jonathan Gordon
2008-11-28Sansa Clip: build plugins (FS#9578)Rafaël Carré
2008-11-27Sansa Clip: grey lib support (not calibrated yet)Rafaël Carré
2008-11-27Make Select change the scroll direction in Sudoku on Ipods (FS#8428 by Henri ...Dominik Riebeling
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg
2008-11-25Delete unused var and slight style policeNils Wallménius
2008-11-24Rearrange the main synth loop a little and move some tests around for a ~5% s...Nils Wallménius
2008-11-23Fix test_codec precision. The old version effectively rounded the decode time...Jens Arnold
2008-11-23Change the test_sampr plugin around to use a constant pitch + white noise whi...Michael Sevakis
2008-11-22Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY()Nils Wallménius
2008-11-21$* doesn't work if the target doesn't use a wildcard. Furthermore the GNU mak...Jens Arnold
2008-11-21That test plugin was forgotten in the make system overhaul.Jens Arnold
2008-11-21Added dummy numbers to avoid #error during dependency generation.Björn Stenberg
2008-11-21Turns out that using likely in the loop condition gives a nice little speedup...Nils Wallménius
2008-11-20Introduce likely() and unlikely() macros, use to give gcc hints about which b...Nils Wallménius
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg
2008-11-20Restore specific compiler flags for the midi plugin lost in r19146Nils Wallménius
2008-11-20Make sure plugin directory exists before creating link file.Björn Stenberg
2008-11-20Correct name of midi pluginNils Wallménius
2008-11-20Don't objcopy simulator plugins.Björn Stenberg
2008-11-20Midiplay.rock changed name to midi.rock.Björn Stenberg
2008-11-20Bug fix again. Moved cp outside of $(shell) to force make to run it sequentia...Björn Stenberg
2008-11-20Bug fix for simulator: Plugins and codecs were objcopied isntead of left as ELF.Björn Stenberg
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2008-11-17Turn on more compiler optimizations on other targets than the coldfire based ...Nils Wallménius
2008-11-12Revert last commit (accidentally committed the whole tree)Karl Kurbjun
2008-11-12Add in the needed crt0.S code for the wakeup alarm alsoKarl Kurbjun
2008-11-10Removing deprecated code.Björn Stenberg
2008-11-09Video plugin: Fix OSD for font_height != 8. Don't fiddle with the framebuffer...Jens Arnold
2008-11-09plugin linker script: define memory sizes/origin for AS3525Rafaël Carré
2008-11-05A bit of code policing.Björn Stenberg
2008-11-05Codec lib directories renamed, except for demac.Björn Stenberg
2008-11-03- handle the custom option type in settings dumper (not very well though but ...Jonathan Gordon
2008-11-03Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps...Björn Stenberg
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts
2008-10-31Make lcd_set_enable_hook() conditional on HAVE_LCD_ENABLE and HAVE_LCD_COLORRafaël Carré
2008-10-31cleanup storage definesFrank Gevaerts
2008-10-31Sansa Clip simulatorRafaël Carré
2008-10-30Factor out save / restore sudoku board (FS#9516 by Alexander Levin)Dominik Riebeling
2008-10-30Data does not belong in .h files. Not even if it makes the .c file prettier.Björn Stenberg
2008-10-29state->savedboard doesn't exist, so revert that part of r18906 for now. It mi...Jens Arnold
2008-10-28Fix sudoku crash when using reload without previously saved state (FS#9509 by...Dominik Riebeling
2008-10-26Change button map for iaudio x5 and m5 to avoid using impossible button combo...Nils Wallménius