summaryrefslogtreecommitdiff
path: root/src/WMWindow.h
AgeCommit message (Expand)AuthorFilesLines
2009-05-13Remove floor control.Peter Hutterer1-6/+0
2009-05-13Remove overlay.Peter Hutterer1-15/+0
2009-01-16Remove floor control code, the matching bits aren't in MPX anymorePeter Hutterer1-3/+0
2007-03-15o use cairo for buttons and titlebar.Peter Hutterer1-25/+11
2007-03-14o use cairo for minimising, don't take screenshot.Peter Hutterer1-2/+0
2007-01-07o changed back to using XiPeter Hutterer1-8/+7
2006-12-05o changed to use XCB and XCB-MPXPeter Hutterer1-7/+8
2006-10-17o fixed segfault upon client deletion during window resize and window movePeter Hutterer1-1/+2
2006-10-10+ added dock backgroundPeter Hutterer1-1/+2
2006-10-10+ added ICCCM WM_DELETE_WINDOW to let a client destroy a window.Peter Hutterer1-5/+7
2006-10-09+ Support for minimizing windows.Peter Hutterer1-3/+12
2006-10-03o x error handler is installed now, should stop MPWM from exiting when unmapPeter Hutterer1-4/+4
2006-06-21+ per-window floor control with the FloorControl class. Right-click on floorPeter Hutterer1-1/+10
2006-06-16o Changed to using the root window as input window and floor control to limitPeter Hutterer1-1/+6
2006-06-15o Layers are colored in the user's colors now.Peter Hutterer1-1/+2
2006-06-14+ added layers to overlay. Each device has its own layer can can switch itPeter Hutterer1-1/+1
2006-06-14+ rudimentary overlay support.Peter Hutterer1-1/+15
2006-03-12+ added Util class. Designed for utility functions, currently holds thePeter Hutterer1-0/+26
2006-02-22+ added Process class. This class stores all windows that belong to aPeter Hutterer1-0/+12
2006-02-09- removed current resize bar functionality.Peter Hutterer1-2/+13
2006-02-09o Moved configure request handling code to WMWindow. This is the correct placePeter Hutterer1-0/+9
2006-02-08+ Warping the system pointer out of the way now until we find a way toPeter Hutterer1-0/+5
2006-02-06+ Added mouse dragging.Peter Hutterer1-4/+26
2006-02-03Initial checkin.Peter Hutterer1-0/+68