summaryrefslogtreecommitdiff
path: root/apps/plugins/lib (follow)
Commit message (Expand)AuthorAge
* Commit a few more GoGear HDD6330 keymaps.Robert Menes2010-11-02
* MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat2010-11-02
* lamp plugin:Teruaki Kawashima2010-11-01
* Add plugin keymaps to fft for the GoGear SA9200.Robert Menes2010-10-21
* Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...Thomas Martitz2010-10-11
* Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...Thomas Martitz2010-10-10
* Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie...Thomas Martitz2010-10-10
* Fix a few div0 cases forgotten in r27684 to enable enabling asm optimizations...Thomas Martitz2010-10-10
* correct comment in configfile.h, FS#11292 by Chris Savery.Teruaki Kawashima2010-10-10
* use different function to resize bitmap for greylib.Teruaki Kawashima2010-10-10
* fix redMarcin Bukat2010-09-29
* fix bitmap scallers smooth_resize_bitmap() and simple_resize_bitmap() to prop...Marcin Bukat2010-09-29
* Extend lc_open() to also being able to load overlay plugins.Thomas Martitz2010-09-09
* buflib_get_data(): static inline ensures it will be inlinedRafaël Carré2010-09-07
* plugins: use lcd_putsf/lcd_putsxyfRafaël Carré2010-08-28
* Fix typoFrank Gevaerts2010-08-28
* Fix building simulator plugins on Cygwin. A DLL stub containing atexit is lin...Magnus Holmgren2010-08-26
* Remove a bunch of build conditions inside .c filesRafaël Carré2010-08-25
* Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-24
* Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...Thomas Martitz2010-08-24
* Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz2010-08-23
* Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-23
* strncpy.c / assert.h : need to include _ansi.hRafaël Carré2010-07-25
* improve displaying of string containing diacritic characters. add some charac...Teruaki Kawashima2010-07-12
* some improvements for simple viewer.Teruaki Kawashima2010-06-29
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* reorder apps/plugins/lib/SOURCES.Teruaki Kawashima2010-06-18
* HD200 - calibrate lcdlinear[] matrixMarcin Bukat2010-06-18
* fix yellow.Teruaki Kawashima2010-06-08
* add simple text viewer to pluginlib and use this for dict to show description.Teruaki Kawashima2010-06-08
* Add a mapping for the PLA_EXIT action for Iriver remote and provide it in the...Marianne Arnold2010-06-05
* Fix PLA_EXIT and PLA_CANCEL for the Iaudio M5 and X5, make them more intuitiv...Marianne Arnold2010-06-05
* Convert some more stuff to mylcd_ and support pgfx as well.Michael Sevakis2010-06-04
* Add a wrapper header, mylcd.h, in the lib subdirectory, which lets plugins' c...Michael Sevakis2010-06-04
* FFT Plugin: Revamp the main code to rid it of 64-bit math. Use 32-bit kiss_ff...Michael Sevakis2010-06-02
* Vibe 500: fix the scrolling through the lists by implementing BUTTON_REPEAT f...Szymon Dziok2010-05-24
* Clipv2 / Clip+ : lcd scanrate checked with test_scanrateRafaël Carré2010-05-20
* Fix reds: add m3 keypad, fix typo in the ipods part, correct button for h10, ...Thomas Martitz2010-05-20
* S#10387 - Rework pluginlib actionsThomas Martitz2010-05-20
* HD200 - adjust LCD_SCANRATE (changed a bit after PLL settings change)Marcin Bukat2010-05-20
* apps/plugins/lib/SOURCES: make it more readable (space, comments, order)Rafaël Carré2010-05-18
* HD200 - add support for the device in greylibMarcin Bukat2010-05-10
* Fix size_t handling in plugin_get_buffer()Frank Gevaerts2010-05-07
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz2010-05-06
* Add MPIO HD200 port - changed filesMarcin Bukat2010-04-26
* plugins/lib: remove out-dated comments about plugin api.Teruaki Kawashima2010-02-25
* plugin: implement highscore_show for player and use it in rockblox.Teruaki Kawashima2010-02-22
* some changes to use of display_text.Teruaki Kawashima2010-02-22