summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-07pitch_detector: build with -std=gnu99Rafaël Carré1-42/+44
2010-09-07plugins (doom, midi, rockboy): don't use non-static inlineRafaël Carré4-5/+5
2010-09-07buflib_get_data(): static inline ensures it will be inlinedRafaël Carré1-6/+1
2010-09-02Change the file name extension for the shopper plugin from 'list' to a more d...Alexander Levin1-1/+1
2010-09-02fix test_codec broken after r27968Rafaël Carré1-1/+2
2010-09-02battery_bench: make functions/struct/variables staticRafaël Carré1-18/+7
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz7-19/+31
2010-08-30Update comments in the helloword plugin.Thomas Martitz1-4/+5
2010-08-30Plugins: modify IRAM copying codeRafaël Carré13-55/+27
2010-08-28Fix r27923: folder size displayed "lld" in propertiesRafaël Carré1-3/+3
2010-08-28disktidy: store the number of removed files as global scopeRafaël Carré1-17/+15
2010-08-28cube: only needs text buffer on LCD_BITMAPRafaël Carré1-1/+1
2010-08-28fix r27926 : lcd_puts() not changed to lcd_putsf()Rafaël Carré2-2/+2
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré52-412/+173
2010-08-28splitedit: fix snprintf() argument (size of wrong buffer)Rafaël Carré1-1/+1
2010-08-28wormlet: remove some text buffersRafaël Carré1-75/+36
2010-08-28properties: remove some text buffersRafaël Carré1-38/+32
2010-08-28pitch_detector: use lcd_putsxyf(), not lcd_putsf()Rafaël Carré1-6/+6
2010-08-28pitch detector: remove more unused functions for sim buildsRafaël Carré1-1/+1