summaryrefslogtreecommitdiff
path: root/apps/plugins/reversi/reversi-gui.c
AgeCommit message (Expand)Author
2014-01-07reversi: Update viewport initialization to new member fields.Thomas Martitz
2014-01-07lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.Thomas Martitz
2012-01-30reversi: Fix viewport initialization. Improve button layout for portrait. Ena...Thomas Martitz
2012-01-29Remove touchscreen mode setting from reversi. It's now done in do_menu().Thomas Martitz
2012-01-27pluginlib_touchscreen: Rework API to offer wait-for-button APIs.Thomas Martitz
2011-10-17- Fix some reds by implementing lcd_get_dpi().Thomas Martitz
2011-05-08Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré
2010-08-25Remove a bunch of build conditions inside .c filesRafaël Carré
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2009-10-05Fix yellowTomer Shalev
2009-08-03Remove find_albumart() from the plugin API as it doesn't exist for them.Thomas Martitz
2009-08-03Reversi: Make Reversi respect the global touchscreen setting when in a menu.Karl Kurbjun
2009-08-02Reversi: Fix warning, change the text so that it does not resize the board (t...Karl Kurbjun
2009-08-02Reversi: Implement dynamic legend/board sixing when necessary for landscape t...Karl Kurbjun
2009-08-02Pluginlib: Add support for general buttons. Add menu and quit buttons to Rev...Karl Kurbjun
2009-07-29Reversi: Attempt to account for screen aspect, add preliminary absolute touch...Karl Kurbjun
2009-07-27Reversi: Simplify screen sizing - now supports any resolution.Karl Kurbjun
2009-06-16Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon
2009-03-02Improve grammar and key map in reversi (FS#9960 and FS#9961)Alexander Levin
2009-02-26Accept the first patch at FS#9953 - Add Playback Control to more plugins, by...Thomas Martitz
2009-01-16loader-initialized global plugin API:Andrew Mahone
2008-11-28Sansa Clip: build plugins (FS#9578)Rafaël Carré
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-13Plugin parameters should be const.Steve Bavin
2008-03-22Adapted most multi-source plugins to the iAudio M3 keypad and screen. Doom an...Jens Arnold
2007-10-15Fix some plugins that use NULL instead of -1 when not using a voice id in str...Michael Sevakis
2007-09-20Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max...Marianne Arnold
2007-07-27Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold
2007-07-01Gra, i really need to get some sleep.Antoine Cellerier
2007-07-01Add repeat for the alt buttons too.Antoine Cellerier
2007-07-01Oops.Antoine Cellerier
2007-07-01control imporvements for iPod by DerPapst.Antoine Cellerier
2007-07-01Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs.Antoine Cellerier
2007-07-01Implement 2 simple AIs for reversi:Antoine Cellerier
2007-06-30FS #6509 - "Plugin for playing reversi game" by Alexander Levin + changes by ...Antoine Cellerier