aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/src/portdefs.h
AgeCommit message (Collapse)Author
2019-08-18GUI: Check if fullscreen is available at runtimeCameron Cawley
2018-11-27CREATE_PROJECT: Support building with Tremor instead of VorbisCameron Cawley
2018-01-14SYMBIAN: Hide warnings from system headersFiodar Stryzhniou
2017-12-03ALL: Remove obsolete register keywordColin Snover
The register keyword was deprecated from the C++11 standard, <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4193.html#809>, and removed from the C++17 standard, <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4340>, so cannot exist in a well-formed C++17 program. It has never done anything in GCC <https://gcc.gnu.org/ml/gcc/2010-05/msg00113.html> and because of the way it is specified in the standard, it is “as meaningful as whitespace” <http://www.drdobbs.com/keywords-that-arent-or-comments-by-anoth/184403859>. The one remaining use of the register keyword is in the DS backend, where it is used to create a local register variable using the non-standard GCC Extended Asm feature. Closes gh-1079.
2016-04-10ALL: Split SMALL_SCREEN_DEVICE into GUI_ENABLE_KEYSDIALOG and ↵Eugene Sandulenko
GUI_ONLY_FULLSCREEN
2015-09-14SYMBIAN: Rename define and rephrase commentsWillem Jan Palenstijn
2015-09-14SYMBIAN: Delete obsolete fixes for 'remove'Fedor Strizhnev
2015-09-14SYMBIAN: Fix compilation error caused by remove macroFedor Strizhnev
2014-02-18SYMBIAN: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-25SYMBIAN OS:Added new engines, updated resolution support. Version number changesanotherguest
2012-03-17ALL: Make use of defined() for the preprocessor consistent.Johannes Schickel
This does not change the use of defined for some NDS source files, since they seem to be (based on?) third party code.
2011-10-11Symbian: Changed path for math.h include.anotherguest
2011-10-11Symbian:Updated port defs to fit new protected wordsanotherguest
2011-05-31COMMON: Move more stuff from scummsys.h to portdefs.hMax Horn
2011-05-31COMMON: Move some code from scummsys.h to relevant portdefs.h filesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-20SYMBIAN : Updated folder names audio, added video, added M_PI defineanotherguest
2010-11-29SYMBIAN : Updated so it builds with latest structures and add support to ↵Lars Persson
last express svn-id: r54588
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-11-01SYMBIAN: Trigger a compiler error on systems where __GCC32__ is set, instead ↵Max Horn
of producing incorrect code svn-id: r54005
2010-03-08Re-enable the arm asm costume drawerLars Persson
svn-id: r48201
2010-01-25Turn off ARM asm for Costume until its fixedLars Persson
svn-id: r47549
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2009-08-14Updated files from 1.0.0 branchLars Persson
svn-id: r43362
2009-03-07Bye bye FNMatchLars Persson
svn-id: r39181
2009-03-06Add initial support for VKB and keymapper shortcuts.Lars Persson
Add missing fnmatch function svn-id: r39163
2009-02-17Remove vector renderer defineLars Persson
svn-id: r38424
2008-11-19Disable commandline support. Not used by the Symbian PORTLars Persson
svn-id: r35125
2008-11-06Set vector renderer formatLars Persson
svn-id: r34917
2008-09-07Need to have own implementation of snprintf and vsnprintf.Lars Persson
svn-id: r34402
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-05Updated Symbian OS file actions with ferror and fflush.Lars Persson
svn-id: r34340
2008-08-16Replaced ARM_USE_GFX_ASM by USE_ARM_GFX_ASMMax Horn
svn-id: r33934
2008-08-04List the correct engines in about, Lars Persson
updated actions with Lure (from WinCE). Increased min heap size to 5MB svn-id: r33618
2008-06-26Fixed Symbian buildsystem for new defines. Fixed ARM asm syntax for Symbian ↵Lars Persson
build. svn-id: r32803
2008-02-03Updated flags to use ASM costume for sam and maxLars Persson
svn-id: r30767
2008-02-03GFX asm defines updated properly. Custume #define turned off since this is ↵Lars Persson
crashing. svn-id: r30762
2008-02-03Forgot to enable ASM opts somewhere (thought I had).Lars Persson
svn-id: r30753
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
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-03-03Updated Icons for UIQ3 and updated #defs and fix for scalers.Lars Persson
svn-id: r25953
2006-09-16* Updated Symbian project files for new file structureLars Persson
svn-id: r23895
2006-07-06Moving remaining platform/backends code, as previously threatenedMax Horn
svn-id: r23380