summaryrefslogtreecommitdiff
path: root/src/display.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the hack from bug 128200; it isn't needed anymore with the fix fromElijah Newren2005-01-101-1/+0
* Don't focus the panel on click. Fixes #160470 (and 100470 and removes theElijah Newren2005-01-091-13/+13
* Allow users to move the window around immediately after double-clicking toElijah Newren2004-12-281-1/+2
* Spew warning if CurrentTime is passed to the function, but don't exitElijah Newren2004-12-281-2/+18
* Wrap XSetInputFocus, making display->expected_focus_window a little moreElijah Newren2004-12-231-5/+39
* Rename meta_window_visible_on_workspace toElijah Newren2004-12-231-1/+1
* Partially resolve the conflicting requirements of windows on multipleElijah Newren2004-12-221-2/+1
* Focus the desktop when showing it. Fixes #159257.Elijah Newren2004-12-201-1/+1
* Fix the alt-tab order--if the most recently used window is not focused,Elijah Newren2004-10-251-12/+24
* Fix middle-frame-click-to-lower focus inconsistency (#154601)Elijah Newren2004-10-081-1/+1
* Alter the meaning of expected_focus_window; doesn't affect currentElijah Newren2004-10-081-0/+1
* if the root window gets focused, set the focus to the default window; thisElijah Newren2004-10-041-4/+12
* Fix a variety of issues with autoraise (#134206)Elijah Newren2004-10-041-29/+55
* Ooops, forgot to update the patch to account for change in bug 152000Elijah Newren2004-10-041-1/+5
* When no window becomes focused, focus the default window instead ofElijah Newren2004-10-041-21/+3
* Fix a variety of focus race conditions in all focus modes, or at leastElijah Newren2004-10-041-2/+31
* Fix some uninitialized variable errors reported by valgrind (see #153338)Elijah Newren2004-09-221-0/+3
* Remove some redundant code regarding focusing the default window (#152117)Elijah Newren2004-09-161-9/+1
* Fix unwanted loss of focus to the mouse window when using keynav (fixesElijah Newren2004-09-151-0/+2
* Focus correct window after minimizing via the tasklist (fixes #128200; seeElijah Newren2004-09-151-0/+1
* move the have_xrender variable initialization up in the file since it canHavoc Pennington2004-08-271-0/+38
* Make dialogs that Metacity shows follow focus-stealing-preventionElijah Newren2004-08-261-3/+5
* Move wireframe code before grab is released to prevent endless loops withSoeren Sandmann2004-08-201-15/+15
* track the last_xor_rect separately from the current window size, and thenHavoc Pennington2004-08-191-6/+9
* activating the current workspace should be a no-op. This prevents a raceElijah Newren2004-08-081-2/+7
* Focusing a window upon unshowing the desktop in various ways (panel appletElijah Newren2004-08-071-1/+4
* 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