summaryrefslogtreecommitdiff
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2009-02-11Fix compatibility with newer libmetacity-private versions.Christopher Williams1-23/+1
2009-02-06Also set foreground color for switcher.Danny Baumann1-30/+46
2009-02-04Fix whitespace.Danny Baumann1-3/+3
2009-02-04Update key binding description to gnomecompat plugin addition.Danny Baumann1-5/+5
2009-02-04Remove run dialog and main menu action support from decorators.Danny Baumann1-51/+1
2008-11-10Respect DESTDIR for desktop file installation.Danny Baumann1-1/+1
2008-11-09Cleanup: Use glib i18n headers.Danny Baumann1-4/+1
2008-11-08Use glib i18n header file and compiz text domain.Danny Baumann2-6/+7
2008-11-08Optimization.Danny Baumann1-8/+4
2008-11-08Make strings translatable.Danny Baumann1-9/+25
2008-11-08Update Gnome WM applet for gtk-window-decorator changes.Danny Baumann1-16/+58
2008-11-08Allow "toggle maximize horizontally" and "toggle maximize vertically" asDanny Baumann1-1/+19
2008-11-04Bring desktop files in line with gnome-session 2.24 changes.Danny Baumann3-4/+39
2008-10-21Fix whitespace.Danny Baumann1-2/+2
2008-10-21Align window menu to the right for RTL languages.Danny Baumann1-1/+9
2008-10-21Invert button layout for RTL languages.Danny Baumann1-15/+62
2008-10-21Fix fix formatting for RTL languages.Danny Baumann1-0/+3
2008-10-06active_window_changed only updates d->active if decorations are present, so s...Danny Baumann1-2/+2
2008-09-17Fix potential memleak.Danny Baumann1-1/+1
2008-09-17Don't distribute autogenerated files.Dennis Kasprzyk2-3/+0
2008-08-13On selected window changes, always clear out label first to make sure a text-...Danny Baumann1-2/+3
2008-06-10Re-sync Metacity button parsing code with Metacity to support new "spacer" fe...Michael Vogt1-33/+75
2008-05-29Applied libdecoration changes to gtk window decorator.Dennis Kasprzyk1-36/+44
2008-05-09Make corner resize behaviour consistent to Metacity.Danny Baumann1-20/+26
2008-04-18Disable resize handles for the directions the window is maximized to (leave o...Danny Baumann1-5/+43
2008-04-15Only update accessibility helper label if switched window has actually changed.Danny Baumann1-2/+8
2008-04-15Cleanup.Danny Baumann1-6/+3
2008-04-15Minor cleanup.Danny Baumann1-3/+2
2008-04-15Move style window offscreen to make sure it never is visible on screen.Danny Baumann1-0/+1
2008-04-15Make gtk-window-decorator switcher window accessibility friendlyGuillaume Seguin1-3/+19
2008-04-07Above, shade, stick buttons are not available in Metacity <= 2.16.Danny Baumann1-0/+2
2008-04-04If we got an empty rect, assume the button is not present.Danny Baumann1-0/+6
2008-04-04Also set shaded flag.Danny Baumann1-0/+3
2008-04-04Always also add the opposite button when adding a stick/above/shade button.Danny Baumann1-0/+33
2008-03-01Don't try to get button positions for undecorated windows.Danny Baumann1-0/+6
2008-02-27Fix warning.Danny Baumann1-1/+0
2008-02-26Correctly reflect changes to Gnome's DPI settings.Danny Baumann1-27/+20
2008-02-26Use gettext to translate tooltips and dialog items of gtk-window-decorator.Danny Baumann2-16/+34
2008-01-31Make decoration atom names part of the decoration interface.Danny Baumann1-7/+6
2008-01-30Update to new atom names.Dennis Kasprzyk1-5/+5
2007-11-16Fix copy'n'paste mistakes.Jürgen Kreileder1-2/+0
2007-11-16Make the window frame also process the configured actions for middle and righ...Danny Baumann1-40/+56
2007-11-11Give options passed over the command line priority over ones from gconf.Danny Baumann1-4/+29
2007-11-11Fix dbus paths (shadow_offset_x/y -> shadow_x/y_offset).Danny Baumann1-6/+6
2007-10-16Use real screen number rather than 0.Danny Baumann1-5/+8
2007-09-12Always update event windows when the allowed actions have changed.Danny Baumann1-3/+3
2007-09-09Fixed Gconf setting parsing for title bar button actions.Danny Baumann1-0/+6
2007-09-09Added minimization as title bar button action.Danny Baumann1-0/+7
2007-09-09Correct default behaviour of middle mouse button: It should be lowering the w...Danny Baumann1-1/+5
2007-09-09Integrate Metacity's configurable middle and right click actions.Danny Baumann1-33/+93