summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-ui-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Don't crash in window_get_workspace under WaylandMichael Catanzaro2016-01-161-0/+9
* ui-utils: remove useless self assignationsGuillaume Desmottes2013-10-031-6/+0
* pixbuf-utils: copy the generic pixbuf-related utily functions from EmpathyMarco Barisione2013-08-201-153/+3
* tpaw-utils: copy URL handling functions from Empathy to tp-awMarco Barisione2013-08-201-41/+2
* tpaw-utils: move empathy_window_present* to tp-aw and rename itMarco Barisione2013-08-201-41/+0
* tpaw-utils: move empathy_get_toplevel_window to tp-aw and rename itMarco Barisione2013-08-201-15/+0
* builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione2013-08-201-148/+0
* live-search: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-4/+4
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-011-3/+3
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-3/+3
* Use double quotes for all internal headersEmanuele Aina2013-04-011-3/+3
* ui-utils: Add empathy_builder_get_resource()Emanuele Aina2013-03-311-5/+40
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-271-7/+0
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-271-1/+1
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
* empathy_launch_external_app: allow to pass argumentsGuillaume Desmottes2012-08-151-2/+31
* factor out empathy_launch_external_app()Guillaume Desmottes2012-08-151-0/+48
* pixbuf_avatar_from_individual_closure_new: use the g_slice allocatorGuillaume Desmottes2012-07-041-2/+2
* avatar_icon_load_cb: use gdk_pixbuf_new_from_stream_at_scale()Guillaume Desmottes2012-07-041-113/+26
* ui-utils: factor out pixbuf_round_corners()Guillaume Desmottes2012-07-041-14/+18
* ui-utils: remove unused public functionsGuillaume Desmottes2012-07-041-680/+7
* ui-utils: port to TP coding styleGuillaume Desmottes2012-07-041-1499/+1556
* Add empathy.css and helper code to use itGuillaume Desmottes2012-05-241-0/+33
* Use help:empathy to open the helpGuillaume Desmottes2012-03-221-1/+1
* Don't flood logs when individials don't have avatarsGuillaume Desmottes2012-03-091-2/+2
* empathy_gtk_init: add local copy of icons to the search path (#616159)Guillaume Desmottes2012-03-081-0/+13
* empathy_pixbuf_avatar_from_individual_scaled_async: set an error if no avatarGuillaume Desmottes2012-01-171-11/+10
* coding style fixEMPATHY_3_3_3Guillaume Desmottes2011-12-191-1/+1
* add empathy_move_to_window_desktopGuillaume Desmottes2011-12-191-0/+117
* ui-utils: don't expect that cancellable is not NULLGuillaume Desmottes2011-11-301-2/+3
* doesn't allow to send socket filesGuillaume Desmottes2011-11-101-0/+24
* Don't crash when the buffer has length 0Danielle Madeley2011-11-071-1/+4
* use g_format_size instead of g_format_size_for_displayGuillaume Desmottes2011-10-251-2/+2
* Move dialpad into a widget of its ownDanielle Madeley2011-10-191-102/+0
* Merge remote-tracking branch 'pochu/misc-fixes'Danielle Madeley2011-10-141-0/+3
|\
| * Cope with gtk_icon_theme_lookup_icon returning NULLSjoerd Simons2011-09-051-0/+3
* | pass to proper user action time when requesting an outgoing FTGuillaume Desmottes2011-09-271-1/+2
|/
* Don't leak FDs when loading avatars.Will Thompson2011-08-261-5/+5
* libempathy-gtk: Explicitly close the input stream used for reading avatarsPhilip Withnall2011-08-231-0/+20
* Bug 655212 — Update for libfolks API changes to AvatarDetailsPhilip Withnall2011-08-161-39/+101
* Factor out empathy_launch_program()Emilio Pozuelo Monfort2011-08-041-0/+52
* Dialpad: show an entry with the entered numbersEmilio Pozuelo Monfort2011-08-041-2/+31
* empathy_send_file_with_file_chooser: keep on the contact while the dialog is ...Guillaume Desmottes2011-08-021-1/+2
* Add letters underneath the numbers on the dialpadDanielle Madeley2011-07-261-13/+39
* Factor out dialpad into a utility functionDanielle Madeley2011-07-261-0/+47
* empathy_individual_match_string: match if the string IS a prefixGuillaume Desmottes2011-06-091-1/+1
* Adapt to API break in folks_individual_get_personas.Travis Reitter2011-06-061-23/+34
* allow user to search for contacts using their full identifierGuillaume Desmottes2011-06-011-1/+12
* factor out empathy_individual_match_words()Guillaume Desmottes2011-05-311-0/+42
* Stop dealing with iconification of main window, just hide/present itXavier Claessens2011-05-261-53/+0