summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2010-11-06rockboy: fix that description is cut off if it is near 20 bytes in load/save ...Teruaki Kawashima1-26/+31
2010-11-06FS#11546: Adjustable brightness in lamp pluginTeruaki Kawashima1-47/+72
2010-11-03FS#11673: picture flow: improve scrolling text, by myself.Teruaki Kawashima1-36/+108
2010-11-03Okay, this should be the last few "prevent red" fixes to beRobert Menes4-2/+21
2010-11-03Another "keep the reds away" fix.Robert Menes1-2/+2
2010-11-03Whoops, nearly forgot to define the help screen text forRobert Menes1-0/+6
2010-11-03These should be the last of the plugin keymaps requiredRobert Menes22-4/+195
2010-11-02Still coming along with HDD6330 plugin keymaps.Robert Menes2-0/+21
2010-11-02Reconfigure IRAM for S5L870x. S5L8700 has 256 KB of IRAM, use a 48 KB / 208 K...Andree Buschmann1-4/+6
2010-11-02Enable building of metronome for hwcodec targets and swcodec sims which was a...Marianne Arnold1-4/+7
2010-11-02More plugin keymaps for the HDD6330. Quite a lot of commits. ;)Robert Menes8-2/+67
2010-11-02More plugin keymaps for the GoGear HDD6330.Robert Menes9-4/+81
2010-11-02Commit a few more GoGear HDD6330 keymaps.Robert Menes6-2/+61
2010-11-02MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat50-167/+167
2010-11-02Begin committing keymap plugins for the Philips GoGear HDD6330.Robert Menes12-5/+117
2010-11-01lamp plugin:bootloader_gogearhdd6330_v1bootloader_gogearhdd1630_v1Teruaki Kawashima3-47/+69
2010-11-01reduce casts between "unsinged char *" and "fb_data *". make calculation prec...Teruaki Kawashima4-595/+561
2010-10-31disktidy: handles user abort properly.Teruaki Kawashima1-13/+5
2010-10-31Commit FS #11682 by Teruaki Kawashima: fix the disktidy pluginRobert Menes2-14/+39
2010-10-31Fix and extend imageviewer png support. FS#11641 by meMarcin Bukat24-6608/+3214
2010-10-27test_codec: Align the codec buffer to pointer size, since tlsf wants that. Fi...Nils Wallménius1-0/+3
2010-10-26fix that disktidy plugin and shopper plugin is not usable when Show Icons set...Teruaki Kawashima1-2/+0
2010-10-23fix leak-file-handles.Teruaki Kawashima2-4/+9
2010-10-21Add plugin keymaps to fft for the GoGear SA9200.Robert Menes2-3/+11
2010-10-17add plugin_crt0.c to OTHER_SRC so that dependencies will be genereted.Teruaki Kawashima1-0/+1
2010-10-16Remove some inconsistent guarding around cpucache_* functions to fix a test_c...Nils Wallménius1-2/+0
2010-10-15Pitch detector: do not break profiling builds.Nils Wallménius1-2/+1
2010-10-14Resistor calculator: make brace-style consistentFrank Gevaerts1-32/+27
2010-10-14Fix typo in resistor plugin help textMichael Chicoine1-1/+1
2010-10-13Resistor calculator: Initialise variable to make the compiler shut up about i...Frank Gevaerts1-1/+1
2010-10-13Resistor calculator: Support Gigaohms in resistor to colour conversion, and g...Frank Gevaerts1-6/+20
2010-10-13Resistor calculator: Use correct units if resistor to colour uses kilo- or me...Frank Gevaerts1-2/+2
2010-10-13Add violet, grey and white multiplier for completenessFrank Gevaerts1-6/+16
2010-10-13Fix some incorrect colour-to-resistance results. The price is that sometimes ...Frank Gevaerts1-9/+5
2010-10-13Resistor calculator: Add lots of static, and slightly reorganise the codeFrank Gevaerts1-76/+52
2010-10-13Simplify resistance to colour calculations, removing some bugs in the process.Frank Gevaerts1-61/+19
2010-10-13fix sorting of track list when tracks with track number and tracks without tr...Teruaki Kawashima1-5/+5
2010-10-12fix FS#11659. wait for user input before exiting the plugin.Teruaki Kawashima1-8/+24
2010-10-11Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...Thomas Martitz1-1/+1
2010-10-10Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...Thomas Martitz1-1/+1
2010-10-10Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie...Thomas Martitz1-7/+9
2010-10-10Guard the cpucache_invalidate() with proper #ifdefsFrank Gevaerts1-0/+3
2010-10-10Invalidate the CPU cache after clearing bss, to make sure that bss variables ...Frank Gevaerts1-0/+4
2010-10-10Fix a few div0 cases forgotten in r27684 to enable enabling asm optimizations...Thomas Martitz2-2/+2
2010-10-10correct comment in configfile.h, FS#11292 by Chris Savery.Teruaki Kawashima1-1/+1
2010-10-10use different function to resize bitmap for greylib.Teruaki Kawashima3-16/+54
2010-10-07alarm clock: don't have user pause the playback manually. make the plugin pau...Teruaki Kawashima1-13/+24
2010-10-06text viewer:Teruaki Kawashima6-66/+71
2010-10-05fix crash after unplugging USB while in image viewer plugin.Teruaki Kawashima2-6/+8
2010-10-05pictureflow:Teruaki Kawashima1-28/+28