Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-18 | BACKENDS: Remove unnecessary implementations of setGraphicsMode(const char *) | Cameron Cawley | |
2019-07-27 | SYMBIAN: Remove dead code | Cameron Cawley | |
2017-12-26 | SDL: Move the non analog joystick code to the Symbian port | Bastien Bouclet | |
Symbian was the only user of that code. | |||
2015-02-16 | SDL: Handle icon setup in SdlWindow. | Johannes Schickel | |
2014-02-18 | SYMBIAN: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-11-26 | SYMBIAN OS:Removed resolution fix from Symbian OS Backend, handle this in ↵ | anotherguest | |
SDL backend instead. Add more engines for the split build. | |||
2013-11-25 | SYMBIAN OS:Added new engines, updated resolution support. Version number changes | anotherguest | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-10-13 | OPENGL: 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-28 | ALL: Fixup some #define names | Max Horn | |
svn-id: r52935 | |||
2010-09-23 | SYMBIAN : Add addSysArchivesToSearchSet to support local data files ↵ | Lars Persson | |
properly. (Instead of using extrapath) svn-id: r52864 | |||
2010-07-03 | Cleanup and documentation. | Alejandro Marzini | |
svn-id: r50610 | |||
2010-06-29 | Override setupIcon() for both Mac OS X and SymbianOS, they have their own icons. | Matthew Hoops | |
svn-id: r50476 | |||
2010-06-26 | Modularized Symbian port. | Alejandro Marzini | |
svn-id: r50356 | |||
2010-06-23 | Reversing modification by mistake from r50191. | Alejandro Marzini | |
svn-id: r50192 | |||
2010-06-23 | Relocated Win32 and Posix ports. (Part 1) | Alejandro Marzini | |
svn-id: r50191 | |||
2010-03-11 | Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ↵ | Max Horn | |
MixerImpl constructor svn-id: r48238 | |||
2009-11-18 | cleanup | Max Horn | |
svn-id: r45976 | |||
2009-11-09 | Revert 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-09 | SDL: Make first param of OSystem_SDL::remapKey const | Max Horn | |
svn-id: r45791 | |||
2009-07-01 | Move action inits to engineInit and engineDone callbacks. | Lars Persson | |
svn-id: r42007 | |||
2009-01-23 | Renamed 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 | |||
2008-09-07 | H file cleanup, remove old vibra support | Lars Persson | |
svn-id: r34405 | |||
2008-09-05 | Add symbian implementations to create read/write configfile handles | Lars Persson | |
svn-id: r34363 | |||
2008-09-05 | Updated Symbian OS file actions with ferror and fflush. | Lars Persson | |
svn-id: r34340 | |||
2008-08-22 | Turned SymbianFilesystemFactory from a singleton into a normal class; ↵ | Max Horn | |
adapted symbian backend accordingly svn-id: r34101 | |||
2008-08-22 | Symbian 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-17 | Improved filehandling for securer and quicker way to get ref to file session | Lars Persson | |
svn-id: r33978 | |||
2008-08-03 | OSYSTEM: 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-06-28 | Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks | Max Horn | |
svn-id: r32828 | |||
2008-04-02 | Remove Symbian FS creation from common SDL code | Lars Persson | |
svn-id: r31364 | |||
2007-09-28 | Updated include order and H file naming | Lars Persson | |
svn-id: r29120 | |||
2007-05-30 | Updated 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-03-17 | Moved 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-03-14 | Add new KeyMappings (Debugger & Fast mode) for Symbian OS. | Lars Persson | |
svn-id: r26133 | |||
2006-12-28 | Updated quit handling | Lars Persson | |
svn-id: r24939 | |||
2006-07-06 | Moving remaining platform/backends code, as previously threatened | Max Horn | |
svn-id: r23380 |