aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat-view.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused empathy-theme.h includeXavier Claessens2008-12-161-2/+0
| | | | svn path=/trunk/; revision=1991
* Remove useless virtual methodsXavier Claessens2008-12-161-19/+0
| | | | svn path=/trunk/; revision=1988
* Move the smiley menu code from EmpathyChatView to EmpathyChatManager.Xavier Claessens2008-12-161-3/+0
| | | | svn path=/trunk/; revision=1986
* Replace _get_selection_bounds by _get_has_selectionXavier Claessens2008-12-161-6/+2
| | | | svn path=/trunk/; revision=1984
* Remove _append_button since it's not usedXavier Claessens2008-12-161-8/+0
| | | | svn path=/trunk/; revision=1983
* Move chat_view_get_avatar_pixbuf_with_cache to EmpathyThemeBoxes where it ↵Xavier Claessens2008-12-161-1/+0
| | | | | | makes more sense. svn path=/trunk/; revision=1982
* Fix licence and clean up a bit the interfaceXavier Claessens2008-12-161-47/+43
| | | | svn path=/trunk/; revision=1981
* EmpathyChatView as GInterfaceXavier Claessens2008-12-161-12/+48
| | | | svn path=/trunk/; revision=1978
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-061-1/+1
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082
* Do not apply different theme to chat and chatroomsXavier Claessens2008-04-231-2/+0
| | | | svn path=/trunk/; revision=1033
* Remove duplicate define in header.Xavier Claessens2008-04-211-2/+0
| | | | svn path=/trunk/; revision=1020
* Remove EmpathyChatViewBlock and empaty_chat_view_set_last_contactXavier Claessens2008-03-141-14/+0
| | | | svn path=/trunk/; revision=791
* Rename BlockType to EMPATHY_CHAT_VIEW_BLOCK to respect namespaceXavier Claessens2008-01-161-9/+9
| | | | svn path=/trunk/; revision=563
* New chat theme engine imported from Gossip (Daniel Gryniewicz, Xavier ↵Xavier Claessens2007-12-211-3/+24
| | | | | | Claessens). svn path=/trunk/; revision=494
* Don't use deprecated GtkTooltips API. Add commented out lines inXavier Claessens2007-10-131-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-13 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat-view.h: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-chat-window.c: * libempathy-gtk/empathy-chat-view.c: * libempathy/empathy-log-manager.c: * libempathy/empathy-time.c: * libempathy/empathy-tp-chat.c: * libempathy/empathy-time.h: * libempathy/empathy-message.c: * libempathy/empathy-message.h: * libempathy/empathy-presence.c: * configure.ac: Don't use deprecated GtkTooltips API. Add commented out lines in configure.ac to disable GLib and GTK deprecated symbols. Replace EmpathyTime by time_t which is more appropriate for timestamps. * doc/*: Updated. svn path=/trunk/; revision=371
* More dynamic smiley managment and more efficient algorithm to detectXavier Claessens2007-09-081-76/+42
| | | | | | | | | | | | | | | | | | | | 2007-09-08 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat-view.h: * libempathy-gtk/empathy-ui-utils.c: * libempathy-gtk/empathy-ui-utils.h: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-smiley-manager.c: * libempathy-gtk/empathy-smiley-manager.h: * libempathy-gtk/Makefile.am: * libempathy-gtk/empathy-chat-window.c: * libempathy-gtk/empathy-chat-view.c: More dynamic smiley managment and more efficient algorithm to detect smileys in messages. * doc/: Updated svn path=/trunk/; revision=285
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+134
2007-06-22 Xavier Claessens <xclaesse@gmail.com> * libempathy/*.[ch]: * libempathy-gtk/*.[ch]: * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy", change namespace of all gossip_*() functions to empathy_*(). Fixes bug #444490 (Mario Danic, Xavier Claessens). svn path=/trunk/; revision=170