summaryrefslogtreecommitdiff
path: root/libwnck/selector.c
Commit message (Expand)AuthorAgeFilesLines
* don't use the deprecated g_type_class_add_privateAlberts Muktupāvels2018-06-271-5/+2
* selector: avoid a deprecation warningAlberts Muktupāvels2017-04-281-1/+1
* avoid deprecated gdk_pixbuf_new_from_inlineAlberts Muktupāvels2017-04-261-2/+1
* avoid deprecated GtkImageMenuItemAlberts Muktupāvels2017-04-261-114/+27
* selector: avoid warningAlberts Muktupāvels2017-04-261-1/+1
* selector: avoid deprecated gdk_screen_get_numberAlberts Muktupāvels2017-04-261-1/+1
* selector: remove unused variableAlberts Muktupāvels2016-11-121-12/+4
* selector: drop obsolete GTK_CHECK_VERSIONAlberts Muktupāvels2016-11-121-2/+0
* selector: don't use deprecated GtkMiscAlberts Muktupāvels2016-06-281-2/+2
* selector: set css nameAlberts Muktupāvels2016-02-091-0/+4
* selector: avoid warnings from GtkStyleContextAlberts Muktupāvels2016-01-131-1/+5
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
* WnckSelector: remove unneeded priv parameters initialization to 0Marco Trevisan (Treviño)2013-07-201-8/+1
* Selector: get rid of deprecated codeMarco Trevisan (Treviño)2013-07-191-2/+3
* pager, selector, tasklist: Fix mouse wheel scrolling with new GTK+Christian Persch2012-05-141-0/+5
* all: Remove unused variables, as found by new gccVincent Untz2011-07-221-4/+0
* selector: Don't implement scrolling with signal handlerVincent Untz2011-02-031-6/+8
* selector: Port to GtkStyleContextCarlos Garcia Campos2011-02-031-24/+33
* all: Code spacing fixesVincent Untz2011-01-191-11/+11
* Adapt to GtkObject removal in GTK3Javier Jardón2010-09-301-6/+4
* [selector] Use a GtkSeparatorMenuItem with label for workspace itemsVincent Untz2010-03-111-13/+3
* [all] Start fixing the build with GSEAL_ENABLEDVincent Untz2010-03-101-13/+28
* [all] Build with latest GSeal'ed gtk+Vincent Untz2010-03-041-6/+6
* [selector] Always show icons in menuVincent Untz2009-07-011-0/+1
* always connect to the window events, even if the menu is not opened. WeVincent Untz2007-10-101-2/+2
* add myself add myself for the copyright of relevant filesVincent Untz2007-07-101-0/+1
* Use g_type_class_add_private(), initialize all private fields in _init()Vincent Untz2007-06-191-4/+5
* use name, not the icon name of the window updated new, since this isVincent Untz2007-06-191-39/+6
* Be a bit more friendly to people who want to use our widgets throughVincent Untz2007-06-181-2/+21
* Fix a crash when dragging a window to somewhere like anotherVincent Untz2007-06-181-1/+13
* add lots of Since: tags.Vincent Untz2007-06-181-0/+2
* add /* vim: set sw=2 et: */Vincent Untz2007-06-091-0/+2
* woohoo, 100% symbol coverage for the API doc!Vincent Untz2007-06-091-0/+8
* add more API documentationVincent Untz2007-06-081-0/+15
* Add previous window/workspace to signal handlers for active-window-changedVincent Untz2007-06-051-1/+2
* new (wnck_selector_add_workspace): connect to the style-set signal toVincent Untz2007-05-191-1/+13
* don't do anything if the menu is not visibleVincent Untz2007-05-191-0/+9
* new, to sort windows by their sort order (wnck_selector_scroll_cb),Vincent Untz2007-05-191-0/+16
* Show workspace names in the window selector. Fix bug #150703.Vincent Untz2007-05-191-72/+399
* take into account pinned windows tooVincent Untz2007-05-181-1/+2
* new, to hide/show the separator and "no windows" item when it makes senseVincent Untz2007-05-181-29/+61
* use selector->priv insteaf of WNCK_SELECTOR_GET_PRIVATE() everywhereVincent Untz2007-05-181-86/+71
* remove useless fields from the private structureVincent Untz2007-05-181-16/+25
* put pinned windows with windows in the current workspace. The code inVincent Untz2007-05-181-1/+4
* don't connect to the destroy signal (wnck_selector_class_init): directlyVincent Untz2007-05-181-19/+23
* use G_DEFINE_TYPE (wnck_selector_get_screen): assert that the widget has aVincent Untz2007-05-181-64/+84
* new (wnck_selector_drag_data_get): neew (wnck_selector_item_new): connectVincent Untz2007-04-291-0/+43
* No need to make GTypeInfo and GInterfaceInfo structs static. Bug #382594.Christian Persch2007-01-041-1/+1
* updatedVincent Untz2006-02-111-0/+3
* Move these functions from tasklist.c to util.c/private.h and use anVincent Noel2006-01-211-13/+15