Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-10 | GUI: Fix non-macOS/iOS builds | Colin Snover | |
2017-09-10 | CREATE_PROJECT: Move browser_osx.mm hack to Xcode generator | Colin Snover | |
c19c10d548b2867bc4fd003fb29ac0017b2bd29d fixed the bad parsing of module.mk which meant the Xcode generator broke. For the moment, just move the hack for browser_osx.mm into the generator, until there is a more elegant solution to this problem (if ever). | |||
2016-10-17 | ALL: Fix compilation with disabled cloud but enabled libcurl | Eugene Sandulenko | |
2016-08-24 | GUI: Fix Cloud-related dialogs a little | Alexander Tkachev | |
Minor mistakes which lead to build failure in some cases. | |||
2016-08-24 | CLOUD: Add auto-detect for downloaded game | Alexander Tkachev | |
If that's the game, that is. Method is copy-pasted from Launcher, but fixed not to ask the directory and thus doesn't contain the loop. | |||
2016-08-24 | GUI: Add RemoteBrowserDialog | Alexander Tkachev | |
WIP. Tested with Dropbox. | |||
2016-08-24 | GUI: Add DownloadDialog sketch | Alexander Tkachev | |
2016-08-24 | GUI: Add Cloud tab StorageWizardDialog | Alexander Tkachev | |
This is a dialog which guides user through Storage connection procedure. | |||
2016-08-24 | GUI: Replace Cloud tab's StorageBrowser with PopUp | Alexander Tkachev | |
2016-08-24 | GUI: Add Options dialog Cloud tab | Alexander Tkachev | |
With StorageBrowser to select a Storage. It actually uses CloudMan to switch active Storage. | |||
2016-08-24 | GUI: Added animation classes | Eugene Sandulenko | |
2016-07-03 | GUI: Cleanup in ScrollContainer | Alexander Tkachev | |
2016-03-29 | GUI: Added initial implementation for Updates opt-in wizard | Eugene Sandulenko | |
2016-01-07 | GUI: Explain create_project HACK in module.mk a bit better. | Johannes Schickel | |
2016-01-06 | IOS: Adds some explanations about the hack | Vincent Bénony | |
2016-01-06 | IOS: Forces the create_project tool to use the right browser file for iOS | Vincent Bénony | |
2015-11-07 | BBVS: Implement file chooser for Air Guitar minigame | Eugene Sandulenko | |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko | |
2013-01-26 | FLUIDSYNTH: Add separate dialog for FluidSynth settings | Torbjörn Andersson | |
I don't really understand what these parameters do, or what the sensible values are, so for now the sliders are limited only by the allowed (or, in one case, "safe") values. | |||
2012-06-15 | GUI: Create an interface for save/load dialogs. | Johannes Schickel | |
2012-03-25 | GUI: Move predictive dialog to common gui | Oleksiy Kurochko | |
2010-11-16 | GUI: Rename gui/GuiManager.* to gui/gui-manager.* | Max Horn | |
svn-id: r54265 | |||
2010-11-16 | GUI: Move major widgets to new directory gui/widgets | Max Horn | |
Also renamed the source/header files, now they are more closely aligned to how we rename most other source files svn-id: r54264 | |||
2010-07-23 | GUI: Fix tooltip drawing | Eugene Sandulenko | |
With help of Tanoku tooltips were switched from widgets to dialogs which helped to fix nasty bug with background not being restored. Although it is basically a hack around inconsistent font backbuffering in our GUI code, for the time being it is feasible. The patch was extended with way to specify tooltip background in the theme file. svn-id: r51217 | |||
2010-04-11 | Rest of patch #2982224: GSoC: Added unit test and unified error message display | Max Horn | |
svn-id: r48627 | |||
2009-12-26 | The file selection dialog in OS X now uses Cocoa instead of Carbon, and ↵ | Oystein Eftevaag | |
lives in a separate file due to having to be compiled as Objective-C++. ScummVM can now run in x64 natively on OS X svn-id: r46581 | |||
2009-01-17 | Merged gui/ThemeData.cpp into ThemeEngine.cpp | Max Horn | |
svn-id: r35881 | |||
2009-01-02 | Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> ↵ | Johannes Schickel | |
gui/GuiManager.h svn-id: r35668 | |||
2008-11-11 | Moved GUI::SaveLoadChooser to its own source file | Max Horn | |
svn-id: r35002 | |||
2008-11-10 | Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine. | Vicent Marti | |
Massive cleanup. svn-id: r34983 | |||
2008-10-11 | Order files in gui/module.mk alphabetically | Max Horn | |
svn-id: r34771 | |||
2008-09-02 | Massive refactoring/cleanup on the theme engine/parser. | Vicent Marti | |
svn-id: r34285 | |||
2008-08-13 | Finished legacy API cleanup. Removed all legacy code. | Vicent Marti | |
Possible regressions. svn-id: r33833 | |||
2008-08-13 | Massive API cleanup (removed legacy code). | Vicent Marti | |
Improved theme loading support. svn-id: r33832 | |||
2008-08-05 | Massive refactoring on the layout parsing API. | Vicent Marti | |
Added support for layout spacings. Fixed bug in theme conversion python script. svn-id: r33630 | |||
2008-08-02 | Improved looks on the Modern theme in the new GUI. | Vicent Marti | |
Added support for including externally the default theme in the code. Added Modern theme as a separate XML file in the themes/ dir. Added "makedeftheme.py" script to convert XML themes into include files. svn-id: r33528 | |||
2008-07-02 | GCC compiling fixes. | Vicent Marti | |
svn-id: r32877 | |||
2008-06-26 | InterfaceManager now loads themes. | Vicent Marti | |
svn-id: r32800 | |||
2008-06-12 | Parser skeleton | Vicent Marti | |
Expanded drawing interface svn-id: r32678 | |||
2008-05-25 | Add InterfaceManager to makefile. | Eugene Sandulenko | |
svn-id: r32268 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-03-16 | Added new file gui/object.cpp (collecting GuiObject methods in there), and ↵ | Max Horn | |
renamed Dialog::deleteWidget to Dialog::removeWidget (name was misleading, the removed object does *not* get deleted) svn-id: r26147 | |||
2007-02-18 | Improved 'Mass Detector': Now displays a dialog which displays the scan ↵ | Max Horn | |
progress to the user, and can be cancelled (the whole thing still needs to be polished) svn-id: r25697 | |||
2006-10-25 | - renamed GUI::ThemeNew to GUI::ThemeModern | Johannes Schickel | |
- renamed ThemeNew.cpp to ThemeModern.cpp svn-id: r24512 | |||
2006-10-08 | - Added dialog for selecting the theme to use | Johannes Schickel | |
- Added runtime theme switching svn-id: r24213 | |||
2006-09-16 | Overhaul of the debugger code | Max Horn | |
* Moved Common::Debuggger to GUI::Debugger (mainly to satisfy linker restrictions) * Change the base Debugger class to *not* be a template class anymore; instead, a thin (template based) wrapper class is used to hook up debugger commands * Removed duplicate Cmd_Exit and Cmd_Help methods in favor of a single version of each in GUI::Debugger * New Cmd_Help doesn't word wrap after 39/78 chars, but rather queries the console to determine when to wrap * Debugger::preEnter and postEnter aren't pure virtual anymore svn-id: r23890 | |||
2006-06-24 | * Renamed config.mak to config.mk | Max Horn | |
* Renamed common.rules to rules.mk * Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it) svn-id: r23275 | |||
2006-03-24 | Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) ↵ | Max Horn | |
to a minimum svn-id: r21426 | |||
2006-03-18 | theme.cpp -> ThemeClassic.cpp for consistency and less confusion | Eugene Sandulenko | |
svn-id: r21363 | |||
2006-03-07 | WIP for arbitrary widget positions. See | Eugene Sandulenko | |
http://wiki.scummvm.org/index.php/GUI_Themes Code is not yet used. svn-id: r21115 |