| Commit message (Expand) | Author | Age | Files | Lines |
* | post-release version bump to 2.10.3 | Elijah Newren | 2005-06-27 | 1 | -0/+4 |
* | 2.10.2 releaseMETACITY_2_10_2 | Elijah Newren | 2005-06-27 | 1 | -0/+4 |
* | Add a cache of pixmaps for recently exposed frame areas. Makes metacity a | Soeren Sandmann | 2005-06-26 | 1 | -0/+6 |
* | Prevent using the address of a local variable as a hash key. (Bug #307209) | Ryan Lortie | 2005-06-11 | 1 | -0/+9 |
* | Cleanup font data when done with it (bug 306720). | Ray Strode | 2005-06-07 | 1 | -4/+8 |
* | If a window requests to be raised and is denied, set the demands attention | Elijah Newren | 2005-06-02 | 1 | -0/+6 |
* | if the window has a modal transient which is being unmanaged, don't focus | Elijah Newren | 2005-06-02 | 1 | -0/+6 |
* | Bug 305564 again. | Ray Strode | 2005-05-30 | 1 | -0/+17 |
* | Add a clarification that METACITY_VERBOSE needs to be accompanied by | Elijah Newren | 2005-05-26 | 1 | -0/+5 |
* | Patch from Greg Hudson to make sure window position is calculated | Elijah Newren | 2005-05-26 | 1 | -0/+7 |
* | Actually commit the stuff mentioned in the last ChangeLog entry. | Ray Strode | 2005-05-26 | 1 | -0/+5 |
* | Add a resize popup when resizing constrained windows, (bug 305564). | Ray Strode | 2005-05-26 | 1 | -0/+41 |
* | don't accidentally treat maximize vertically as maximize in both | Elijah Newren | 2005-05-26 | 1 | -2/+9 |
* | put all transients of the new window, if any exist, in the calc_showing | Elijah Newren | 2005-05-26 | 1 | -0/+6 |
* | post-release version bump to 2.10.2 | Elijah Newren | 2005-04-11 | 1 | -0/+4 |
* | 2.10.1 releaseMETACITY_2_10_1 | Elijah Newren | 2005-04-11 | 1 | -1/+5 |
* | Make sure the "Close" button has the focus, not the table. (#172703) | Dan Winship | 2005-04-08 | 1 | -0/+5 |
* | Added Nepali Translation | Pawan Chitrakar | 2005-04-05 | 1 | -0/+4 |
* | Added new Language, Kinyarwanda (rw), to this package | Steven Michael Murphy | 2005-04-01 | 1 | -0/+4 |
* | add doc/code-overview.txt and doc/how-to-get-focus-right.txt | Lex Hider | 2005-03-17 | 1 | -0/+5 |
* | Added Xhosa translation. Added "xh" to ALL_LINGUAS. | Adi Attar | 2005-03-10 | 1 | -0/+4 |
* | post-release version bump to 2.10.1 | Elijah Newren | 2005-03-07 | 1 | -0/+4 |
* | 2.10.0 releaseMETACITY_2_10_0 | Elijah Newren | 2005-03-07 | 1 | -0/+7 |
* | post-release version bump to 2.9.55 | Elijah Newren | 2005-02-28 | 1 | -1/+5 |
* | Metacity 2.9.34 unstable releaseMETACITY_2_9_34 | Elijah Newren | 2005-02-28 | 1 | -0/+4 |
* | Patch from Aidan Delaney to make sure that icons in the alt-tab popup are | Elijah Newren | 2005-02-28 | 1 | -0/+10 |
* | Prevent the visual bell from changing the focus window. Fixes #123366. | Elijah Newren | 2005-02-25 | 1 | -0/+12 |
* | Fix crash that occurs when stupid apps claim that a window is its own | Elijah Newren | 2005-02-23 | 1 | -0/+6 |
* | post-release version bump to 2.9.34 | Elijah Newren | 2005-02-22 | 1 | -0/+4 |
* | Metacity 2.9.21 unstable releaseMETACITY_2_9_21 | Elijah Newren | 2005-02-22 | 1 | -0/+4 |
* | Handle keynav vs. mousenav in mouse and sloppy focus modes. Fixes #167545. | Elijah Newren | 2005-02-22 | 1 | -0/+30 |
* | Handle _NET_CURRENT_DESKTOP messages that come with timestamps. Fixes the | Elijah Newren | 2005-02-20 | 1 | -0/+6 |
* | when receiving a _NET_ACTIVE_WINDOW message, switch to the desktop where | Elijah Newren | 2005-02-20 | 1 | -0/+8 |
* | Ignore all focus and focus-stealing-prevention code in meta_window_show | Elijah Newren | 2005-02-20 | 1 | -0/+6 |
* | Fix an obscure xinerama placement bug with windows that are too large to | Elijah Newren | 2005-02-20 | 1 | -1/+9 |
* | Patch from Joe Marcus Clarke to fix a possible crash on logout. #167935. | Elijah Newren | 2005-02-20 | 1 | -0/+8 |
* | Big patch to cover about 6 different issues in order to correct rare | Elijah Newren | 2005-02-20 | 1 | -0/+50 |
* | trivial fix to a log message: change %d to %lu (see debugging log from bug | Elijah Newren | 2005-02-16 | 1 | -0/+5 |
* | Raise the ancestor of a window instead of the window itself. Fixes | Elijah Newren | 2005-02-12 | 1 | -0/+9 |
* | Don't unconditionally place splashscreens (and other not-to-befocused | Elijah Newren | 2005-02-12 | 1 | -0/+14 |
* | Avoid new windows being obscured by the focus window (and thus possibly | Elijah Newren | 2005-02-11 | 1 | -0/+21 |
* | Removed useless function call. #166730 | Aidan Delaney | 2005-02-09 | 1 | -0/+8 |
* | Avoid using CurrentTime when focusing, handle it better in case we miss | Elijah Newren | 2005-02-09 | 1 | -0/+13 |
* | If we're not passed a timestamp, make sure to manually get one. Fixes | Elijah Newren | 2005-02-09 | 1 | -0/+5 |
* | post-release version bump to 2.9.21 | Elijah Newren | 2005-02-07 | 1 | -0/+4 |
* | Metacity 2.9.13 unstable releaseMETACITY_2_9_13 | Elijah Newren | 2005-02-07 | 1 | -0/+4 |
* | Set a _METACITY_VERSION property (a utf8 string) on the WM check window. | Elijah Newren | 2005-02-07 | 1 | -1/+13 |
* | Ignore xconfigurerequest events for stacking when it should be safe to do | Elijah Newren | 2005-02-06 | 1 | -0/+13 |
* | If activation requests are too old, set the demands_attention hint instead | Elijah Newren | 2005-02-06 | 1 | -0/+9 |
* | Add period to the end of reduced_resources' description. Fixes #165780. | Dave Ahlswede | 2005-02-05 | 1 | -0/+5 |