summaryrefslogtreecommitdiff
path: root/src/frames.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* separate code to draw frame from the expose_event handler, so in principleHavoc Pennington2002-01-271-34/+93
* cheesy client with static bit gravity, used to test the below change.Havoc Pennington2002-01-191-2/+27
* give priority to keeping NW corner onscreen rather than SE, if we need toHavoc Pennington2002-01-191-290/+57
* add code to save ACLOCAL_FLAGSHavoc Pennington2002-01-081-7/+7
* make gradient a bit more subtle (don't go to the full background, but to aHavoc Pennington2002-01-071-2/+11
* change to use spiffy gradient code.Havoc Pennington2002-01-061-33/+34
* draw titlebar highlight with snazzy gradient that needs some tweaking toHavoc Pennington2002-01-061-0/+26
* GTK 1.2 plug/socket clients still broken, don't know why.Havoc Pennington2002-01-061-1/+1
* focus top window when switching to a new workspaceHavoc Pennington2002-01-031-0/+3
* move SM init a bit later in the process, and init prefsHavoc Pennington2001-12-091-0/+1
* add a dummy element to the enum so the signals array is not empty. (breaksLaszlo Peter2001-12-031-0/+1
* use bg/fg not base/text for the window title area.Havoc Pennington2001-10-251-3/+3
* raise/focus windows on left-click, seem to have broken that yesterdayHavoc Pennington2001-10-151-0/+9
* only handle events here if the modmask from our button grab is active.Havoc Pennington2001-10-141-3/+18
* Add inlinepixbufs.h so that it gets generated.Alex Graveley2001-09-211-3/+7
* add support for a mini icon in the titlebar (update_icon): re-enableHavoc Pennington2001-09-161-2/+69
* icon for unmaximizeHavoc Pennington2001-09-111-56/+128
* use the delay exposes feature to avoid the scren dirtHavoc Pennington2001-08-191-0/+47
* ...rhp2001-07-261-4/+3