summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Expand)AuthorAge
* Delete unused var and slight style policeNils Wallménius2008-11-25
* Rearrange the main synth loop a little and move some tests around for a ~5% s...Nils Wallménius2008-11-24
* Fix test_codec precision. The old version effectively rounded the decode time...Jens Arnold2008-11-23
* Change the test_sampr plugin around to use a constant pitch + white noise whi...Michael Sevakis2008-11-23
* Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY()Nils Wallménius2008-11-22
* $* doesn't work if the target doesn't use a wildcard. Furthermore the GNU mak...Jens Arnold2008-11-21
* That test plugin was forgotten in the make system overhaul.Jens Arnold2008-11-21
* Added dummy numbers to avoid #error during dependency generation.Björn Stenberg2008-11-21
* Turns out that using likely in the loop condition gives a nice little speedup...Nils Wallménius2008-11-21
* Introduce likely() and unlikely() macros, use to give gcc hints about which b...Nils Wallménius2008-11-20
* Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg2008-11-20
* Restore specific compiler flags for the midi plugin lost in r19146Nils Wallménius2008-11-20
* Make sure plugin directory exists before creating link file.Björn Stenberg2008-11-20
* Correct name of midi pluginNils Wallménius2008-11-20
* Don't objcopy simulator plugins.Björn Stenberg2008-11-20
* Midiplay.rock changed name to midi.rock.Björn Stenberg2008-11-20
* Bug fix again. Moved cp outside of $(shell) to force make to run it sequentia...Björn Stenberg2008-11-20
* Bug fix for simulator: Plugins and codecs were objcopied isntead of left as ELF.Björn Stenberg2008-11-20
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20
* Turn on more compiler optimizations on other targets than the coldfire based ...Nils Wallménius2008-11-17
* Revert last commit (accidentally committed the whole tree)Karl Kurbjun2008-11-12
* Add in the needed crt0.S code for the wakeup alarm alsoKarl Kurbjun2008-11-12
* Removing deprecated code.Björn Stenberg2008-11-10
* Video plugin: Fix OSD for font_height != 8. Don't fiddle with the framebuffer...Jens Arnold2008-11-09
* plugin linker script: define memory sizes/origin for AS3525Rafaël Carré2008-11-09
* A bit of code policing.Björn Stenberg2008-11-05
* Codec lib directories renamed, except for demac.Björn Stenberg2008-11-05
* - handle the custom option type in settings dumper (not very well though but ...Jonathan Gordon2008-11-03
* Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps...Björn Stenberg2008-11-03
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* Make lcd_set_enable_hook() conditional on HAVE_LCD_ENABLE and HAVE_LCD_COLORRafaël Carré2008-10-31
* cleanup storage definesFrank Gevaerts2008-10-31
* Sansa Clip simulatorRafaël Carré2008-10-31
* Factor out save / restore sudoku board (FS#9516 by Alexander Levin)Dominik Riebeling2008-10-30
* Data does not belong in .h files. Not even if it makes the .c file prettier.Björn Stenberg2008-10-30
* state->savedboard doesn't exist, so revert that part of r18906 for now. It mi...Jens Arnold2008-10-29
* Fix sudoku crash when using reload without previously saved state (FS#9509 by...Dominik Riebeling2008-10-28
* Change button map for iaudio x5 and m5 to avoid using impossible button combo...Nils Wallménius2008-10-26
* bah! messed up the filename settings... and do some line length fixingJonathan Gordon2008-10-26
* Add a simple plugin (apps/settings_dumper.rock) which dumps the valid values ...Jonathan Gordon2008-10-26
* Add in-grid graphical markers for scratchpad values to sudoku (FS#8364 by Hen...Dominik Riebeling2008-10-25
* Add MEM_FUNCTION_WRAPPERS to fix linker errors and tweak the ipod buttonmap s...Nils Wallménius2008-10-25
* Accept FS#9224 by Teruaki Kawashima, adding support for all RTC equipped targ...Nils Wallménius2008-10-25
* FS#9487 fixes and improvements of the calendar plugin by Teruaki KawashimaNils Wallménius2008-10-24
* Remove the event object in the kernel since it's rather extraneous at the mom...Michael Sevakis2008-10-23
* Refactor the panning code into separate functions, and correct a commentDave Chapman2008-10-23
* Fix test_codec plugin that was broken by r18834Nils Wallménius2008-10-22
* Make some local global variables static.Dave Chapman2008-10-22
* Move the monolithic jpeg viewer into its own subdirectory and split it into t...Dave Chapman2008-10-21
* revert plugin_api part of r18830, as this was the wrong solution for thoseFrank Gevaerts2008-10-18