aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeModern.cpp
AgeCommit message (Collapse)Author
2007-11-04- made Widget::_flags privateJohannes Schickel
- reworked state (enabled/disabled/highlighted) handling of widgets - cleanup in ModernTheme.cpp svn-id: r29403
2007-11-04- cleanupJohannes Schickel
- consistency fix in modern.ini - increased THEME_VERSION svn-id: r29396
2007-11-04- starting to document the theme rendererJohannes Schickel
- Theme::closeDialog -> Theme::closeAllDialogs, since it would remove every dialog currently svn-id: r29394
2007-10-28Patch v5.2 from #1752243: "backends lib patches"Eugene Sandulenko
svn-id: r29283
2007-05-30Updated 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-02-27ops missed one spot last commit.Johannes Schickel
svn-id: r25899
2007-02-27fix for gradient calculationJohannes Schickel
svn-id: r25898
2007-02-12Should silence some warnings.Johannes Schickel
svn-id: r25533
2007-02-12Merged the "palette manager" into the cursor manager. It was only used toTorbjörn Andersson
manage *cursor* palettes, so the name was misleading. svn-id: r25500
2007-02-10Added small note to ThemeModern::calcLuminanceMax Horn
svn-id: r25472
2007-02-09Fix for bug #1650993 ("GUI: About dialog scroller").Johannes Schickel
svn-id: r25434
2007-02-08Moved definition of ThemeClassic and ThemeModern to their own files.Johannes Schickel
svn-id: r25432
2007-02-04- changed the way how gradients are calculatedJohannes Schickel
- bumped theme version svn-id: r25369
2007-02-03Added a TODO to processExtraValues.Johannes Schickel
svn-id: r25364
2007-02-03Changed _imageHandels into an array.Johannes Schickel
svn-id: r25363
2007-02-03 shalt not declare static vars inside member functions' spoke Fingolfin, and ↵Max Horn
see, there was static all over the place (somebody please fix this, pretty please with sugar atop) svn-id: r25361
2007-02-03Replaced 'typedef Common::String String' with explicit usages of ↵Max Horn
Common::String (mainly to make doxygen happy) svn-id: r25360
2006-11-11Fix valgrind warning on unitialized variable.Eugene Sandulenko
svn-id: r24675
2006-11-07Only set up / tear down the custom cursor if _useCursor is true.Torbjörn Andersson
svn-id: r24648
2006-11-07The modern theme sets its own cursor, which makes it responsible for restoringTorbjörn Andersson
the old one afterwards. svn-id: r24647
2006-10-25- renamed GUI::ThemeNew to GUI::ThemeModernJohannes Schickel
- renamed ThemeNew.cpp to ThemeModern.cpp svn-id: r24512