summaryrefslogtreecommitdiff
path: root/src/display.c
Commit message (Expand)AuthorAgeFilesLines
* React to cursor theme changes: (#308106)Matthias Clasen2005-07-111-1/+43
* Actually commit the stuff mentioned in the last ChangeLog entry.Ray Strode2005-05-261-18/+3
* Prevent the visual bell from changing the focus window. Fixes #123366.Elijah Newren2005-02-251-3/+4
* Handle keynav vs. mousenav in mouse and sloppy focus modes. Fixes #167545.Elijah Newren2005-02-221-9/+28
* Handle _NET_CURRENT_DESKTOP messages that come with timestamps. Fixes theElijah Newren2005-02-201-4/+11
* Patch from Joe Marcus Clarke to fix a possible crash on logout. #167935.Elijah Newren2005-02-201-0/+1
* Big patch to cover about 6 different issues in order to correct rareElijah Newren2005-02-201-25/+111
* trivial fix to a log message: change %d to %lu (see debugging log from bugElijah Newren2005-02-161-1/+1
* Avoid using CurrentTime when focusing, handle it better in case we missElijah Newren2005-02-091-0/+2
* Set a _METACITY_VERSION property (a utf8 string) on the WM check window.Elijah Newren2005-02-071-1/+8
* Don't wireframe when accessibility is on, it apparently causes a desktopArvind Samptur2005-01-261-1/+1
* don't forget to initialize display->grab_old_window_stacking. Thanks toElijah Newren2005-01-241-0/+1
* Restore original stacking when aborting an alt-esc window switchElijah Newren2005-01-241-4/+39
* 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