summaryrefslogtreecommitdiff
path: root/libwnck
Commit message (Expand)AuthorAgeFilesLines
* Fixes from bug #354830:Benjamin Berg2006-09-253-1/+10
* Avoid sending spurious icon geometry updates. (Fixes #355523)Ryan Lortie2006-09-121-0/+13
* - Fix a critical warning and a leak of a GtkStyle in the glowing code whenBenjamin Berg2006-09-071-0/+2
* Update the pixmap to a new one which fit better with the other pixmaps ofBaptiste Mille-Mathias2006-08-201-0/+0
* don't unref NULL variables, and set source ids to 0 after removing themVincent Untz2006-08-101-4/+13
* Changed the glowing code to have less and saner style properties. See bugBenjamin Berg2006-08-061-112/+49
* also update reliefs of task group buttonss. (spotted by Thomas Wood)Benjamin Otte2006-07-211-0/+4
* Add move/resize window API. Patch by Magnus TherningVincent Untz2006-07-204-0/+104
* round the window size so windows that go to the bottom actually occupy theBenjamin Otte2006-06-291-4/+4
* fix previous patch to not occasionally lose track of the icon name (andDan Winship2006-05-311-52/+39
* new methods to test if the names returned by wnck_window_get_name andDan Winship2006-05-302-19/+78
* don't translate %s :-) Fix bug #339069Vincent Untz2006-05-211-1/+1
* remove nonsensical documentation for wnck_window_is_above()Elijah Newren2006-05-201-8/+0
* Restart the activation timeout when the mouse moves to a differentBenjamin Otte2006-05-172-7/+29
* Based on patch from Nickolay V. Shmyrev <nshmyrev@yandex.ru> End of fixVincent Untz2006-05-153-2/+54
* simplify a bit, always save the start coordinate of the dragVincent Untz2006-05-151-75/+83
* fix an issue where dnd highlights can be drawn around the active workspaceBenjamin Otte2006-05-151-0/+1
* Many things: cairo love, use dnd from GTK+, make the pager look better.Vincent Untz2006-05-151-231/+505
* Improve glowing effect in tasklist. Based on patch by Benjamin BergVincent Untz2006-05-141-96/+268
* don't assume the drawable will always exist. Fix crash in bug #336823.Vincent Untz2006-05-141-17/+22
* Patch from Leszek Matok to ensure we get notification ofElijah Newren2006-04-081-9/+42
* Fix transient cycles causing infinite loops, #332493. Portion of patchElijah Newren2006-03-282-6/+14
* minimize the window if it's on all workspaces when it was active, insteadVincent Untz2006-03-251-1/+1
* fix leaks fill the structure with lots of nice 0. Patch by Dan WinshipVincent Untz2006-03-252-2/+8
* fixes C89 compliance Patch by Jens Granseuer <jensgr@gmx.net> Fix bugVincent Untz2006-03-061-1/+2
* don't minimize the window when it's on another desktop and it was the lastVincent Untz2006-03-061-10/+8
* fix critical warning when creating the menu for a pinned window (for whichVincent Untz2006-02-181-8/+7
* don't pass negative width or height to gdk_draw_rectangle(). It seems itVincent Untz2006-02-181-2/+2
* really fix the bug :-)Vincent Untz2006-02-181-2/+3
* don't mark the window being dropped as the one in action (ie, the one thatVincent Untz2006-02-181-2/+3
* updatedVincent Untz2006-02-1112-12/+40
* Automate the creation of the GEnum/GFlags types and signal marshallingTorsten Schönfeld2006-02-075-275/+58
* Initialize coords to AT_XY_SCREEN to get rid of a compiler warning. FIXMEKjartan Maraas2006-01-261-2/+2
* Make the pager Fitt's law compliant when shadow type is none.Vincent Untz2006-01-221-28/+42
* when we get a demands-attention/urgent state change and the window doesn'tElijah Newren2006-01-221-4/+7
* Move these functions from tasklist.c to util.c/private.h and use anVincent Noel2006-01-214-63/+68
* This patch is union of patches given by Leena Gunda and Christian NeumairSrirama Sharma2006-01-215-37/+648
* include demands-attention/urgent windows unconditionally in tasklist; thisElijah Newren2006-01-211-1/+2
* Thanks to Bart Vanbrabant for lots of debugging and testing work.Elijah Newren2006-01-182-2/+3
* Quit wrongly specifying the source indication in EWMH messages where weElijah Newren2006-01-034-6/+42
* Change active window when scrolling on the selector. Fix bug #323238.Vincent Untz2005-12-191-0/+81
* Use virtual desktop size when computing size of pager. Bug #311863. BasedVincent Untz2005-12-191-7/+23
* add a warning if argument is not validVincent Untz2005-12-191-0/+27
* Fix critical warning, bug #149326.Vincent Untz2005-12-131-11/+9
* Add scrolling support to the tasklist. Patch by Xavier ClaessensVincent Untz2005-12-041-3/+114
* remove old hack for old versions of GTK+Vincent Untz2005-12-041-4/+0
* As suggested by Vincent in bug 163293...Elijah Newren2005-10-031-3/+8
* Detect windows that are removed from the skip_taskbar state. FixesJochen Baier2005-10-031-6/+67
* Patch from Denis Jacquerye to add a test-selector program for testing; itElijah Newren2005-10-011-0/+1
* Patch from Denis Jacquerye to add a test-selector program for testing; itElijah Newren2005-10-012-0/+57