aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/wince-sdl.h
AgeCommit message (Collapse)Author
2008-01-22Removed backends/intern.hMax Horn
svn-id: r30611
2007-12-30implement new gettimeanddate method - fixes bug 1834822 WINCE: Save games ↵Kostas Nakos
have incorrect time & date svn-id: r30083
2007-12-16reimplemented the freelook action to be more usable, ultimately targeted ↵Kostas Nakos
towards lure but all engines benefit svn-id: r29886
2007-11-13got rid of the /evil/ monkeykeyboard code :-) (see also rev. 29495)Kostas Nakos
svn-id: r29498
2007-10-28cleanup after framebuffer api changesKostas Nakos
svn-id: r29307
2007-09-26Compile fixes for WinCE buildRobin Watts
* wince-sdl.h: sdl-common.h is now sdl.h. Also, copied in definition of DF_UPDATE_EXPAND_1_PIXEL as this was no longer offered by sdl.h * CELauncherDialog.cpp: Updated to use modified FilingSystemNode. svn-id: r29104
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All ↵Max Horn
changes are just fine, and won't cause any compile problems or regressions, despite the fact that I can't test most of the non-SDL backend changes, at an improbability level of two to the power of two hundred and seventy-six thousand to one against - possibly much higher. Anything you still can't cope with is therefore your own problem. Please relax. svn-id: r27548
2007-06-09fix bugs 1734068, 1723144: cursor trails when scrollingKostas Nakos
svn-id: r27250
2007-06-03new functionality for the predictive input dialog for smartphonesKostas Nakos
svn-id: r27071
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-04-28rewrote drawing loop in a more straightforward fashion, which also kills ↵Kostas Nakos
some bugs svn-id: r26668
2007-04-28add focus flagKostas Nakos
svn-id: r26662
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class ↵Max Horn
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180
2007-02-12removed dependency on MAX_MOUSE_W/H. optimized mouse blits a bitKostas Nakos
svn-id: r25527
2006-11-12CleanupKostas Nakos
svn-id: r24702
2006-11-12Implement Fingolfin's modular backend timer, savefile and mixer managersKostas Nakos
svn-id: r24691
2006-10-10Merge ozone headerKostas Nakos
svn-id: r24266
2006-10-08Initial commit of the wince-gcc re-portKostas Nakos
svn-id: r24212
2006-07-01move ce port to its new homeKostas Nakos
svn-id: r23366