Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows the translation of a few more strings
in the Cloud settings tab.
Thanks to sev- for the fix.
|
|
|
|
|
|
|
|
Cloud related:
* gui/downloaddialog.cpp
* gui/remotebrowser.cpp
* gui/storagewizarddialog.cpp
* backends/cloud/storage.cpp
Various:
* gui/eitgamedialog.cpp
|
|
|
|
pointers type in movesens
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since _points is allocated with realloc(), it should be freed with
free(), not delete.
|
|
|
|
|
|
|
|
|
|
CREATE_PROJECT: Fix networking backend file targets in Xcode
|
|
|
|
|
|
|
|
|
|
|
|
In the original, the background is actually a clickable object.
I don't know if we want to implement this as a dark gray
background pattern, or as a real object. For now, though, it's
a useful test case for setBackgroundPattern().
|
|
Set a background pattern for the window surface. For instance, the
exits window in the MacVenture engine should have a light gray
background, rather than a white one, and this will allow it to get
one without having to draw it by itself.
|
|
defined
This hopefully fixes a regression from 848c5c3.
|
|
correctly.
|
|
|