aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/src/SymbianOS.cpp
AgeCommit message (Collapse)Author
2015-09-14SYMBIAN: Delete obsolete fixes for 'remove'Fedor Strizhnev
2015-02-16SDL: Handle icon setup in SdlWindow.Johannes Schickel
2015-02-16SDL: Add basic abstraction class for the SDL window.Johannes Schickel
2014-02-18SYMBIAN: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-26SYMBIAN OS:Removed resolution fix from Symbian OS Backend, handle this in ↵anotherguest
SDL backend instead. Add more engines for the split build.
2013-11-25SYMBIAN OS:Added new engines, updated resolution support. Version number changesanotherguest
2011-06-20ALL: Remove trailing whitespacesMax Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-29SYMBIAN : Forgot to init the SDL backendLars Persson
svn-id: r54590
2010-11-28SDL: Various more SdlEventSource related fixesMax Horn
svn-id: r54553
2010-11-28SDL: Change refs to SdlEventManager to SdlEventSourceMax Horn
svn-id: r54544
2010-11-28Merging the gsoc2010-opengl branchMax Horn
svn-id: r54518
2010-11-19SYMBIAN : Updated for proper FORBIDDEN handling, added cdaudio support ↵Lars Persson
needed, updated version nr svn-id: r54378
2010-11-19SYMBIAN : Remove Symbian FatalError implementation (not really used anymore ↵Lars Persson
for any current symbian phone) svn-id: r54372
2010-10-13OPENGL: Merged from trunk, from rev 52105 to 53396.Johannes Schickel
This includes an rather hacky attempt to merge all the recent gp2x backend changes into the branch. I suppose the gp2x backend and probably all new backends, i.e. gph, dingux etc., might not compile anymore. Since I have no way of testing those it would be nice if porters could look into getting those up to speed in this branch. svn-id: r53399
2010-09-23SYMBIAN : Add addSysArchivesToSearchSet to support local data files ↵Lars Persson
properly. (Instead of using extrapath) svn-id: r52864
2010-07-03Cleanup and documentation.Alejandro Marzini
svn-id: r50610
2010-06-29Override setupIcon() for both Mac OS X and SymbianOS, they have their own icons.Matthew Hoops
svn-id: r50476
2010-06-26Modularized Symbian port.Alejandro Marzini
svn-id: r50356
2010-06-15Symbian: sync with recent GUI changes. NOT TESTED.Eugene Sandulenko
svn-id: r49794
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
svn-id: r49388
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ↵Max Horn
MixerImpl constructor svn-id: r48238
2010-03-10Remove last traces of OSystem::getOutputSampleRate()Max Horn
svn-id: r48229
2009-11-10Move Symbian main implementation from main.cpp to SymbianOS.cppLars Persson
svn-id: r45802
2009-11-09Revert rev 45791 and make the first param of OSystem_SDL::remapKey again ↵Max Horn
non-const (as it may have to be modified for remapping. Of course. Silly me :/) svn-id: r45796
2009-11-09whitespaceMax Horn
svn-id: r45794
2009-11-09SDL: Make first param of OSystem_SDL::remapKey constMax Horn
svn-id: r45791
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵Max Horn
things) svn-id: r44495
2009-07-01Move action inits to engineInit and engineDone callbacks.Lars Persson
svn-id: r42007
2009-06-28Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;Max Horn
also intentionally broke WinCE and Symbian ports (in an obvious way that can be undo by commenting out some text) -- hopefully this will get the maintainers' attention during the next release cycle, unlike my emails svn-id: r41932
2009-03-06Add initial support for VKB and keymapper shortcuts.Lars Persson
Add missing fnmatch function svn-id: r39163
2009-02-28Added keyboard mapping for global menu. Lars Persson
svn-id: r38981
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / ↵Max Horn
createWriteStream, again to make ownership of the returned stream clear svn-id: r36014
2009-01-23Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to ↵Max Horn
createConfigReadStream & createConfigWriteStream, in order to make it clear that the *caller* is responsible for deleting the streams (i.e., 'owns' them) svn-id: r36013
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
svn-id: r34716
2008-09-07Set default save path via save manager.Lars Persson
Fix bug in symbian-fs GetChild function. svn-id: r34417
2008-09-07Updated readme about usage of snprintf sourceLars Persson
Added vsnprintf implementation. Cleanout SymbianOS.cpp from old file functions. svn-id: r34407
2008-09-06Portdefs cleanup, use snprintf from SDL and not sprintf (Which can cause ↵Lars Persson
memory overwrites). Use bsearch implementation from WINCE port. svn-id: r34382
2008-09-05Add symbian implementations to create read/write configfile handlesLars Persson
svn-id: r34363
2008-09-05Change location of create fs factory for Symbian!Lars Persson
svn-id: r34362
2008-09-05Updated Symbian OS file actions with ferror and fflush.Lars Persson
svn-id: r34340
2008-08-22Turned SymbianFilesystemFactory from a singleton into a normal class; ↵Max Horn
adapted symbian backend accordingly svn-id: r34101
2008-08-22Symbian backend does not have to implement config file methods, as long as ↵Max Horn
they are identical to those in the SDL backend... svn-id: r34099
2008-08-17Improved filehandling for securer and quicker way to get ref to file sessionLars Persson
svn-id: r33978
2008-08-03OSYSTEM: Pushed some SDL/Symbian specific code to the respective backends; ↵Max Horn
made openConfigFileForReading/openConfigFileForWriting return 0 if they failed to open a file svn-id: r33585
2008-07-27Fix for ftell error when caching. HOF now starts properlyLars Persson
svn-id: r33340
2008-07-22Fixed seek problem when cached data is used.Lars Persson
svn-id: r33210
2008-07-19eof was not working properly with cachingLars Persson
svn-id: r33108
2008-07-18Fixed typo in filehandlingLars Persson
svn-id: r33104