summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lib
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-18reorder apps/plugins/lib/SOURCES.Teruaki Kawashima1-6/+5
2010-06-18HD200 - calibrate lcdlinear[] matrixMarcin Bukat1-16/+23
2010-06-08fix yellow.Teruaki Kawashima1-6/+0
2010-06-08add simple text viewer to pluginlib and use this for dict to show description.Teruaki Kawashima3-0/+289
2010-06-05Add a mapping for the PLA_EXIT action for Iriver remote and provide it in the...Marianne Arnold1-0/+1
2010-06-05Fix PLA_EXIT and PLA_CANCEL for the Iaudio M5 and X5, make them more intuitiv...Marianne Arnold1-2/+4
2010-06-04Convert some more stuff to mylcd_ and support pgfx as well.Michael Sevakis1-25/+66
2010-06-04Add a wrapper header, mylcd.h, in the lib subdirectory, which lets plugins' c...Michael Sevakis1-0/+142
2010-06-02FFT Plugin: Revamp the main code to rid it of 64-bit math. Use 32-bit kiss_ff...Michael Sevakis1-0/+3