aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat-text-view.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Bilal Akhtar2010-10-011-2/+2
| | | | the last place. (#629544)
* Port Empathy code to GSettings, remove EmpathyConfDanielle Madeley2010-06-181-18/+35
|
* Use gtk_text_view_get_vadjustment() instead of assuming parent is a ↵Xavier Claessens2010-06-121-31/+14
| | | | GtkScrolledWindow
* Fix some build errors when GSEAL is enabledXavier Claessens2010-04-191-5/+28
|
* update last_timestamp with every messageFelix Kaser2010-04-081-2/+2
| | | | the last_timestamp is updated with every message in chat-text-view
* group messages only if the delay is shortFelix Kaser2010-04-081-0/+10
| | | | messages from the same sender should not be grouped when the delay between two messages is too long (5min). fixes bug #604475
* 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
| | | | the custom version for case insensitive searches
* 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
| | | | | This allow us to hook our copy_clipboard function as so have pretty pasting when copying using the text view context menu (#603031).
* Replace GString param with a generic gpointer user_data, and port ↵Xavier Claessens2009-11-251-82/+65
| | | | EmpathyChatTextView to new parser API.
* start and end positions in EmpathySmileyHit struct can't be negative. Change ↵Xavier Claessens2009-11-251-1/+1
| | | | them to guint.
* 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
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* 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
| | | | | | | - Early return if no selection - Now uses a for-loop with gtk_text_iter_equal - Renamed flag_return to ignore_newlines, same meaning - Improvement to string_append
* Fix copy clipboard to show smileys and to show name and time when using ↵Gabriel Millaire2009-10-011-1/+46
| | | | | | themes other than Classic Adds an association string to hbox for name and time in themes, adds an association string to pixbuf smiley
* Use accessor functions instead direct access (Fixes #586476)Jonny Lamb2009-07-101-2/+4
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* 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 ↵Gustavo Noronha Silva2009-07-011-0/+4
| | | | | | | | | | | | | | | | | | menu item The theme was deciding that new messages should be 'joined' to an already existing message bubble, because not enough time had passed, even after clearing the chat area. We now clear last_contact to make sure this never happens.
* | 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
| | | | | - Fix refcounting of EmpathySmileyManager, avoid double free in its finalize. - Create our own context menu on EmpathyThemeAdium.
* 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
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2843
* Move URI regex to empathy-ui-utilsXavier Claessens2009-03-031-13/+3
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2549
* Some string comments requested by translators (#572875)Frederic Peters2009-02-241-0/+2
| | | | svn path=/trunk/; revision=2532
* Minor string fixes. Fixes bug #571635Bruce Cowan2009-02-171-1/+1
| | | | | | From: Bruce Cowan <bugs@bcowan.fastmail.co.uk> svn path=/trunk/; revision=2473
* Also accept sftp as URL scheme.Xavier Claessens2009-01-291-1/+1
| | | | svn path=/trunk/; revision=2261
* \n is also a delimiter for URLs.Xavier Claessens2009-01-291-2/+2
| | | | svn path=/trunk/; revision=2260
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-231-5/+5
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2249
* Port EmpathySmileyManager to the new singleton policy.Xavier Claessens2009-01-091-1/+1
| | | | svn path=/trunk/; revision=2116
* Do not assert the tab exists in empathy_chat_text_view_tag_set(), simply ↵Xavier Claessens2008-12-161-2/+1
| | | | | | return silently. svn path=/trunk/; revision=2006
* Completely rework the theming system to make easy implementing themes based ↵Xavier Claessens2008-12-161-248/+386
| | | | | | on other classes like webkit. svn path=/trunk/; revision=1993
* Rename EmpathyChatSimpleView to EmpathyChatTextViewXavier Claessens2008-12-161-0/+1236
svn path=/trunk/; revision=1987