summaryrefslogtreecommitdiff
path: root/apps/plugins/lib
AgeCommit message (Expand)Author
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-06-18reorder apps/plugins/lib/SOURCES.Teruaki Kawashima
2010-06-18HD200 - calibrate lcdlinear[] matrixMarcin Bukat
2010-06-08fix yellow.Teruaki Kawashima
2010-06-08add simple text viewer to pluginlib and use this for dict to show description.Teruaki Kawashima
2010-06-05Add a mapping for the PLA_EXIT action for Iriver remote and provide it in the...Marianne Arnold
2010-06-05Fix PLA_EXIT and PLA_CANCEL for the Iaudio M5 and X5, make them more intuitiv...Marianne Arnold
2010-06-04Convert some more stuff to mylcd_ and support pgfx as well.Michael Sevakis
2010-06-04Add a wrapper header, mylcd.h, in the lib subdirectory, which lets plugins' c...Michael Sevakis
2010-06-02FFT Plugin: Revamp the main code to rid it of 64-bit math. Use 32-bit kiss_ff...Michael Sevakis
2010-05-24Vibe 500: fix the scrolling through the lists by implementing BUTTON_REPEAT f...Szymon Dziok
2010-05-20Clipv2 / Clip+ : lcd scanrate checked with test_scanrateRafaël Carré
2010-05-20Fix reds: add m3 keypad, fix typo in the ipods part, correct button for h10, ...Thomas Martitz
2010-05-20S#10387 - Rework pluginlib actionsThomas Martitz
2010-05-20HD200 - adjust LCD_SCANRATE (changed a bit after PLL settings change)Marcin Bukat
2010-05-18apps/plugins/lib/SOURCES: make it more readable (space, comments, order)Rafaël Carré
2010-05-10HD200 - add support for the device in greylibMarcin Bukat
2010-05-07Fix size_t handling in plugin_get_buffer()Frank Gevaerts
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat
2010-02-25plugins/lib: remove out-dated comments about plugin api.Teruaki Kawashima
2010-02-22plugin: implement highscore_show for player and use it in rockblox.Teruaki Kawashima
2010-02-22some changes to use of display_text.Teruaki Kawashima
2010-02-11Packard Bell Vibe 500: Start committing plugin keymaps.Szymon Dziok
2010-02-01FS#10943, optimized division and clz routines to replace libgcc routines for ...Andrew Mahone
2010-01-05pluginlib: Support calling a function at exit time to clean up open filesTorne Wuff
2010-01-03Set svn:keywords property on .c and .h files that didn't already have it. Cor...Bertrik Sikken
2009-12-15Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev
2009-12-12Cowon: Fix wrong pluginlib actionTomer Shalev
2009-12-10These are the last plugin keymaps needed for the GoGear SA9200.Robert Menes
2009-11-22XLCD lib: * Fix bug (improper fill) in pixel-wise left scrolling on 2bpp hori...Jens Arnold
2009-10-16Pluginlib: make scroll functions clear screen if scrolled by >= screen size (...Torne Wuff
2009-10-09Fix compilation of simulators on Mac OS X 10.6. Tested on 10.5.8 and 10.6.1.Tom Ross
2009-10-08LCD scrolling routines: Fix the screen scrolling boundary with Vertical Strides.Karl Kurbjun
2009-09-12Add Vertical stride support to LCD scrolling functions.Karl Kurbjun
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun
2009-08-31 * Fix plugin keymaps for VX777Maurus Cuelenaere
2009-08-16pluginlib_bmp: fix bug that bitmap isn't saved correctly if width is not a mu...Teruaki Kawashima
2009-08-09FS#10496: remove function read_image_file_offset, it had a bug and is not use...Bertrik Sikken
2009-08-04Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ...Michael Giacomelli
2009-08-03calendar: fix bug when add new event text longer than last entry.Teruaki Kawashima
2009-08-03Remove find_albumart() from the plugin API as it doesn't exist for them.Thomas Martitz
2009-08-03Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz
2009-08-03Blackjack: Use standard menu and add playback menu, use pluginlib high scores.Karl Kurbjun
2009-08-02Pluginlib: Add support for general buttons. Add menu and quit buttons to Rev...Karl Kurbjun
2009-07-18Commit FS#10350, prevents to save an unchanged highscore and move the functio...Johannes Schwarz
2009-07-15Fix a bug in lib display_text.h, which inserts a unwanted blank lineJohannes Schwarz
2009-07-14FS#10080Nils Wallménius