| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch from Alexey Rusakov to prevent a crash on logout with metacity | Elijah Newren | 2007-09-16 | 1 | -3/+3 |
* | Don't maintain a passive grab on windows when raise-on-click is FALSE - | Søren Sandmann | 2007-08-07 | 1 | -3/+14 |
* | If KEY_AUTO_RAISE_DELAY is undefined or non-integer, it is not treated as | Thomas Thurman | 2007-08-07 | 1 | -9/+11 |
* | Fix mangled window title in "Force Quit" dialog when using non-UTF8 | Frédéric Crozat | 2007-08-03 | 1 | -1/+4 |
* | Move "close" to bottom of window menu; allow workspace list to appear at | Thomas Thurman | 2007-08-02 | 1 | -83/+91 |
* | windows which are always on top have the "stick" menu option insensitive. | Thomas Thurman | 2007-07-31 | 1 | -1/+1 |
* | Put all bitfields together to help with optimisation. Closes #450271 (for | Thomas Thurman | 2007-07-30 | 1 | -3/+3 |
* | Use the correct directory when installing keybindings. (#454055) | Matthias Clasen | 2007-07-24 | 1 | -1/+1 |
* | Fix a bug where the window can be focused without being raised if the | Rob Bradford | 2007-07-23 | 1 | -2/+8 |
* | Unset fullscreen is an allowed action where relevant. Fixes #449427. | Cosimo Cecchi | 2007-07-23 | 1 | -0/+3 |
* | Reverse window buttons and align them to the left for RTL locales. (#92212) | Yair Hershkovitz | 2007-07-22 | 3 | -33/+72 |
* | I don't actually know what year it is most days | Thomas James Alexander Thurman | 2007-06-18 | 1 | -1/+1 |
* | Update copyright year because it was five years out of date. | Thomas Thurman | 2007-06-18 | 1 | -1/+1 |
* | Only open new windows on the current xinerama. Closes #145503, for now. | Thomas Thurman | 2007-06-18 | 1 | -142/+78 |
* | return a boolean instead a void, to show whether startup properties were | Thomas Thurman | 2007-06-18 | 3 | -14/+37 |
* | MetaCloseEffect and MetaFocusEffect, which were empty structs, #ifdeffed | Damien Carbery | 2007-06-17 | 1 | -0/+6 |
* | make prototype of meta_window_unqueue match implementation. Closes | Damien Carbery | 2007-06-17 | 1 | -1/+1 |
* | Refactor thrice-duplicated queue code in window.c. Closes #376760. | Thomas Thurman | 2007-06-11 | 8 | -224/+178 |
* | added switch_group; closes #444879. | Thomas Thuramn | 2007-06-09 | 1 | -0/+3 |
* | Update the raise_on_click description to try to prevent misuses, to | Elijah Newren | 2007-06-08 | 1 | -3/+18 |
* | changed all tabs to spaces. Removed and replaced with meta_core_get(). New | Thomas Thurman | 2007-06-07 | 3 | -330/+331 |
* | fix label layout for RTL languages. Closes #433400. | Thomas Thurman | 2007-06-04 | 1 | -5/+23 |
* | Pango layout for titlebars should take LTR/RTL-ness from the underlying | Thomas Thurman | 2007-06-03 | 1 | -0/+2 |
* | Add support for RTL languages so that alt-tab, etc., go the other way. In | Yair Hershkovitz | 2007-05-25 | 8 | -4/+48 |
* | Add code to configure what happens when the titlebar is right or middle | Linus Torvalds | 2007-04-25 | 2 | -27/+65 |
* | Fix some uninitialized memory usage errors. #427385 | Elijah Newren | 2007-04-23 | 2 | -3/+10 |
* | Fix some fallout from #426519; update user_rect for all position changes | Elijah Newren | 2007-04-18 | 2 | -39/+6 |
* | Prevent metacity from "forgetting" which machine a window is on. #418552 | Elijah Newren | 2007-04-16 | 1 | -4/+5 |
* | Preserve stacking order across restarts. | Elijah Newren | 2007-04-16 | 3 | -19/+24 |
* | Remove incorrect usage of window.h from menu.c. See #426791 & #382962. | Elijah Newren | 2007-04-16 | 7 | -46/+49 |
* | do not auto-maximize windows larger than the workarea in only a single | Elijah Newren | 2007-04-12 | 1 | -5/+8 |
* | Make sure apps have correct info about their coordinates, even on unmap. | Elijah Newren | 2007-04-12 | 2 | -6/+24 |
* | Workaround for a gdk bug which dies with BadAlloc if you try to allocate | Thomas Thurman | 2007-04-12 | 1 | -32/+87 |
* | Advertise support of Above and Below operations (assuming the proposed | Elijah Newren | 2007-04-11 | 4 | -3/+17 |
* | make sure to set _NET_WM_ALLOWED_ACTIONS so that libwnck menus don't have | Elijah Newren | 2007-04-11 | 1 | -1/+2 |
* | Add support for _NET_MOVERESIZE_WINDOW. #344521. | Elijah Newren | 2007-04-09 | 4 | -142/+111 |
* | Remove grab_start_serial, which we expect to be an ancient attempt to | Elijah Newren | 2007-04-09 | 8 | -57/+1 |
* | Fix move/resize events in relation to combinations of ConfigureRequest and | Elijah Newren | 2007-04-09 | 4 | -80/+75 |
* | Add an (unbound by default) keybinding for setting spew marks in verbose | Elijah Newren | 2007-04-07 | 3 | -2/+8 |
* | Fix memory bug (invalid free) introduced in 2007-04-02 strut cleanup | Elijah Newren | 2007-04-07 | 1 | -1/+1 |
* | if theme is invalid and therefore got freed, don't attempt to read from | Thomas Thurman | 2007-04-05 | 1 | -1/+2 |
* | Add new control-center key bindings definitions (Closes: #420145) | Bastien Nocera | 2007-04-05 | 3 | -1/+295 |
* | send synthetic configurenotify events also in response to MapRequest | Elijah Newren | 2007-04-04 | 1 | -0/+12 |
* | Fix lots of little issues with min/max constraints and size increment | Elijah Newren | 2007-04-04 | 3 | -86/+282 |
* | Only use saved_rect for determining the position to unmaximize to for the | Elijah Newren | 2007-04-04 | 1 | -6/+24 |
* | _NET_ACTIVE_WINDOW is a single xwindow id, not two. | Elijah Newren | 2007-04-03 | 1 | -3/+3 |
* | turn mouse_mode off to prevent focus issues with the run application | Elijah Newren | 2007-04-03 | 1 | -1/+3 |
* | Avoid some crashes when dragging windows partially offscreen. Possible (or | Elijah Newren | 2007-04-03 | 1 | -0/+11 |
* | Patch from Carlo Wood to do some miscellaneous code cleanups found while | Elijah Newren | 2007-04-03 | 2 | -47/+29 |
* | Patch from Carlo Wood to fix handling of unidirectional maximization and | Elijah Newren | 2007-04-03 | 11 | -417/+485 |