summaryrefslogtreecommitdiffstats
path: root/apps/plugins/reversi/reversi-gui.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-22Settings: Rename INT/BOOL setting type enum to RB_INT/RB_BOOLSolomon Peachy1-2/+2
2020-10-28Fix multiple potential null pointer dereferencessSolomon Peachy1-3/+4
2020-10-26FIX RED Framebuffer_viewport_rewriteWilliam Wilgus1-1/+1
2020-10-26FIX RED/YELLOW framebuffer viewport rewriteWilliam Wilgus1-7/+10
2014-01-07reversi: Update viewport initialization to new member fields.Thomas Martitz1-12/+9
2014-01-07lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.Thomas Martitz1-3/+0
2012-01-30reversi: Fix viewport initialization. Improve button layout for portrait. Ena...Thomas Martitz1-14/+8
2012-01-29Remove touchscreen mode setting from reversi. It's now done in do_menu().Thomas Martitz1-10/+0
2012-01-27pluginlib_touchscreen: Rework API to offer wait-for-button APIs.Thomas Martitz1-1/+1
2011-10-17- Fix some reds by implementing lcd_get_dpi().Thomas Martitz1-3/+3
2011-05-08Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-1/+6
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-7/+2
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
2009-10-05Fix yellowTomer Shalev1-3/+3
2009-08-03Remove find_albumart() from the plugin API as it doesn't exist for them.Thomas Martitz1-4/+4
2009-08-03Reversi: Make Reversi respect the global touchscreen setting when in a menu.Karl Kurbjun1-0/+10
2009-08-02Reversi: Fix warning, change the text so that it does not resize the board (t...Karl Kurbjun1-19/+51
2009-08-02Reversi: Implement dynamic legend/board sixing when necessary for landscape t...Karl Kurbjun1-2/+8
2009-08-02Pluginlib: Add support for general buttons. Add menu and quit buttons to Rev...Karl Kurbjun1-69/+149
2009-07-29Reversi: Attempt to account for screen aspect, add preliminary absolute touch...Karl Kurbjun1-38/+75
2009-07-27Reversi: Simplify screen sizing - now supports any resolution.Karl Kurbjun1-85/+5
2009-06-16Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon1-17/+6
2009-03-02Improve grammar and key map in reversi (FS#9960 and FS#9961)Alexander Levin1-2/+2
2009-02-26Accept the first patch at FS#9953 - Add Playback Control to more plugins, by...Thomas Martitz1-1/+7
2009-01-16loader-initialized global plugin API:Andrew Mahone1-12/+2
2008-11-28Sansa Clip: build plugins (FS#9578)Rafaël Carré1-0/+8
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2008-03-22Adapted most multi-source plugins to the iAudio M3 keypad and screen. Doom an...Jens Arnold1-9/+6
2007-10-15Fix some plugins that use NULL instead of -1 when not using a voice id in str...Michael Sevakis1-7/+7
2007-09-20Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max...Marianne Arnold1-0/+8
2007-07-27Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold1-1/+2
2007-07-01Gra, i really need to get some sleep.Antoine Cellerier1-2/+2
2007-07-01Add repeat for the alt buttons too.Antoine Cellerier1-0/+2
2007-07-01Oops.Antoine Cellerier1-2/+2
2007-07-01control imporvements for iPod by DerPapst.Antoine Cellerier1-2/+11
2007-07-01Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs.Antoine Cellerier1-7/+15
2007-07-01Implement 2 simple AIs for reversi:Antoine Cellerier1-3/+35
2007-06-30FS #6509 - "Plugin for playing reversi game" by Alexander Levin + changes by ...Antoine Cellerier1-0/+669