summaryrefslogtreecommitdiff
path: root/src/edge-resistance.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid some crashes when dragging windows partially offscreen. Possible (orElijah Newren2007-04-031-0/+11
* Patch from Carlo Wood to fix handling of unidirectional maximization andElijah Newren2007-04-031-2/+2
* Ignore edge resistance for size-increment windows when resizing with theElijah Newren2006-10-021-44/+72
* Stick an emacs comment directive at the beginning of all the code files soElijah Newren2006-10-011-0/+2
* Add a constrain_titlebar_visible constraint; should fix both bug 333328Elijah Newren2006-08-071-19/+0
* Add debugging information for edge resistanceElijah Newren2006-03-171-5/+41
* Patch from Søren to fix some reading-from-free'd-data errors. #327575Elijah Newren2006-01-201-1/+18
* Whoops, I forgot to keep my copyright info updated with my previousElijah 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-101-61/+33
* Patch from Jens Granseuer to fix build with gcc 2.95. #322622.Elijah Newren2006-01-021-7/+13
* 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-191-0/+1278