Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-18 | - Fix spelling in theme config | Eugene Sandulenko | |
- Introduce embossing shadow - Less round corners in popup widget - Custom border in editable text widget - Matched color in popup widget and editable text widget with mock-ups - Less round corners in editable text widget - Text padding in editable text widget svn-id: r22525 | |||
2006-05-18 | Oops. Break indefinite loop. | Eugene Sandulenko | |
svn-id: r22524 | |||
2006-05-18 | Fix bug #1483272: "GUI: SCUMM pause dialog breaks upon scaler switch". Also | Eugene Sandulenko | |
fix same problem in scumm help dialog. svn-id: r22522 | |||
2006-05-18 | Properly set GFX mode selected in GUI. Fixes selection of 1x scaler. | Eugene Sandulenko | |
svn-id: r22521 | |||
2006-05-18 | More GUI fixes: | Eugene Sandulenko | |
- Center dialog title in scumm save/load dialog - more space in add game dialog between dialog header and selected path svn-id: r22517 | |||
2006-05-18 | Fix several GUI layout problems: | Eugene Sandulenko | |
- Correct button widths in scumm help dialog - Fix button widths on path tabs in options dialogs - Fix scumm options dialog in 320xY mode - Added space after volume controls in options dialog svn-id: r22516 | |||
2006-05-18 | - Revert additional setUpCursor() call as it broke in-game cursor palette | Eugene Sandulenko | |
- Disable scaling for cursors which have target scale defined svn-id: r22509 | |||
2006-05-18 | Improve new cursor image a bit for better visibility. | Eugene Sandulenko | |
svn-id: r22508 | |||
2006-05-18 | Better cursor image | Eugene Sandulenko | |
svn-id: r22507 | |||
2006-05-13 | Added salty-horse to the credits | Max Horn | |
svn-id: r22458 | |||
2006-05-13 | Patch #1091170: ALL, SCUMM: Subtitle speed control | Max Horn | |
svn-id: r22456 | |||
2006-05-13 | If there is no "browser_lastpath" setting, create a FilesystemNode to "." | Torbjörn Andersson | |
instead of a completely blank one. This should fix the failed assertion when trying to add a new game that was reported on the forum. svn-id: r22426 | |||
2006-05-12 | Crediting Patrick Combet (aka Dorian Gray) for the Gobliiins ADL player | Sven Hesse | |
svn-id: r22414 | |||
2006-05-05 | Removed Base::setTarget, and some minor cleanup & tweaks | Max Horn | |
svn-id: r22356 | |||
2006-05-04 | Moved GameDetector::setTarget & findGame to the new namespace Base; moved ↵ | Max Horn | |
their declaration to base/game.h, their implementation to base/main.cpp (both until we can come up with a better location). Also moved detectMain into main.cpp, where it now is a local static function svn-id: r22346 | |||
2006-05-04 | Turned the last remaining few GameDetector methods into static methods | Max Horn | |
svn-id: r22344 | |||
2006-05-04 | Checking if the node isValid() is no longer an option, but isDirectory() should | Torbjörn Andersson | |
serve the same purpose, I believe. svn-id: r22324 | |||
2006-05-03 | Fix listDir call in BrowserDialog | Max Horn | |
svn-id: r22318 | |||
2006-05-03 | Changed FilesystemNode::listDir to return a bool indicating its success (or ↵ | Max Horn | |
failure) svn-id: r22315 | |||
2006-05-03 | I don't know if this is correct, but at least browser.cpp compiles again now. | Torbjörn Andersson | |
svn-id: r22299 | |||
2006-04-28 | Memorize the directory that was last visited with the browser across ScummVM ↵ | Max Horn | |
runs (see also FR #1460734) svn-id: r22197 | |||
2006-04-25 | Uses the special cursor color palette for the cursor now (this fixes ↵ | Johannes Schickel | |
problems with creation of thumbnails of the scumm engine) svn-id: r22152 | |||
2006-04-25 | - minor cleanup in modern.ini | Eugene Sandulenko | |
- implement skipFor theme section keyword svn-id: r22151 | |||
2006-04-25 | - Resize chooser dialog | Eugene Sandulenko | |
- Swap About and Help buttons in main SCUMM menu for consistency with launcher svn-id: r22150 | |||
2006-04-23 | Update all credits | Travis Howell | |
svn-id: r22123 | |||
2006-04-21 | Use SetInt to set the Keymapping version, instead of Set. | Lars Persson | |
svn-id: r22073 | |||
2006-04-21 | Fix valgrind warning | Travis Howell | |
svn-id: r22065 | |||
2006-04-20 | Fix compile with DISABLE_FANCY_THEME. | Won Star | |
svn-id: r22060 | |||
2006-04-20 | If I understand things correctly, this should fix the caret drawing in list | Torbjörn Andersson | |
widgets. (The glitch was most noticeable in the modern theme.) svn-id: r22052 | |||
2006-04-19 | Adds handleScreenChanged() to NewGui, so (scumm) engine can call it when it ↵ | Johannes Schickel | |
recives a EVENT_SCREEN_CHANGED. svn-id: r22025 | |||
2006-04-19 | Fixes problems with wrong colors on the overlay in scumm engine. | Johannes Schickel | |
svn-id: r22024 | |||
2006-04-19 | Oops again. removed unneeded entry. | Johannes Schickel | |
svn-id: r22023 | |||
2006-04-19 | Oops forgot to commit changes here with last commit. | Johannes Schickel | |
svn-id: r22022 | |||
2006-04-19 | Prepairs merge of SaveLoadChooser and SaveLoadChooserEx of the scumm engine. | Johannes Schickel | |
svn-id: r22020 | |||
2006-04-19 | Implements custom cursor support for the new theme and includes a standard ↵ | Johannes Schickel | |
cursor (it should be replaced though). svn-id: r22019 | |||
2006-04-19 | Started to prepare the gui for runtime resolution switches. | Johannes Schickel | |
(some little things could be missing yet though) svn-id: r22017 | |||
2006-04-18 | Restores background before drawing a popupwidget. | Johannes Schickel | |
svn-id: r22015 | |||
2006-04-18 | Fixes "aspect ratio" text in the options with --force-1x-overlay. | Johannes Schickel | |
svn-id: r22014 | |||
2006-04-18 | Oops forgot to use shadows for the PopUpWidget. | Johannes Schickel | |
svn-id: r22013 | |||
2006-04-18 | - Fixed popup widget for --force-1x-overlay with new theme | Johannes Schickel | |
- adds support for highlightened popupwidgets svn-id: r22012 | |||
2006-04-18 | - adds own drawing function for (not expanded) popup widgets | Johannes Schickel | |
- adds pixmaps, colorfades, and gradient factor for the (not expanded) popup widget in new theme - bumps themeconfig version svn-id: r22011 | |||
2006-04-18 | - PopUpWidget (drop down list) does not shadow underlying dialog anymore | Eugene Sandulenko | |
- Remove reduntant code in drawing pipeline. Topmost dialog was drawn up to 4 times svn-id: r21998 | |||
2006-04-18 | Tame colors a bit to match GUI mock-ups | Eugene Sandulenko | |
svn-id: r21997 | |||
2006-04-17 | Fixes bug with wrong colors in the logo after a screen change. (this time it ↵ | Johannes Schickel | |
works!) svn-id: r21984 | |||
2006-04-17 | Moved ColorMasks to their own new header graphics/colormasks.h, so that both ↵ | Max Horn | |
the scalers and the GUI code can access them. Also added (untested) entries for 1555, 444, 888 and 8888 modes svn-id: r21966 | |||
2006-04-16 | This should fix wrong colors of the scummvm logo in the new theme after ↵ | Johannes Schickel | |
screen change. svn-id: r21953 | |||
2006-04-16 | - Moves Graphics::loadFont to Graphics::NewFont::loadFont | Johannes Schickel | |
- adds code for caching of fonts (just for Graphics::NewFont) - implements cache using in the modern theme for custom fonts - adds cache file for current normal font in the theme zip file svn-id: r21952 | |||
2006-04-16 | Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ↵ | Max Horn | |
new setInt and setBool methods (matching getInt/getBool), which avoids strange quirks & bugs caused by (char *) being implicitly cast to int (ouch) svn-id: r21951 | |||
2006-04-16 | Remove redundant code. soundfont is taken care in OptionsDialog::open() now. | Eugene Sandulenko | |
svn-id: r21950 | |||
2006-04-16 | Patch #1469722: "Game-specific SoundFont configuration broken" | Eugene Sandulenko | |
svn-id: r21949 |