summaryrefslogtreecommitdiff
path: root/src/display.c
Commit message (Expand)AuthorAgeFilesLines
* Update constraints code to support the new _NET_WM_STRUT_PARTIAL EWMHRob Adams2003-06-261-3/+31
* Focus on mouse click in sloppy/mouse to fix keynav. Fix for #115072.Rob Adams2003-06-131-1/+2
* Remove legacy support for Gnome 1 hints, since we deem it unlikely thatRob Adams2003-06-121-70/+49
* make raise-on-click explicitly only happen in click to focus mode.Havoc Pennington2003-06-121-20/+42
* CVS2003-05-29 Rob Adams <robadams@ucla.edu>Rob Adams2003-05-301-2/+47
* Get and use double-click speed from GtkSettings (Bug #103218).Ray Strode2003-05-301-2/+1
* the mask display->ignored_modifier_mask wasn't being bound, due to "<"Havoc Pennington2003-05-211-2/+2
* fill in window->desc sooner since we use it sooner now.Havoc Pennington2003-05-161-0/+4
* purge HAVE_GTK_MULTIHEAD from the source code, not just from configure.in.Havoc Pennington2003-04-211-9/+0
* just return if we are not verbose.Soeren Sandmann2003-03-231-0/+3
* Make it so that the alt-tabbing won't try to go to a minimized window byRob Adams2003-03-151-12/+20
* Take control of the panel's global keybindings. The screenshot utility isMark McLoughlin2003-02-241-1/+7
* fix to unfocus window only when you leave the window frame, not when youHavoc Pennington2003-02-221-6/+1
* when tabbing backward, we are still tabbing *from* the most recently usedHavoc Pennington2003-02-221-1/+1
* Reinstated visual-bell patch, fix for bug 99886.Bill Haneman2003-01-281-0/+24
* Fix for the "mangles focus window when switching workspaces and usingHavoc Pennington2003-01-221-0/+1
* only hop window to the current workspace if the window was previouslyHavoc Pennington2003-01-211-13/+34
* handle the client having a shape mask, fixes #101806Havoc Pennington2003-01-051-13/+107
* include the Xrandr header fileHavoc Pennington2003-01-031-0/+3
* Reverted visual bell patch, #99886Havoc Pennington2002-12-191-24/+0
* select ColormapChangeMask on toplevel windows, maybe a partial fix forHavoc Pennington2002-12-191-4/+4
* Added visual bell feature, fix for 99886.Bill Haneman2002-12-171-0/+24
* only install .desktop file for metacity-properties if we actually installHavoc Pennington2002-12-131-4/+4
* add myself here, bug #100789Havoc Pennington2002-12-101-25/+231
* Handle crossing events during resizing. (#93384).Soeren Sandmann2002-12-091-1/+14
* make this always return FALSE for now, to avoid bug reports.Havoc Pennington2002-12-081-1/+9
* move a window to the current space on the MapRequest when it's not on theHidetoshi Tajima2002-12-051-0/+4
* lengthen to 15 secondsHavoc Pennington2002-12-011-20/+35
* patch from Hidetoshi Tajima to move a window's transients when moving theHavoc Pennington2002-11-221-1/+1
* push an error trap around the whole window-key-grab loopHavoc Pennington2002-11-061-5/+29
* remove XSync calls from here (meta_display_ungrab): remove XSync fromHavoc Pennington2002-11-041-4/+2
* use window-props.h stuff for a couple of properties (implement_showing):Havoc Pennington2002-11-031-0/+6
* store the window menu on the display and blow it away when a windowHavoc Pennington2002-10-281-1/+4
* fix buildHavoc Pennington2002-10-261-0/+2
* Add "busy cursor on app startup" support, conditionally - works only ifHavoc Pennington2002-10-251-3/+45
* put minimized windows at the end of Alt+Tab, #89416Havoc Pennington2002-10-241-3/+26
* Optimizations for managing new windows (do not all take effect ifHavoc Pennington2002-10-211-46/+73
* workspaces are all per-screen now, fix accordinglyHavoc Pennington2002-10-161-139/+4
* Ignore EnterNotify events when the detail field is set to NotifyInferior.Federico Mena Quintero2002-10-151-1/+2
* don't raise window on button 2 click, only on button 1 and button 3.Havoc Pennington2002-10-111-29/+43
* Add a modifier key preference for the Alt+click stuff. Can be set toHavoc Pennington2002-10-071-70/+171
* do XRRUpdateConfiguration() if we have RandR extension, else poke inHavoc Pennington2002-10-041-4/+16
* make it staticHavoc Pennington2002-10-021-0/+4
* Patch from Keith Packard to handle root window resizes.Havoc Pennington2002-09-291-0/+11
* Try to handle Solaris Xinerama, all coded blind, someone on Solaris willHavoc Pennington2002-09-271-13/+4
* re-enable the log handler, maybe it will break something, I don't rememberHavoc Pennington2002-09-241-13/+13
* small reordering of codeHavoc Pennington2002-09-231-2/+11
* new functionHavoc Pennington2002-09-041-0/+20
* _NET_SUPPORTING_WM_CHECK is supposed to have type WINDOW not CARDINAL.Havoc Pennington2002-08-251-1/+1
* Place cursors on frames, not rootKeith Packard2002-08-231-1/+4