aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-theme-manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Add search bar in chat text views (#585168)Thomas Meire2010-01-121-0/+3
|
* empathy-theme-manager.c: fix shadow declarationsGuillaume Desmottes2009-10-221-4/+4
|
* Don't check for Adium themes if Webkit isn't availableDavyd Madeley2009-07-061-0/+6
| | | | This was breaking compile with -Werror
* List installed adium themesPierre-Luc Beaudoin2009-07-031-3/+58
|
* empathy-theme-manager: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
|
* Add working GTK+ theme trackingPatryk Zawadzki2009-06-221-29/+5
|
* Move all data about an adium theme into EmpathyAdiumData struct and share it ↵Xavier Claessens2009-06-221-2/+22
| | | | with all EmpathyThemeAdium instances.
* Add whitespace to respect coding styleXavier Claessens2009-06-121-1/+1
|
* Add a path property on EmpathyThemeAdium and ge the adium-path gconf key in ↵Xavier Claessens2009-06-121-4/+45
| | | | EmpathyThemeManager.
* Compile EmpathyThemeAdium only if webkit is installedXavier Claessens2009-06-121-1/+8
|
* Add skelet of Adium theme using webkit.Xavier Claessens2009-06-121-0/+5
|
* empathy-theme-manager: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-4/+4
|
* Correctly get foreground-gdk colorXavier Claessens2009-03-181-3/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2711
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-231-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2249
* Fallback to use "classic" theme if the gconf key is invalidXavier Claessens2008-12-161-0/+4
| | | | svn path=/trunk/; revision=2003
* Update boxes views when theme changes to another boxes one.Xavier Claessens2008-12-161-63/+89
| | | | svn path=/trunk/; revision=2002
* Update color when using the simple theme and GTK color changes.Xavier Claessens2008-12-161-56/+27
| | | | svn path=/trunk/; revision=2001
* Don't forget to call g_object_weak_unref in finalise on each viewsXavier Claessens2008-12-161-162/+170
| | | | svn path=/trunk/; revision=1998
* Remove useless commented codeXavier Claessens2008-12-161-118/+0
| | | | svn path=/trunk/; revision=1997
* Keep a list of boxes views so we can update colors when themes changeXavier Claessens2008-12-161-46/+68
| | | | svn path=/trunk/; revision=1996
* Remove a FIXME which was not a problem and add one for bug #542523Xavier Claessens2008-12-161-5/+5
| | | | svn path=/trunk/; revision=1995
* Create the simple theme using system colorsXavier Claessens2008-12-161-31/+32
| | | | svn path=/trunk/; revision=1994
* Completely rework the theming system to make easy implementing themes based ↵Xavier Claessens2008-12-161-198/+345
| | | | | | on other classes like webkit. svn path=/trunk/; revision=1993
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
| | | | svn path=/trunk/; revision=1967
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-061-5/+4
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082
* Do not apply different theme to chat and chatroomsXavier Claessens2008-04-231-19/+1
| | | | svn path=/trunk/; revision=1033
* Move modules that make no sense to be used in other applicaton from ↵Xavier Claessens2008-03-141-1/+0
| | | | | | libempathy-gtk/ to src/ svn path=/trunk/; revision=789
* Move empathy-conf to libempathy-gtk. libempathy do not depend directly on ↵Xavier Claessens2008-01-231-1/+1
| | | | | | gconf anymore. svn path=/trunk/; revision=597
* Revert "merge git work"Xavier Claessens2007-12-291-4/+142
| | | | | | This reverts commit 0cfd80847f0d66967f56c7d6b3eb46793f725859. svn path=/trunk/; revision=519
* merge git workXavier Claessens2007-12-291-142/+4
| | | | svn path=/trunk/; revision=518
* Simplify chat theme systemXavier Claessens2007-12-291-4/+142
| | | | svn path=/trunk/; revision=507
* New chat theme engine imported from Gossip (Daniel Gryniewicz, Xavier ↵Xavier Claessens2007-12-211-766/+32
| | | | | | Claessens). svn path=/trunk/; revision=494
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+1045
2007-06-22 Xavier Claessens <xclaesse@gmail.com> * libempathy/*.[ch]: * libempathy-gtk/*.[ch]: * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy", change namespace of all gossip_*() functions to empathy_*(). Fixes bug #444490 (Mario Danic, Xavier Claessens). svn path=/trunk/; revision=170