summaryrefslogtreecommitdiff
path: root/src/display.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some bugs (reported in #120100) regarding the focus window when usingElijah Newren2004-08-021-1/+4
* Fix some support for EWMH hints, and fix USER_TIME support to include theRob Adams2004-07-311-3/+122
* Add support for _NET_WM_USER_TIMEElijah Newren2004-06-241-1/+13
* Fix bug 143333, support for update counter spec, and 109362, scheduleSoeren Sandmann2004-06-191-24/+51
* Fix unwanted mouse grab op on rapid click-and-releaseElijah Newren2004-04-161-6/+6
* Add my copyright notice to a number of files on which it should alreadyRob Adams2004-02-231-0/+1
* Add _NET_FRAME_EXTENTS and _NET_REQUEST_FRAME_EXTENTS.Thomas Fitzsimmons2004-01-101-2/+84
* Maintain the button grab for sloppy and mouse focus all the time. ThisRob Adams2004-01-051-1/+4
* handle ReparentNotify, and add a lot of debug output.Havoc Pennington2003-12-261-1/+11
* change to track all children of the root window, not only mapped children;Havoc Pennington2003-12-261-41/+7
* initialize grab_wireframe_active to FALSE. Fix for #128090.Rob Adams2003-12-171-0/+1
* Revert prior changeRob Adams2003-12-131-17/+5
* Add increased robustness for dealing with all workspaces windows and MRURob Adams2003-12-131-5/+17
* fix up compositing manager to somewhat workHavoc Pennington2003-11-301-19/+41
* Oops, did not mean to do that.Havoc Pennington2003-11-241-15/+1
* fix the extension checksHavoc Pennington2003-11-241-1/+15
* add an event_serial argument and use it when the pointer is alreadyHavoc Pennington2003-11-241-1/+7
* Apply patch from Gregory Merchan to avoid using CurrentTime when settingHavoc Pennington2003-11-241-24/+57
* move xcompmgr code in here (minus drop shadows), untested since Keith'sHavoc Pennington2003-11-231-0/+7
* new functionHavoc Pennington2003-11-211-0/+31
* Create COMPLIANCE document describing metacity specification compliance.Rob Adams2003-11-171-1/+5
* In the "prefs cause code complexity" department, here's a "sloppy focusHavoc Pennington2003-10-131-16/+64
* Merge reduced_resources mode patch from the branch. Offers wireframe andHavoc Pennington2003-10-121-8/+61
* initialize display->grab_have_pointer to FALSE, previously I think youHavoc Pennington2003-10-111-0/+2
* add the moveresize idle at META_PRIORITY_RESIZE so it runs before GTK doesHavoc Pennington2003-09-301-1/+0
* when focus on root window becomes None, set it to something other thanHavoc Pennington2003-09-271-3/+21
* fix cursor for META_GRAB_OP_MOVING, #111943Havoc Pennington2003-08-161-0/+1
* Changed MRU list to be per workspace instead of per display, so stickyRay Strode2003-08-151-24/+13
* 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