summaryrefslogtreecommitdiff
path: root/libwnck
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set translatable accessible name and description. Completes fix for bugPadraig O'Briain2003-11-171-2/+2
* new function (wnck_pid_read_resource_usage): newHavoc Pennington2003-11-162-0/+229
* when activating, prefer the main window over a utility transient.Michael Meeks2003-10-281-1/+2
* libwnck/tasklist.c (wnck_tasklist_init): Do not make accessible name andPadraig O'Briain2003-10-281-2/+2
* Set accessible name and description. Fixes bug #123953.Padraig O'Briain2003-10-281-1/+10
* left align the button label and add some padding. Fix bug #120363 and bugVincent Untz2003-10-221-2/+2
* don't begin a drag if the pager is in NAME mode because we can't see theVincent Untz2003-10-221-1/+1
* clip the window rectangle so it doesn't get out of the workspaceVincent Untz2003-10-221-4/+7
* Call emit_name_changed only once when name is changed.Padraig O'Briain2003-10-211-2/+6
* sink the floating menu. *libwnck/tasklist.c (wnck_task_finalize): unrefLeena Gunda2003-10-062-1/+4
* Number of strings we are processing is one more than required. FixesArvind Samptur2003-07-311-1/+4
* slightly reorder the updating of window names and icon names, avoidingMariano Suárez-Alvarez2003-07-201-3/+5
* patch from Kim Woelders to update tasklist as windows move betweenHavoc Pennington2003-07-114-11/+97
* add -lX11 to LDFLAGS, fixing #112530.Hidetoshi Tajima2003-05-141-1/+1
* Added set_fullscreen and is_fullscreen to WnckWindow, closing #112394Ross Burton2003-05-062-2/+27
* Fix #77941Havoc Pennington2003-05-032-3/+57
* call AC_LIBTOOL_WIN32_DLL.Masahiro Sakai2003-04-191-0/+1
* Throughout, add support for viewports in tasklist/pager. #109654 patchHavoc Pennington2003-04-0411-98/+493
* make sure that _NET_DECKTOP_LAYOUT is only 4 elements. Using "sizeofMatt Wilson2003-04-031-1/+1
* Fix bug #98357 - make the workspace switcher follow fitt's law by beingMark McLoughlin2003-03-131-36/+110
* Actually end the sequnce if we match the wmclass against a window.Mark McLoughlin2003-01-251-0/+2
* Modified Files: ChangeLog libwnck/window-action-menu.c Change mnemonics toGregory Merchan2003-01-241-4/+4
* time out startup sequences if we don't see them end, and end them if aHavoc Pennington2003-01-235-3/+201
* don't add an extra reference to all icons, that was an unfortunate memoryHavoc Pennington2003-01-021-5/+0
* require startup notification 0.4Havoc Pennington2002-12-017-20/+200
* version 2.1.4, and increment libtool versioningSoeren Sandmann2002-11-243-78/+151
* XChangeProperty takes number of elements, not number of bytes. Doh. WillHavoc Pennington2002-11-031-1/+1
* don't pass WnckWindow when expecting an X windowHavoc Pennington2002-11-038-4/+142
* when activating windows, use wnck_window_activate_transient()Havoc Pennington2002-10-317-86/+530
* fix dumb compilation bug (maybe gcc 3.2 allows variable declarations notHavoc Pennington2002-09-271-5/+5
* use icon name not regular nameHavoc Pennington2002-09-273-8/+12
* Bug #89373Havoc Pennington2002-09-271-4/+12
* prelight the workspace that we're dragging over. #90869Havoc Pennington2002-09-271-26/+36
* connect to name_changed on newly created workspace,Arvind Samptur2002-09-271-0/+28
* Add "put on all spaces" menu item, patch from Jens AskengrenHavoc Pennington2002-09-271-4/+37
* rework to update HIDDEN state (wnck_window_is_visible_on_workspace): useHavoc Pennington2002-09-272-19/+33
* use stock icons, and reorder menu to match metacityHavoc Pennington2002-09-277-12/+114
* add test stuff for showing desktop featureHavoc Pennington2002-09-257-5/+140
* Replace strings Shade with Roll Up and Unshade with Unroll.Arvind Samptur2002-09-241-2/+2
* track a flag for whether we're really transient for an application window,Havoc Pennington2002-09-211-5/+24
* require gtk+ 2.1.0.Mark McLoughlin2002-09-163-1/+27
* impl.Mark McLoughlin2002-09-164-25/+94