summaryrefslogtreecommitdiffstats
path: root/apps/plugins/chessbox
AgeCommit message (Expand)AuthorFilesLines
2010-11-30HD300 - plugins keymapsMarcin Bukat1-0/+10
2010-11-02Commit a few more GoGear HDD6330 keymaps.Robert Menes1-0/+10
2010-11-02MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat1-4/+4
2010-08-25Remove a bunch of build conditions inside .c filesRafaël Carré1-4/+0
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-07-04chessbox: fix 'i = i++', based on gnuchess4.0-pl80Rafaël Carré1-2/+2
2010-05-18Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytesRafaël Carré1-7/+1
2010-05-07Fix size_t handling in plugin_get_buffer()Frank Gevaerts1-3/+3
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2-3/+3
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat1-0/+10
2010-02-14Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for ...Szymon Dziok1-0/+10
2010-01-17change dependencies in make files:Teruaki Kawashima1-1/+1
2009-12-15Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev1-1/+1
2009-12-06Correct checking return value of open in plugins.Teruaki Kawashima1-2/+2
2009-12-03Another round of plugin keymaps for the Philips GoGear SA9200.Robert Menes1-0/+10
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun1-2/+4
2009-08-31 * Fix plugin keymaps for VX777Maurus Cuelenaere1-0/+3
2009-08-31Chessbox and Flipit: Add support for vertical strides.Karl Kurbjun1-2/+4
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-5/+3
2009-08-04Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ...Michael Giacomelli1-0/+10
2009-08-03Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz1-1/+1
2009-07-14FS#10080Nils Wallménius1-1/+1
2009-05-06M:Robe 500: Get the rest of the games except doom working with the touchscreen.Karl Kurbjun1-13/+0
2009-04-10FS#10075 - FUZE: QUIT Plugin by selecting BUTTON_HOME by Johannes Schwarz. Up...Thomas Martitz1-1/+1
2009-04-07Enable plugins on the Onda VX747Maurus Cuelenaere1-0/+5
2009-03-02Calculate the optimal memory location for overlay plugins, and use plugin.lds...Jens Arnold2-55/+11
2009-02-26Correct the preprocessor condition introduced in r20112, also include FS#9958...Thomas Martitz1-3/+8
2009-02-26Archos and other low mem don't have playback in chessbox, so don't show the m...Thomas Martitz1-2/+10
2009-02-26Accept the first patch at FS#9953 - Add Playback Control to more plugins, by...Thomas Martitz1-1/+6
2009-01-24remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone1-6/+0
2009-01-24Plugins for the Philips HDD1630. The keymaps are largely untested on the devi...Mark Arigo1-0/+15
2009-01-16loader-initialized global plugin API:Andrew Mahone5-52/+28
2009-01-04Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz.Michael Giacomelli1-0/+16
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-1/+0
2008-12-12m200v4: rename Keys, so they match better other targets with similar key-layo...Dominik Wenger1-0/+15
2008-12-08Commit FS#9607 by Adam Hogan: fix plugin keymaps for Creative Zen Vision:MMaurus Cuelenaere1-1/+0
2008-12-04Added keymaps for ZVM to plugins. Enabled zvm plugin building in tools/config...Björn Stenberg1-0/+11
2008-11-28Sansa Clip: build plugins (FS#9578)Rafaël Carré1-0/+15
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg1-1/+1
2008-11-21$* doesn't work if the target doesn't use a wildcard. Furthermore the GNU mak...Jens Arnold1-3/+3
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg4-115/+63
2008-10-18revert plugin_api part of r18830, as this was the wrong solution for thoseFrank Gevaerts1-1/+1
2008-10-18code police : fix some multiply defined variablesFrank Gevaerts1-1/+1
2008-09-24Slight clean up of splash calls, use HZ instead of explicit numbersNils Wallménius1-7/+7
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere1-1/+1
2008-08-19Fix a problem with dict and checkbox where their internal buffer allocaters w...Jonathan Gordon1-0/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg4-8/+16
2008-05-13Plugin parameters should be const.Steve Bavin5-18/+18