aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat-text-view.h
Commit message (Collapse)AuthorAgeFilesLines
* remove empathy-chat-text-viewGuillaume Desmottes2012-07-021-88/+0
| | | | | | In Adium we trust. https://bugzilla.gnome.org/show_bug.cgi?id=679255
* chat_view_append_message: take a should_highlight argumentWill Thompson2012-01-191-1/+2
| | | | | | | | | | Rather than the EmpathyChatView implementations calling empathy_message_should_highlight() themselves, this patch makes EmpathyChat take responsibility for doing so. The theme preview in Preferences, whether deliberately or otherwise, highlights the line in which Juliet mentions Romeo. This behaviour is preserved.
* Port all timestamps from time_t to gint64 (#648188)Guillaume Desmottes2011-04-191-1/+1
|
* group messages only if the delay is shortFelix Kaser2010-04-081-12/+13
| | | | messages from the same sender should not be grouped when the delay between two messages is too long (5min). fixes bug #604475
* [Goal] Clean up GLib and GTK+ includes in empathy (Fixes #585669)Luis Menina2009-06-141-1/+1
| | | | | | Allows to compile with G_DISABLE_SINGLE_INCLUDES, GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES. This prepares for the GNOME 3.0 transition.
* empathy-chat-text-view: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-3/+3
|
* Completely rework the theming system to make easy implementing themes based ↵Xavier Claessens2008-12-161-6/+27
| | | | | | on other classes like webkit. svn path=/trunk/; revision=1993
* Rename EmpathyChatSimpleView to EmpathyChatTextViewXavier Claessens2008-12-161-0/+65
svn path=/trunk/; revision=1987