aboutsummaryrefslogtreecommitdiff
path: root/gui/browser.cpp
AgeCommit message (Expand)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
2010-09-12i18n: Add lowres context in a few places.Thierry Crozat
2010-06-15GUI: Implement tooltips. FR #2821513.Eugene Sandulenko
2010-06-15GUI: Added in-place hotkeys for widgets.Eugene Sandulenko
2010-06-15Implement translation support for ScummVM GUI.Eugene Sandulenko
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2009-12-26The file selection dialog in OS X now uses Cocoa instead of Carbon, and lives...Oystein Eftevaag
2009-12-09Commit of the 2nd revision of my patch for FR# 2840967 "GUI: Display filename...Johannes Schickel
2009-11-15Build fix for 64-bit OS XOystein Eftevaag
2009-07-30Fix Browser dialog name.Johannes Schickel
2009-02-06Reverted previous commit.Vicent Marti
2009-02-06Removed special case when redrawing the dialog stack. Fixes bug #2555710 and ...Vicent Marti
2009-01-24Fix for bug #2533091 "MAC: Cannot add games in the launcher in fullscreen mode".Johannes Schickel
2009-01-10open browser dialog before manipulating it (fixes assert when pressing 'add g...Willem Jan Palenstijn
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-10-05Merged several revisions from SVNMerge.Vicent Marti
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-20- Merged the new RTL changes into the branch.Vicent Marti
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-08-13Fixed compilation bugs in non-OSX platforms.Vicent Marti
2008-08-08Browser dialog.Vicent Marti
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-05Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...David Corrales
2007-05-31Merged the fs branch with trunk. r26949:27031David Corrales
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-26Merged the fs branch with trunk. r26472:26948David Corrales
2007-05-23Commit of patch #1715313 ("CORE: STL like algorithm implementation").Johannes Schickel
2007-01-06ShowCursor() and HideCursor() are deprecated in Mac OS X, replacing the calls.Oystein Eftevaag
2006-07-10Add cyx's patch for #1497725 - GUI: trying to enter empty CD driveTravis Howell
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
2006-05-27Major GUI update:Eugene Sandulenko
2006-05-13If there is no "browser_lastpath" setting, create a FilesystemNode to "."Torbjörn Andersson
2006-05-04Checking if the node isValid() is no longer an option, but isDirectory() shouldTorbjörn Andersson
2006-05-03Fix listDir call in BrowserDialogMax Horn
2006-05-03I don't know if this is correct, but at least browser.cpp compiles again now.Torbjörn Andersson
2006-04-28Memorize the directory that was last visited with the browser across ScummVM ...Max Horn
2006-04-04Turned FSList::sort into a generic function which can be applied to anything ...Max Horn
2006-04-04Use iterator API to iterate over all entries in the file listMax Horn
2006-03-24o Move built-in evaluator constants to AssocArray to speed it upEugene Sandulenko
2006-03-09Converted last dialogs to new scheme. Now it seems to be everything. Please,Eugene Sandulenko
2006-03-09Converted all scumm dialogs to new schemeEugene Sandulenko
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24Whitespace changes.Torbjörn Andersson