Age | Commit message (Expand) | Author | Files | Lines |
2007-12-19 | sort source files into these directories according to which part of the WM | Havoc Pennington | 1 | -2822/+0 |
2007-07-23 | Fix a bug where the window can be focused without being raised if the | Rob Bradford | 1 | -2/+8 |
2007-06-07 | changed all tabs to spaces. Removed and replaced with meta_core_get(). New | Thomas Thurman | 1 | -98/+124 |
2007-06-03 | Pango layout for titlebars should take LTR/RTL-ness from the underlying | Thomas Thurman | 1 | -0/+2 |
2007-05-25 | Add support for RTL languages so that alt-tab, etc., go the other way. In | Yair Hershkovitz | 1 | -0/+10 |
2007-04-23 | Fix some uninitialized memory usage errors. #427385 | Elijah Newren | 1 | -3/+5 |
2007-04-12 | Workaround for a gdk bug which dies with BadAlloc if you try to allocate | Thomas Thurman | 1 | -32/+87 |
2007-04-09 | Remove grab_start_serial, which we expect to be an ancient attempt to | Elijah Newren | 1 | -3/+0 |
2007-03-21 | adjusted the rounded corners so that they fit nicely with the arcs around | Arthur Taylor | 1 | -14/+18 |
2007-03-10 | honour preferences. new functions. | Linus Torvalds | 1 | -2/+6 |
2007-02-17 | renamed from MetaActionDoubleClickTitleBar; added _LOWER and _MENU. | Linus Torvalds | 1 | -16/+22 |
2007-02-17 | Split out code for different kinds of click into separate functions. Fixes | Linus Torvalds | 1 | -62/+95 |
2007-01-13 | Unmaximize button must keep preesed appearence when clicked (hold down), | Bruno Boaventura | 1 | -1/+2 |
2006-11-05 | improved rounding of rounded corners. Fixes #360542, mostly. | Thomas James Alexander Thurman | 1 | -4/+4 |
2006-10-13 | Fix cases when titlebar is allowed offscreen and shouldn't be (and | Carlo Wood | 1 | -0/+3 |
2006-10-07 | Added "above" to the list of flags a frame can have, so that we know when | Thomas James Alexander Thurman | 1 | -100/+311 |
2006-10-01 | Stick an emacs comment directive at the beginning of all the code files so | Elijah Newren | 1 | -0/+2 |
2006-09-18 | Partial audit to fix timestamp usage. One step towards fixing #355180; see | Elijah Newren | 1 | -2/+4 |
2006-08-07 | Patch from Chris Ball to not minimize in response to double clicks on the | Elijah Newren | 1 | -2/+7 |
2006-08-07 | Patch from Björn Lindqvist to fix button lighting with dragged clicks. | Elijah Newren | 1 | -44/+26 |
2006-08-07 | add new MetaButtonSpace struct; use it for close_rect, max_rect, min_rect | Thomas Thurman | 1 | -8/+8 |
2006-05-19 | Fix a logic bug so that the whole titlebar becomes sensitive to mouse | Björn Lindqvist | 1 | -4/+1 |
2006-04-19 | Replace while loops iterating over sequences with for loops. Also, replace | Björn Lindqvist | 1 | -122/+91 |
2006-01-21 | Patch from Dick Marinus to add a minimize double-click-titlebar-action; | Elijah Newren | 1 | -0/+10 |
2006-01-20 | Patch from Kjartan Maraas to fix a lot of tiny issues (unused variable | Elijah Newren | 1 | -29/+1 |
2006-01-10 | Whoops, I forgot to keep my copyright info updated with my previous | Elijah Newren | 1 | -1/+1 |
2006-01-10 | Add a raise on click option, basically only because all the major distros | Elijah Newren | 1 | -3/+1 |
2005-11-19 | Merge of all the changes on the constraints_experiments branch. This is | Elijah Newren | 1 | -10/+20 |
2005-10-03 | A combination of a couple memory leaks fixes, from Kjartan, Soeren, and I. | Elijah Newren | 1 | -5/+2 |
2005-06-26 | Add a cache of pixmaps for recently exposed frame areas. Makes metacity a | Soeren Sandmann | 1 | -45/+385 |
2005-06-11 | Prevent using the address of a local variable as a hash key. (Bug #307209) | Ryan Lortie | 1 | -5/+5 |
2004-10-04 | Fix a variety of focus race conditions in all focus modes, or at least | Elijah Newren | 1 | -1/+3 |
2004-09-16 | A load of fixes of issues reported by sparse. Closes bug #152849 | Kjartan Maraas | 1 | -3/+2 |
2004-09-16 | Patch from Ken Harris in #135786 to focus a new default window when | Elijah Newren | 1 | -1/+1 |
2004-08-27 | disable NameWindowPixmap stuff always for now, it seemed kind of busted | Havoc Pennington | 1 | -28/+27 |
2004-08-27 | move the have_xrender variable initialization up in the file since it can | Havoc Pennington | 1 | -9/+31 |
2003-11-24 | add an event_serial argument and use it when the pointer is already | Havoc Pennington | 1 | -0/+4 |
2003-10-12 | Merge reduced_resources mode patch from the branch. Offers wireframe and | Havoc Pennington | 1 | -0/+7 |
2003-08-16 | Patch from Soeren Sandmann #108926 to improve opaque resize | Havoc Pennington | 1 | -11/+28 |
2003-05-16 | fix for bug #104018 from David Santiago, change button state to normal | Havoc Pennington | 1 | -34/+57 |
2003-04-21 | purge HAVE_GTK_MULTIHEAD from the source code, not just from configure.in. | Havoc Pennington | 1 | -17/+2 |
2003-01-11 | add ability to --disable-shape | Havoc Pennington | 1 | -1/+1 |
2003-01-05 | put in the HAVE_GTK_MULTIHEAD conditionals so we build with GTK 2.0 | Havoc Pennington | 1 | -1/+7 |
2003-01-05 | handle the client having a shape mask, fixes #101806 | Havoc Pennington | 1 | -7/+111 |
2002-12-02 | rearrange this function a bit, so that we return CONTROL_TITLE for | Havoc Pennington | 1 | -80/+80 |
2002-10-18 | add "what happens when you double click the titlebar" setting, patch from | Havoc Pennington | 1 | -10/+33 |
2002-10-11 | don't raise window on button 2 click, only on button 1 and button 3. | Havoc Pennington | 1 | -0/+4 |
2002-10-04 | Button-reordering patch. Has all the code except actually installing a | Havoc Pennington | 1 | -7/+49 |
2002-09-04 | don't filter out prelight for unmaximize button. #83860 | Havoc Pennington | 1 | -11/+17 |
2002-08-20 | if in the title rect check for y <= TOP_RESIZE_HEIGHT | Havoc Pennington | 1 | -59/+63 |