index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
platform
/
gp2x
/
graphics.cpp
Age
Commit message (
Expand
)
Author
2010-09-08
GP2X: Clean up input code a little.
John Willis
2010-06-02
OSYSTEM: Get rid of kFeatureAutoComputeDirtyRects
Max Horn
2010-05-29
Removed some unused variables, found by cppcheck.
Torbjörn Andersson
2010-05-09
Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...
Andre Heider
2010-03-18
Convert some occurences of StringList to StringArray;
Max Horn
2010-03-12
GP2x: Oops, forgot to checkin this file
Max Horn
2010-03-08
Move some aspect ratio related stuff to graphics/scaler/aspect.h
Max Horn
2009-09-30
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...
Max Horn
2009-08-21
Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...
Andre Heider
2009-08-21
correct idiotic error in first gp2x fix attempt.
Jody Northup
2009-08-21
fixed GP2X (I hope)
Jody Northup
2009-08-09
GP2X: Commit local version of backend, contains a 'fix' to work around a GP2X...
John Willis
2009-07-25
Fix gp2x port building.
Johannes Schickel
2009-04-16
Backout previous 'ooops' change (while shaking a stick at SVN and trying to c...
John Willis
2009-04-16
Push local cleanup into the 0.13 branch in prep. for 0.13.1.
John Willis
2009-02-12
Cleanup of the GP2X backend. It's been sat on my HDD for a while and it reall...
John Willis
2008-11-06
Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...
Max Horn
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2007-06-26
Cleanup of the GP2X port to fix compile issues (and the odd warning).
John Willis
2007-06-19
Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-02-07
Update GP2X port to hack around the odd grabRawScreen issues. This is not a f...
John Willis
2006-10-06
Patch #1432376: "Very basic GP2X Backend"
Eugene Sandulenko