summaryrefslogtreecommitdiff
path: root/src/frames.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug where the window can be focused without being raised if theRob Bradford2007-07-231-2/+8
* changed all tabs to spaces. Removed and replaced with meta_core_get(). NewThomas Thurman2007-06-071-98/+124
* 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-251-0/+10
* Fix some uninitialized memory usage errors. #427385Elijah Newren2007-04-231-3/+5
* Workaround for a gdk bug which dies with BadAlloc if you try to allocateThomas Thurman2007-04-121-32/+87
* Remove grab_start_serial, which we expect to be an ancient attempt toElijah Newren2007-04-091-3/+0
* adjusted the rounded corners so that they fit nicely with the arcs aroundArthur Taylor2007-03-211-14/+18
* honour preferences. new functions.Linus Torvalds2007-03-101-2/+6
* renamed from MetaActionDoubleClickTitleBar; added _LOWER and _MENU.Linus Torvalds2007-02-171-16/+22
* Split out code for different kinds of click into separate functions. FixesLinus Torvalds2007-02-171-62/+95
* Unmaximize button must keep preesed appearence when clicked (hold down),Bruno Boaventura2007-01-131-1/+2
* improved rounding of rounded corners. Fixes #360542, mostly.Thomas James Alexander Thurman2006-11-051-4/+4
* Fix cases when titlebar is allowed offscreen and shouldn't be (andCarlo Wood2006-10-131-0/+3
* Added "above" to the list of flags a frame can have, so that we know whenThomas James Alexander Thurman2006-10-071-100/+311
* Stick an emacs comment directive at the beginning of all the code files soElijah Newren2006-10-011-0/+2
* Partial audit to fix timestamp usage. One step towards fixing #355180; seeElijah Newren2006-09-181-2/+4
* Patch from Chris Ball to not minimize in response to double clicks on theElijah Newren2006-08-071-2/+7
* Patch from Björn Lindqvist to fix button lighting with dragged clicks.Elijah Newren2006-08-071-44/+26
* add new MetaButtonSpace struct; use it for close_rect, max_rect, min_rectThomas Thurman2006-08-071-8/+8
* Fix a logic bug so that the whole titlebar becomes sensitive to mouseBjörn Lindqvist2006-05-191-4/+1
* Replace while loops iterating over sequences with for loops. Also, replaceBjörn Lindqvist2006-04-191-122/+91
* Patch from Dick Marinus to add a minimize double-click-titlebar-action;Elijah Newren2006-01-211-0/+10
* Patch from Kjartan Maraas to fix a lot of tiny issues (unused variableElijah Newren2006-01-201-29/+1
* Whoops, I forgot to keep my copyright info updated with my previousElijah Newren2006-01-101-1/+1
* Add a raise on click option, basically only because all the major distrosElijah Newren2006-01-101-3/+1
* Merge of all the changes on the constraints_experiments branch. This isElijah Newren2005-11-191-10/+20
* A combination of a couple memory leaks fixes, from Kjartan, Soeren, and I.GNOME_2_12_BRANCHPOINTElijah Newren2005-10-031-5/+2
* Add a cache of pixmaps for recently exposed frame areas. Makes metacity aSoeren Sandmann2005-06-261-45/+385
* Prevent using the address of a local variable as a hash key. (Bug #307209)Ryan Lortie2005-06-111-5/+5
* Fix a variety of focus race conditions in all focus modes, or at leastElijah Newren2004-10-041-1/+3
* A load of fixes of issues reported by sparse. Closes bug #152849Kjartan Maraas2004-09-161-3/+2
* Patch from Ken Harris in #135786 to focus a new default window whenElijah Newren2004-09-161-1/+1
* disable NameWindowPixmap stuff always for now, it seemed kind of bustedHavoc Pennington2004-08-271-28/+27
* move the have_xrender variable initialization up in the file since it canHavoc Pennington2004-08-271-9/+31
* add an event_serial argument and use it when the pointer is alreadyHavoc Pennington2003-11-241-0/+4
* Merge reduced_resources mode patch from the branch. Offers wireframe andHavoc Pennington2003-10-121-0/+7
* Patch from Soeren Sandmann #108926 to improve opaque resizeHavoc Pennington2003-08-161-11/+28
* fix for bug #104018 from David Santiago, change button state to normalHavoc Pennington2003-05-161-34/+57
* purge HAVE_GTK_MULTIHEAD from the source code, not just from configure.in.Havoc Pennington2003-04-211-17/+2
* add ability to --disable-shapeHavoc Pennington2003-01-111-1/+1
* put in the HAVE_GTK_MULTIHEAD conditionals so we build with GTK 2.0Havoc Pennington2003-01-051-1/+7
* handle the client having a shape mask, fixes #101806Havoc Pennington2003-01-051-7/+111
* rearrange this function a bit, so that we return CONTROL_TITLE forHavoc Pennington2002-12-021-80/+80
* add "what happens when you double click the titlebar" setting, patch fromHavoc Pennington2002-10-181-10/+33
* don't raise window on button 2 click, only on button 1 and button 3.Havoc Pennington2002-10-111-0/+4
* Button-reordering patch. Has all the code except actually installing aHavoc Pennington2002-10-041-7/+49
* don't filter out prelight for unmaximize button. #83860Havoc Pennington2002-09-041-11/+17
* if in the title rect check for y <= TOP_RESIZE_HEIGHTMETACITY_REDHAT_2_4_0_92Havoc Pennington2002-08-201-59/+63
* init button states for the button backgroundsHavoc Pennington2002-08-041-0/+14