aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.c
Commit message (Expand)AuthorAgeFilesLines
...
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-231-1/+1
* Convert EmpathyChatroomManager to the new singleton conventionSjoerd Simons2009-01-101-1/+1
* Use the new dispatcher api to request text channelsSjoerd Simons2009-01-101-1/+1
* Port EmpathySmileyManager to the new singleton policy.Xavier Claessens2009-01-091-1/+1
* Update empathy_sound_play () to be nicer to use and centralize the listXavier Claessens2009-01-071-4/+2
* Turn empathy_sound_pref_is_enabled into empathy_sound_play thatXavier Claessens2009-01-071-13/+7
* Adapt the libcanberra calls to use the new functions.Xavier Claessens2009-01-071-12/+16
* Adapt Patryk's patch to trunk.Xavier Claessens2009-01-071-0/+24
* Don't unref NULL avatar used as chat window iconWill Thompson2008-12-291-1/+4
* Don't forget to unref the smiley managerXavier Claessens2008-12-161-0/+1
* Move the smiley menu code from EmpathyChatView to EmpathyChatManager.Xavier Claessens2008-12-161-16/+15
* Replace _get_selection_bounds by _get_has_selectionXavier Claessens2008-12-161-3/+2
* Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).Xavier Claessens2008-12-021-1/+1
* Include account name in chat-window tooltip. Fixes bug #560622Mathias Hasselmann2008-11-141-4/+8
* Use markup for chat-window tooltipsMathias Hasselmann2008-11-141-10/+21
* If chats have no name, use the channel's ID instead of fallback to "Conversat...Xavier Claessens2008-11-141-19/+2
* empathy-chat-window: use new chatroom mgr APIXavier Claessens2008-10-131-1/+1
* Hide the tab close button where there is a single tab (closes: #551096)Frederic Peters2008-09-071-0/+18
* Do not create a new EmpathyChatroom is it already exists.Xavier Claessens2008-08-301-10/+18
* Add a menu item in chat window to set the room as favoriteXavier Claessens2008-08-301-0/+52
* Useless to cast 2 times to the same classXavier Claessens2008-07-141-1/+1
* Added support for the chat window to show the avatar as the icon. Fixes bug #...Jonny Lamb2008-07-081-1/+15
* Set position/size of chat window only when adding the first chat. Fixes bug #...Xavier Claessens2008-06-081-14/+17
* Improve dispatcher. Fixes bug #465928.Xavier Claessens2008-05-181-1/+2
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-16/+15
* Avoid copying chat list in chat_window_delete_event_cb.Xavier Claessens2008-05-051-11/+5
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-31/+24
* Setup contact submenu in chat window.Xavier Claessens2008-04-251-3/+20
* Remove useless declarationsXavier Claessens2008-04-251-4/+0
* Make sure we don't assume Text channel's handle_type is != NONE.Xavier Claessens2008-04-231-5/+7
* Make possible to show "ghelp:" URIs and display a dialog in case of error in ...Xavier Claessens2008-04-201-1/+1
* Make sure to not set a NULL title on the window.Xavier Claessens2008-04-201-3/+1
* Always set urgency hint on p2p chat windows when receiving a message.Xavier Claessens2008-04-181-2/+6
* Fix crash in DND of chat tab.Xavier Claessens2008-04-171-15/+6
* Code cleanupXavier Claessens2008-04-141-59/+41
* Various fixes for chatsXavier Claessens2008-04-141-79/+19
* Do not update the chat if the window doesn't exists anymore.Xavier Claessens2008-04-021-0/+3
* Redefine size_request and size_allocation on EmpathyChatClassXavier Claessens2008-04-021-1/+1
* Fix various warningsXavier Claessens2008-04-021-31/+40
* Fix separator in the glade and show the chat widget when adding on a windowXavier Claessens2008-04-021-0/+1
* Fix build errors EmpathyChatWindow, port to new API.Xavier Claessens2008-04-021-500/+269
* Fix load/save chat geometryXavier Claessens2008-04-021-38/+19
* Rework EmpathyChat's API, it is now a subclass of GtkBin.Xavier Claessens2008-04-021-17/+58
* Move window's glade to empathy-chat-window.glade. Reorder empathy-chat-window.cXavier Claessens2008-04-021-454/+332
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...Xavier Claessens2008-03-171-1/+4
* Fix warning when showing about dialog from a chat windowXavier Claessens2008-03-161-1/+3
* Move modules that make no sense to be used in other applicaton from libempath...Xavier Claessens2008-03-141-0/+1905