summaryrefslogtreecommitdiff
path: root/libwnck
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix wrong entries for the index of child atkobject. Fix wrong entries forRajkumar Sivasamy2002-08-212-18/+2
* Remove children data item from WnckpagerAccessibleClass data structure.Padraig O'Briain2002-08-202-12/+51
* Fix to raise windows when things are dropped over their buttons in the taskli...Arvind Samptur2002-08-131-1/+66
* bundle all the booleans into a bitfield at the end to save a little memoryHavoc Pennington2002-08-101-5/+18
* Add wnck_window_set_skip_pager and _tasklistRoss Burton2002-08-092-0/+29
* don't set the hint if this pager isn't showing all workspaces - theMark McLoughlin2002-08-071-0/+8
* Use _NET_WM_MOVERESIZE_SIZE_KEYBOARD and _NET_WM_MOVERESIZE_MOVE_KEYBOARDCraig Black2002-08-075-1/+90
* use wnck_pager_set_layout_hint. (wnck_pager_set_layout_hint): impl, takingMark McLoughlin2002-08-042-12/+40
* implement reading _NET_WM_ALLOWED_ACTIONS.Mark McLoughlin2002-08-011-20/+81
* Fixes #78260 - tasklist not being updated when windows are moved in andMark McLoughlin2002-08-011-7/+78
* make dialogs skip the task list, so only normal windows are in there. bugHavoc Pennington2002-07-061-2/+2
* tell libgnomeui not to do toggle sounds on ourself, as it's incrediblyjacob berkman2002-06-131-0/+6
* clean up the accessibility patch: - s/G_CONST_RETURN/const/ - s/gint/int/Havoc Pennington2002-06-0211-1/+1210
* when counting nul bytes to get the number of strings, start the stringHavoc Pennington2002-06-021-1/+1
* don't run off the end of the names array if the window manager didn'tHavoc Pennington2002-05-311-4/+6
* I'm committing this since no one objectedThomas Vander Stichele2002-05-211-4/+12
* use the _NET_DESKTOP_LAYOUT stuffHavoc Pennington2002-05-165-0/+311
* only activate a window if we did not activate a workspace. #81817Havoc Pennington2002-05-151-9/+11
* added minimum_heightThomas Vander Stichele2002-05-142-3/+35
* The property that has the icon pixmap is called WM_HINTS, notAnders Carlsson2002-05-1411-123/+164
* patch from Arvind Samptur <arvind.samptur@wipro.com> to add windowHavoc Pennington2002-05-131-23/+18
* implemented minimum_width which can be set from applets to force a minimumThomas Vander Stichele2002-05-133-2/+31
* activate window's workspace before switching to it, #81434. HandleHavoc Pennington2002-05-111-1/+8
* disable showing thumbnail of desktop background.Havoc Pennington2002-05-021-0/+3
* add one to number in workspace name, we aren't supposed to have "workspaceHavoc Pennington2002-04-282-9/+17
* Add padding if the width and height differ.Anders Carlsson2002-04-211-0/+21
* check that we have a valid XID before trying to munge it into a pixbufMark McLoughlin2002-04-181-7/+10
* fix crash with zero length array. (#78869)Mark McLoughlin2002-04-181-4/+11
* mmmm, bloatHavoc Pennington2002-04-135-13/+269
* Add wnck_tasklist_get_size_hint_list().Alexander Larsson2002-04-133-66/+192
* check that the system cmap has same depth as the source pixmap beforeHavoc Pennington2002-04-131-0/+6