Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-04 | - made Widget::_flags private | Johannes Schickel | |
- reworked state (enabled/disabled/highlighted) handling of widgets - cleanup in ModernTheme.cpp svn-id: r29403 | |||
2007-11-04 | - cleanup | Johannes Schickel | |
- consistency fix in modern.ini - increased THEME_VERSION svn-id: r29396 | |||
2007-11-04 | - starting to document the theme renderer | Johannes Schickel | |
- Theme::closeDialog -> Theme::closeAllDialogs, since it would remove every dialog currently svn-id: r29394 | |||
2007-10-28 | Patch v5.2 from #1752243: "backends lib patches" | Eugene Sandulenko | |
svn-id: r29283 | |||
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-02-27 | ops missed one spot last commit. | Johannes Schickel | |
svn-id: r25899 | |||
2007-02-27 | fix for gradient calculation | Johannes Schickel | |
svn-id: r25898 | |||
2007-02-12 | Should silence some warnings. | Johannes Schickel | |
svn-id: r25533 | |||
2007-02-12 | Merged the "palette manager" into the cursor manager. It was only used to | Torbjörn Andersson | |
manage *cursor* palettes, so the name was misleading. svn-id: r25500 | |||
2007-02-10 | Added small note to ThemeModern::calcLuminance | Max Horn | |
svn-id: r25472 | |||
2007-02-09 | Fix for bug #1650993 ("GUI: About dialog scroller"). | Johannes Schickel | |
svn-id: r25434 | |||
2007-02-08 | Moved definition of ThemeClassic and ThemeModern to their own files. | Johannes Schickel | |
svn-id: r25432 | |||
2007-02-04 | - changed the way how gradients are calculated | Johannes Schickel | |
- bumped theme version svn-id: r25369 | |||
2007-02-03 | Added a TODO to processExtraValues. | Johannes Schickel | |
svn-id: r25364 | |||
2007-02-03 | Changed _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-03 | Replaced 'typedef Common::String String' with explicit usages of ↵ | Max Horn | |
Common::String (mainly to make doxygen happy) svn-id: r25360 | |||
2006-11-11 | Fix valgrind warning on unitialized variable. | Eugene Sandulenko | |
svn-id: r24675 | |||
2006-11-07 | Only set up / tear down the custom cursor if _useCursor is true. | Torbjörn Andersson | |
svn-id: r24648 | |||
2006-11-07 | The modern theme sets its own cursor, which makes it responsible for restoring | Torbjörn Andersson | |
the old one afterwards. svn-id: r24647 | |||
2006-10-25 | - renamed GUI::ThemeNew to GUI::ThemeModern | Johannes Schickel | |
- renamed ThemeNew.cpp to ThemeModern.cpp svn-id: r24512 |