summaryrefslogtreecommitdiff
path: root/src/display.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* if in the title rect check for y <= TOP_RESIZE_HEIGHTMETACITY_REDHAT_2_4_0_92Havoc Pennington2002-08-201-4/+8
* leave has_fullscreen_func set to TRUE if the window is screen sized andMETACITY_REDHAT_2_4_0_91Havoc Pennington2002-08-151-0/+2
* In XGrabPointer, set the confine_to argument to the root window of theJayaraj Rajappan2002-08-141-2/+4
* window is in fullscreen layer if any member of its group is fullscreenHavoc Pennington2002-08-121-20/+4
* track time to avoid sending a deluge of move/resize requests, suggestionHavoc Pennington2002-08-101-0/+3
* Patch to provide extra cues to the user when using window menu move andCraig Black2002-08-091-32/+91
* focus top window after showing desktop, fixes #88080.Craig Black2002-08-081-0/+10
* clear expected focus window on openCraig Black2002-08-081-0/+1