summaryrefslogtreecommitdiff
path: root/libwnck
Commit message (Expand)AuthorAgeFilesLines
* updated to a tango styled pixmapBaptiste Mille-Mathias2008-08-201-0/+0
* return TRUE when both list of windows are empty. Fix a bug where when theVincent Untz2008-06-111-3/+2
* Fix moving a window to an arbitrary workspace in viewport mode. Fix bugVincent Untz2008-03-191-5/+2
* Unstick windows when moving them in another workspace (viewport mode),Vincent Untz2008-03-191-2/+7
* List windows that demands attention in the tasklist when they're in theVincent Untz2008-03-191-1/+3
* Fix crash on logout because of some race condition. Fix bug #517750Vincent Untz2008-03-191-15/+44
* 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
* have the --help output translated. The strings were marked forVincent Untz2008-03-031-1/+7
* don't push twice the error trap, pop it the second time! Should fix bugVincent Untz2008-02-191-1/+1
* Make the pager always work in multiscreen environment. Fix bug #479959.Vincent Untz2008-01-211-1/+12
* Rework again so that we also work with Xorg 6.8, which doesn't have .pcVincent Untz2007-11-131-2/+2
* don't make this function a define. We need the symbol for now, if we don'tVincent Untz2007-11-132-12/+18
* change _wnck_atom_get() and _wnck_atom_name() to be #define forVincent Untz2007-11-122-50/+2
* Clean up the autotools and the pkg-config files. We now require a x11.pcVincent Untz2007-11-111-2/+2
* Activate the window when the user drags and drops it quickly on itself.Vincent Untz2007-11-111-0/+45
* Be more paranoid about the fact that the window of the WnckActionMenuVincent Untz2007-11-111-0/+8
* remove useless include use wnck_action_menu_new() instead of deprecatedVincent Untz2007-11-112-3/+2
* Objectify window-action-menu.c so that we have a real WnckActionMenuVincent Untz2007-11-112-293/+441
* Change API doc to use Gets instead of Returns in the description of theVincent Untz2007-11-115-89/+89
* Add a context for some strings. This is needed by French at least. Fix bugVincent Untz2007-11-111-8/+16
* remove dead conditions. Patch by Roland Bär <roland@verifysoft.de>. FixVincent Untz2007-11-111-6/+4
* correctly initialize some variables. Patch by Roland BärVincent Untz2007-11-111-2/+3
* Avoid crashing if the X Resource extension is not present. (#489087)Matthias Clasen2007-10-221-27/+36
* Better fix for bug #476299.Vincent Untz2007-10-152-10/+15
* validate the strings coming from libsn so we're sure they're UTF-8. FixVincent Untz2007-10-151-1/+10
* always connect to the window events, even if the menu is not opened. WeVincent Untz2007-10-101-2/+2
* Add translator comments. Fixes bug #468320.Andre Klapper2007-08-212-3/+67
* remove weak pointers on fields in task structure before freeing task blockRay Strode2007-07-311-0/+4
* Fix typo in message (missing right parenthesis).Theppitak Karoonboonyanan2007-07-101-1/+1
* use Deprecated:2.20: instead of just Deprecated:Vincent Untz2007-07-106-12/+13
* add myself add myself for the copyright of relevant filesVincent Untz2007-07-1022-0/+22
* reorganize a bit some part of the API documentationVincent Untz2007-07-101-7/+19
* mention that it works as expected with viewport.Vincent Untz2007-07-101-0/+9
* Correctly draw workspaces with viewport in the pager. As a special case,Vincent Untz2007-07-101-17/+115
* Make the window action menu work with viewport, for our compiz friends.Vincent Untz2007-07-101-98/+382
* Make the window action menu work when more things change.Vincent Untz2007-07-081-96/+164
* Add wnck_window_is_below()/make_below()/unmake_below() Fix bug #453982.Vincent Untz2007-07-073-4/+90
* Keep a list of tasks that don't belong to any class group. Fix bugVincent Untz2007-07-061-0/+41
* add assertion to make it clear how this works. Makes it possible to closeVincent Untz2007-06-291-0/+2
* Fix bug #308552.Vincent Untz2007-06-261-43/+53
* updated (wnck_tasklist_set_minimum_width),Vincent Untz2007-06-262-40/+18
* Fix size of buttons in tasklist changing with the text. Fix bug #310809.Vincent Untz2007-06-261-12/+32
* call _wnck_error_trap_push() and _wnck_error_trap_pop() (mainly for theVincent Untz2007-06-243-30/+112
* make "wnckprop --list" (and others action on the screen without a --screenVincent Untz2007-06-241-1/+8
* fix the doc API for wnck_application_get_icon() andVincent Untz2007-06-241-6/+6
* Make it possible to print information about a class group or anVincent Untz2007-06-241-53/+206
* add wnck_workspace_get_screen() API, for consistencyVincent Untz2007-06-243-164/+400
* updated to use wnck_workspace_get_neighbor()Vincent Untz2007-06-241-27/+17
* Add new API to get layout information about a workspace. Also add a modeVincent Untz2007-06-245-123/+552