aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat-text-view.c
Commit message (Expand)AuthorAgeFilesLines
* chat_text_maybe_append_date_and_time: compute the right delta between timestampsGuillaume Desmottes2011-08-011-1/+1
* chat_text_view_append_timestamp: use empathy_time_to_string_utc()Guillaume Desmottes2011-04-191-5/+1
* Port all timestamps from time_t to gint64 (#648188)Guillaume Desmottes2011-04-191-22/+21
* chat-text-view: use new GTK+ style API (#636500)Guillaume Desmottes2010-12-151-1/+1
* chat-text-view: cache the chat GSettingsGuillaume Desmottes2010-11-291-5/+5
* empathy-chat-text-view: rename gsettings to gsettings_desktopGuillaume Desmottes2010-11-291-5/+6
* use gsettings version of the document-font-name key (#626810)Guillaume Desmottes2010-11-161-25/+13
* gtk_text_view_get_vadjustment() has been removedGuillaume Desmottes2010-10-221-3/+3
* Move the 'Clear' menu option in the chat window right-click context menu to t...Bilal Akhtar2010-10-011-2/+2
* Port Empathy code to GSettings, remove EmpathyConfDanielle Madeley2010-06-181-18/+35
* Use gtk_text_view_get_vadjustment() instead of assuming parent is a GtkScroll...Xavier Claessens2010-06-121-31/+14
* Fix some build errors when GSEAL is enabledXavier Claessens2010-04-191-5/+28
* update last_timestamp with every messageFelix Kaser2010-04-081-2/+2
* group messages only if the delay is shortFelix Kaser2010-04-081-0/+10
* Move empathy_string_parser API to its own fileXavier Claessens2010-03-031-0/+1
* add match_case option to find_abilitiesThomas Meire2010-01-211-15/+34
* respect match_case in chat_text_view_highlightThomas Meire2010-01-211-7/+14
* Use gtk_text_iter_[backward/forward]_search for case sensitive searches, keepThomas Meire2010-01-211-12/+34
* added case sensitive search for adium themes (reverted previous commit)Thomas Meire2010-01-211-4/+10
* added case sensitive highlighting for adium themesThomas Meire2010-01-211-1/+3
* Add search bar in chat text views (#585168)Thomas Meire2010-01-121-3/+2
* chat-text-view: override GtkTextView copy_clipboardGuillaume Desmottes2009-11-261-0/+11
* Replace GString param with a generic gpointer user_data, and port EmpathyChat...Xavier Claessens2009-11-251-82/+65
* start and end positions in EmpathySmileyHit struct can't be negative. Change ...Xavier Claessens2009-11-251-1/+1
* Use new smiley parser in EmpathyChatTextView.Xavier Claessens2009-11-251-11/+18
* chat-text-view: port to new tp-glib account APIJonny Lamb2009-10-241-1/+0
* empathy-chat-text-view.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-221-5/+5
* Add missing ; to make it build.Xavier Claessens2009-10-091-1/+1
* Removed leak with g_string_free, added comment for 0xFFFCGabriel Millaire2009-10-061-1/+4
* Fixed a leak of strGabriel Millaire2009-10-011-2/+2
* Fix after reviewGabriel Millaire2009-10-011-30/+29
* Fix copy clipboard to show smileys and to show name and time when using theme...Gabriel Millaire2009-10-011-1/+46
* Use accessor functions instead direct access (Fixes #586476)Jonny Lamb2009-07-101-2/+4
* Merge branch 'fix-585601'Gustavo Noronha Silva2009-07-021-0/+4
|\
| * Fix Bug 585601: Adium theme is not reloaded on /clear or Ctrl+L or clear menu...Gustavo Noronha Silva2009-07-011-0/+4
* | Port libempathy-gtk to EmpathyAccountSjoerd Simons2009-07-011-1/+1
|/
* empathy-chat-text-view: remove trailing tabsGuillaume Desmottes2009-06-251-141/+141
* Fix Bug 586133: don't autoscroll on new messagesNicolò Chieffo2009-06-231-3/+9
* Fix build error due to wrong rebaseXavier Claessens2009-06-121-1/+0
* - Implement remaining functions on EmpathyThemeAdium.Xavier Claessens2009-06-121-18/+10
* Reorganise a bit the body parsing and add support for URLXavier Claessens2009-06-121-0/+1
* empathy-chat-text-view: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-9/+9
* Remove useless glade includeXavier Claessens2009-04-161-9/+1
* Move URI regex to empathy-ui-utilsXavier Claessens2009-03-031-13/+3
* Some string comments requested by translators (#572875)Frederic Peters2009-02-241-0/+2
* Minor string fixes. Fixes bug #571635Bruce Cowan2009-02-171-1/+1
* Also accept sftp as URL scheme.Xavier Claessens2009-01-291-1/+1
* \n is also a delimiter for URLs.Xavier Claessens2009-01-291-2/+2
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-231-5/+5
* Port EmpathySmileyManager to the new singleton policy.Xavier Claessens2009-01-091-1/+1
* Do not assert the tab exists in empathy_chat_text_view_tag_set(), simply retu...Xavier Claessens2008-12-161-2/+1
* Completely rework the theming system to make easy implementing themes based o...Xavier Claessens2008-12-161-248/+386
* Rename EmpathyChatSimpleView to EmpathyChatTextViewXavier Claessens2008-12-161-0/+1236