]> git.0d.be Git - empathy.git/history - src/empathy-chat-window.c
Merge branch 'master' into tp-tube
[empathy.git] / src / empathy-chat-window.c
2009-04-24 Guillaume DesmottesMerge branch 'master' into tp-tube
2009-04-24 Davyd MadeleyMerge branch 'spelling-578399'
2009-04-23 Davyd MadeleyMerge branch 'presets-dialog'
2009-04-22 Xavier ClaessensPort EmpathyChatWindow's DnD to new API
2009-04-22 Xavier ClaessensRemove useless include of empathy-contact-factory.h
2009-04-22 Xavier ClaessensPort EmpathyChatWindow to new API and remove dead code.
2009-04-17 Xavier ClaessensFix urgency hint for MUCs
2009-04-16 Xavier ClaessensMake use of GtkUIManager for EmpathyChatWindow
2009-04-16 Xavier ClaessensPort EmpathyChatWindow to new API
2009-01-30 Xavier ClaessensPrefix "Empathy" to the notification enum.
2009-01-30 Xavier ClaessensFactor out some common code.
2009-01-30 Xavier ClaessensAdd an enum to define notification close reason.
2009-01-30 Xavier ClaessensUnref the notification after it has been closed.
2009-01-30 Xavier ClaessensEscape message body with g_markup_escape_text before...
2009-01-30 Xavier ClaessensFix order or params in chat_window_show_or_update_notif...
2009-01-30 Xavier ClaessensMove empathy_notification_is_enabled () to src/
2009-01-30 Xavier ClaessensMake possible to use libnotify 0.4.4, to not force...
2009-01-30 Xavier ClaessensAdd a convenience function to avoid hacks when getting...
2009-01-30 Xavier ClaessensMake notifications for unfocused chat windows work...
2009-01-30 Xavier ClaessensW.I.P. for notifications on chat window.
2009-01-23 Jonny LambRenamed G_STR_EMPTY to EMP_STR_EMPTY.
2009-01-09 Sjoerd SimonsConvert EmpathyChatroomManager to the new singleton...
2009-01-09 Sjoerd SimonsUse the new dispatcher api to request text channels
2009-01-09 Xavier ClaessensPort EmpathySmileyManager to the new singleton policy.
2009-01-06 Xavier ClaessensUpdate empathy_sound_play () to be nicer to use and...
2009-01-06 Xavier ClaessensTurn empathy_sound_pref_is_enabled into empathy_sound_p...
2009-01-06 Xavier ClaessensAdapt the libcanberra calls to use the new functions.
2009-01-06 Xavier ClaessensAdapt Patryk's patch to trunk.
2008-12-29 Will ThompsonDon't unref NULL avatar used as chat window icon
2008-12-16 Xavier ClaessensDon't forget to unref the smiley manager
2008-12-16 Xavier ClaessensMove the smiley menu code from EmpathyChatView to Empat...
2008-12-16 Xavier ClaessensReplace _get_selection_bounds by _get_has_selection
2008-12-01 Xavier ClaessensUse GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).
2008-11-13 Mathias HasselmannInclude account name in chat-window tooltip. Fixes...
2008-11-13 Mathias HasselmannUse markup for chat-window tooltips
2008-11-13 Xavier ClaessensIf chats have no name, use the channel's ID instead...
2008-10-13 Xavier Claessensempathy-chat-window: use new chatroom mgr API
2008-09-07 Frederic PetersHide the tab close button where there is a single tab...
2008-08-29 Xavier ClaessensDo not create a new EmpathyChatroom is it already exists.
2008-08-29 Xavier ClaessensAdd a menu item in chat window to set the room as favorite
2008-07-14 Xavier ClaessensUseless to cast 2 times to the same class
2008-07-08 Jonny LambAdded support for the chat window to show the avatar...
2008-06-07 Xavier ClaessensSet position/size of chat window only when adding the...
2008-05-18 Xavier ClaessensImprove dispatcher. Fixes bug #465928.
2008-05-05 Xavier ClaessensKeep a priv pointer in the object struct instead of...
2008-05-04 Xavier ClaessensAvoid copying chat list in chat_window_delete_event_cb.
2008-04-30 Xavier ClaessensMake use of tp-glib debug system.
2008-04-25 Xavier ClaessensSetup contact submenu in chat window.
2008-04-25 Xavier ClaessensRemove useless declarations
2008-04-23 Xavier ClaessensMake sure we don't assume Text channel's handle_type...
2008-04-19 Xavier ClaessensMake possible to show "ghelp:" URIs and display a dialo...
2008-04-19 Xavier ClaessensMake sure to not set a NULL title on the window.
2008-04-17 Xavier ClaessensAlways set urgency hint on p2p chat windows when receiv...
2008-04-16 Xavier ClaessensFix crash in DND of chat tab.
2008-04-14 Xavier ClaessensCode cleanup
2008-04-14 Xavier ClaessensVarious fixes for chats
2008-04-02 Xavier ClaessensDo not update the chat if the window doesn't exists...
2008-04-02 Xavier ClaessensRedefine size_request and size_allocation on EmpathyCha...
2008-04-02 Xavier ClaessensFix various warnings
2008-04-02 Xavier ClaessensFix separator in the glade and show the chat widget...
2008-04-02 Xavier ClaessensFix build errors EmpathyChatWindow, port to new API.
2008-04-02 Xavier ClaessensFix load/save chat geometry
2008-04-02 Xavier ClaessensRework EmpathyChat's API, it is now a subclass of GtkBin.
2008-04-02 Xavier ClaessensMove window's glade to empathy-chat-window.glade. Reord...
2008-03-16 Xavier ClaessensUse empathy_file_lookup for glade files since some...
2008-03-16 Xavier ClaessensFix warning when showing about dialog from a chat window
2008-03-13 Xavier ClaessensMove modules that make no sense to be used in other...