summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-03Resistor calculator: Don't assume a specific foreground colourFrank Gevaerts1-4/+8
2010-10-03Resistor calculator: simplify layout code, add scrolling, and handle error casesFrank Gevaerts1-232/+202
2010-10-03Make test_fps test the greylib on both cores of dual core targets.Jens Arnold1-48/+61
2010-10-02Fix typo properly this time, to ensure all greenFrank Gevaerts1-1/+1
2010-10-02Fix typo, which should fix yellowFrank Gevaerts1-1/+1
2010-10-02Resistor plugin: Frank Gevaerts4-44/+17
2010-10-02picture flow: clean up code. no functional changes.Teruaki Kawashima1-138/+144
2010-10-02New plugin: Resistor code calculatorFrank Gevaerts11-0/+1168
2010-10-01text editor: decrease size of extension to reduce stack usage.Teruaki Kawashima1-31/+30
2010-09-30use correct condition for #if for tagcache_fill_tags().Teruaki Kawashima1-1/+1
2010-09-29fix redMarcin Bukat1-3/+1
2010-09-29imageviewer bmp - drop special case for grey bitmap scallerMarcin Bukat1-35/+1
2010-09-29fix bitmap scallers smooth_resize_bitmap() and simple_resize_bitmap() to prop...Marcin Bukat2-8/+28
2010-09-17Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts1-0/+2
2010-09-14pitch_detector: don't use a struct with only one memberRafaël Carré1-65/+58
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz1-42/+34
2010-09-08keybox: do not leak filehandle when the wrong password is entered.Nils Wallménius1-2/+2
2010-09-07invadrox: make all inline functions static inlineRafaël Carré1-12/+12
2010-09-07invadrox: make inline function static inlineRafaël Carré1-1/+1