summaryrefslogtreecommitdiff
path: root/libwnck/window.c
Commit message (Expand)AuthorAgeFilesLines
* window: use WnckHandle to get applicationAlberts Muktupāvels2022-02-241-1/+3
* window: use WnckHandle to get windowAlberts Muktupāvels2022-02-241-3/+7
* window: use WnckHandle to get icon sizesAlberts Muktupāvels2022-02-231-2/+5
* window: use WnckHandle to get client typeAlberts Muktupāvels2022-02-231-1/+4
* window: move window_hash to WnckHandleAlberts Muktupāvels2022-02-171-25/+12
* xutils: move WnckIconCache to its own fileAlberts Muktupāvels2021-05-111-0/+1
* xutils: replace width and height with size in read_iconsAlberts Muktupāvels2021-05-071-2/+4
* xutils: use WnckScreen instead of X11 ScreenAlberts Muktupāvels2019-09-101-55/+57
* don't use the deprecated g_type_class_add_privateAlberts Muktupāvels2018-06-271-5/+2
* window: ensure that ALL_WORKSPACES has the X11 expected valueMarco Trevisan (Treviño)2017-07-271-1/+1
* window: avoid signed / unsigned warningAlberts Muktupāvels2017-05-051-1/+1
* add missing default case in switch statementsAlberts Muktupāvels2017-04-271-0/+2
* remove redundant declarationsAlberts Muktupāvels2017-04-261-2/+0
* Window: ignore unhandled non-_NET_WM actionsMarco Trevisan (Treviño)2016-04-251-1/+3
* WnckWindow: Add a new 'type-changed' signalSebastian Geiger2015-12-021-2/+40
* Add support for _GTK_FRAME_EXTENTSRico Tzschichholz2014-07-241-1/+3
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
* WnckWindow: Add private function to load an icon and emit signalMarco Trevisan (Treviño)2013-08-201-10/+14
* Utils: allow to set the default icon sizes and use these valuesMarco Trevisan (Treviño)2013-08-201-5/+6
* private: just use DEFAULT_{ICON,MINI_ICON}_SIZEMarco Trevisan (Treviño)2013-08-201-3/+3
* WnckWindow: remove unneeded priv parameters initialization to 0Marco Trevisan (Treviño)2013-07-201-77/+2
* libwnck: remove dependency on glib-genmarshal, use generic marshallerMarco Trevisan (Treviño)2013-07-201-17/+8
* WnckWindow: add WM_WINDOW_ROLE supportMarco Trevisan (Treviño)2013-02-051-2/+91
* Window: emit class-changed signal when the instance or group class name changesMarco Trevisan (Treviño)2013-02-051-8/+54
* core: Also reset the XSelectInput for WnckScreen and WnckApplicationVincent Untz2012-01-301-3/+3
* core: Add _wnck_window_shutdown_all()Vincent Untz2012-01-301-0/+10
* core: Rely on finalize() instead of manual shutdown() functionsVincent Untz2012-01-301-7/+5
* core: Use a destroy notify in hash tables to unref when removing itemVincent Untz2012-01-301-8/+10
* core: Add wnck_shutdown()Martin Pitt2012-01-301-2/+14
* Added missing introspection annotationsPriit Laes2011-08-161-8/+8
* core, wnckprop: Use "ID" instead of "resource class" in WnckClassGroupVincent Untz2011-08-121-2/+2
* core: Improve API docs for new APIVincent Untz2011-08-121-8/+14
* core: Add API to get WM_CLASS group name & instance name of a WnckWindowMarco Trevisan (Treviño)2011-08-121-2/+24
* core: Add Display argument to _wnck_error_trap_push()/pop()Vincent Untz2011-02-181-6/+13
* introspection: Add missing annotationsVincent Untz2011-01-201-6/+6
* doc: TyposVincent Untz2011-01-201-1/+1
* introspection: Add missing annotationsVincent Untz2011-01-201-2/+4
* core: Add Screen argument to _wnck_select_input()Vincent Untz2011-01-201-1/+2
* core: Add Screen argument to _wnck_set_icon_geometry()Vincent Untz2011-01-201-1/+2
* core: Add Screen argument to _wnck_read_icons()Vincent Untz2011-01-201-1/+2
* core: Add Screen argument to _wnck_get_res_class_utf8(), ...Vincent Untz2011-01-201-1/+2
* core: Add Screen argument to _wnck_iconify(), _wnck_deiconify()Vincent Untz2011-01-201-1/+2
* core: Add Screen argument to _wnck_get_cardinal_list(), ...Vincent Untz2011-01-201-1/+2
* core: Add Screen argument to _wnck_get_atom_list()Vincent Untz2011-01-201-3/+6
* core: Add Screen argument to _wnck_get_utf8_property()Vincent Untz2011-01-201-1/+2
* core: Add Screen argument to _wnck_get_text_property(), ...Vincent Untz2011-01-201-2/+4
* core: Add Screen argument to _wnck_get_window(), _wnck_get_session_id()Vincent Untz2011-01-201-5/+8
* core: Add Screen argument to _wnck_get_wm_state()Vincent Untz2011-01-201-1/+2
* core: Add Screen argument to _wnck_get_cardinal(), _wnck_get_pid()Vincent Untz2011-01-201-2/+4
* all: Code spacing fixesVincent Untz2011-01-191-80/+80