aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-webkit-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* string-parser: move everything except for _match_smiley(), to tp-awMarco Barisione2013-08-201-11/+12
| | | | | | | empathy_string_match_smiley() depends on other files and it's not needed by tp-account-widgets, so we can leave it in libempathy-gtk. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-2/+2
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* add EMPATHY_WEBKIT_MENU_INSPECT flagGuillaume Desmottes2012-12-261-0/+20
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=684357
* factor out empathy_webkit_show_inspector()Guillaume Desmottes2012-12-261-0/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=684357
* export empathy_webkit_create_context_menu()Guillaume Desmottes2012-12-261-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=684357
* factor out empathy_webkit_create_context_menu()Guillaume Desmottes2012-12-261-7/+21
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=684357
* empathy-webkit-util: coding style fixesGuillaume Desmottes2012-12-261-11/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=684357
* libraries and plugins must be using gi18n-lib.hXavier Claessens2012-07-301-1/+1
|
* Stop using EmpathyChatViewGuillaume Desmottes2012-07-021-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679255
* Factor out WebKit context menu as a utilityDanielle Madeley2011-08-171-0/+136
|
* Utility to set the webkit default font/size from GSettingsDanielle Madeley2011-08-091-0/+73
|
* Abstract WebKit string parsers into empathy-webkit-utilsDanielle Madeley2011-08-011-0/+91
This file is currently optionally built, but if the logviewer is going to depend on WebKit, maybe that's a bad idea? Maybe we should just make WebKit required (this will probably happen when we require Adium themes in the future).