aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat-text-view.c
Commit message (Collapse)AuthorAgeFilesLines
* 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