summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid obscuring centered-on-desktop windows which are denied focus. FixesElijah Newren2005-08-131-1/+1
* Patch from Brent Smith to fix a duplicate string. Fixes #309774.Elijah Newren2005-08-081-6/+6
* Improve the behavior of keyboard move/resize and edge snapping. Still notRay Strode2005-08-035-333/+515
* Change default theme from "Simple" to "Clearlooks".Elijah Newren2005-08-011-1/+1
* use only the expected_focus_window instead of both the focused_window andElijah Newren2005-08-011-6/+5
* Patch from Jaap Haitsma to make sure that Metacity dialogs have icons.Elijah Newren2005-07-301-1/+4
* remove some unneeded debug spew that was causing crashes. Fixes #311819.Elijah Newren2005-07-281-14/+0
* try to place windows denied focus near the focus window and fix a xineramaElijah Newren2005-07-251-11/+93
* raise the window as well as its ancestor; fixes a stacking bug with anElijah Newren2005-07-251-5/+21
* restore original window size if the window was maximized, as the FIXMEElijah Newren2005-07-251-2/+3
* revert the patch from #128380--change _NET_ACTIVE_WINDOW behavior to whatElijah Newren2005-07-241-21/+12
* Patch from Ken Harris to provide a more lenient threshold for drawingElijah Newren2005-07-141-15/+9
* Fix a slight bug (causing possible miscoloring of parts of the titlebar)Elijah Newren2005-07-131-9/+9
* Patch from Andrew Johnson to speed up vertical gradients. Fixes #169982.Elijah Newren2005-07-121-92/+35
* Patch from Björn Lindqvist to split up main() into more manageable chunksElijah Newren2005-07-121-188/+185
* free ->xinerama_infos Closes bug#307884Aivars Kalvans2005-07-121-0/+3
* React to cursor theme changes: (#308106)Matthias Clasen2005-07-117-2/+180
* Add a cache of pixmaps for recently exposed frame areas. Makes metacity aSoeren Sandmann2005-06-262-45/+389
* Prevent using the address of a local variable as a hash key. (Bug #307209)Ryan Lortie2005-06-112-6/+11
* Cleanup font data when done with it (bug 306720).Ray Strode2005-06-072-1/+14
* If a window requests to be raised and is denied, set the demands attentionElijah Newren2005-06-021-0/+5
* if the window has a modal transient which is being unmanaged, don't focusElijah Newren2005-06-021-1/+2
* Bug 305564 again.Ray Strode2005-05-302-12/+26
* Patch from Greg Hudson to make sure window position is calculatedElijah Newren2005-05-261-1/+2
* Actually commit the stuff mentioned in the last ChangeLog entry.Ray Strode2005-05-268-99/+235
* don't accidentally treat maximize vertically as maximize in bothElijah Newren2005-05-261-2/+11
* put all transients of the new window, if any exist, in the calc_showingElijah Newren2005-05-261-0/+9
* Make sure the "Close" button has the focus, not the table. (#172703)Dan Winship2005-04-081-1/+4
* Patch from Aidan Delaney to make sure that icons in the alt-tab popup areElijah Newren2005-02-281-1/+1
* Prevent the visual bell from changing the focus window. Fixes #123366.Elijah Newren2005-02-252-3/+8
* Fix crash that occurs when stupid apps claim that a window is its ownElijah Newren2005-02-231-1/+1
* Handle keynav vs. mousenav in mouse and sloppy focus modes. Fixes #167545.Elijah Newren2005-02-225-14/+76
* Handle _NET_CURRENT_DESKTOP messages that come with timestamps. Fixes theElijah Newren2005-02-201-4/+11
* when receiving a _NET_ACTIVE_WINDOW message, switch to the desktop whereElijah Newren2005-02-201-12/+21
* Ignore all focus and focus-stealing-prevention code in meta_window_showElijah Newren2005-02-201-1/+2
* Fix an obscure xinerama placement bug with windows that are too large toElijah Newren2005-02-201-1/+1
* Patch from Joe Marcus Clarke to fix a possible crash on logout. #167935.Elijah Newren2005-02-201-0/+1
* Big patch to cover about 6 different issues in order to correct rareElijah Newren2005-02-205-44/+179
* trivial fix to a log message: change %d to %lu (see debugging log from bugElijah Newren2005-02-161-1/+1
* Raise the ancestor of a window instead of the window itself. FixesElijah Newren2005-02-121-2/+33
* Don't unconditionally place splashscreens (and other not-to-befocusedElijah Newren2005-02-121-82/+124
* Avoid new windows being obscured by the focus window (and thus possiblyElijah Newren2005-02-113-1/+139
* Removed useless function call. #166730Aidan Delaney2005-02-091-3/+0
* Avoid using CurrentTime when focusing, handle it better in case we missElijah Newren2005-02-092-2/+5
* If we're not passed a timestamp, make sure to manually get one. FixesElijah Newren2005-02-091-2/+4
* Set a _METACITY_VERSION property (a utf8 string) on the WM check window.Elijah Newren2005-02-072-1/+9
* Ignore xconfigurerequest events for stacking when it should be safe to doElijah Newren2005-02-061-11/+37
* If activation requests are too old, set the demands_attention hint insteadElijah Newren2005-02-061-0/+14
* Add period to the end of reduced_resources' description. Fixes #165780.Dave Ahlswede2005-02-051-1/+1
* Make sure window->border_only is initialized so we don't get randomElijah Newren2005-02-051-0/+1