summaryrefslogtreecommitdiff
path: root/libwnck/window.c
Commit message (Expand)AuthorAgeFilesLines
...
* [doc] Specify what happens when changing workspace of pinned windowVincent Untz2010-03-091-3/+2
* [misc] Use g_strcmp0 instead of local convenience functionVincent Untz2009-06-151-11/+2
* fix wnck_window_set_geometry() (again). The top frame was not takenMikkel Kamstrup Erlandsen2008-03-031-1/+1
* fix wnck_window_set_geometry() to really work as intended, ie includingVincent Untz2008-03-031-0/+5
* Change API doc to use Gets instead of Returns in the description of theVincent Untz2007-11-111-39/+39
* add myself add myself for the copyright of relevant filesVincent Untz2007-07-101-0/+1
* Add wnck_window_is_below()/make_below()/unmake_below() Fix bug #453982.Vincent Untz2007-07-071-3/+71
* Stop the glowing effect in the tasklist for urgent windows after a while.Vincent Untz2007-06-201-8/+60
* update docs to have indexes of symbols. add TODOVincent Untz2007-06-201-3/+12
* Add new features to wnckprop: it can now change properties of windows, butVincent Untz2007-06-201-2/+2
* Use g_type_class_add_private(), initialize all private fields in _init()Vincent Untz2007-06-191-11/+98
* use icon names, to be consistent (to not have the text changed when tasksVincent Untz2007-06-191-0/+28
* only skip taskbar for transient windows if the window they're transientVincent Untz2007-06-181-1/+1
* add lots of Since: tags.Vincent Untz2007-06-181-0/+39
* initializes data to some good values before fetching information fromVincent Untz2007-06-181-0/+14
* Add lots of g_return_if_fail() and g_return_val_if_fail() for our publicVincent Untz2007-06-151-2/+6
* Use G_DEFINE_TYPE.Vincent Untz2007-06-111-35/+3
* Add support for _NET_FRAME_EXTENTS. This adds a new API. Fix bug #351055.Vincent Untz2007-06-101-20/+103
* add WNCK_WINDOW_ACTION_BELOW to the available actions if we couldn't getVincent Untz2007-06-101-4/+5
* add /* vim: set sw=2 et: */Vincent Untz2007-06-091-0/+1
* add some "Since: 2.20" items to doc. kill,Vincent Untz2007-06-091-0/+2
* woohoo, 100% symbol coverage for the API doc!Vincent Untz2007-06-091-2/+2
* writing API doc is fun!Vincent Untz2007-06-091-7/+17
* even more API documentationVincent Untz2007-06-091-166/+479
* add more API documentationVincent Untz2007-06-091-1/+1
* add more API documentationVincent Untz2007-06-081-0/+56
* Remove all reference to _NET_WM_WINDOW_TYPE_MODAL_DIALOG since it's not inVincent Untz2007-05-191-7/+0
* s/untitle/Untitled/ for window/application without nameVincent Untz2007-05-131-1/+1
* Make it possible to reorder tasklist buttons with drag and drop. Fix bugVincent Untz2007-04-291-1/+19
* Check whether window manager supports _NET_WM_ACTION_ABOVE andElijah Newren2007-04-111-0/+6
* No need to make GTypeInfo and GInterfaceInfo structs static. Bug #382594.Christian Persch2007-01-041-1/+1
* Sparse warning fixes.Kjartan Maraas2006-12-021-1/+1
* Avoid sending spurious icon geometry updates. (Fixes #355523)Ryan Lortie2006-09-121-0/+13
* Add move/resize window API. Patch by Magnus TherningVincent Untz2006-07-201-0/+38
* 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-301-19/+76
* 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-171-0/+8
* Fix transient cycles causing infinite loops, #332493. Portion of patchElijah Newren2006-03-281-1/+2
* updatedVincent Untz2006-02-111-0/+3
* This patch is union of patches given by Leena Gunda and Christian NeumairSrirama Sharma2006-01-211-1/+39
* Fix lack of detection of removal from fullscreen state; part of the patchElijah Newren2005-09-191-0/+1
* new setter function (patch from bug #133306).Olivier Andrieu2005-07-191-0/+57
* Patch from Philipp Thomas and Benoit Dejean to clean up a number ofElijah Newren2005-07-191-0/+1
* Correctly determine the active task when dealing with transients. FixesXavier Claessens2005-07-181-0/+8
* Fix an activation/minimization inconsistency. Mostly only affects mouseElijah Newren2005-07-181-4/+7
* Patch from Gregory Merchan to zero out unused fields in ClientMessages, asElijah Newren2005-07-181-0/+4
* Add support for the Urgent hint; fixes #120439.Elijah Newren2005-06-161-25/+70
* Handle the changes to _NET_ACTIVE_WINDOW from bug 128380 (made in order toElijah Newren2005-02-201-7/+11
* Check for whether a window or one of its transients has the demandsElijah Newren2005-02-121-4/+49