aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/palm.h
AgeCommit message (Collapse)Author
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
svn-id: r18038
2005-04-09Moved the GFX_ constants to sdl-common.h, where they belong.Max Horn
svn-id: r17479
2005-03-09Patch #1013937 "OSystem layer with bigger resolution". Now you will alwaysEugene Sandulenko
get at least 640x400 window. And finally we have means of implementing nice looking GUI. Also updated all backends. If your backend has ability to run with 640x400 or 640x480 resolution then read patch tracker item to find out details. Other port maintainers shouldn't worry, as this patch doesn't affect them, they still get their 320x200. svn-id: r17055
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-20- Better ARM supportChris Apers
- Cleanup svn-id: r16170
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
svn-id: r15332
2004-09-12Forgot this oneChris Apers
svn-id: r15053
2004-09-04Got rid of OSystem::move_screenMax Horn
svn-id: r14882
2004-05-25New file : OSystem gfx stuffs, added hotswap capability and new Osystem ↵Chris Apers
functions svn-id: r13886
2004-05-06Removed default value for keycolor in the OSystem implementationsMax Horn
svn-id: r13796
2004-05-05Extend setMouseCursor with additional keycolor parameter. Lets saga use 255Eugene Sandulenko
as white color. Made this function more safe by copying cursor data to newly created buffer. svn-id: r13777
2004-03-28Renamed more OSystem methodsMax Horn
svn-id: r13410
2004-03-15Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changesMax Horn
svn-id: r13289
2004-03-15Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ↵Max Horn
get_width() to getHeight and getWidth(); augmented some doxygen comments in common/system.h svn-id: r13284
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed ↵Max Horn
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing ↵Max Horn
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036
2004-02-05More wide display support, 5way navigator support, prepare zodiac, arm and ↵Chris Apers
sound support, and many more stuffs... svn-id: r12741
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-11-28Better DIA support, use EVENT_QUIT, reset the device if OSystem failed to ↵Chris Apers
quit (Simon 1 & 2) svn-id: r11393
2003-09-27OSystem changes: removed create_thread() method (not needed anymore; 'pure' ↵Max Horn
threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type svn-id: r10430
2003-09-23Added support for DIA API compatible devices (Zodiac), fixed move_screen ↵Chris Apers
function on hi-density devices svn-id: r10377
2003-08-18Added : UX50 support + fullscreen mode, Fixed : overlay, some memory cards ↵Chris Apers
related stuffs,... svn-id: r9757
2003-08-06Get rid of the bad onehalf array (thx to Mark Fechtner)Chris Apers
svn-id: r9540
2003-08-01#include cleanup (explicityl specify the location for headers from common/, ↵Max Horn
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359
2003-07-22adjusted to play_cdrom parameter name change in common/system.hMax Horn
svn-id: r9132
2003-07-07MP3 and sound thread fixesChris Apers
svn-id: r8834
2003-07-05updated backends to use type MutexRefMax Horn
svn-id: r8776
2003-06-09clear_sound_procChris Apers
svn-id: r8414
2003-06-08MP3 support for audio tracksChris Apers
svn-id: r8391
2003-05-29more OSystem docs & cleanupMax Horn
svn-id: r8118
2003-05-29added some doxygen comments to common/system.h; cleaned up the OSystem ↵Max Horn
interface a bit svn-id: r8116
2003-05-28Experimental wide display support, new move_screen functionChris Apers
svn-id: r8053
2003-05-19add virtual numpad, change state of draKeyStateChris Apers
svn-id: r7686
2003-05-06CleanupChris Apers
svn-id: r7366
2003-05-02cleanup, move tmpScreen to storage heapChris Apers
svn-id: r7268
2003-04-30Add copyright headerChris Apers
svn-id: r7232
2003-04-30started to merge in Chrilith's PalmOS portMax Horn
svn-id: r7219