summaryrefslogtreecommitdiff
path: root/src/poswin.c
Commit message (Expand)AuthorAgeFilesLines
* Make the position window a widgetOlivier Fourdan2011-12-191-19/+46
* Update copyright year.Olivier Fourdan2011-01-051-1/+1
* Mass update: Update (c) yearOlivier Fourdan2010-12-161-1/+1
* * src/*.c, src/*.h: Update year.Olivier Fourdan2009-01-181-1/+1
* Update FSF addressOlivier Fourdan2008-05-311-2/+4
* Rework a bit the code for hilight and frame drawingOlivier Fourdan2007-06-121-1/+1
* CleanupOlivier Fourdan2007-05-091-1/+1
* Set focus flag on windows initially mapped on other desktopsOlivier Fourdan2006-09-111-12/+12
* Some cleanup in headers vs. functions used.Olivier Fourdan2006-05-061-1/+0
* Update copyright date and add propertiesOlivier Fourdan2006-02-181-1/+1
* Seems that the popup displaying window size and/or position is confusing the ...Olivier Fourdan2006-02-171-1/+1
* Update datesOlivier Fourdan2005-06-201-1/+1
* Add CVS Id, like Jasper does with the panel.Olivier Fourdan2004-08-221-1/+2
* Fix base width/height not being initialized with zero value.Olivier Fourdan2004-07-051-2/+12
* Add multiscreen support.Olivier Fourdan2004-06-151-1/+0
* Put back signals for int, hup, usr1 and term,Olivier Fourdan2004-06-051-1/+2
* Change internals to prepare multi-screen (not quite there yet)Olivier Fourdan2004-06-041-3/+3
* - Change gtktoxevent API to be GdkScreen and therefore multiscreen compliantOlivier Fourdan2004-05-301-15/+15
* Fix some compiler warnings and get rid of a bunch of deprecated callsOlivier Fourdan2004-05-141-2/+1
* Get rid of out own Xinerama impl. and use GdkScreen routines instead (that fi...Olivier Fourdan2004-05-131-15/+16
* Display actual size instead of win sizeOlivier Fourdan2004-05-051-7/+5
* Add preliminary support to net_wm_user_time to avoid focus stealing, I don't ...Olivier Fourdan2004-05-021-2/+0
* Show only the size of windows, not position, only during resize, only for win...Olivier Fourdan2004-04-221-0/+4
* Display postion/size during move ops too.Olivier Fourdan2004-04-211-8/+19
* Add window size/position during resize (based on a patch submitted by Joshua ...Olivier Fourdan2004-04-201-0/+112