summaryrefslogtreecommitdiff
path: root/libwnck
Commit message (Expand)AuthorAgeFilesLines
* use GtkHBox instead of GtkTable, set a max width in characters for theVincent Untz2005-02-281-18/+10
* plug leakVincent Untz2005-02-261-0/+2
* Handle the changes to _NET_ACTIVE_WINDOW from bug 128380 (made in order toElijah Newren2005-02-2013-67/+101
* Check for whether a window or one of its transients has the demandsElijah Newren2005-02-124-8/+54
* libwnck isn't the window manager and shouldn't act like it. Combined withElijah Newren2005-02-121-9/+2
* Fix a couple of warnings reported by sparse/gccKjartan Maraas2005-02-113-3/+2
* fix typo (wnck_selector_window_icon_changed):Vincent Untz2005-02-021-1/+13
* Try 2 to correct misleading and inaccurate wording. Hopefully, reallyElijah Newren2005-01-311-1/+1
* Patch from Vincent Noel to make the tasklist window menu popup near theElijah Newren2005-01-281-1/+7
* Correct misleading and inaccurate wording. Fixes #165379.Elijah Newren2005-01-281-2/+2
* Don't crash when a minimized window icon has no alpha. Fixes #165251.Vincent Noel2005-01-271-6/+18
* Migrate the window menu widget handling code from gnome-panel. Promote theVincent Noel2005-01-254-3/+814
* Change how tasks are sorted in the tasklist (make it intuitive andElijah Newren2005-01-225-31/+61
* Patch from Jaap Haitsma to show close all and (un)minimize all options inElijah Newren2005-01-181-9/+100
* Patch from Juerg Billeter to fix #163343.Elijah Newren2005-01-151-1/+2
* include pinned windows only for the active workspace. Fixes #87531Elijah Newren2005-01-111-0/+2
* Allow minimizing an app via tasklist even when it has a transient. FixesElijah Newren2005-01-113-2/+40
* Modified patch from Fernando Villacis Postigo <fvillacis@csnat.unt.edu.ar>Carlos Garnacho Parro2005-01-063-7/+86
* rename and make static.Mark McLoughlin2004-12-201-3/+3
* make static.Mark McLoughlin2004-12-201-1/+1
* Patch from Benjamin Kahn <xkahn@zoned.net> in bug #155865Mark McLoughlin2004-12-151-2/+2
* rename from eel_gtk_label_make_bold() and make static.Mark McLoughlin2004-12-151-17/+44
* Patch from Juerg Billeter <j@bitron.ch> in bug #154041 to fix windows fromMark McLoughlin2004-12-151-0/+2
* Fix from BenoƮt Dejean <TazForEver@dlfp.org> in bug #158875Mark McLoughlin2004-12-151-0/+2
* The default application icon had been 24x24 and ALWAYS scaled down toBenjamin Kahn2004-12-031-0/+0
* When a window title is too long to fit in the space provided, it should beBenjamin Kahn2004-12-031-1/+5
* Don't highlight a sticky window on all workspaces when it has focus; onlyElijah Newren2004-10-041-4/+14
* Fix some runtime warning spew reported in bug #149313Mark McLoughlin2004-09-213-11/+52
* Add prototypes for wnck_window_(set|is)_fullscreenRoss Burton2004-09-211-0/+3
* only show windows which are on the same monitor as the tasklist (fixes bugJuerg Billeter2004-09-171-2/+58
* Don't use the pager for window raising and focusing (fixes bug #100470)Elijah Newren2004-09-151-8/+0
* Fix C99-ism.Vincent Noel2004-08-171-2/+2
* Get the AtkComponent co-ordinates right. Fixes #136447Arvind Samptur2004-08-161-2/+5
* Fix window activation vs. minimization for mouse focus. (fixes #136581)Elijah Newren2004-08-165-2/+72
* run "make regenerate-built-sources". (Torsten SchoenfeldMark McLoughlin2004-08-094-3/+127
* call wnck_window_activate_transient instead of _wnck_deiconify, becauseElijah Newren2004-08-082-3/+10
* Add support for _NET_WM_STATE_DEMANDS_ATTENTION hint. This makes labels inRob Adams2004-07-254-3/+85
* Display shaded windows as "= <name> =" instead of "[ <name> ]".James M. Cape2004-07-231-1/+3
* When the window is on all workspaces, sensitize all workspaces in Move toArvind Samptur2004-07-201-3/+9
* Activate the window clicked in the pager only if it is in the currentElijah Newren2004-06-261-2/+7
* Add timestamp argument to wnck_window_close.Anders Carlsson2004-06-215-7/+12
* Based on a patch from Johan Persson <johpe916@student.liu.se> in bugMark McLoughlin2004-04-201-17/+33
* Patch from Neil Muller <neil@dip.sun.ac.za> in bug #133979Mark McLoughlin2004-04-191-2/+2
* AIX portability fixes fro TheWrittenWordKjartan Maraas2004-04-182-2/+2
* Patch from Kim Woelders in bug #122086.Mark McLoughlin2004-04-141-18/+28
* new add the new .pc file to EXTRA_DIST add the new .pc file to AC_OUTPUTLaszlo Peter2004-02-171-1/+1
* Add the "Move to Workspace" submenu to the actions menu.Leena Gunda2004-01-061-3/+128
* Add check that atom name is not NULL. Fixes bug #127189.Padraig O'Briain2004-01-021-1/+4
* Fixes bug #124148 - minimize animation goes to wrong place with groupedMark McLoughlin2003-12-101-10/+26
* Added a WNCK_TASK_CLASS_GROUP type. (struct _WnckTask): Added aFederico Mena Quintero2003-11-2210-220/+1044