summaryrefslogtreecommitdiff
path: root/src/placement.c
Commit message (Expand)AuthorAgeFilesLines
* CleanupOlivier Fourdan2007-05-091-1/+1
* Fix mouse placementOlivier Fourdan2007-04-191-2/+8
* Improve placement modeOlivier Fourdan2007-04-181-3/+11
* Add an option to open new windows under the mouse (Bug #3155)Olivier Fourdan2007-04-171-1/+18
* Auto-maximize regular windows only.Olivier Fourdan2006-12-061-1/+4
* Be more permissive with resizes towards struts (Bug #2597, bis), optimize sha...Olivier Fourdan2006-11-211-30/+30
* Fix off-by-one causing windows to be moved wrongly via keyboard (patch from D...Olivier Fourdan2006-11-201-1/+1
* Use X server time to restore focus when sent to the root window (bug #2472), ...Olivier Fourdan2006-11-041-53/+53
* Set focus flag on windows initially mapped on other desktopsOlivier Fourdan2006-09-111-45/+45
* Change to maintain and use our own copy of the screen size, code cleanup.Olivier Fourdan2006-06-251-12/+12
* Code cleanup.Olivier Fourdan2006-05-151-16/+24
* Add host name on windows running on remote hosts (ala metacity), prevent wind...Olivier Fourdan2006-04-191-16/+17
* Update copyright date and add propertiesOlivier Fourdan2006-02-181-1/+1
* Redo differently.Olivier Fourdan2006-01-021-7/+12
* Fix fullscreen for legacy appsOlivier Fourdan2006-01-021-1/+6
* Prevent shaded window from disapearing if the title is off screen, and set th...Olivier Fourdan2005-11-111-19/+21
* Try to keep windows on screen even if they resize themselvesOlivier Fourdan2005-10-131-24/+25
* Update datesOlivier Fourdan2005-06-201-1/+1
* Remove spurious tracesOlivier Fourdan2005-06-201-1/+0
* Add trace for temporary debuging purposeOlivier Fourdan2005-06-191-16/+26
* Fix compilation warnings reported by Edscott.Olivier Fourdan2005-06-181-5/+0
* Auto-maximize improvement,Olivier Fourdan2005-06-141-49/+47
* Add new option "show_frame_shadow" to enable/disable frame shadows.Olivier Fourdan2005-06-111-7/+3
* Add a new option, placement_ratio, that instructs the window manager to place...Olivier Fourdan2005-06-101-44/+101
* Implement a simpler and faster placement, somehow better from a user point of...Olivier Fourdan2005-06-091-66/+46
* Code cleanupOlivier Fourdan2005-05-021-3/+2
* Apply "restore on move" patch from Ori Bernstein <rand_chars@rogers.com> (Tha...Olivier Fourdan2005-03-261-17/+45
* Prevent frameless windows to be moved offscreen toward the top.Olivier Fourdan2005-03-041-2/+4
* *** empty log message ***Olivier Fourdan2005-02-191-1/+1
* Much better implementation of previous change.Olivier Fourdan2005-02-191-14/+16
* Auto maximize windows larger that screen size.Olivier Fourdan2005-02-191-1/+33
* Fix #568 (the placement part)Olivier Fourdan2004-12-061-18/+23
* Fix initial placement issue reported on the ML by BrianOlivier Fourdan2004-10-201-14/+32
* Replace gdk_screen_get_monitor_at_point () with our own implementation.Olivier Fourdan2004-10-171-3/+3
* Reorg internal flags,Olivier Fourdan2004-08-281-5/+11
* Add CVS Id, like Jasper does with the panel.Olivier Fourdan2004-08-221-1/+2
* Add key-icon.h so that make dist actually works,Olivier Fourdan2004-06-221-2/+4
* 1) compute bottom and right sides first, then adjust on top and left to keep ...Olivier Fourdan2004-06-211-39/+39
* Change internals,Olivier Fourdan2004-06-171-7/+7
* Add multiscreen support.Olivier Fourdan2004-06-151-42/+48
* Change internals to prepare multi-screen (not quite there yet)Olivier Fourdan2004-06-041-34/+34
* - Change gtktoxevent API to be GdkScreen and therefore multiscreen compliantOlivier Fourdan2004-05-301-87/+87
* Fix some compiler warnings and get rid of a bunch of deprecated callsOlivier Fourdan2004-05-141-55/+103
* Fix size computation in XineramaOlivier Fourdan2004-05-141-2/+2
* Get rid of out own Xinerama impl. and use GdkScreen routines instead (that fi...Olivier Fourdan2004-05-131-252/+263
* Prevent moving windows under top strutsOlivier Fourdan2004-05-121-0/+5
* Change the initial placement computation based on partial struts to make it s...Olivier Fourdan2004-05-121-27/+30
* Add support for standard NET_SHOWING_DESKTOP.Olivier Fourdan2004-05-111-50/+28
* Remove draft fn nameOlivier Fourdan2004-05-101-1/+0
* Deal with partial struts when placing windowsOlivier Fourdan2004-05-101-208/+264