summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Expand)AuthorAge
* Resistor plugin: Frank Gevaerts2010-10-02
* picture flow: clean up code. no functional changes.Teruaki Kawashima2010-10-02
* New plugin: Resistor code calculatorFrank Gevaerts2010-10-02
* text editor: decrease size of extension to reduce stack usage.Teruaki Kawashima2010-10-01
* use correct condition for #if for tagcache_fill_tags().Teruaki Kawashima2010-09-30
* fix redMarcin Bukat2010-09-29
* imageviewer bmp - drop special case for grey bitmap scallerMarcin Bukat2010-09-29
* fix bitmap scallers smooth_resize_bitmap() and simple_resize_bitmap() to prop...Marcin Bukat2010-09-29
* Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts2010-09-17
* pitch_detector: don't use a struct with only one memberRafaël Carré2010-09-14
* Extend lc_open() to also being able to load overlay plugins.Thomas Martitz2010-09-09
* keybox: do not leak filehandle when the wrong password is entered.Nils Wallménius2010-09-08
* invadrox: make all inline functions static inlineRafaël Carré2010-09-07
* invadrox: make inline function static inlineRafaël Carré2010-09-07
* pitch_detector: build with -std=gnu99Rafaël Carré2010-09-07
* plugins (doom, midi, rockboy): don't use non-static inlineRafaël Carré2010-09-07
* buflib_get_data(): static inline ensures it will be inlinedRafaël Carré2010-09-07
* Change the file name extension for the shopper plugin from 'list' to a more d...Alexander Levin2010-09-02
* fix test_codec broken after r27968Rafaël Carré2010-09-02
* battery_bench: make functions/struct/variables staticRafaël Carré2010-09-02
* Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz2010-09-01
* Update comments in the helloword plugin.Thomas Martitz2010-08-30
* Plugins: modify IRAM copying codeRafaël Carré2010-08-30
* Fix r27923: folder size displayed "lld" in propertiesRafaël Carré2010-08-28
* disktidy: store the number of removed files as global scopeRafaël Carré2010-08-28
* cube: only needs text buffer on LCD_BITMAPRafaël Carré2010-08-28
* fix r27926 : lcd_puts() not changed to lcd_putsf()Rafaël Carré2010-08-28
* plugins: use lcd_putsf/lcd_putsxyfRafaël Carré2010-08-28
* splitedit: fix snprintf() argument (size of wrong buffer)Rafaël Carré2010-08-28
* wormlet: remove some text buffersRafaël Carré2010-08-28
* properties: remove some text buffersRafaël Carré2010-08-28
* pitch_detector: use lcd_putsxyf(), not lcd_putsf()Rafaël Carré2010-08-28
* pitch detector: remove more unused functions for sim buildsRafaël Carré2010-08-28
* pitch detector: remove unused functions for sim buildsRafaël Carré2010-08-28
* pitch_detector: cleanupRafaël Carré2010-08-28
* pitch_detector: avoid a division by zero when changing 'lowest frequency' set...Rafaël Carré2010-08-28
* Fix typoFrank Gevaerts2010-08-28
* tweak lrcplayer.Teruaki Kawashima2010-08-27
* 2nd try: Introduce a small api for loading code (codecs,plugins) from disk/me...Thomas Martitz2010-08-27
* Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem...Thomas Martitz2010-08-27
* Introduce a small api for loading code (codecs,plugins) from disk/memory.Thomas Martitz2010-08-26
* Oops, forgot this file in r27893.Magnus Holmgren2010-08-26
* Fix building simulator plugins on Cygwin. A DLL stub containing atexit is lin...Magnus Holmgren2010-08-26
* remove executable bit on plugin_crt0.cRafaël Carré2010-08-26
* pacbox_cf.S contains a h300-only function, AND a function for all CFRafaël Carré2010-08-25
* Fix pacbox build on coldfireRafaël Carré2010-08-25
* Remove a bunch of build conditions inside .c filesRafaël Carré2010-08-25
* Remove build conditions inside .c plugin filesRafaël Carré2010-08-25
* Fix yellows/reds. Red where caused by preprocessor condition mismatch.Thomas Martitz2010-08-24
* Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-24