summaryrefslogtreecommitdiff
path: root/src/frames.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* raise/focus on click, even if the click was on the client area (this makesHavoc Pennington2002-08-041-3/+6
* look for themes in ~/.themes/NAME/metacity-1/ andHavoc Pennington2002-07-241-2/+0
* put Gorilla back in the buildHavoc Pennington2002-07-241-4/+2
* s/gdk_get_default_display/gdk_display_get_default/Mark McLoughlin2002-06-251-1/+1
* don't raise/focus the window if minimize/close are clicked, patch fromHavoc Pennington2002-06-091-1/+3
* move the remove_listener to finalize instead of destroy, thanks to JayarajHavoc Pennington2002-06-021-2/+2
* verbose-log on startup whether we were compiled with various extensionsHavoc Pennington2002-05-311-1/+157
* Patch from Erwann Chenede for raise_or_lower keybindingHavoc Pennington2002-05-291-6/+0
* fix for bugzilla bug #72314, filter out LeaveNotify caused by grabs whenJayaraj Rajappan2002-05-241-26/+34
* DefaultScreen() returns the screen number not Screen*Havoc Pennington2002-05-091-1/+18
* Add multi-screen support. Also add patch by Erwann Chenede to makeAnders Carlsson2002-05-081-3/+22
* Fix atom name; it's _NET_SHOW_DESKTOP, not _NET_WM_SHOW_DESKTOP.Anders Carlsson2002-05-071-1/+6
* chop out the portion of the region that's outside the screen.Havoc Pennington2002-05-051-5/+39
* disable automatic GTK double buffering, since it resulted in giganticHavoc Pennington2002-05-051-15/+55
* use hash_table_replace instead of g_hash_table_insertHavoc Pennington2002-03-061-4/+4
* use the preview widget hereHavoc Pennington2002-02-151-6/+28
* Set prelit_control to META_FRAME_CONTROL_NONE.Anders Carlsson2002-02-121-4/+57
* try to make more error message strings the same, easier for translatorsHavoc Pennington2002-02-091-26/+111
* Throughout: move to meta_topic rather than meta_verbose so metacity.logHavoc Pennington2002-02-081-189/+2
* disable custom log handler and fatal mask for nowHavoc Pennington2002-02-071-643/+96
* Only consider the bottom of the titlebar a resize control; I keepHavoc Pennington2002-01-271-22/+35