summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lib
AgeCommit message (Expand)AuthorFilesLines
2012-02-09Fuze+ PLA_EXIT slight mapping cleanupJean-Louis Biasini1-2/+2
2012-02-02MPIOs: keymap tweaksMarcin Bukat1-1/+1
2012-01-27pluginlib_touchscreen: Rework API to offer wait-for-button APIs.Thomas Martitz2-6/+54
2012-01-27PLA: Add map for android. Directional keys not available in point mode due toThomas Martitz1-1/+7
2012-01-23Fix flag for the viewport. Text is supposed to be centered.Thomas Martitz1-1/+1
2012-01-21Move supprt-arm.S to separate library.Thomas Martitz1-1/+0
2012-01-15fuzeplus: update plugins keymaps (FS#12405)Jean-Louis Biasini1-1/+1
2012-01-07fuze+: Update plugin keymaps (FS#12405). Thanks to Jean-Louis BiasiniAmaury Pouly1-1/+1
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz2-2/+5
2011-11-16Sandisk Sansa Connect port (FS #12363)Tomasz Moń1-2/+4
2011-11-09Fix assembler .size directives. Currently used binutils don't complain, but 2...Boris Gjenero1-1/+1
2011-10-17- Fix some reds by implementing lcd_get_dpi().Thomas Martitz1-28/+5
2011-10-02fuze+: add pluginlib keymapAmaury Pouly1-1/+8
2011-09-06rk27xx - enable a few test pluginsMarcin Bukat1-1/+15
2011-08-30Remove buflib from the pluginlib and use the core one.Thomas Martitz3-408/+0
2011-08-25Also fix uninitialized variables in xlcd_scroll_up()/xlcd_scroll_down()Thomas Jarosch1-4/+4
2011-08-25Fix use of uninitialized memory in xlcd_scroll_left() / xlcd_scroll_right() i...Thomas Jarosch1-6/+6
2011-05-26Commit FS#12130 - Fix ADX decoding on 64-bit systems by Sean Bartell. Fixes ...Michael Giacomelli1-1/+1
2011-03-02RaaA: Fix write locations of pluginsThomas Jarosch1-1/+5
2011-02-09Hopefully all green nowThomas Martitz2-1/+1
2011-02-09Fix remaining reds.Thomas Martitz1-0/+1
2011-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima2-1/+28
2010-11-30HD300 - greylib callibration data (taken from iAudio M5 - works well)Marcin Bukat1-0/+22
2010-11-30HD300 - plugins keymapsMarcin Bukat1-0/+16
2010-11-02Commit a few more GoGear HDD6330 keymaps.Robert Menes1-2/+4
2010-11-02MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat1-7/+7
2010-11-01lamp plugin:bootloader_gogearhdd6330_v1bootloader_gogearhdd1630_v1Teruaki Kawashima2-0/+17
2010-10-21Add plugin keymaps to fft for the GoGear SA9200.Robert Menes1-3/+2
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-10Fix a few div0 cases forgotten in r27684 to enable enabling asm optimizations...Thomas Martitz1-1/+1
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 Kawashima2-15/+51
2010-09-29fix redMarcin Bukat1-3/+1
2010-09-29fix bitmap scallers smooth_resize_bitmap() and simple_resize_bitmap() to prop...Marcin Bukat2-8/+28
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz1-42/+34
2010-09-07buflib_get_data(): static inline ensures it will be inlinedRafaël Carré1-6/+1
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-7/+3
2010-08-28Fix typoFrank Gevaerts1-1/+1
2010-08-26Fix building simulator plugins on Cygwin. A DLL stub containing atexit is lin...Magnus Holmgren1-2/+6
2010-08-25Remove a bunch of build conditions inside .c filesRafaël Carré5-16/+0
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz3-49/+25
2010-08-24Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...Thomas Martitz2-20/+0
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz3-25/+53
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz3-53/+25
2010-07-25strncpy.c / assert.h : need to include _ansi.hRafaël Carré1-0/+1
2010-07-12improve displaying of string containing diacritic characters. add some charac...Teruaki Kawashima1-3/+22
2010-06-29some improvements for simple viewer.Teruaki Kawashima1-20/+77
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2-4/+4