| Commit message (Expand) | Author | Age | Files | Lines |
* | [tasklist] Always show icons in group menu | Marcus Carlson | 2009-09-08 | 1 | -1/+5 |
* | [misc] Properly format some comments | Vincent Untz | 2009-07-28 | 2 | -44/+67 |
* | [urgency] Add the wnck-urgency-monitor utility | Vincent Untz | 2009-07-27 | 2 | -2/+226 |
* | [build] Use silent-rules instead of shave for quiet build | Vincent Untz | 2009-07-21 | 1 | -7/+5 |
* | [selector] Always show icons in menu | Vincent Untz | 2009-07-01 | 1 | -0/+1 |
* | [core] Fix wnck_application_get_icon_is_fallback() | Vincent Untz | 2009-06-22 | 1 | -1/+10 |
* | [misc] Use g_strcmp0 instead of local convenience function | Vincent Untz | 2009-06-15 | 1 | -11/+2 |
* | Use git.mk from pango to autogenerate .gitignore files | Vincent Untz | 2009-05-02 | 1 | -0/+2 |
* | Use shave to improve build log readability | Vincent Untz | 2009-04-24 | 1 | -5/+6 |
* | Trivial fix for a gtk-doc warning | Vincent Untz | 2009-04-24 | 1 | -1/+1 |
* | Clean up rules for generated files | Vincent Untz | 2009-04-24 | 1 | -47/+29 |
* | use C_() instead of Q_(). Patch by Matthias Clasen <mclasen@redhat.com>, | Vincent Untz | 2009-01-10 | 1 | -8/+8 |
* | undef WNCK_DISABLE_DEPRECATED, since that's internal code. | Vincent Untz | 2009-01-06 | 5 | -0/+10 |
* | single include for gtk+. Patch by Pedro Fragoso <ember@ubuntu.com>, fix | Vincent Untz | 2008-12-10 | 5 | -4/+4 |
* | updated to a tango styled pixmap | Baptiste Mille-Mathias | 2008-08-20 | 1 | -0/+0 |
* | return TRUE when both list of windows are empty. Fix a bug where when the | Vincent Untz | 2008-06-11 | 1 | -3/+2 |
* | Fix moving a window to an arbitrary workspace in viewport mode. Fix bug | Vincent Untz | 2008-03-19 | 1 | -5/+2 |
* | Unstick windows when moving them in another workspace (viewport mode), | Vincent Untz | 2008-03-19 | 1 | -2/+7 |
* | List windows that demands attention in the tasklist when they're in the | Vincent Untz | 2008-03-19 | 1 | -1/+3 |
* | Fix crash on logout because of some race condition. Fix bug #517750 | Vincent Untz | 2008-03-19 | 1 | -15/+44 |
* | fix wnck_window_set_geometry() (again). The top frame was not taken | Mikkel Kamstrup Erlandsen | 2008-03-03 | 1 | -1/+1 |
* | fix wnck_window_set_geometry() to really work as intended, ie including | Vincent Untz | 2008-03-03 | 1 | -0/+5 |
* | have the --help output translated. The strings were marked for | Vincent Untz | 2008-03-03 | 1 | -1/+7 |
* | don't push twice the error trap, pop it the second time! Should fix bug | Vincent Untz | 2008-02-19 | 1 | -1/+1 |
* | Make the pager always work in multiscreen environment. Fix bug #479959. | Vincent Untz | 2008-01-21 | 1 | -1/+12 |
* | Rework again so that we also work with Xorg 6.8, which doesn't have .pc | Vincent Untz | 2007-11-13 | 1 | -2/+2 |
* | don't make this function a define. We need the symbol for now, if we don't | Vincent Untz | 2007-11-13 | 2 | -12/+18 |
* | change _wnck_atom_get() and _wnck_atom_name() to be #define for | Vincent Untz | 2007-11-12 | 2 | -50/+2 |
* | Clean up the autotools and the pkg-config files. We now require a x11.pc | Vincent Untz | 2007-11-11 | 1 | -2/+2 |
* | Activate the window when the user drags and drops it quickly on itself. | Vincent Untz | 2007-11-11 | 1 | -0/+45 |
* | Be more paranoid about the fact that the window of the WnckActionMenu | Vincent Untz | 2007-11-11 | 1 | -0/+8 |
* | remove useless include use wnck_action_menu_new() instead of deprecated | Vincent Untz | 2007-11-11 | 2 | -3/+2 |
* | Objectify window-action-menu.c so that we have a real WnckActionMenu | Vincent Untz | 2007-11-11 | 2 | -293/+441 |
* | Change API doc to use Gets instead of Returns in the description of the | Vincent Untz | 2007-11-11 | 5 | -89/+89 |
* | Add a context for some strings. This is needed by French at least. Fix bug | Vincent Untz | 2007-11-11 | 1 | -8/+16 |
* | remove dead conditions. Patch by Roland Bär <roland@verifysoft.de>. Fix | Vincent Untz | 2007-11-11 | 1 | -6/+4 |
* | correctly initialize some variables. Patch by Roland Bär | Vincent Untz | 2007-11-11 | 1 | -2/+3 |
* | Avoid crashing if the X Resource extension is not present. (#489087) | Matthias Clasen | 2007-10-22 | 1 | -27/+36 |
* | Better fix for bug #476299. | Vincent Untz | 2007-10-15 | 2 | -10/+15 |
* | validate the strings coming from libsn so we're sure they're UTF-8. Fix | Vincent Untz | 2007-10-15 | 1 | -1/+10 |
* | always connect to the window events, even if the menu is not opened. We | Vincent Untz | 2007-10-10 | 1 | -2/+2 |
* | Add translator comments. Fixes bug #468320. | Andre Klapper | 2007-08-21 | 2 | -3/+67 |
* | remove weak pointers on fields in task structure before freeing task block | Ray Strode | 2007-07-31 | 1 | -0/+4 |
* | Fix typo in message (missing right parenthesis). | Theppitak Karoonboonyanan | 2007-07-10 | 1 | -1/+1 |
* | use Deprecated:2.20: instead of just Deprecated: | Vincent Untz | 2007-07-10 | 6 | -12/+13 |
* | add myself add myself for the copyright of relevant files | Vincent Untz | 2007-07-10 | 22 | -0/+22 |
* | reorganize a bit some part of the API documentation | Vincent Untz | 2007-07-10 | 1 | -7/+19 |
* | mention that it works as expected with viewport. | Vincent Untz | 2007-07-10 | 1 | -0/+9 |
* | Correctly draw workspaces with viewport in the pager. As a special case, | Vincent Untz | 2007-07-10 | 1 | -17/+115 |
* | Make the window action menu work with viewport, for our compiz friends. | Vincent Untz | 2007-07-10 | 1 | -98/+382 |