| Commit message (Expand) | Author | Age | Files | Lines |
* | class-group: add WnckScreen to private struct | Alberts Muktupāvels | 2019-09-10 | 1 | -1/+1 |
* | don't use the deprecated g_type_class_add_private | Alberts Muktupāvels | 2018-06-27 | 1 | -5/+2 |
* | screen: avoid deprecated gdk_display_get_screen | Alberts Muktupāvels | 2017-05-05 | 1 | -1/+4 |
* | screen: fix signed / unsigned warnings | Alberts Muktupāvels | 2017-05-05 | 1 | -4/+4 |
* | add missing default case in switch statements | Alberts Muktupāvels | 2017-04-27 | 1 | -0/+2 |
* | remove redundant declarations | Alberts Muktupāvels | 2017-04-26 | 1 | -2/+0 |
* | screen: Check for Wayland display | Olivier Crête | 2016-11-28 | 1 | -3/+8 |
* | Updated FSF's address | Daniel Mustieles | 2014-01-23 | 1 | -3/+1 |
* | WnckScreen: remove unneeded priv parameters initialization to 0 | Marco Trevisan (Treviño) | 2013-07-20 | 1 | -38/+0 |
* | libwnck: remove dependency on glib-genmarshal, use generic marshaller | Marco Trevisan (Treviño) | 2013-07-20 | 1 | -30/+15 |
* | core: Also reset the XSelectInput for WnckScreen and WnckApplication | Vincent Untz | 2012-01-30 | 1 | -5/+7 |
* | core: Rely on finalize() instead of manual shutdown() functions | Vincent Untz | 2012-01-30 | 1 | -17/+9 |
* | core: Add wnck_shutdown() | Martin Pitt | 2012-01-30 | 1 | -1/+38 |
* | core: Add API to get WM_CLASS group name & instance name of a WnckWindow | Marco Trevisan (Treviño) | 2011-08-12 | 1 | -1/+1 |
* | core: Add Display argument to _wnck_error_trap_push()/pop() | Vincent Untz | 2011-02-18 | 1 | -6/+9 |
* | core: Remove usage of gdk_display_get_default() in screen.c | Vincent Untz | 2011-02-18 | 1 | -2/+9 |
* | doc: Typos | Vincent Untz | 2011-01-20 | 1 | -1/+1 |
* | core: Do not use WNCK_SCREEN_XSCREEN in screen.c | Vincent Untz | 2011-01-20 | 1 | -20/+17 |
* | core: Remove usage of _wnck_get_default_display()... | Vincent Untz | 2011-01-20 | 1 | -6/+3 |
* | core: Add Screen argument to _wnck_select_input() | Vincent Untz | 2011-01-20 | 1 | -1/+2 |
* | core: Add Screen argument to _wnck_set_utf8_list() | Vincent Untz | 2011-01-20 | 1 | -1/+2 |
* | core: Add Screen argument to _wnck_get_utf8_list() | Vincent Untz | 2011-01-20 | 1 | -1/+2 |
* | core: Add Screen argument to _wnck_get_cardinal_list(), ... | Vincent Untz | 2011-01-20 | 1 | -3/+6 |
* | core: Add Screen argument to _wnck_get_window_list() | Vincent Untz | 2011-01-20 | 1 | -2/+4 |
* | core: Add Screen argument to _wnck_get_utf8_property() | Vincent Untz | 2011-01-20 | 1 | -2/+6 |
* | core: Add Screen argument to _wnck_get_pixmap() | Vincent Untz | 2011-01-20 | 1 | -1/+2 |
* | core: Add Screen argument to _wnck_get_window(), _wnck_get_session_id() | Vincent Untz | 2011-01-20 | 1 | -2/+4 |
* | core: Add Screen argument to _wnck_get_cardinal(), _wnck_get_pid() | Vincent Untz | 2011-01-20 | 1 | -3/+6 |
* | all: Remove deprecated API and change API that had deprecated arguments | Vincent Untz | 2011-01-19 | 1 | -102/+0 |
* | all: Code spacing fixes | Vincent Untz | 2011-01-19 | 1 | -144/+144 |
* | [core] Use _wnck_error_trap_push/pop instead of gdk_error_trap_push/pop | Vincent Untz | 2010-09-13 | 1 | -2/+2 |
* | [core, wnckprop] Stop using gdk_display | Vincent Untz | 2010-09-11 | 1 | -10/+25 |
* | [screen] Wrap gtk-doc comments | Vincent Untz | 2010-08-04 | 1 | -19/+20 |
* | Add introspection annotations | Tomeu Vizoso | 2010-07-29 | 1 | -20/+22 |
* | undef WNCK_DISABLE_DEPRECATED, since that's internal code. | Vincent Untz | 2009-01-06 | 1 | -0/+2 |
* | return TRUE when both list of windows are empty. Fix a bug where when the | Vincent Untz | 2008-06-11 | 1 | -3/+2 |
* | Change API doc to use Gets instead of Returns in the description of the | Vincent Untz | 2007-11-11 | 1 | -22/+22 |
* | remove dead conditions. Patch by Roland Bär <roland@verifysoft.de>. Fix | Vincent Untz | 2007-11-11 | 1 | -6/+4 |
* | use Deprecated:2.20: instead of just Deprecated: | Vincent Untz | 2007-07-10 | 1 | -4/+4 |
* | add myself add myself for the copyright of relevant files | Vincent Untz | 2007-07-10 | 1 | -0/+1 |
* | call _wnck_error_trap_push() and _wnck_error_trap_pop() (mainly for the | Vincent Untz | 2007-06-24 | 1 | -0/+2 |
* | Add new API to get layout information about a workspace. Also add a mode | Vincent Untz | 2007-06-24 | 1 | -2/+11 |
* | forgot the "Since:" for documentation | Vincent Untz | 2007-06-24 | 1 | -0/+2 |
* | new API, for consistency. Fix also two API docs. | Vincent Untz | 2007-06-24 | 1 | -2/+20 |
* | Cleanups and deprecate some WnckScreen functions that shouldn't have been | Vincent Untz | 2007-06-24 | 1 | -5/+5 |
* | Add new features to wnckprop: it can now change properties of windows, but | Vincent Untz | 2007-06-20 | 1 | -3/+6 |
* | Use g_type_class_add_private(), initialize all private fields in _init() | Vincent Untz | 2007-06-19 | 1 | -14/+67 |
* | Fix crash on multihead setups, when closing a window. The active window | Vincent Untz | 2007-06-18 | 1 | -10/+68 |
* | kill updated to use wnck_screen_get_number() | Vincent Untz | 2007-06-18 | 1 | -6/+0 |
* | add lots of Since: tags. | Vincent Untz | 2007-06-18 | 1 | -0/+22 |