| Commit message (Expand) | Author | Age | Files | Lines |
* | chat_text_view_append_timestamp: use empathy_time_to_string_utc() | Guillaume Desmottes | 2011-04-19 | 1 | -5/+1 |
* | Port all timestamps from time_t to gint64 (#648188) | Guillaume Desmottes | 2011-04-19 | 1 | -22/+21 |
* | chat-text-view: use new GTK+ style API (#636500) | Guillaume Desmottes | 2010-12-15 | 1 | -1/+1 |
* | chat-text-view: cache the chat GSettings | Guillaume Desmottes | 2010-11-29 | 1 | -5/+5 |
* | empathy-chat-text-view: rename gsettings to gsettings_desktop | Guillaume Desmottes | 2010-11-29 | 1 | -5/+6 |
* | use gsettings version of the document-font-name key (#626810) | Guillaume Desmottes | 2010-11-16 | 1 | -25/+13 |
* | gtk_text_view_get_vadjustment() has been removed | Guillaume Desmottes | 2010-10-22 | 1 | -3/+3 |
* | Move the 'Clear' menu option in the chat window right-click context menu to t... | Bilal Akhtar | 2010-10-01 | 1 | -2/+2 |
* | Port Empathy code to GSettings, remove EmpathyConf | Danielle Madeley | 2010-06-18 | 1 | -18/+35 |
* | Use gtk_text_view_get_vadjustment() instead of assuming parent is a GtkScroll... | Xavier Claessens | 2010-06-12 | 1 | -31/+14 |
* | Fix some build errors when GSEAL is enabled | Xavier Claessens | 2010-04-19 | 1 | -5/+28 |
* | update last_timestamp with every message | Felix Kaser | 2010-04-08 | 1 | -2/+2 |
* | group messages only if the delay is short | Felix Kaser | 2010-04-08 | 1 | -0/+10 |
* | Move empathy_string_parser API to its own file | Xavier Claessens | 2010-03-03 | 1 | -0/+1 |
* | add match_case option to find_abilities | Thomas Meire | 2010-01-21 | 1 | -15/+34 |
* | respect match_case in chat_text_view_highlight | Thomas Meire | 2010-01-21 | 1 | -7/+14 |
* | Use gtk_text_iter_[backward/forward]_search for case sensitive searches, keep | Thomas Meire | 2010-01-21 | 1 | -12/+34 |
* | added case sensitive search for adium themes (reverted previous commit) | Thomas Meire | 2010-01-21 | 1 | -4/+10 |
* | added case sensitive highlighting for adium themes | Thomas Meire | 2010-01-21 | 1 | -1/+3 |
* | Add search bar in chat text views (#585168) | Thomas Meire | 2010-01-12 | 1 | -3/+2 |
* | chat-text-view: override GtkTextView copy_clipboard | Guillaume Desmottes | 2009-11-26 | 1 | -0/+11 |
* | Replace GString param with a generic gpointer user_data, and port EmpathyChat... | Xavier Claessens | 2009-11-25 | 1 | -82/+65 |
* | start and end positions in EmpathySmileyHit struct can't be negative. Change ... | Xavier Claessens | 2009-11-25 | 1 | -1/+1 |
* | Use new smiley parser in EmpathyChatTextView. | Xavier Claessens | 2009-11-25 | 1 | -11/+18 |
* | chat-text-view: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -1/+0 |
* | empathy-chat-text-view.c: fix shadow declarations and uint comparaisons | Guillaume Desmottes | 2009-10-22 | 1 | -5/+5 |
* | Add missing ; to make it build. | Xavier Claessens | 2009-10-09 | 1 | -1/+1 |
* | Removed leak with g_string_free, added comment for 0xFFFC | Gabriel Millaire | 2009-10-06 | 1 | -1/+4 |
* | Fixed a leak of str | Gabriel Millaire | 2009-10-01 | 1 | -2/+2 |
* | Fix after review | Gabriel Millaire | 2009-10-01 | 1 | -30/+29 |
* | Fix copy clipboard to show smileys and to show name and time when using theme... | Gabriel Millaire | 2009-10-01 | 1 | -1/+46 |
* | Use accessor functions instead direct access (Fixes #586476) | Jonny Lamb | 2009-07-10 | 1 | -2/+4 |
* | Merge branch 'fix-585601' | Gustavo Noronha Silva | 2009-07-02 | 1 | -0/+4 |
|\ |
|
| * | Fix Bug 585601: Adium theme is not reloaded on /clear or Ctrl+L or clear menu... | Gustavo Noronha Silva | 2009-07-01 | 1 | -0/+4 |
* | | Port libempathy-gtk to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -1/+1 |
|/ |
|
* | empathy-chat-text-view: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -141/+141 |
* | Fix Bug 586133: don't autoscroll on new messages | Nicolò Chieffo | 2009-06-23 | 1 | -3/+9 |
* | Fix build error due to wrong rebase | Xavier Claessens | 2009-06-12 | 1 | -1/+0 |
* | - Implement remaining functions on EmpathyThemeAdium. | Xavier Claessens | 2009-06-12 | 1 | -18/+10 |
* | Reorganise a bit the body parsing and add support for URL | Xavier Claessens | 2009-06-12 | 1 | -0/+1 |
* | empathy-chat-text-view: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -9/+9 |
* | Remove useless glade include | Xavier Claessens | 2009-04-16 | 1 | -9/+1 |
* | Move URI regex to empathy-ui-utils | Xavier Claessens | 2009-03-03 | 1 | -13/+3 |
* | Some string comments requested by translators (#572875) | Frederic Peters | 2009-02-24 | 1 | -0/+2 |
* | Minor string fixes. Fixes bug #571635 | Bruce Cowan | 2009-02-17 | 1 | -1/+1 |
* | Also accept sftp as URL scheme. | Xavier Claessens | 2009-01-29 | 1 | -1/+1 |
* | \n is also a delimiter for URLs. | Xavier Claessens | 2009-01-29 | 1 | -2/+2 |
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 1 | -5/+5 |
* | Port EmpathySmileyManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
* | Do not assert the tab exists in empathy_chat_text_view_tag_set(), simply retu... | Xavier Claessens | 2008-12-16 | 1 | -2/+1 |
* | Completely rework the theming system to make easy implementing themes based o... | Xavier Claessens | 2008-12-16 | 1 | -248/+386 |
* | Rename EmpathyChatSimpleView to EmpathyChatTextView | Xavier Claessens | 2008-12-16 | 1 | -0/+1236 |