summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-theme-adium.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-27Drop unused/redundant header inclusionsEmanuele Aina1-7/+0
2013-01-21theme-adium: add empathy_theme_adium_prepend_messageDebarshi Ray1-34/+131
2013-01-04theme-adium: implement %messageDirection%Guillaume Desmottes1-9/+32
2012-12-26theme-adium: use EMPATHY_WEBKIT_MENU_INSPECTGuillaume Desmottes1-51/+11
2012-12-26factor out empathy_webkit_show_inspector()Guillaume Desmottes1-6/+1
2012-12-26theme-adium: use WebKitWebView::context-menu signalGuillaume Desmottes1-22/+27
2012-09-17include telepathy-glib.hGuillaume Desmottes1-2/+1
2012-09-13theme-adium: free the result of g_strsplit with g_strfreevGuillaume Desmottes1-6/+3
2012-09-13theme-adium: fix priv->variant leakGuillaume Desmottes1-0/+2
2012-07-16Use new tp_account_* gettersGuillaume Desmottes1-2/+2
2012-07-04empathy_adium_path_is_valid: check if the directory has the right formatGuillaume Desmottes1-0/+20
2012-07-02Stop using EmpathyChatViewGuillaume Desmottes1-93/+53
2012-07-02theme-adium use self->priv patternGuillaume Desmottes1-177/+157
2012-07-02theme-adium: port to new coding stylesGuillaume Desmottes1-1552/+1667
2012-07-02theme-manager: make it possible to look up theme by nameDanielle Madeley1-0/+3
2012-06-28Adium themes: implement set_show_avatars()Will Thompson1-3/+16
2012-06-26Strip %senderPrefix% in Adium themesWill Thompson1-0/+6
2012-01-18chat_view_append_message: take a should_highlight argumentWill Thompson1-7/+12
2011-10-24theme-adium: escape the name in actions as wellGuillaume Desmottes1-3/+3
2011-10-18theme_adium_append_message: escape alias before displaying itGuillaume Desmottes1-2/+5
2011-10-14adium themes: crash less hard when Template.html is missingWill Thompson1-1/+9
2011-10-14Merge branch: 'Add top-up link to chat text when there is insufficient credit'Danielle Madeley1-0/+9
2011-10-11Use default variant if we can't find any variantsGuillaume Desmottes1-1/+4
2011-09-26Add /inspector command to show webkit inspectorXavier Claessens1-0/+14
2011-09-13theme-adium: ensure we always use the same color when sending messagesGuillaume Desmottes1-4/+10
2011-09-05EmpathyThemeAdium: implement append_event_markupEmilio Pozuelo Monfort1-0/+9
2011-08-17Factor out WebKit context menu as a utilityDanielle Madeley1-118/+3
2011-08-09Use the same font-setting utility for empathy-theme-adiumDanielle Madeley1-62/+15
2011-08-01Abstract WebKit string parsers into empathy-webkit-utilsDanielle Madeley1-65/+4
2011-07-08theme-adium: use the pending-message-id instead of message-token in x-empathy...Guillaume Desmottes1-18/+24
2011-07-04empathy_contact_from_tpl_contact: don't override the aliasEmilio Pozuelo Monfort1-1/+1
2011-06-13Use an enum instead of the value type to determine what kind of object it isDanielle Madeley1-20/+57
2011-06-13Add an icon to edited messagesDanielle Madeley1-0/+28
2011-06-13Add a tooltip saying when the message was editedDanielle Madeley1-0/+14
2011-06-13[theme-adium] implement edit_message()Danielle Madeley1-2/+66
2011-06-12[theme-adium] wrap the messages in <span id=...> so we can find them againDanielle Madeley1-4/+16
2011-06-07Adium: Let user select theme variant in preferencesXavier Claessens1-38/+96
2011-05-26Adium: Convert NSDateFormatter to strftimeXavier Claessens1-6/+149
2011-05-17adium: set has_unread_message to FALSE when we think we've cleared them allJonny Lamb1-0/+2
2011-05-13adium: add comment explaining why we add x-empathy-mesage-id-*Jonny Lamb1-1/+5
2011-05-13adium: implement acknowledge_message to remove unread markerJonny Lamb1-2/+86
2011-05-13adium: split removing unread markers into two functionsJonny Lamb1-26/+34
2011-05-13adium: set x-empathy-message-id class in messageStylesJonny Lamb1-0/+11
2011-05-11theme_adium_remove_focus_marks: early return if there is no unread messageGuillaume Desmottes1-4/+7
2011-05-11theme-adium: remove unread marks when sending a messageGuillaume Desmottes1-0/+3
2011-05-11theme-adium: remove focus marks as soon as the chat is not focused (#649890)Guillaume Desmottes1-4/+4
2011-05-05Include gi18n-lib.h in library sources, not gi18n.h.Gabor Kelemen1-1/+1
2011-05-05Adium: Fix wrong html fallbacksXavier Claessens1-208/+131
2011-05-04Adium: Correctly support action messages (/me)Xavier Claessens1-7/+15
2011-05-04Adium: Fix selection of default variantXavier Claessens1-53/+163