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