summaryrefslogtreecommitdiff
path: root/libwnck/screen.c
Commit message (Expand)AuthorAgeFilesLines
* screen: move screens to WnckHandleAlberts Muktupāvels2022-02-221-97/+16
* screen: store WnckHandle in structAlberts Muktupāvels2022-02-171-0/+12
* xutils: move event filter to WnckHandlewip/muktupavels/wnck-handle-2Alberts Muktupāvels2021-05-311-1/+0
* class-group: add WnckScreen to private structAlberts Muktupāvels2019-09-101-1/+1
* don't use the deprecated g_type_class_add_privateAlberts Muktupāvels2018-06-271-5/+2
* screen: avoid deprecated gdk_display_get_screenAlberts Muktupāvels2017-05-051-1/+4
* screen: fix signed / unsigned warningsAlberts Muktupāvels2017-05-051-4/+4
* add missing default case in switch statementsAlberts Muktupāvels2017-04-271-0/+2
* remove redundant declarationsAlberts Muktupāvels2017-04-261-2/+0
* screen: Check for Wayland displayOlivier Crête2016-11-281-3/+8
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
* WnckScreen: remove unneeded priv parameters initialization to 0Marco Trevisan (Treviño)2013-07-201-38/+0
* libwnck: remove dependency on glib-genmarshal, use generic marshallerMarco Trevisan (Treviño)2013-07-201-30/+15
* core: Also reset the XSelectInput for WnckScreen and WnckApplicationVincent Untz2012-01-301-5/+7
* core: Rely on finalize() instead of manual shutdown() functionsVincent Untz2012-01-301-17/+9
* core: Add wnck_shutdown()Martin Pitt2012-01-301-1/+38
* core: Add API to get WM_CLASS group name & instance name of a WnckWindowMarco Trevisan (Treviño)2011-08-121-1/+1
* core: Add Display argument to _wnck_error_trap_push()/pop()Vincent Untz2011-02-181-6/+9
* core: Remove usage of gdk_display_get_default() in screen.cVincent Untz2011-02-181-2/+9
* doc: TyposVincent Untz2011-01-201-1/+1
* core: Do not use WNCK_SCREEN_XSCREEN in screen.cVincent Untz2011-01-201-20/+17
* core: Remove usage of _wnck_get_default_display()...Vincent Untz2011-01-201-6/+3
* core: Add Screen argument to _wnck_select_input()Vincent Untz2011-01-201-1/+2
* core: Add Screen argument to _wnck_set_utf8_list()Vincent Untz2011-01-201-1/+2
* core: Add Screen argument to _wnck_get_utf8_list()Vincent Untz2011-01-201-1/+2
* core: Add Screen argument to _wnck_get_cardinal_list(), ...Vincent Untz2011-01-201-3/+6
* core: Add Screen argument to _wnck_get_window_list()Vincent Untz2011-01-201-2/+4
* core: Add Screen argument to _wnck_get_utf8_property()Vincent Untz2011-01-201-2/+6
* core: Add Screen argument to _wnck_get_pixmap()Vincent Untz2011-01-201-1/+2
* core: Add Screen argument to _wnck_get_window(), _wnck_get_session_id()Vincent Untz2011-01-201-2/+4
* core: Add Screen argument to _wnck_get_cardinal(), _wnck_get_pid()Vincent Untz2011-01-201-3/+6
* all: Remove deprecated API and change API that had deprecated argumentsVincent Untz2011-01-191-102/+0
* all: Code spacing fixesVincent Untz2011-01-191-144/+144
* [core] Use _wnck_error_trap_push/pop instead of gdk_error_trap_push/popVincent Untz2010-09-131-2/+2
* [core, wnckprop] Stop using gdk_displayVincent Untz2010-09-111-10/+25
* [screen] Wrap gtk-doc commentsVincent Untz2010-08-041-19/+20
* Add introspection annotationsTomeu Vizoso2010-07-291-20/+22
* undef WNCK_DISABLE_DEPRECATED, since that's internal code.Vincent Untz2009-01-061-0/+2
* return TRUE when both list of windows are empty. Fix a bug where when theVincent Untz2008-06-111-3/+2
* Change API doc to use Gets instead of Returns in the description of theVincent Untz2007-11-111-22/+22
* remove dead conditions. Patch by Roland Bär <roland@verifysoft.de>. FixVincent Untz2007-11-111-6/+4
* use Deprecated:2.20: instead of just Deprecated:Vincent Untz2007-07-101-4/+4
* add myself add myself for the copyright of relevant filesVincent Untz2007-07-101-0/+1
* call _wnck_error_trap_push() and _wnck_error_trap_pop() (mainly for theVincent Untz2007-06-241-0/+2
* Add new API to get layout information about a workspace. Also add a modeVincent Untz2007-06-241-2/+11
* forgot the "Since:" for documentationVincent Untz2007-06-241-0/+2
* new API, for consistency. Fix also two API docs.Vincent Untz2007-06-241-2/+20
* Cleanups and deprecate some WnckScreen functions that shouldn't have beenVincent Untz2007-06-241-5/+5
* Add new features to wnckprop: it can now change properties of windows, butVincent Untz2007-06-201-3/+6
* Use g_type_class_add_private(), initialize all private fields in _init()Vincent Untz2007-06-191-14/+67