summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Expand)AuthorAge
* rockpaint: change the way to handle tools to improve readability.Teruaki Kawashima2010-11-16
* rockpaint: fix gradient functions.Teruaki Kawashima2010-11-14
* Use same loop count for writing and memset'ing in test_mem to have same preci...Andree Buschmann2010-11-14
* rockpaint: disable playback control if the buffer is taken from the audio buf...Teruaki Kawashima2010-11-13
* rockpaint: merge similar switch-case statements for readability. slightly red...Teruaki Kawashima2010-11-13
* rest of FS#11632 by Michael Stummvoll with modification by me.Teruaki Kawashima2010-11-11
* maintain spaces and remove tabs for readability in apps/plugins/rockboy/rockb...Teruaki Kawashima2010-11-11
* FS#11632: (rockboy) Some fixes and improvements by Michael StummvollTeruaki Kawashima2010-11-11
* pictreflow: tweak alpha value for the case number of slides < 3 so that fadin...Teruaki Kawashima2010-11-07
* set mode argument for open() where O_CREAT flag is/can be set.Teruaki Kawashima2010-11-07
* rockboy: fix that description is cut off if it is near 20 bytes in load/save ...Teruaki Kawashima2010-11-06
* FS#11546: Adjustable brightness in lamp pluginTeruaki Kawashima2010-11-06
* FS#11673: picture flow: improve scrolling text, by myself.Teruaki Kawashima2010-11-03
* Okay, this should be the last few "prevent red" fixes to beRobert Menes2010-11-03
* Another "keep the reds away" fix.Robert Menes2010-11-03
* Whoops, nearly forgot to define the help screen text forRobert Menes2010-11-03
* These should be the last of the plugin keymaps requiredRobert Menes2010-11-03
* Still coming along with HDD6330 plugin keymaps.Robert Menes2010-11-02
* Reconfigure IRAM for S5L870x. S5L8700 has 256 KB of IRAM, use a 48 KB / 208 K...Andree Buschmann2010-11-02
* Enable building of metronome for hwcodec targets and swcodec sims which was a...Marianne Arnold2010-11-02
* More plugin keymaps for the HDD6330. Quite a lot of commits. ;)Robert Menes2010-11-02
* More plugin keymaps for the GoGear HDD6330.Robert Menes2010-11-02
* Commit a few more GoGear HDD6330 keymaps.Robert Menes2010-11-02
* MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat2010-11-02
* Begin committing keymap plugins for the Philips GoGear HDD6330.Robert Menes2010-11-02
* lamp plugin:Teruaki Kawashima2010-11-01
* reduce casts between "unsinged char *" and "fb_data *". make calculation prec...Teruaki Kawashima2010-11-01
* disktidy: handles user abort properly.Teruaki Kawashima2010-10-31
* Commit FS #11682 by Teruaki Kawashima: fix the disktidy pluginRobert Menes2010-10-31
* Fix and extend imageviewer png support. FS#11641 by meMarcin Bukat2010-10-31
* test_codec: Align the codec buffer to pointer size, since tlsf wants that. Fi...Nils Wallménius2010-10-27
* fix that disktidy plugin and shopper plugin is not usable when Show Icons set...Teruaki Kawashima2010-10-26
* fix leak-file-handles.Teruaki Kawashima2010-10-23
* Add plugin keymaps to fft for the GoGear SA9200.Robert Menes2010-10-21
* add plugin_crt0.c to OTHER_SRC so that dependencies will be genereted.Teruaki Kawashima2010-10-17
* Remove some inconsistent guarding around cpucache_* functions to fix a test_c...Nils Wallménius2010-10-16
* Pitch detector: do not break profiling builds.Nils Wallménius2010-10-15
* Resistor calculator: make brace-style consistentFrank Gevaerts2010-10-14
* Fix typo in resistor plugin help textMichael Chicoine2010-10-14
* Resistor calculator: Initialise variable to make the compiler shut up about i...Frank Gevaerts2010-10-13
* Resistor calculator: Support Gigaohms in resistor to colour conversion, and g...Frank Gevaerts2010-10-13
* Resistor calculator: Use correct units if resistor to colour uses kilo- or me...Frank Gevaerts2010-10-13
* Add violet, grey and white multiplier for completenessFrank Gevaerts2010-10-13
* Fix some incorrect colour-to-resistance results. The price is that sometimes ...Frank Gevaerts2010-10-13
* Resistor calculator: Add lots of static, and slightly reorganise the codeFrank Gevaerts2010-10-13
* Simplify resistance to colour calculations, removing some bugs in the process.Frank Gevaerts2010-10-13
* fix sorting of track list when tracks with track number and tracks without tr...Teruaki Kawashima2010-10-13
* fix FS#11659. wait for user input before exiting the plugin.Teruaki Kawashima2010-10-12
* Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...Thomas Martitz2010-10-11
* Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...Thomas Martitz2010-10-10