aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
2006-03-25- Move AddDefaultDirectory() calls in somon engine to constructorEugene Sandulenko
2006-03-24Fix crash in Options dialog in 320xY mode. Shadow was drawn off-screenEugene Sandulenko
2006-03-24Removed obsolete test stuff from my credits description :-)Max Horn
2006-03-24Fix chechbox label alignment.Eugene Sandulenko
2006-03-24- moved type aa_ref_t into AssocArray, improving code readability a bitMax Horn
2006-03-24Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) t...Max Horn
2006-03-24o Rearranged options dialogEugene Sandulenko
2006-03-24Check values loaded from theme INI and give meaningful errors instead ofEugene Sandulenko
2006-03-24Bump theme version numberEugene Sandulenko
2006-03-24o Move built-in evaluator constants to AssocArray to speed it upEugene Sandulenko
2006-03-23Implementation of AssociativeArray. Transferred GUI to it. Now it is muchEugene Sandulenko
2006-03-21Fix bug #1455213: "GUI: ExtraPath won't display" and turn theme versionEugene Sandulenko
2006-03-20Updates the config version for the new theme to 4 in the warning which is pri...Johannes Schickel
2006-03-20Bump theme config version number to avod confusion. A key was added there,Eugene Sandulenko
2006-03-18adding self to creditsWillem Jan Palenstijn
2006-03-18theme.cpp -> ThemeClassic.cpp for consistency and less confusionEugene Sandulenko
2006-03-18Remove trailing whitespacesEugene Sandulenko
2006-03-18Oops. Theme variables are meant to be case insensitive. Fix comparisonEugene Sandulenko
2006-03-14Tweaked a little scumm main dialog and scumm save/load dialog. Still plentyEugene Sandulenko
2006-03-14Positioned logo properly, added different version number rendering andEugene Sandulenko
2006-03-14Fix logo drawing.Eugene Sandulenko
2006-03-14Rearrange launcher.Eugene Sandulenko
2006-03-13Fix Chooser dialog.Eugene Sandulenko
2006-03-09Moved typedef Common::String into class declaration.Lars Persson
2006-03-09Credit Tyst for new SVG logo.Eugene Sandulenko
2006-03-09Fix compilation on MSVC. Reported by QuietustEugene Sandulenko
2006-03-09Converted last dialogs to new scheme. Now it seems to be everything. Please,Eugene Sandulenko
2006-03-09- Removed the code from the launcher that adds language/platform to theMax Horn
2006-03-09Moved keys mapping dialog to new scheme. Made it generic. Fixed severalEugene Sandulenko
2006-03-09- Renamed GameSettings to PlainGameDescriptorMax Horn
2006-03-09Converted all scumm dialogs to new schemeEugene Sandulenko
2006-03-08CleanupEugene Sandulenko
2006-03-08o Converted most (all?) widgets to new scheme.Eugene Sandulenko
2006-03-07Fix implementation of UseWithPrefix keywordEugene Sandulenko
2006-03-07o More widgets fot alternative constructorsEugene Sandulenko
2006-03-07Add XxH to evaluation precedence.Eugene Sandulenko
2006-03-07Do not override .prev for simple variable assignments, i.e. VAR=VALUEEugene Sandulenko
2006-03-07GUI widget positions:Eugene Sandulenko
2006-03-07Set svn keywords on theme file.Eugene Sandulenko
2006-03-07Fix 320xY layoutEugene Sandulenko
2006-03-07More work on customizable GUI.Eugene Sandulenko
2006-03-07WIP for arbitrary widget positions. SeeEugene Sandulenko
2006-03-04Oops, fixes problems with disabled widgets (they need full drawn shadows).Johannes Schickel
2006-03-04Improved shadow drawing (it's faster now since it doesn't draw the whole rect...Johannes Schickel
2006-03-04Removed colorToRGB and RGBToColor calls when calculating alphaJohannes Schickel
2006-02-25Add newline to the end of the fileEugene Sandulenko
2006-02-25Put theme .ini out of .zip for better changes tracking.Eugene Sandulenko
2006-02-24Turn off background caching for the graphics widget, so that the SCUMMTorbjörn Andersson
2006-02-24Fixed redraw glitch. Our editable widgets were asking the theme to draw a veryTorbjörn Andersson
2006-02-24Cleanup.Torbjörn Andersson