aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/palm.cpp
AgeCommit message (Collapse)Author
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-27Reduce potential loss of precision if SysTicksPerSecond does not divide 1000Max Horn
svn-id: r16342
2004-12-20Prevent conflict with the new OSystem enumChris Apers
svn-id: r16169
2004-11-09Fixed potential crashChris Apers
svn-id: r15758
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
svn-id: r15332
2004-09-12- Pocket Tunes supportChris Apers
- new mouse emu code - setWindowCaption fix - get rid of _quitCount and selfQuit - clean up svn-id: r15051
2004-05-25Added battery handler and new OSystsem functions support, some parts were ↵Chris Apers
moved to new source files svn-id: r13887
2004-05-21Tweaks (Morphos & Palm backends badly need updating :-/)Max Horn
svn-id: r13848
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-11-03New num padChris Apers
svn-id: r11099
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-02removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵Max Horn
did it should be trivial to get them working again) svn-id: r9391
2003-07-23Fix a bug with checkMSA that let the last track play even if we exit to the ↵Chris Apers
launcher. Also enable to use MSALib if the lib is opened by another application svn-id: r9151
2003-07-22adjusted to play_cdrom parameter name change in common/system.hMax Horn
svn-id: r9132
2003-07-22Fix for bug #775512Chris Apers
svn-id: r9117
2003-07-13Don't try to run the sound thread if not setChris Apers
svn-id: r8971
2003-07-07MP3 and sound thread fixesChris Apers
svn-id: r8834
2003-07-06some backend fixesMax Horn
svn-id: r8812
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-12Cleanup, add CTRL+q shortcutChris Apers
svn-id: r7468
2003-05-06CleanupChris Apers
svn-id: r7366
2003-05-02cleanup, move tmpScreen to storage heapChris Apers
svn-id: r7268
2003-05-01Reactivate sound handler to prevent out of memoryChris Apers
svn-id: r7243
2003-04-30Add copyright headerChris Apers
svn-id: r7232
2003-04-30started to merge in Chrilith's PalmOS portMax Horn
svn-id: r7219