Age | Commit message (Collapse) | Author |
|
- StorageWizardDialog is removed, along with bmps it was using;
- EditTextWidget now accepts custom font in constructor;
- ScrollContainer scrollbar now jumps to top when content height changes
so it's "overscrolled";
- IndexPageHandler now does not awaits for `code` GET-parameter, as
local webserver is no longer used to connect Storages;
- CloudManager and all corresponding Storages are updated to support
disconnecting and to notify about successful connection.
|
|
|
|
|
|
|
|
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).
|
|
|
|
Minor mistakes which lead to build failure in some cases.
|
|
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.
|
|
WIP. Tested with Dropbox.
|
|
|
|
This is a dialog which guides user through Storage connection procedure.
|
|
|
|
With StorageBrowser to select a Storage. It actually uses CloudMan to
switch active Storage.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
svn-id: r54265
|
|
Also renamed the source/header files, now they are more closely
aligned to how we rename most other source files
svn-id: r54264
|
|
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
|
|
svn-id: r48627
|
|
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
|
|
svn-id: r35881
|
|
gui/GuiManager.h
svn-id: r35668
|
|
svn-id: r35002
|
|
Massive cleanup.
svn-id: r34983
|
|
svn-id: r34771
|
|
svn-id: r34285
|
|
Possible regressions.
svn-id: r33833
|
|
Improved theme loading support.
svn-id: r33832
|
|
Added support for layout spacings.
Fixed bug in theme conversion python script.
svn-id: r33630
|
|
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
|
|
svn-id: r32877
|
|
svn-id: r32800
|
|
Expanded drawing interface
svn-id: r32678
|
|
svn-id: r32268
|
|
svn-id: r30664
|
|
renamed Dialog::deleteWidget to Dialog::removeWidget (name was misleading, the removed object does *not* get deleted)
svn-id: r26147
|
|
progress to the user, and can be cancelled (the whole thing still needs to be polished)
svn-id: r25697
|
|
- renamed ThemeNew.cpp to ThemeModern.cpp
svn-id: r24512
|
|
- Added runtime theme switching
svn-id: r24213
|
|
* 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
|
|
* 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
|