Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-15 | Deprecated support for "direction" layout keys. | Vicent Marti | |
svn-id: r33904 | |||
2008-08-13 | Finished legacy API cleanup. Removed all legacy code. | Vicent Marti | |
Possible regressions. svn-id: r33833 | |||
2008-08-13 | Finished GUI layout in g1x. | Vicent Marti | |
svn-id: r33818 | |||
2008-08-10 | Bugfix: Inverse layout reflowing. | Vicent Marti | |
Bugfix: Glitches with several layouts when using Aspect Ratio Correction. svn-id: r33764 | |||
2008-08-09 | Merged revisions ↵ | Christopher Page | |
33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-33655,33664,33667-33670,33673-33674,33678,33682,33686-33691,33693,33696,33698,33700,33703,33708,33710,33712-33714,33716 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33720 | |||
2008-08-08 | SCUMM save/load dialog. | Vicent Marti | |
Expanded documentation. Added support for sub-blitting in the vector renderer. svn-id: r33697 | |||
2008-08-07 | SCUMM general and options dialog. | Vicent Marti | |
Misc fixes. svn-id: r33692 | |||
2008-08-06 | Do not query savestates which obviously do not exist (to shut up bogus ↵ | Max Horn | |
console warnings) svn-id: r33664 | |||
2008-08-05 | SCUMM: cleanup SaveLoadChooser::updateInfos code | Max Horn | |
svn-id: r33640 | |||
2008-08-05 | SCUMM: Don't try to load metadata for slot -1 (i.e. don't try to load ↵ | Max Horn | |
metadata if nothing is selected) svn-id: r33639 | |||
2008-07-21 | Merged revisions ↵ | Christopher Page | |
33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,33078-33079,33083,33086-33087,33089,33094-33096,33098-33099,33104,33108-33109,33114-33117,33120,33135-33146,33160,33162,33165,33167-33169 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33183 | |||
2008-07-14 | remove accidentally committed debugging code; fix shadowing warning | Willem Jan Palenstijn | |
svn-id: r33064 | |||
2008-07-14 | Don't draw scumm saveload dialog while reflowing layout, as that would use ↵ | Willem Jan Palenstijn | |
uninitialized values svn-id: r33063 | |||
2008-07-11 | SCUMM works with new GMM implementation | Christopher Page | |
svn-id: r33001 | |||
2008-07-07 | Changed the name of the Scumm menu dialog class MainMenuDialog to ↵ | Christopher Page | |
ScummMenuDialog, to avoid confusion and conflict with the Global Main Menu class svn-id: r32937 | |||
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel | |
svn-id: r31927 | |||
2008-04-30 | Fix cycling of speech and subtitle options via Ctrl t. | Travis Howell | |
svn-id: r31787 | |||
2008-02-04 | Commited updated version of my own patch #1868402: Basic savestate plugin API | Max Horn | |
svn-id: r30786 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-12-20 | cleanup due to jvprat | Max Horn | |
svn-id: r29918 | |||
2007-09-20 | implement o72_debugInput (with some help from Kirben) | Matthew Hoops | |
svn-id: r28988 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break ↵ | Max Horn | |
compilation on some ports) svn-id: r28944 | |||
2007-09-01 | Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) | Chris Apers | |
svn-id: r28803 | |||
2007-07-12 | Changed SaveFileManager::listSavegames() function to be engine agnostic. It ↵ | David Corrales | |
now returns a list will the full paths of existing files that match a given regex. Additionally, modified the 5 engines which use the default manager (Agos, Queen, Saga, Scumm and Touche) to parse the filename list and mark the available saves bool array correctly. svn-id: r28046 | |||
2007-06-30 | Changed GUI system to use Common::KeyState state | Max Horn | |
svn-id: r27786 | |||
2007-06-13 | Removed redundant code | Max Horn | |
svn-id: r27393 | |||
2007-06-03 | Modified version of patch #1723779: SCUMM: Improved ctrl+t subtitle cycling | Max Horn | |
svn-id: r27068 | |||
2007-06-02 | Make InfoDialog::setInfoText a bit more useful, by making it public & reusable | Max Horn | |
svn-id: r27050 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-30 | Modified version of patch #1727045 INDY3: IQ Points Dialog | Max Horn | |
svn-id: r27012 | |||
2006-10-24 | const correctness | Max Horn | |
svn-id: r24488 | |||
2006-10-21 | cleanup | Max Horn | |
svn-id: r24407 | |||
2006-10-15 | Turning various static tables into static const | Max Horn | |
svn-id: r24323 | |||
2006-08-04 | Activate _dimsInactive for ValueDisplayDialog, makes the text speed/volume ↵ | Max Horn | |
change etc. mini-dialogs behave a little bit less weird (TODO: Disable cursor change) svn-id: r23667 | |||
2006-08-04 | Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code ↵ | Max Horn | |
doesn't have to forward EVENT_SCREEN_CHANGED to us (this may initially cause some regressions, please report any induced crashes or oddities you observe to me) svn-id: r23663 | |||
2006-08-04 | Renamed handleScreenChanged() -> reflowLayout() in the GUI code | Max Horn | |
svn-id: r23662 | |||
2006-07-09 | Patch #1519399: DS Backend | Max Horn | |
svn-id: r23452 | |||
2006-05-29 | adds support for filling the thumbnail display in a given color if no ↵ | Johannes Schickel | |
thumbnail is present svn-id: r22745 | |||
2006-05-27 | Major GUI update: | Eugene Sandulenko | |
- Implemented padding in console - Update only current line in console instead of whole screen - Fixed caret positioning in edit text widget - Improved buttons drawing, now they look more realistic - Added label spacing in popup widget - Correct shadow in popup widget - Fixed up with selected popup widget being drawn on wrong tab - Added shading to list dialog - Adjusted shading of inactive widgets - Proper coloring of browset (add game) dialog - Introduced Container widget - Used Container widget in scumm save/load dialog. Now it looks properly - Adjusted button colors even more. Now they match almost perfectly albeit with banding - Made scrollbar appear only when it is really needed svn-id: r22670 | |||
2006-05-26 | - Put scrollbar inside of list widget | Eugene Sandulenko | |
- Use resize() instead of setPos() and setSize() where applicable svn-id: r22646 | |||
2006-05-18 | Plug memory leak | Eugene Sandulenko | |
svn-id: r22523 | |||
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-13 | Patch #1091170: ALL, SCUMM: Subtitle speed control | Max Horn | |
svn-id: r22456 | |||
2006-04-29 | Moved queryResString from class ScummDialog to class InfoDialog; some cleanup | Max Horn | |
svn-id: r22234 | |||
2006-04-29 | Renamed updateVolumes to updateSoundSettings -- now it also handles ↵ | Max Horn | |
subtitles/speech_mute settings. Also changed the ConfigDialog accordingly svn-id: r22233 | |||
2006-04-29 | * Renamed several methods in favor of a somewhat more uniform naming scheme: ↵ | Max Horn | |
setupFOO for stuff that inits static data (i.e. will be called only once, or after loading savegames), vs. resetFOO / updateFOO methods which are called frequently and (re)set dynamic data. * Doing this, split scummInit into setupScumm and resetScumm methods * Moved some init code to new methods (huuuuge init methods are hard to read, and hard to customize using subclassing) * Renmaed various setup???Palette methods to set???Palette * Some minor cleanup / tweaks svn-id: r22227 | |||
2006-04-19 | Merges SaveLoadChooser and SaveLoadChooserEx. | Johannes Schickel | |
svn-id: r22021 | |||
2006-04-19 | Updates scumm dialogs for runtime overlay resolution changes. | Johannes Schickel | |
svn-id: r22018 | |||
2006-04-16 | Should fix wrong thumbnail colors after a screen change, which changed bpp. | Johannes Schickel | |
svn-id: r21954 |