aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/tizen/system.cpp
AgeCommit message (Collapse)Author
2019-04-02BUILD: Update default theme to use remasteredMatan Bareket
2016-02-25BACKENDS: Make DefaultSaveFileManager case insensitive.Johannes Schickel
For this we introduce a file cache inside DefaultSaveFileManager similar to what we use inside FSDirectory. However, we only do small updates for newly created saves (via openForSaving) or for removed saves (via removeSavefile). Re-caching is done whenever the savepath changes. Tizen changes have not been tested.
2014-03-23TIZEN: fix compile errorsChris Warren-Smith
2014-02-18TIZEN: Make GPL headers consistent in themselves.Johannes Schickel
2013-10-19TIZEN: Add some further OpenGL related changes by Chris.Johannes Schickel
2013-08-17TIZEN: updates for tizen 2.2 SDKChris Warren-Smith
2013-07-04Merge pull request #350 from chrisws/tizen_port_1_6_0aJohannes Schickel
TIZEN: bada port updated to tizen Conflicts: backends/platform/tizen/system.cpp
2013-07-03TIZEN: bada port updated to tizenChris Warren-Smith