summaryrefslogtreecommitdiff
path: root/src/display.h
Commit message (Expand)AuthorAgeFilesLines
* Another very big commit...multiple_pointer_xPaulo Zanoni2007-08-271-4/+7
* - Fixed a memory leakPaulo Zanoni2007-08-191-4/+5
* Changed all the input handling code:Paulo Zanoni2007-08-171-12/+68
* Initial commit. Added the structures to enable compiling. Added an initialPaulo Zanoni2007-07-041-0/+8
* Preserve stacking order across restarts.Elijah Newren2007-04-161-0/+4
* Advertise support of Above and Below operations (assuming the proposedElijah Newren2007-04-111-0/+2
* Remove grab_start_serial, which we expect to be an ancient attempt toElijah Newren2007-04-091-2/+0
* Add support for _NET_WM_USER_TIME_WINDOW in order to cut down on contextElijah Newren2007-03-311-0/+2
* Fix cases when titlebar is allowed offscreen and shouldn't be (andCarlo Wood2006-10-131-0/+2
* Stick an emacs comment directive at the beginning of all the code files soElijah Newren2006-10-011-0/+2
* Patch from Carlo Wood to ensure that maximized and minimized propertiesElijah Newren2006-10-011-0/+3
* Partial audit to fix timestamp usage. One step towards fixing #355180; seeElijah Newren2006-09-181-3/+6
* Fix issues on 64-bit machines with timestamps by using guint32 (like gtk+Elijah Newren2006-09-131-16/+16
* Allow drags & resizes to be reverted by hitting escape. Based on patchElijah Newren2006-08-211-1/+1
* Delete unused META_PRIORITY_COMPOSITESøren Sandmann2006-05-041-1/+1
* Patch from Andy Morum to fix the build with --disable-xsync. #336605Elijah Newren2006-04-151-2/+2
* Add a tabbing function, bound to alt-f6 by default, to cycle through theThomas Thurman2006-04-151-1/+2
* *** empty log message ***Björn Lindqvist2006-04-131-2/+2
* Patch from Ron Yorston to add a focus_new_windows option. Default isElijah Newren2006-04-121-5/+6
* *** empty log message ***Björn Lindqvist2006-04-101-7/+0
* Track the active_screen, (event_callback): If the mouse enters a window onElijah Newren2006-01-301-0/+1
* Fix unitialized value problem when in raise-on-click mode. Søren,Elijah Newren2006-01-201-2/+2
* Prevent rapidly repeated visual bells from hanging metacity. FixesElijah Newren2006-01-201-4/+5
* Fix accidental overzealous focus holding by the terminal introduced by theElijah Newren2006-01-151-0/+8
* Whoops, I forgot to keep my copyright info updated with my previousElijah Newren2006-01-101-1/+1
* Add a raise on click option, basically only because all the major distrosElijah Newren2006-01-101-0/+5
* Fix window outline for minimized windows when using alt-esc. #325092.Elijah Newren2006-01-101-0/+6
* Make the workspace switcher work with dual-head (non-xinerama) setups.Elijah Newren2005-12-281-5/+4
* Oops, I only meant to commit the changes to rationales.txt in the last commitElijah Newren2005-12-221-4/+5
* Add xinerama and multi-head tracker bugsElijah Newren2005-12-221-5/+4
* Merge of all the changes on the constraints_experiments branch. This isElijah Newren2005-11-191-19/+9
* Add my copyright notice to a number of files on which it should alreadyElijah Newren2005-10-081-0/+1
* Truncate ridiculously long titles to avoid crashing or letting the pagerElijah Newren2005-10-031-0/+2
* React to cursor theme changes: (#308106)Matthias Clasen2005-07-111-0/+3
* Actually commit the stuff mentioned in the last ChangeLog entry.Ray Strode2005-05-261-0/+2
* Handle keynav vs. mousenav in mouse and sloppy focus modes. Fixes #167545.Elijah Newren2005-02-221-0/+5
* Big patch to cover about 6 different issues in order to correct rareElijah Newren2005-02-201-8/+23
* Set a _METACITY_VERSION property (a utf8 string) on the WM check window.Elijah Newren2005-02-071-0/+1
* Restore original stacking when aborting an alt-esc window switchElijah Newren2005-01-241-0/+1
* Remove the hack from bug 128200; it isn't needed anymore with the fix fromElijah Newren2005-01-101-4/+0
* Wrap XSetInputFocus, making display->expected_focus_window a little moreElijah Newren2004-12-231-1/+38
* Fix a variety of issues with autoraise (#134206)Elijah Newren2004-10-041-0/+7
* Fix a variety of focus race conditions in all focus modes, or at leastElijah Newren2004-10-041-1/+2
* Focus correct window after minimizing via the tasklist (fixes #128200; seeElijah Newren2004-09-151-0/+4
* move the have_xrender variable initialization up in the file since it canHavoc Pennington2004-08-271-4/+20
* Make dialogs that Metacity shows follow focus-stealing-preventionElijah Newren2004-08-261-0/+1
* track the last_xor_rect separately from the current window size, and thenHavoc Pennington2004-08-191-0/+1
* Fix some support for EWMH hints, and fix USER_TIME support to include theRob Adams2004-07-311-0/+5
* Add support for _NET_WM_USER_TIMEElijah Newren2004-06-241-0/+1
* Fix bug 143333, support for update counter spec, and 109362, scheduleSoeren Sandmann2004-06-191-4/+5