aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
2006-04-14Sets up standard normal font.Johannes Schickel
2006-04-14- implements .bdf font loader based on convbdf (sure could have some clean up)Johannes Schickel
2006-04-13- No longer draws full shadows for disabled widgetsJohannes Schickel
2006-04-13Deletes color cache and custom dialog shading.Johannes Schickel
2006-04-12Commiting Fingolfins patch to remove gamedetector usage.Lars Persson
2006-04-12Speeds up calcGradient again a little bit.Johannes Schickel
2006-04-12- some little clean upsJohannes Schickel
2006-04-11Draws the same border for 'kWidgetBackgroundPlain' as for 'kWidgetBackgroundB...Johannes Schickel
2006-04-11Fixes disappearing borders with classic theme.Johannes Schickel
2006-04-11Checks if something is drawn out of the screen in drawSurfaceMasked (fixes cr...Johannes Schickel
2006-04-11Fixes cutted texts with --force-1x-overlay.Johannes Schickel
2006-04-11- cleans up drawSurfaceMasked a little bitJohannes Schickel
2006-04-11Changed drawScrollbar to use drawShadow.Johannes Schickel
2006-04-11Makes classic theme compile without OLDGUI_TRANSPARENCY again.Johannes Schickel
2006-04-10Implements saving the color cache to a file (much faster startup for custom e...Johannes Schickel
2006-04-09Sev now is project lead, tooMax Horn
2006-04-04Turned FSList::sort into a generic function which can be applied to anything ...Max Horn
2006-04-04Initialize uninitialized variable.Eugene Sandulenko
2006-04-04Use iterator API to iterate over all entries in the file listMax Horn
2006-04-02With this change, backends are now responsible for instantiating their OSyste...Max Horn
2006-04-02- changed standard inactive dialog effect to dim with 30% instead of luminanceJohannes Schickel
2006-04-02- moves some code in ThemeNew.cpp (calcGradient and calcAlpha to the bottom)Johannes Schickel
2006-03-31Hide eval debug output deeper to level 5. Report total number of definedEugene Sandulenko
2006-03-28- Renamed class AssocArray to HashMap to match our existing class Map (note alsoMax Horn
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
2006-03-25- Revert my last change with moving addDefaultDirectory() from TheneNew.cppEugene Sandulenko
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