summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* If a window is launched without any kind of launch timestamp, grab theElijah Newren2007-11-171-0/+27
* Fix reversed arguments when updating _NET_WM_USER_TIMEFederico Mena Quintero2007-11-091-2/+2
* Don't immediately unminimize an initially iconic window (#491090)Owen Taylor2007-10-301-1/+4
* 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
* 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
* do not auto-maximize windows larger than the workarea in only a singleElijah Newren2007-04-121-5/+8
* Make sure apps have correct info about their coordinates, even on unmap.Elijah Newren2007-04-122-6/+24
* Workaround for a gdk bug which dies with BadAlloc if you try to allocateThomas Thurman2007-04-121-32/+87
* Advertise support of Above and Below operations (assuming the proposedElijah Newren2007-04-114-3/+17
* make sure to set _NET_WM_ALLOWED_ACTIONS so that libwnck menus don't haveElijah Newren2007-04-111-1/+2
* Add support for _NET_MOVERESIZE_WINDOW. #344521.Elijah Newren2007-04-094-142/+111
* Remove grab_start_serial, which we expect to be an ancient attempt toElijah Newren2007-04-098-57/+1
* Fix move/resize events in relation to combinations of ConfigureRequest andElijah Newren2007-04-094-80/+75
* Add an (unbound by default) keybinding for setting spew marks in verboseElijah Newren2007-04-073-2/+8
* Fix memory bug (invalid free) introduced in 2007-04-02 strut cleanupElijah Newren2007-04-071-1/+1
* if theme is invalid and therefore got freed, don't attempt to read fromThomas Thurman2007-04-051-1/+2
* Add new control-center key bindings definitions (Closes: #420145)Bastien Nocera2007-04-053-1/+295
* send synthetic configurenotify events also in response to MapRequestElijah Newren2007-04-041-0/+12
* Fix lots of little issues with min/max constraints and size incrementElijah Newren2007-04-043-86/+282
* Only use saved_rect for determining the position to unmaximize to for theElijah Newren2007-04-041-6/+24