aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/CELauncherDialog.cpp
AgeCommit message (Collapse)Author
2011-06-25WINCE: Hide toolbar when returning to game listCeRiAl
2011-05-18WINCE: Replace custom massadd with the global one (shows progress now)CeRiAl
Replaces the formerly custom WinCE massadd function (CELauncherDialog::automaticScanDirectory) with the global one, which is better because it shows progress (massadd in combination with a uncached plugin build takes a very long time to complete and user thinks device has crashed when no progress is shown). Also fixes the additional custom WinCE about dialog (text was cut off before).
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-09WINCE: Run astyle over WinCE source files.Johannes Schickel
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
svn-id: r54265
2010-10-31WINCE: Enable use of forbidden symbols, cleanupMax Horn
I tried to untangle the header interdependencies a bit, but this is still quite a mess. This commit also fixes some warnings. svn-id: r53978
2010-06-15WINCE: sync with recent GUI changes. NOT TESTED.Eugene Sandulenko
svn-id: r49795
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> ↵Johannes Schickel
gui/GuiManager.h svn-id: r35668
2008-12-04Added missing include.Johannes Schickel
svn-id: r35236
2008-12-04Fix for GUI compile error described in bug #2387217 "WINCE: SVN trunk ↵Johannes Schickel
compilation broken". svn-id: r35235
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
svn-id: r34716
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵Max Horn
'typedef Common::String String;' name aliases svn-id: r34302
2008-05-16Yet another compilation fix for WinCEMax Horn
svn-id: r32142
2008-05-12- Added an engine plugin manager and moved engine specific functionality into itJordi Vilalta Prat
- base/plugins.* reorganization svn-id: r32045
2007-10-28various assorted things required by the new compiler and codebase changesKostas Nakos
svn-id: r29310
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-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ↵Max Horn
comments; and some other related cleanup svn-id: r28890
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-02-24temporarily fix automatic detectionKostas Nakos
svn-id: r25817
2007-02-03update to new detectorKostas Nakos
svn-id: r25355
2006-10-08Initial commit of the wince-gcc re-portKostas Nakos
svn-id: r24212
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵Max Horn
the linker dependency graph). Porters will have to update project files svn-id: r23974
2006-07-01move ce port to its new homeKostas Nakos
svn-id: r23366