aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat-view.c
Commit message (Collapse)AuthorAgeFilesLines
* empathy-chat-view: remove trailing tabsGuillaume Desmottes2009-06-251-16/+16
|
* empathy-chat-view: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-12/+12
|
* Remove useless virtual methodsXavier Claessens2008-12-161-75/+10
| | | | svn path=/trunk/; revision=1988
* Move the smiley menu code from EmpathyChatView to EmpathyChatManager.Xavier Claessens2008-12-161-49/+0
| | | | svn path=/trunk/; revision=1986
* EmpathyChatView interface can only be implemented by a GtkWidget subclassXavier Claessens2008-12-161-1/+1
| | | | svn path=/trunk/; revision=1985
* Replace _get_selection_bounds by _get_has_selectionXavier Claessens2008-12-161-7/+3
| | | | svn path=/trunk/; revision=1984
* Remove _append_button since it's not usedXavier Claessens2008-12-161-16/+0
| | | | svn path=/trunk/; revision=1983
* Move chat_view_get_avatar_pixbuf_with_cache to EmpathyThemeBoxes where it ↵Xavier Claessens2008-12-161-96/+0
| | | | | | makes more sense. svn path=/trunk/; revision=1982
* Fix licence and clean up a bit the interfaceXavier Claessens2008-12-161-141/+129
| | | | svn path=/trunk/; revision=1981
* EmpathyChatView as GInterfaceXavier Claessens2008-12-161-1157/+124
| | | | svn path=/trunk/; revision=1978
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
| | | | svn path=/trunk/; revision=1967
* Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).Xavier Claessens2008-12-021-13/+16
| | | | svn path=/trunk/; revision=1942
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-061-10/+7
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-6/+5
| | | | svn path=/trunk/; revision=1066
* Do not apply different theme to chat and chatroomsXavier Claessens2008-04-231-41/+1
| | | | svn path=/trunk/; revision=1033
* Rework EmpathyChat's API, it is now a subclass of GtkBin.Xavier Claessens2008-04-021-58/+59
| | | | svn path=/trunk/; revision=840
* Remove EmpathyChatViewBlock and empaty_chat_view_set_last_contactXavier Claessens2008-03-141-58/+13
| | | | svn path=/trunk/; revision=791
* Move modules that make no sense to be used in other applicaton from ↵Xavier Claessens2008-03-141-1/+0
| | | | | | libempathy-gtk/ to src/ svn path=/trunk/; revision=789
* Make sure we don't expect contact id and handle to be directly ready. Add ↵Xavier Claessens2008-03-111-16/+3
| | | | | | some _run_until_ready. svn path=/trunk/; revision=755
* Move empathy-conf to libempathy-gtk. libempathy do not depend directly on ↵Xavier Claessens2008-01-231-1/+1
| | | | | | gconf anymore. svn path=/trunk/; revision=597
* Rename BlockType to EMPATHY_CHAT_VIEW_BLOCK to respect namespaceXavier Claessens2008-01-161-9/+9
| | | | svn path=/trunk/; revision=563
* Revert "merge git work"Xavier Claessens2007-12-291-38/+16
| | | | | | This reverts commit 0cfd80847f0d66967f56c7d6b3eb46793f725859. svn path=/trunk/; revision=519
* merge git workXavier Claessens2007-12-291-16/+38
| | | | svn path=/trunk/; revision=518
* Simplify chat theme systemXavier Claessens2007-12-291-38/+16
| | | | svn path=/trunk/; revision=507
* New chat theme engine imported from Gossip (Daniel Gryniewicz, Xavier ↵Xavier Claessens2007-12-211-717/+215
| | | | | | Claessens). svn path=/trunk/; revision=494
* Cache avatar pixbuf in EmpathyChatView to avoid having a new pixbuf in ↵Xavier Claessens2007-12-131-11/+69
| | | | | | memory for each message a contact sends svn path=/trunk/; revision=475
* Don't use deprecated GtkTooltips API. Add commented out lines inXavier Claessens2007-10-131-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | 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-232/+46
| | | | | | | | | | | | | | | | | | | | 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
* Add MSN setting UI. Fixes bug #443162 (Cosimo Cecchi).Xavier Claessens2007-07-091-1/+1
| | | | | | | | | | | | | | | | | | | 2007-07-09 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-widget-msn.glade: * libempathy-gtk/empathy-account-widget-msn.c: * libempathy-gtk/empathy-account-widget-msn.h: * libempathy-gtk/empathy-accounts-dialog.c: * libempathy-gtk/Makefile.am: Add MSN setting UI. Fixes bug #443162 (Cosimo Cecchi). * libempathy-gtk/empathy-chat-view.c: * libempathy/empathy-log-manager.c: * libempathy/empathy-log-manager.h: Add needed API to show chat logs in Tracker. Fixes bug #452536. svn path=/trunk/; revision=178
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+2226
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