| Commit message (Expand) | Author | Age | Files | Lines |
* | don't use the deprecated g_type_class_add_private | Alberts Muktupāvels | 2018-06-27 | 1 | -5/+2 |
* | selector: avoid a deprecation warning | Alberts Muktupāvels | 2017-04-28 | 1 | -1/+1 |
* | avoid deprecated gdk_pixbuf_new_from_inline | Alberts Muktupāvels | 2017-04-26 | 1 | -2/+1 |
* | avoid deprecated GtkImageMenuItem | Alberts Muktupāvels | 2017-04-26 | 1 | -114/+27 |
* | selector: avoid warning | Alberts Muktupāvels | 2017-04-26 | 1 | -1/+1 |
* | selector: avoid deprecated gdk_screen_get_number | Alberts Muktupāvels | 2017-04-26 | 1 | -1/+1 |
* | selector: remove unused variable | Alberts Muktupāvels | 2016-11-12 | 1 | -12/+4 |
* | selector: drop obsolete GTK_CHECK_VERSION | Alberts Muktupāvels | 2016-11-12 | 1 | -2/+0 |
* | selector: don't use deprecated GtkMisc | Alberts Muktupāvels | 2016-06-28 | 1 | -2/+2 |
* | selector: set css name | Alberts Muktupāvels | 2016-02-09 | 1 | -0/+4 |
* | selector: avoid warnings from GtkStyleContext | Alberts Muktupāvels | 2016-01-13 | 1 | -1/+5 |
* | Updated FSF's address | Daniel Mustieles | 2014-01-23 | 1 | -3/+1 |
* | WnckSelector: remove unneeded priv parameters initialization to 0 | Marco Trevisan (Treviño) | 2013-07-20 | 1 | -8/+1 |
* | Selector: get rid of deprecated code | Marco Trevisan (Treviño) | 2013-07-19 | 1 | -2/+3 |
* | pager, selector, tasklist: Fix mouse wheel scrolling with new GTK+ | Christian Persch | 2012-05-14 | 1 | -0/+5 |
* | all: Remove unused variables, as found by new gcc | Vincent Untz | 2011-07-22 | 1 | -4/+0 |
* | selector: Don't implement scrolling with signal handler | Vincent Untz | 2011-02-03 | 1 | -6/+8 |
* | selector: Port to GtkStyleContext | Carlos Garcia Campos | 2011-02-03 | 1 | -24/+33 |
* | all: Code spacing fixes | Vincent Untz | 2011-01-19 | 1 | -11/+11 |
* | Adapt to GtkObject removal in GTK3 | Javier Jardón | 2010-09-30 | 1 | -6/+4 |
* | [selector] Use a GtkSeparatorMenuItem with label for workspace items | Vincent Untz | 2010-03-11 | 1 | -13/+3 |
* | [all] Start fixing the build with GSEAL_ENABLED | Vincent Untz | 2010-03-10 | 1 | -13/+28 |
* | [all] Build with latest GSeal'ed gtk+ | Vincent Untz | 2010-03-04 | 1 | -6/+6 |
* | [selector] Always show icons in menu | Vincent Untz | 2009-07-01 | 1 | -0/+1 |
* | always connect to the window events, even if the menu is not opened. We | Vincent Untz | 2007-10-10 | 1 | -2/+2 |
* | add myself add myself for the copyright of relevant files | Vincent Untz | 2007-07-10 | 1 | -0/+1 |
* | Use g_type_class_add_private(), initialize all private fields in _init() | Vincent Untz | 2007-06-19 | 1 | -4/+5 |
* | use name, not the icon name of the window updated new, since this is | Vincent Untz | 2007-06-19 | 1 | -39/+6 |
* | Be a bit more friendly to people who want to use our widgets through | Vincent Untz | 2007-06-18 | 1 | -2/+21 |
* | Fix a crash when dragging a window to somewhere like another | Vincent Untz | 2007-06-18 | 1 | -1/+13 |
* | add lots of Since: tags. | Vincent Untz | 2007-06-18 | 1 | -0/+2 |
* | add /* vim: set sw=2 et: */ | Vincent Untz | 2007-06-09 | 1 | -0/+2 |
* | woohoo, 100% symbol coverage for the API doc! | Vincent Untz | 2007-06-09 | 1 | -0/+8 |
* | add more API documentation | Vincent Untz | 2007-06-08 | 1 | -0/+15 |
* | Add previous window/workspace to signal handlers for active-window-changed | Vincent Untz | 2007-06-05 | 1 | -1/+2 |
* | new (wnck_selector_add_workspace): connect to the style-set signal to | Vincent Untz | 2007-05-19 | 1 | -1/+13 |
* | don't do anything if the menu is not visible | Vincent Untz | 2007-05-19 | 1 | -0/+9 |
* | new, to sort windows by their sort order (wnck_selector_scroll_cb), | Vincent Untz | 2007-05-19 | 1 | -0/+16 |
* | Show workspace names in the window selector. Fix bug #150703. | Vincent Untz | 2007-05-19 | 1 | -72/+399 |
* | take into account pinned windows too | Vincent Untz | 2007-05-18 | 1 | -1/+2 |
* | new, to hide/show the separator and "no windows" item when it makes sense | Vincent Untz | 2007-05-18 | 1 | -29/+61 |
* | use selector->priv insteaf of WNCK_SELECTOR_GET_PRIVATE() everywhere | Vincent Untz | 2007-05-18 | 1 | -86/+71 |
* | remove useless fields from the private structure | Vincent Untz | 2007-05-18 | 1 | -16/+25 |
* | put pinned windows with windows in the current workspace. The code in | Vincent Untz | 2007-05-18 | 1 | -1/+4 |
* | don't connect to the destroy signal (wnck_selector_class_init): directly | Vincent Untz | 2007-05-18 | 1 | -19/+23 |
* | use G_DEFINE_TYPE (wnck_selector_get_screen): assert that the widget has a | Vincent Untz | 2007-05-18 | 1 | -64/+84 |
* | new (wnck_selector_drag_data_get): neew (wnck_selector_item_new): connect | Vincent Untz | 2007-04-29 | 1 | -0/+43 |
* | No need to make GTypeInfo and GInterfaceInfo structs static. Bug #382594. | Christian Persch | 2007-01-04 | 1 | -1/+1 |
* | updated | Vincent Untz | 2006-02-11 | 1 | -0/+3 |
* | Move these functions from tasklist.c to util.c/private.h and use an | Vincent Noel | 2006-01-21 | 1 | -13/+15 |