summaryrefslogtreecommitdiff
path: root/libwnck/test-selector.c
Commit message (Collapse)AuthorAgeFilesLines
* port tests to WnckHandleAlberts Muktupāvels2022-08-151-2/+6
|
* all: Code spacing fixesVincent Untz2011-01-191-8/+8
|
* tests: Do not mark strings as translatableVincent Untz2010-09-291-3/+1
| | | | | | | | The tests don't get installed, so there is no point in translating the strings. As a side-effect, this fixes: https://bugzilla.gnome.org/show_bug.cgi?id=630904
* [misc] Properly format some commentsVincent Untz2009-07-281-1/+2
|
* Add translator comments. Fixes bug #468320.Andre Klapper2007-08-211-0/+1
| | | | | | | | | | | 2007-08-21 Andre Klapper <a9016009@gmx.de> * libwnck/wnckprop.c: * libwnck/test-selector.c: Add translator comments. Fixes bug #468320. svn path=/trunk/; revision=1442
* add /* vim: set sw=2 et: */Vincent Untz2007-06-091-0/+1
| | | | | | | | 2007-06-09 Vincent Untz <vuntz@gnome.org> * libwnck/*.[ch]: add /* vim: set sw=2 et: */ svn path=/trunk/; revision=1289
* new, to activate the next window in a class group (and the first one ifVincent Untz2007-05-191-1/+24
| | | | | | | | | | | | | | | 2007-05-19 Vincent Untz <vuntz@gnome.org> * libwnck/tasklist.c: (wnck_tasklist_activate_next_in_class_group): new, to activate the next window in a class group (and the first one if none is active) (wnck_task_button_press_event): if clicking with the middle button on a group, call wnck_tasklist_activate_next_in_class_group() Fix bug #342707 * libwnck/test-selector.c: (main): add --skip-tasklist * libwnck/test-tasklist.c: (main): add --skip-tasklist svn path=/trunk/; revision=1251
* use G_DEFINE_TYPE (wnck_selector_get_screen): assert that the widget has aVincent Untz2007-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | 2007-05-18 Vincent Untz <vuntz@gnome.org> * libwnck/selector.[ch]: use G_DEFINE_TYPE (wnck_selector_get_screen): assert that the widget has a screen (wnck_selector_disconnect_from_window): new (wnck_selector_disconnect_from_screen): new (wnck_selector_setup_menu): killed (moved to the realize handler) (wnck_selector_fill): don't call wnck_selector_setup_menu() (wnck_selector_class_init): set up handlers for realize/unrealize (wnck_selector_finalize): updated (wnck_selector_realize): connect to the screen (wnck_selector_unrealize): disconnect from the screen (wnck_selector_new): we don't need a screen argument here * libwnck/test-selector.c: (main): updated Fix bug #164474. This breaks API. svn path=/trunk/; revision=1237
* add an option to always group windows, and default to automatic groupingVincent Untz2007-02-171-2/+1
| | | | | | | | | | | | 2007-02-17 Vincent Untz <vuntz@gnome.org> * test-tasklist.c: add an option to always group windows, and default to automatic grouping * test-tasklist.c: (main): * test-selector.c: (main): don't use gtk_window_set_policy(), but gtk_window_set_resizable() svn path=/trunk/; revision=1182
* Patch from Denis Jacquerye to add a test-selector program for testing; itElijah Newren2005-10-011-0/+52
2005-10-01 Elijah Newren <newren@gmail.com> Patch from Denis Jacquerye to add a test-selector program for testing; it doesn't get installed, so this isn't breaking any freezes. Fixes #165269. * libwnck/test-selector.c: new file * libwnck/Makefile.am: Make sure to include the new test-selector program, but don't install it