summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-ui-utils.h
AgeCommit message (Expand)AuthorFilesLines
2010-09-28Don't use deprecated gtk_dialog_set_has_separatorDiego Escalante Urrelo1-16/+0
2010-09-07Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3Philip Withnall1-0/+16
2010-08-18Allow cancellation of avatar load operationsPhilip Withnall1-1/+2
2010-08-05Fix constness of various variables and parametersPhilip Withnall1-1/+1
2010-07-20Use the gio async pattern for fetching Individuals' avatarsTravis Reitter1-5/+9
2010-07-20Implement avatar support.Travis Reitter1-0/+9
2010-07-20Base the contact list around libfolks metacontacts. Not yet to feature-parityTravis Reitter1-1/+5
2010-05-21Remove empathy_link_button_new(), it's unusedXavier Claessens1-2/+0
2010-04-24Pass the ChannelDispatcher timestamp onwards to window_presentSjoerd Simons1-1/+3
2010-03-15empathy_window_present: remove useless 'steal_focus' argGuillaume Desmottes1-2/+1
2010-03-04Remove unused function empathy_toggle_button_set_state_quietlyXavier Claessens1-6/+0
2010-03-03Reorganize code in empathy-ui-utils.ch to group related codeXavier Claessens1-7/+12
2010-03-03Move empathy_uri_regex_dup_singleton to be private inside empathy-string-pars...Xavier Claessens1-1/+0
2010-03-03Move empathy_string_parser API to its own fileXavier Claessens1-45/+0
2009-12-16contact_list: displays an icon showing the protocol by the contact (#603877)chantra1-0/+9
2009-11-30Merge commit 'shaunm/dndfiles2'Guillaume Desmottes1-0/+4
2009-11-24Utilitiy function to send files from a URI list, for dnd implementationsShaun McCance1-0/+2
2009-11-24Implementing drag and drop file sending on chat windowsShaun McCance1-0/+2
2009-11-24Replace GString param with a generic gpointer user_data, and port EmpathyChat...Xavier Claessens1-20/+19
2009-11-24Make possible to define different replace function for parsersXavier Claessens1-12/+34
2009-11-24Extract empathy_string_parser_link and empathy_string_parser_escape from empa...Xavier Claessens1-0/+12
2009-11-24Create API for generic string parserXavier Claessens1-0/+12
2009-11-23Create EMPATHY_RECT_IS_ON_SCREEN macro instead of duplicating its code.Xavier Claessens1-0/+5
2009-10-24ui-utils: port to new tp-glib account APIJonny Lamb1-1/+0
2009-08-28Add empathy_make_absolute_url_len to limit the lenght of url stringPierre-Luc Beaudoin1-0/+2
2009-08-21Merge back from masterSjoerd Simons1-0/+2
2009-08-18Make empathy_make_absolute_url visiblePierre-Luc Beaudoin1-0/+2
2009-07-06Remove useless mission-control includesSjoerd Simons1-2/+0
2009-07-05Get the icon name from the account object directlySjoerd Simons1-1/+0
2009-07-01Port libempathy-gtk to EmpathyAccountSjoerd Simons1-2/+2
2009-06-26Move sound related functions to its own module.Jonathan Tellier1-26/+0
2009-06-11Add path in EmpathySmileyXavier Claessens1-3/+6
2009-06-01Rethink a bit the logic for an incoming transfer.Cosimo Cecchi1-1/+2
2009-05-30Remove usage of McPresence as much as possibleSjoerd Simons1-1/+1
2009-05-18empathy-ui-utils: fix coding style and update FSF addressGuillaume Desmottes1-4/+4
2009-04-16Refactor the floating ref hack into a new functionXavier Claessens1-0/+2
2009-04-16Port glade helpers to GtkBuilberXavier Claessens1-16/+5
2009-03-03Move URI regex to empathy-ui-utilsXavier Claessens1-0/+2
2009-02-03Add a empathy_sound_play_full functionSjoerd Simons1-2/+10
2009-01-30Move empathy_notification_is_enabled () to src/Xavier Claessens1-3/+0
2009-01-30Fix indentation.Xavier Claessens1-1/+1
2009-01-30Add a convenience function to avoid hacks when getting the pixbuf from the ic...Xavier Claessens1-0/+2
2009-01-30W.I.P. for notifications on chat window.Xavier Claessens1-1/+1
2009-01-30Implement a logic for disabling notifications when away.Xavier Claessens1-0/+3
2009-01-23Removed unused G_STR_EMPTY from empathy-ui-utils.h.Jonny Lamb1-2/+0
2009-01-07Add a comment that tells to keep EmpathySound enum sync with sound_entries ar...Xavier Claessens1-0/+1
2009-01-06Update empathy_sound_play () to be nicer to use and centralize the listXavier Claessens1-3/+15
2009-01-06Turn empathy_sound_pref_is_enabled into empathy_sound_play thatXavier Claessens1-1/+5
2009-01-06Add empathy_sound_pref_is_enabled ().Xavier Claessens1-0/+2
2008-12-16Remove useless empathy_text_buffer_tag_setXavier Claessens1-4/+0