summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make sure the "Close" button has the focus, not the table. (#172703)Dan Winship2005-04-081-1/+4
* Patch from Aidan Delaney to make sure that icons in the alt-tab popup areElijah Newren2005-02-281-1/+1
* Prevent the visual bell from changing the focus window. Fixes #123366.Elijah Newren2005-02-252-3/+8
* Fix crash that occurs when stupid apps claim that a window is its ownElijah Newren2005-02-231-1/+1
* Handle keynav vs. mousenav in mouse and sloppy focus modes. Fixes #167545.Elijah Newren2005-02-225-14/+76
* Handle _NET_CURRENT_DESKTOP messages that come with timestamps. Fixes theElijah Newren2005-02-201-4/+11
* when receiving a _NET_ACTIVE_WINDOW message, switch to the desktop whereElijah Newren2005-02-201-12/+21
* Ignore all focus and focus-stealing-prevention code in meta_window_showElijah Newren2005-02-201-1/+2
* Fix an obscure xinerama placement bug with windows that are too large toElijah Newren2005-02-201-1/+1
* 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-205-44/+179
* trivial fix to a log message: change %d to %lu (see debugging log from bugElijah Newren2005-02-161-1/+1
* Raise the ancestor of a window instead of the window itself. FixesElijah Newren2005-02-121-2/+33
* Don't unconditionally place splashscreens (and other not-to-befocusedElijah Newren2005-02-121-82/+124
* Avoid new windows being obscured by the focus window (and thus possiblyElijah Newren2005-02-113-1/+139
* Removed useless function call. #166730Aidan Delaney2005-02-091-3/+0
* Avoid using CurrentTime when focusing, handle it better in case we missElijah Newren2005-02-092-2/+5
* If we're not passed a timestamp, make sure to manually get one. FixesElijah Newren2005-02-091-2/+4
* Set a _METACITY_VERSION property (a utf8 string) on the WM check window.Elijah Newren2005-02-072-1/+9
* Ignore xconfigurerequest events for stacking when it should be safe to doElijah Newren2005-02-061-11/+37
* If activation requests are too old, set the demands_attention hint insteadElijah Newren2005-02-061-0/+14
* Add period to the end of reduced_resources' description. Fixes #165780.Dave Ahlswede2005-02-051-1/+1
* Make sure window->border_only is initialized so we don't get randomElijah Newren2005-02-051-0/+1
* Focus parents of dismissed transient windows in preference to the windowElijah Newren2005-02-021-13/+51
* Try 2 to correct misleading and inaccurate wording. Hopefully, reallyElijah Newren2005-01-311-1/+1
* Correct the stacking when return from fullscreen mode. Fixes #165718.Elijah Newren2005-01-311-2/+2
* src/themes/Atlanta/metacity-theme-1.xml:Muktha2005-01-313-7/+17
* Patch from RHEL-3 (Havoc doesn't remember how it got there) that HavocElijah Newren2005-01-281-3/+18
* make this dialog be sticky. Fixes #164745.Elijah Newren2005-01-281-0/+2
* Change wording of menu to "Always on Current Workspace" from "Put on AllElijah Newren2005-01-282-5/+2
* Take into account the appropriate list of windows when placing a new one.Elijah Newren2005-01-283-8/+10
* Plug a pair of leaks. Fixes #165378Elijah Newren2005-01-271-0/+4
* Treat splashscreens same as other windows for stacking. Fixes #165243.Elijah Newren2005-01-272-8/+3
* shaded windows should not show up in pagers. Fixes #165377.Elijah Newren2005-01-271-1/+1
* Stick and unstick transients with their parent automatically. FixesElijah Newren2005-01-261-4/+38
* Patch from John Paul Wallington to keep tooltip on screen horizontally forElijah Newren2005-01-261-9/+10
* Don't wireframe when accessibility is on, it apparently causes a desktopArvind Samptur2005-01-264-3/+62
* ignore sticky windows for non-active workspaces. Fixes #165259.Elijah Newren2005-01-261-1/+6
* set the window state hints _after_ applying session information. FixesElijah Newren2005-01-261-6/+6
* New 48x48 default icon as specified in bug #160660Benjamin Kahn2005-01-251-0/+0
* Patch from Stephane LOEUILLET in bug #151850.Elijah Newren2005-01-251-0/+1
* Get gconf to load the terminal dir so that we get the notifications whenBalamurali Viswanathan2005-01-251-0/+5
* Refuse to focus a window with a modal transient, and focus the transientElijah Newren2005-01-251-0/+53
* 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-245-4/+153
* Patch from John Paul Wallington to fix #163420.Elijah Newren2005-01-241-2/+2
* use pixbuf, not dimmed_pixbuf (which isn't defined yet). Fixes crash fromElijah Newren2005-01-211-1/+1
* Show labels in bold for windows that demand attention. Fixes #164590.Vincent Noel2005-01-203-8/+21
* In the tab task switcher popup, dim the window icon and put its nameVincent Noel2005-01-183-13/+80
* Correct highlighting of windows in workspace switcher popup. Fixesspiffiffity-branchpointSPIFFIFITY_BRANCHPOINTElijah Newren2005-01-111-1/+2