Age | Commit message (Collapse) | Author |
|
All of these are for handling kCloseCmd.
|
|
|
|
chooser.
|
|
Powered by:
git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
|
|
This avoids a off by one error in some cases.
|
|
This should give a better user experience, since the user will not have to
scroll back to where he was when he used the dialog last.
Thanks to wjp for suggesting this.
|
|
This allows opening the dialog on (nearly) the same page again as when it was
closed. Sadly due to the different number of entries in the save and load
version this is not always exactly the same page as before. Same goes for
resolution changes.
Thanks to wjp for suggesting this.
|
|
|
|
|
|
|
|
New save/load chooser
Conflicts:
gui/saveload.cpp
|
|
|
|
DISABLE_SAVELOADCHOOSER_GRID.
|
|
|
|
|
|
|
|
one isn't available.
|
|
|
|
|
|
Now the thumbnail button and the descriptions are sub widgets of the
container widget.
|
|
|
|
|
|
|
|
resolution below 640x400.
|
|
|
|
chooser.
|
|
GuiObject::removeWidget only removes the widget from the widget list, but
doesn't delete it. Oops.
|
|
|
|
|
|
|
|
chooser.
|
|
|
|
|
|
|