Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-14 | Rearrange launcher. | Eugene Sandulenko | |
Logo is still shown weirdly. svn-id: r21268 | |||
2006-03-13 | Fix Chooser dialog. | Eugene Sandulenko | |
svn-id: r21266 | |||
2006-03-09 | Moved typedef Common::String into class declaration. | Lars Persson | |
svn-id: r21187 | |||
2006-03-09 | Credit Tyst for new SVG logo. | Eugene Sandulenko | |
svn-id: r21173 | |||
2006-03-09 | Fix compilation on MSVC. Reported by Quietust | Eugene Sandulenko | |
svn-id: r21165 | |||
2006-03-09 | Converted last dialogs to new scheme. Now it seems to be everything. Please, | Eugene Sandulenko | |
test throghoutly. svn-id: r21157 | |||
2006-03-09 | - Removed the code from the launcher that adds language/platform to the | Max Horn | |
game descriptions. Doing this now is the responsibility of the engines. - Adapted the SCUMM engine to add lang/platform to the desc string if necessary. Other engines still have to be adapted (but many do not seem to need this at all, since they either are lang/platform agnostic, or already include this information in their MD5 tables). svn-id: r21154 | |||
2006-03-09 | Moved keys mapping dialog to new scheme. Made it generic. Fixed several | Eugene Sandulenko | |
compilation errors associated with it. svn-id: r21151 | |||
2006-03-09 | - Renamed GameSettings to PlainGameDescriptor | Max Horn | |
- Added new GameDescriptor struct (similar to PlainGameDescriptor but with Common::String members instead of const char * ones) - Changed DetectedGame to subclass GameDescriptor - Removed toGameSettings() in favor of new (template) constructors in DetectedGame and GameDescriptor - Fixed a bug in the obsolete gameid handling in the SCUMM & SIMON engines svn-id: r21150 | |||
2006-03-09 | Converted all scumm dialogs to new scheme | Eugene Sandulenko | |
svn-id: r21147 | |||
2006-03-08 | Cleanup | Eugene Sandulenko | |
svn-id: r21138 | |||
2006-03-08 | o Converted most (all?) widgets to new scheme. | Eugene Sandulenko | |
o Converted global options dialog to new scheme. svn-id: r21137 | |||
2006-03-07 | Fix implementation of UseWithPrefix keyword | Eugene Sandulenko | |
svn-id: r21133 | |||
2006-03-07 | o More widgets fot alternative constructors | Eugene Sandulenko | |
o Cleanup of launcher dialog o Implemented useWithPrefix keyword svn-id: r21131 | |||
2006-03-07 | Add XxH to evaluation precedence. | Eugene Sandulenko | |
svn-id: r21127 | |||
2006-03-07 | Do not override .prev for simple variable assignments, i.e. VAR=VALUE | Eugene Sandulenko | |
svn-id: r21124 | |||
2006-03-07 | GUI widget positions: | Eugene Sandulenko | |
o Add 'true' and 'false' constants o add .visible widget property o allow dots to be part of section and key names in configs svn-id: r21123 | |||
2006-03-07 | Set svn keywords on theme file. | Eugene Sandulenko | |
svn-id: r21120 | |||
2006-03-07 | Fix 320xY layout | Eugene Sandulenko | |
svn-id: r21119 | |||
2006-03-07 | More work on customizable GUI. | Eugene Sandulenko | |
o Implemented special alias 'prev' o Added new calling scheme to several widgets o Partially converted launcher dialog to new scheme o Converted couple widgets of chooser dialog svn-id: r21118 | |||
2006-03-07 | WIP for arbitrary widget positions. See | Eugene Sandulenko | |
http://wiki.scummvm.org/index.php/GUI_Themes Code is not yet used. svn-id: r21115 | |||
2006-03-04 | Oops, fixes problems with disabled widgets (they need full drawn shadows). | Johannes Schickel | |
svn-id: r21083 | |||
2006-03-04 | Improved shadow drawing (it's faster now since it doesn't draw the whole ↵ | Johannes Schickel | |
rect like before) 'cleaned up' the drawSurfaceMasked function a bit. svn-id: r21082 | |||
2006-03-04 | Removed colorToRGB and RGBToColor calls when calculating alpha | Johannes Schickel | |
and disabled the complete new theme if 'DISABLE_FANCY_THEMES' is defined. svn-id: r21078 | |||
2006-02-25 | Add newline to the end of the file | Eugene Sandulenko | |
svn-id: r20876 | |||
2006-02-25 | Put theme .ini out of .zip for better changes tracking. | Eugene Sandulenko | |
svn-id: r20875 | |||
2006-02-24 | Turn off background caching for the graphics widget, so that the SCUMM | Torbjörn Andersson | |
save/load dialog really cleans the thumbnail area when there is no thumbnail. svn-id: r20843 | |||
2006-02-24 | Fixed redraw glitch. Our editable widgets were asking the theme to draw a very | Torbjörn Andersson | |
wide caret. Changed that width to 1. svn-id: r20842 | |||
2006-02-24 | Cleanup. | Torbjörn Andersson | |
svn-id: r20841 | |||
2006-02-24 | Cleanup | Torbjörn Andersson | |
svn-id: r20840 | |||
2006-02-24 | Fix redraw glitches when typing very long - enough to be truncated - strings. | Torbjörn Andersson | |
It seems the only purpose of 'deltax' in this function was to introduce such redrawing glitches. Weird... svn-id: r20839 | |||
2006-02-22 | Initial version of Cinematique engine evo 1. | Eugene Sandulenko | |
svn-id: r20813 | |||
2006-02-20 | Fixing up my previous commit: finished moving common/scaler* to graphics | Max Horn | |
svn-id: r20798 | |||
2006-02-18 | EditGameDialog only needs the game description, not the full GameSettings -> ↵ | Max Horn | |
changing constructor accordingly svn-id: r20750 | |||
2006-02-13 | Added define to disable new theme support. | Lars Persson | |
svn-id: r20676 | |||
2006-02-13 | Implemented new tab drawing, should look nicer now. (The border under the ↵ | Johannes Schickel | |
active tab isn't drawn anymore) svn-id: r20669 | |||
2006-02-12 | Changed file paths from /epoc/ to /symbian/ | Lars Persson | |
svn-id: r20618 | |||
2006-02-12 | changed path in include to use 'common' to conform rest part of code | Paweł Kołodziejski | |
svn-id: r20614 | |||
2006-02-12 | Reduced data duplication in module.mk files; added module.mk files for null ↵ | Max Horn | |
and x11 backends; added engines/module.mk svn-id: r20584 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20518 | |||
2006-02-07 | Removed .cvsignore files | Max Horn | |
svn-id: r20424 | |||
2006-02-05 | Change behaviour of checkboxes to more logical. | Eugene Sandulenko | |
svn-id: r20416 | |||
2006-02-05 | Fix QVGA Smartphone detection | Nicolas Bacca | |
svn-id: r20397 | |||
2006-02-03 | fixes allow compile with emsvc4 again | Paweł Kołodziejski | |
svn-id: r20355 | |||
2006-02-02 | Should be 'description' | Chris Apers | |
svn-id: r20350 | |||
2006-02-01 | Fix glitch when moving the mouse over a disabled, checked checkbox. (The | Torbjörn Andersson | |
check mark would become brighter, and I think it was because a transparent mark was drawn over a transparent mark, thus "amplifying" it.) svn-id: r20344 | |||
2006-02-01 | Much improved how shadows look. However it is done with a really dirty | Eugene Sandulenko | |
hack as tehre is lots of overdraw, abuse of shadow width and code duplication. Anyway shadow drawing code will go to separate functioMuch improved how shadows look. However it is done with a really dirty hack as tehre is lots of overdraw, abuse of shadow width and code duplication. Anyway shadow drawing code will go to separate function. svn-id: r20343 | |||
2006-02-01 | Patch #1420942 (console page down fix) | Max Horn | |
svn-id: r20342 | |||
2006-02-01 | Implemented shadow drawing, also extended the theme config again | Johannes Schickel | |
(new color entries for highlighted buttons and for other widgets). Also added a 'highlight' check to the CheckBox widget. Changed the PopUpDialog to use a shadow around itself. svn-id: r20341 | |||
2006-01-31 | Fixes color bugs with the new theme when switching to fullscreen on Mac OS X. | Johannes Schickel | |
svn-id: r20338 |