summaryrefslogtreecommitdiff
path: root/libwnck
Commit message (Expand)AuthorAgeFilesLines
* [tasklist] Always show icons in group menuMarcus Carlson2009-09-081-1/+5
* [misc] Properly format some commentsVincent Untz2009-07-282-44/+67
* [urgency] Add the wnck-urgency-monitor utilityVincent Untz2009-07-272-2/+226
* [build] Use silent-rules instead of shave for quiet buildVincent Untz2009-07-211-7/+5
* [selector] Always show icons in menuVincent Untz2009-07-011-0/+1
* [core] Fix wnck_application_get_icon_is_fallback()Vincent Untz2009-06-221-1/+10
* [misc] Use g_strcmp0 instead of local convenience functionVincent Untz2009-06-151-11/+2
* Use git.mk from pango to autogenerate .gitignore filesVincent Untz2009-05-021-0/+2
* Use shave to improve build log readabilityVincent Untz2009-04-241-5/+6
* Trivial fix for a gtk-doc warningVincent Untz2009-04-241-1/+1
* Clean up rules for generated filesVincent Untz2009-04-241-47/+29
* use C_() instead of Q_(). Patch by Matthias Clasen <mclasen@redhat.com>,Vincent Untz2009-01-101-8/+8
* undef WNCK_DISABLE_DEPRECATED, since that's internal code.Vincent Untz2009-01-065-0/+10
* single include for gtk+. Patch by Pedro Fragoso <ember@ubuntu.com>, fixVincent Untz2008-12-105-4/+4
* 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