summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remove dead code; closes #501365.Thomas Thurman2007-12-121-3/+0
* rewrite long description ofThomas Thurman2007-12-091-22/+4
* check for null before adding menu; closes #496054.Matthias Clasen2007-12-091-3/+5
* Recur if the keypress ended a grab, so it can be processed in its ownThomas Thurman2007-12-091-0/+17
* Fix typo where wrong variable was checked (reported by Kjartan Maraas).Martin Meyer2007-12-091-1/+1
* try to get the session client ID from DESKTOP_AUTOSTART_ID environmentLucas Rocha2007-11-181-1/+16
* make our theme search compliant to the XDG Base Directory Specification.Benjamin Gramlich2007-11-181-2/+42
* remove almost-unused files. move the used parts of api.[ch] in here.Thomas Thurman2007-11-164-120/+16
* more changes discussed in bug #461927Peter Bloomfield2007-11-131-18/+27
* adjust expression which decides whether new windows should not go on top,Thomas Thurman2007-11-121-8/+5
* Instruct the GtkLabel in the tabpopup to ellipsize text that is too big.Alex R.M. Turner2007-11-111-6/+9
* If a window is launched without any kind of launch timestamp, grab theElijah Newren2007-11-091-0/+27
* Oops, revert patch which I didn't intend to commit - stupid 'git-svn dcommit'...Federico Mena Quintero2007-11-091-1/+1
* Fix swapped arguments when updating _NET_WM_USER_TIMEFederico Mena Quintero2007-11-092-3/+3
* save unmaximized part of client root coordsPeter Bloomfield2007-11-071-2/+18
* do not save client root coords while window is maximizedPeter Bloomfield2007-11-061-1/+1
* Add a --sync option to turn on synchronous X callsIain Holmes2007-10-301-2/+10
* Free title of preview when the preview is destroyed. Closes #469682.Jans Granseuer2007-10-281-0/+7
* Truncate the string to max_char_per_title before adding bold tags and fixAlex R.M. Turner2007-10-281-14/+17
* new function. rewrite assertion not to put window on top in terms ofThomas Thurman2007-10-161-14/+64
* Patch from Alexey Rusakov to prevent a crash on logout with metacityElijah Newren2007-09-161-3/+3
* Don't maintain a passive grab on windows when raise-on-click is FALSE -Søren Sandmann2007-08-071-3/+14
* If KEY_AUTO_RAISE_DELAY is undefined or non-integer, it is not treated asThomas Thurman2007-08-071-9/+11
* Fix mangled window title in "Force Quit" dialog when using non-UTF8Frédéric Crozat2007-08-031-1/+4
* Move "close" to bottom of window menu; allow workspace list to appear atThomas Thurman2007-08-021-83/+91
* windows which are always on top have the "stick" menu option insensitive.Thomas Thurman2007-07-311-1/+1
* Put all bitfields together to help with optimisation. Closes #450271 (forThomas Thurman2007-07-301-3/+3
* Use the correct directory when installing keybindings. (#454055)Matthias Clasen2007-07-241-1/+1
* Fix a bug where the window can be focused without being raised if theRob Bradford2007-07-231-2/+8
* Unset fullscreen is an allowed action where relevant. Fixes #449427.Cosimo Cecchi2007-07-231-0/+3
* Reverse window buttons and align them to the left for RTL locales. (#92212)Yair Hershkovitz2007-07-223-33/+72
* I don't actually know what year it is most daysThomas James Alexander Thurman2007-06-181-1/+1
* Update copyright year because it was five years out of date.Thomas Thurman2007-06-181-1/+1
* Only open new windows on the current xinerama. Closes #145503, for now.Thomas Thurman2007-06-181-142/+78
* return a boolean instead a void, to show whether startup properties wereThomas Thurman2007-06-183-14/+37
* MetaCloseEffect and MetaFocusEffect, which were empty structs, #ifdeffedDamien Carbery2007-06-171-0/+6
* make prototype of meta_window_unqueue match implementation. ClosesDamien Carbery2007-06-171-1/+1
* Refactor thrice-duplicated queue code in window.c. Closes #376760.Thomas Thurman2007-06-118-224/+178
* added switch_group; closes #444879.Thomas Thuramn2007-06-091-0/+3
* Update the raise_on_click description to try to prevent misuses, toElijah Newren2007-06-081-3/+18
* changed all tabs to spaces. Removed and replaced with meta_core_get(). NewThomas Thurman2007-06-073-330/+331
* fix label layout for RTL languages. Closes #433400.Thomas Thurman2007-06-041-5/+23
* Pango layout for titlebars should take LTR/RTL-ness from the underlyingThomas Thurman2007-06-031-0/+2
* Add support for RTL languages so that alt-tab, etc., go the other way. InYair Hershkovitz2007-05-258-4/+48
* Add code to configure what happens when the titlebar is right or middleLinus Torvalds2007-04-252-27/+65
* Fix some uninitialized memory usage errors. #427385Elijah Newren2007-04-232-3/+10
* Fix some fallout from #426519; update user_rect for all position changesElijah Newren2007-04-182-39/+6
* Prevent metacity from "forgetting" which machine a window is on. #418552Elijah Newren2007-04-161-4/+5
* Preserve stacking order across restarts.Elijah Newren2007-04-163-19/+24
* Remove incorrect usage of window.h from menu.c. See #426791 & #382962.Elijah Newren2007-04-167-46/+49