summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the hack from bug 128200; it isn't needed anymore with the fix fromElijah Newren2005-01-103-32/+1
* Don't focus the panel on click. Fixes #160470 (and 100470 and removes theElijah Newren2005-01-091-13/+13
* Make sure the save session dialog appears focused. Fixes #162983.Elijah Newren2005-01-071-1/+22
* Restore the wireframe rectangle co-ordinates to saved window co-ordinates.Leena Gunda2005-01-061-0/+5
* Install schema data from builddir not srcdir.Thomas Fitzsimmons2005-01-031-1/+1
* Allow users to move the window around immediately after double-clicking toElijah Newren2004-12-281-1/+2
* Focus windows that manually position themselves too (fixes #107347).Elijah Newren2004-12-282-1/+11
* Spew warning if CurrentTime is passed to the function, but don't exitElijah Newren2004-12-281-2/+18
* Don't show menu if all options are invalid (fixes #148915)Elijah Newren2004-12-241-0/+6
* Fix error in distinguishing < vs. <= introduced by the patch in #154598,Elijah Newren2004-12-241-8/+8
* Thanks to mild7@users.sourceforge.net for this fix.Elijah Newren2004-12-241-1/+1
* Wrap XSetInputFocus, making display->expected_focus_window a little moreElijah Newren2004-12-233-30/+87
* Rename meta_window_visible_on_workspace toElijah Newren2004-12-236-12/+11
* Partially resolve the conflicting requirements of windows on multipleElijah Newren2004-12-227-152/+56
* Thanks to Baptiste Mille-Mathias for this fix.Elijah Newren2004-12-201-1/+1
* When snap-moving, don't snap to transients of minimized windows since theyElijah Newren2004-12-203-9/+8
* Focus the desktop when showing it. Fixes #159257.Elijah Newren2004-12-204-4/+27
* Remove deprecated capplet from GNOME 2.0Alex Duggan2004-12-135-403/+3
* Use a better default application icon. Fixes bug #160373Benjamin Kahn2004-12-061-0/+0
* remove intltool stuff on distclean.James Henstridge2004-11-102-1/+18
* gnome-panel-screenshot was renamed to gnome-screenshotVincent Untz2004-11-061-2/+2
* Don't lower newly mapped windows when they're denied focus, if they areElijah Newren2004-10-252-28/+35
* Fix the alt-tab order--if the most recently used window is not focused,Elijah Newren2004-10-251-12/+24
* Update _NET_WM_STATE_HIDDEN so the pager on the panel will know whether toElijah Newren2004-10-222-33/+68
* Patch from Soeren to fix the modifier key breakage introduced by an XorgElijah Newren2004-10-201-14/+38
* Don't try to use an ARGB visual at all if the depth isn't 32-bit. ThisAnders Carlsson2004-10-191-59/+4
* Make the "showing desktop" mode be per-workspace instead of per-screen.Elijah Newren2004-10-176-36/+46
* Fix from Rob to correct requested number of keycodes (#155247)Elijah Newren2004-10-151-1/+1
* Code cleanupElijah Newren2004-10-131-68/+0
* Add a keybinding to launch a terminalVincent Untz2004-10-134-11/+182
* Fix middle-frame-click-to-lower focus inconsistency (#154601)Elijah Newren2004-10-082-7/+7
* Alter the meaning of expected_focus_window; doesn't affect currentElijah Newren2004-10-082-3/+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-044-37/+77
* 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-0410-62/+110
* Focus the default window after the user dismisses the workspace switcherElijah Newren2004-09-221-5/+12
* Fix some uninitialized variable errors reported by valgrind (see #153338)Elijah Newren2004-09-222-0/+6