aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-theme-adium.h
Commit message (Collapse)AuthorAgeFilesLines
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+1
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-011-1/+1
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* theme-adium: add empathy_theme_adium_prepend_messageDebarshi Ray2013-01-211-0/+4
| | | | | | | ... and refactor the empathy_theme_adium_append_message code path so that the common parts can be shared. Fixes: https://bugzilla.gnome.org/639877
* Stop using EmpathyChatViewGuillaume Desmottes2012-07-021-1/+55
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679255
* theme-adium use self->priv patternGuillaume Desmottes2012-07-021-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679255
* theme-adium: port to new coding stylesGuillaume Desmottes2012-07-021-34/+54
| | | | | | | Some part of this file was already using the new style so best to stay coherent. https://bugzilla.gnome.org/show_bug.cgi?id=679255
* Add /inspector command to show webkit inspectorXavier Claessens2011-09-261-0/+1
|
* Adium: Let user select theme variant in preferencesXavier Claessens2011-06-071-1/+4
| | | | Fixes bug #585474
* Adium: Fix selection of default variantXavier Claessens2011-05-041-0/+3
| | | | | | | | | | For theme version >= 3, a variant CSS is mandatory. If none are set inf DefaultVariant, the first one from Variant/ should be used. For theme version <= 2, a variant CSS is optional, and by default they should not have one. If no variant is selected, fallback to main.css. This also prepare needed API to select other variants
* Add helper API to read info.plist file of an adium theme. Will be useful for ↵Xavier Claessens2009-06-221-0/+4
| | | | upcoming theme selector
* Move all data about an adium theme into EmpathyAdiumData struct and share it ↵Xavier Claessens2009-06-221-2/+12
| | | | with all EmpathyThemeAdium instances.
* Update copyright to 2008-2009Xavier Claessens2009-06-121-1/+1
|
* Add a path property on EmpathyThemeAdium and ge the adium-path gconf key in ↵Xavier Claessens2009-06-121-1/+1
| | | | EmpathyThemeManager.
* Add UI in the preference dialog to select the path to adium themeXavier Claessens2009-06-121-0/+1
|
* Update for more recent webkitXavier Claessens2009-06-121-1/+1
|
* Add skelet of Adium theme using webkit.Xavier Claessens2009-06-121-0/+55