summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Whoops, I forgot to keep my copyright info updated with my previousElijah Newren2006-01-1017-14/+17
* Add a raise on click option, basically only because all the major distrosElijah Newren2006-01-108-25/+154
* Don't "steal" focus from terminal windows for new window mappings as theElijah Newren2006-01-103-0/+68
* More thorough handling of source indication. Part of #326041.Elijah Newren2006-01-102-26/+59
* Make the taskbar less flash happy and fix up some related stacking issues.Elijah Newren2006-01-102-14/+55
* Fix window outline for minimized windows when using alt-esc. #325092.Elijah Newren2006-01-104-8/+27
* Fix reduced resources resize handling for windows with sizing or resizingElijah Newren2006-01-101-6/+13
* Be more strict about what is considered a valid region with partialElijah Newren2006-01-103-27/+70
* Use the right function to remove the timeout so that we don't crash ifElijah Newren2006-01-101-1/+1
* Remove the "pull-away" edge resistance. Fixes another of the zillions ofElijah Newren2006-01-101-3/+3
* Revert to the old edge resistance behavior for keyboard movement/resizingElijah Newren2006-01-101-81/+3
* Remove the timeout resistance at screen/xinerama edges for the whiners.Elijah Newren2006-01-101-2/+2
* Make extra timeout edge resistance apply even if one edge alreadyElijah Newren2006-01-101-4/+2
* Allow edge resistance at both sides of a window and also when edges don'tElijah Newren2006-01-103-86/+113
* Plug a few leaks. Fixes #309178.Elijah Newren2006-01-101-2/+10
* Patch from Björn Lindqvist to fix a logic error. #322149.Elijah Newren2006-01-021-5/+2
* Patch from Jens Granseuer to fix build with gcc 2.95. #322622.Elijah Newren2006-01-025-78/+91
* Make the workspace switcher work with dual-head (non-xinerama) setups.Elijah Newren2005-12-287-22/+56
* since the title is going to be treated as markup, escape it. FixesElijah Newren2005-12-271-2/+2
* Oops, I only meant to commit the changes to rationales.txt in the last commitElijah Newren2005-12-227-56/+22
* Add xinerama and multi-head tracker bugsElijah Newren2005-12-227-22/+56
* compile with compositor enabledKang Jeong-Hee2005-12-142-11/+11
* make the debugging message actually correspond to the code. Patch fromElijah Newren2005-12-121-1/+1
* Make the wireframe a bit slimmerKjartan Maraas2005-11-291-1/+1
* display hostname in titlebar for remote X clients. Closes bug #322202.Davyd Madeley2005-11-231-30/+53
* Don't allow removing a window from maximized or fullscreened state toElijah Newren2005-11-222-14/+12
* Relax the partially onscreen constraint to allow the titlebar to touch theElijah Newren2005-11-221-4/+13
* When updating the xinerama due to placement, update which maximal/spanningElijah Newren2005-11-211-0/+5
* compute the frame geometry due to maximization only after actuallyElijah Newren2005-11-211-4/+4
* Use GPOINTER_TO_INT() macro instead of cast to allow compilation on 64-bitDavyd Madeley2005-11-211-1/+1
* differentiate between movement towards an edge and movement away from one.Elijah Newren2005-11-201-12/+36
* Merge of all the changes on the constraints_experiments branch. This isElijah Newren2005-11-1932-2701/+6926
* Changed the 'minimized' field of the MetaTabEntry struct to 'hidden'.Aidan Delaney2005-11-123-5/+5
* Merge fix for bug #320050 from stable.Kjartan Maraas2005-10-291-1/+2
* add handling for META_PREF_CURSOR_THEME and META_PREF_CURSOR_SIZE for morePhilip O'Brien2005-10-251-0/+6
* Fix edge snapping for multi-screen (non-xinerama) setups. #319425Elijah Newren2005-10-231-5/+7
* Make the unfocussed Simple window border visible with high contrastMuktha2005-10-131-5/+35
* Fix a crash that occurs when removing some virtual desktops and windowsElijah Newren2005-10-081-1/+1
* Add my copyright notice to a number of files on which it should alreadyElijah Newren2005-10-0822-0/+22
* clarify the meaning of the auto_raise preference. Fixes one of the issuesElijah Newren2005-10-031-0/+10
* Patch from Ross Cohen to make alt-esc consistent with alt-tab by leavingElijah Newren2005-10-031-1/+4
* Patch from Ross Cohen to make alt-esc (show windows instantly) actuallyElijah Newren2005-10-033-1/+39
* A combination of a couple memory leaks fixes, from Kjartan, Soeren, and I.GNOME_2_12_BRANCHPOINTElijah Newren2005-10-033-5/+5
* Patch from Björn Lindqvist fix the workspace switcher tabpopup to displayElijah Newren2005-10-032-22/+37
* Patch from Björn Lindqvist to have ancestors come along with theElijah Newren2005-10-031-0/+2
* Truncate ridiculously long titles to avoid crashing or letting the pagerElijah Newren2005-10-038-40/+71
* Get the tabbing window outline to work with gtk+ 2.8.4 again. FixesElijah Newren2005-10-031-1/+4
* Moved the call to meta_screen_get_natural_xinerama_list to earlier inBrent Smith2005-09-021-4/+4
* Avoid obscuring centered-on-desktop windows which are denied focus. FixesElijah Newren2005-08-131-1/+1
* Patch from Brent Smith to fix a duplicate string. Fixes #309774.Elijah Newren2005-08-081-6/+6