summaryrefslogtreecommitdiff
path: root/libwnck/xutils.c
Commit message (Expand)AuthorAgeFilesLines
* xutils: use WnckHandle to get client typeAlberts Muktupāvels2022-02-231-6/+19
* xutils: move event filter to WnckHandlewip/muktupavels/wnck-handle-2Alberts Muktupāvels2021-05-311-107/+0
* xutils: move WnckIconCache to its own fileAlberts Muktupāvels2021-05-111-728/+1
* xutils: use single size parameter also in read_rgb_iconAlberts Muktupāvels2021-05-071-21/+13
* xutils: don't check if ideal size is 0 or lessAlberts Muktupāvels2021-05-071-66/+9
* xutils: use ideal_size also in try_pixmap_and_maskAlberts Muktupāvels2021-05-071-12/+10
* xutils: replace width and height with size in get_fallback_iconsAlberts Muktupāvels2021-05-071-20/+10
* xutils: replace width and height with size in read_iconsAlberts Muktupāvels2021-05-071-32/+24
* xutils: use WnckScreen instead of X11 ScreenAlberts Muktupāvels2019-09-101-56/+70
* xutils: avoid deprecated functionsAlberts Muktupāvels2018-01-101-5/+19
* xutils: fix signed / unsigned warningsAlberts Muktupāvels2017-05-051-4/+4
* xutils: fix 'comparison between signed and unsigned integer' warningsAlberts Muktupāvels2017-05-051-3/+3
* xutils: fix 'G_SIZEOF_LONG is not defined' warningAlberts Muktupāvels2017-04-281-1/+1
* add missing default case in switch statementsAlberts Muktupāvels2017-04-271-0/+3
* avoid deprecated gdk_pixbuf_new_from_inlineAlberts Muktupāvels2017-04-261-5/+1
* xutils: add error trap in try_pixmap_and_maskAlberts Muktupāvels2016-06-211-0/+8
* xutils: Correctly link against libXrenderDavid King2014-10-131-2/+2
* xutils: Support non-standard depths for icon pixmapsChris Wilson2014-09-171-4/+31
* Add support for _GTK_FRAME_EXTENTSRico Tzschichholz2014-07-241-0/+17
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
* Utils: allow to set the default icon sizes and use these valuesMarco Trevisan (Treviño)2013-08-201-4/+4
* private: just use DEFAULT_{ICON,MINI_ICON}_SIZEMarco Trevisan (Treviño)2013-08-201-4/+4
* Xutils: use gdk_flush instead of XSyncMarco Trevisan (Treviño)2013-08-061-1/+1
* core: Add wnck_shutdown()Martin Pitt2012-01-301-6/+25
* all: Remove unused variables, as found by new gccVincent Untz2011-07-221-6/+0
* core: Push/pop error trap in _wnck_cairo_surface_get_from_pixmap()Vincent Untz2011-02-181-9/+8
* core: Add Display argument to _wnck_error_trap_push()/pop()Vincent Untz2011-02-181-82/+87
* core: Add private _wnck_get_gdk_display() utility APIVincent Untz2011-02-181-14/+20
* core: Remove usage of gdk_display_get_default() in text_property_to_utf8Vincent Untz2011-02-181-3/+13
* core: Fix crash when reading pixmap icons that have no maskVincent Untz2011-02-031-0/+2
* core: Add _wnck_gdk_window_lookup_from_window()Vincent Untz2011-01-201-14/+23
* core: Add Screen argument to _wnck_gdk_pixbuf_get_from_pixmap(), ...Vincent Untz2011-01-201-7/+9
* core: Add Screen argument to _wnck_select_input()Vincent Untz2011-01-201-7/+19
* core: Remove usage of _wnck_get_default_display() in get_server_time()Vincent Untz2011-01-201-5/+6
* core: Add Screen argument to _wnck_set_icon_geometry()Vincent Untz2011-01-201-6/+10
* core: Add Screen argument to _wnck_read_icons()Vincent Untz2011-01-201-11/+24
* core: Add Screen argument to _wnck_get_res_class_utf8(), ...Vincent Untz2011-01-201-5/+9
* core: Add Screen argument to _wnck_iconify(), _wnck_deiconify()Vincent Untz2011-01-201-4/+6
* core: Remove usage of _wnck_get_default_display() in filter_func()Vincent Untz2011-01-201-1/+1
* core: Add Screen argument to _wnck_set_utf8_list()Vincent Untz2011-01-201-2/+6
* core: Add Screen argument to _wnck_get_utf8_list()Vincent Untz2011-01-201-3/+7
* core: Add Screen argument to _wnck_get_cardinal_list(), ...Vincent Untz2011-01-201-4/+9
* core: Add Screen argument to _wnck_get_atom_list()Vincent Untz2011-01-201-2/+6
* core: Add Screen argument to _wnck_get_window_list()Vincent Untz2011-01-201-2/+6
* core: Add Screen argument to _wnck_get_utf8_property()Vincent Untz2011-01-201-6/+10
* core: Add Screen argument to _wnck_get_string_property_latin1()Vincent Untz2011-01-201-3/+7
* core: Add Screen argument to _wnck_get_text_property(), ...Vincent Untz2011-01-201-6/+12
* core: Add Screen argument to _wnck_get_atom()Vincent Untz2011-01-201-2/+6
* core: Add Screen argument to _wnck_get_pixmap()Vincent Untz2011-01-201-2/+6
* core: Add Screen argument to _wnck_get_window(), _wnck_get_session_id()Vincent Untz2011-01-201-4/+9