Age | Commit message (Expand) | Author |
2006-05-25 | Set and show/hide mouse cursors through a "cursor manager" (analogous to the | Torbjörn Andersson |
2006-05-23 | imported AGI engine | Paweł Kołodziejski |
2006-05-20 | After the GUI has finished, restore the old cursor palette (if any). For this | Torbjörn Andersson |
2006-05-20 | Set a cursor palette for the classic theme, as well. Otherwise we'll get the | Torbjörn Andersson |
2006-05-19 | Call the inherited handleScreenChanged() method, so that the widget can resize | Torbjörn Andersson |
2006-05-19 | Call handleScreenChanged() *before* calling setEditString(). Otherwise | Torbjörn Andersson |
2006-05-19 | Minor GUI tweaks | Eugene Sandulenko |
2006-05-18 | Proper rendering of slider widget. | Eugene Sandulenko |
2006-05-18 | - Fix spelling in theme config | Eugene Sandulenko |
2006-05-18 | Oops. Break indefinite loop. | Eugene Sandulenko |
2006-05-18 | Fix bug #1483272: "GUI: SCUMM pause dialog breaks upon scaler switch". Also | Eugene Sandulenko |
2006-05-18 | Properly set GFX mode selected in GUI. Fixes selection of 1x scaler. | Eugene Sandulenko |
2006-05-18 | More GUI fixes: | Eugene Sandulenko |
2006-05-18 | Fix several GUI layout problems: | Eugene Sandulenko |
2006-05-18 | - Revert additional setUpCursor() call as it broke in-game cursor palette | Eugene Sandulenko |
2006-05-18 | Improve new cursor image a bit for better visibility. | Eugene Sandulenko |
2006-05-18 | Better cursor image | Eugene Sandulenko |
2006-05-13 | Added salty-horse to the credits | Max Horn |
2006-05-13 | Patch #1091170: ALL, SCUMM: Subtitle speed control | Max Horn |
2006-05-13 | If there is no "browser_lastpath" setting, create a FilesystemNode to "." | Torbjörn Andersson |
2006-05-12 | Crediting Patrick Combet (aka Dorian Gray) for the Gobliiins ADL player | Sven Hesse |
2006-05-05 | Removed Base::setTarget, and some minor cleanup & tweaks | Max Horn |
2006-05-04 | Moved GameDetector::setTarget & findGame to the new namespace Base; moved the... | Max Horn |
2006-05-04 | Turned the last remaining few GameDetector methods into static methods | Max Horn |
2006-05-04 | Checking if the node isValid() is no longer an option, but isDirectory() should | Torbjörn Andersson |
2006-05-03 | Fix listDir call in BrowserDialog | Max Horn |
2006-05-03 | Changed FilesystemNode::listDir to return a bool indicating its success (or f... | Max Horn |
2006-05-03 | I don't know if this is correct, but at least browser.cpp compiles again now. | Torbjörn Andersson |
2006-04-28 | Memorize the directory that was last visited with the browser across ScummVM ... | Max Horn |
2006-04-25 | Uses the special cursor color palette for the cursor now (this fixes problems... | Johannes Schickel |
2006-04-25 | - minor cleanup in modern.ini | Eugene Sandulenko |
2006-04-25 | - Resize chooser dialog | Eugene Sandulenko |
2006-04-23 | Update all credits | Travis Howell |
2006-04-21 | Use SetInt to set the Keymapping version, instead of Set. | Lars Persson |
2006-04-21 | Fix valgrind warning | Travis Howell |
2006-04-20 | Fix compile with DISABLE_FANCY_THEME. | Won Star |
2006-04-20 | If I understand things correctly, this should fix the caret drawing in list | Torbjörn Andersson |
2006-04-19 | Adds handleScreenChanged() to NewGui, so (scumm) engine can call it when it r... | Johannes Schickel |
2006-04-19 | Fixes problems with wrong colors on the overlay in scumm engine. | Johannes Schickel |
2006-04-19 | Oops again. removed unneeded entry. | Johannes Schickel |
2006-04-19 | Oops forgot to commit changes here with last commit. | Johannes Schickel |
2006-04-19 | Prepairs merge of SaveLoadChooser and SaveLoadChooserEx of the scumm engine. | Johannes Schickel |
2006-04-19 | Implements custom cursor support for the new theme and includes a standard cu... | Johannes Schickel |
2006-04-19 | Started to prepare the gui for runtime resolution switches. | Johannes Schickel |
2006-04-18 | Restores background before drawing a popupwidget. | Johannes Schickel |
2006-04-18 | Fixes "aspect ratio" text in the options with --force-1x-overlay. | Johannes Schickel |
2006-04-18 | Oops forgot to use shadows for the PopUpWidget. | Johannes Schickel |
2006-04-18 | - Fixed popup widget for --force-1x-overlay with new theme | Johannes Schickel |
2006-04-18 | - adds own drawing function for (not expanded) popup widgets | Johannes Schickel |
2006-04-18 | - PopUpWidget (drop down list) does not shadow underlying dialog anymore | Eugene Sandulenko |