Age | Commit message (Expand) | Author |
2006-05-27 | Don't "tickle" a dialog until after it has had a chance to redraw itself, | Torbjörn Andersson |
2006-05-27 | add fixme about scrolling in about dialog | Willem Jan Palenstijn |
2006-05-27 | fix missing saveload thumbnail variables in classic theme config | Willem Jan Palenstijn |
2006-05-27 | make EditableWidget's caret visible when it moves | Willem Jan Palenstijn |
2006-05-27 | Don't draw the shadow outside the scrollbar (should fix 'garbage' when moving... | Johannes Schickel |
2006-05-27 | Fixes caret drawing in EditTextWidgets. | Johannes Schickel |
2006-05-27 | More vertical space in game options 'game' tab for consistency and better | Eugene Sandulenko |
2006-05-27 | Override the list widget's FindWidget() function, to allow it to return the | Torbjörn Andersson |
2006-05-27 | Oops. More advanced warning recovered a mechanic mistake. Fixing. | Eugene Sandulenko |
2006-05-27 | Major GUI update: | Eugene Sandulenko |
2006-05-26 | remove unused variable | Eugene Sandulenko |
2006-05-26 | - Put scrollbar inside of list widget | Eugene Sandulenko |
2006-05-26 | Do not create scrollbar copy on each resolution switch | Eugene Sandulenko |
2006-05-26 | Use Courier 12pt (free one) for 2x and 3x console. Looks much more useable now. | Eugene Sandulenko |
2006-05-26 | Properly process screen change event in console | Eugene Sandulenko |
2006-05-25 | The GUI never asked for the cursor to be visible. I'm not sure why that used to | Torbjörn Andersson |
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 |