summaryrefslogtreecommitdiff
path: root/src/Manager.h
AgeCommit message (Expand)AuthorFilesLines
2009-05-13Manager: handle hierarchy events instead of presence events.Peter Hutterer1-1/+1
2009-05-13rebase to xi2Peter Hutterer1-7/+10
2008-02-26Remove rescan pairing, the XGetPairedPointer() doesn't existin anymore.Peter Hutterer1-1/+0
2007-05-07Remove deprecated Magick++ includes.Peter Hutterer1-1/+0
2007-03-22+ scan the pairings when new devices are connected, remember pairing inPeter Hutterer1-0/+1
2007-03-20- remove Util classPeter Hutterer1-1/+0
2007-03-20o Make dock buttons listen to device button presses.Peter Hutterer1-0/+1
2007-03-16o expand dock as new keyboards are plugged in.Peter Hutterer1-0/+1
2007-03-15+ add keyboard images for each connected keyboard to the dock. CurrentlyPeter Hutterer1-0/+2
2007-03-15o use cairo for buttons and titlebar.Peter Hutterer1-1/+1
2007-03-14o use new access control for floor control, remove traces of MPGXlib.Peter Hutterer1-1/+1
2007-01-07o changed back to using XiPeter Hutterer1-20/+15
2006-12-05o changed to use XCB and XCB-MPXPeter Hutterer1-15/+20
2006-10-18o fixed bug with overlapping annotations. A window raise causes the windowPeter Hutterer1-1/+2
2006-10-17o fixed segfault upon client deletion during window resize and window movePeter Hutterer1-1/+3
2006-10-10+ added ICCCM WM_DELETE_WINDOW to let a client destroy a window.Peter Hutterer1-1/+5
2006-10-09+ Support for minimizing windows.Peter Hutterer1-1/+3
2006-10-04+ added a Dock with a few applications (firefox, abiword, terminal, etc.)Peter Hutterer1-1/+3
2006-10-03o x error handler is installed now, should stop MPWM from exiting when unmapPeter Hutterer1-6/+4
2006-08-11+ added Manager::isWMDecoration()Peter Hutterer1-1/+2
2006-06-21+ per-window floor control with the FloorControl class. Right-click on floorPeter Hutterer1-2/+3
2006-06-16o Changed to using the root window as input window and floor control to limitPeter Hutterer1-0/+4
2006-06-15o Layers are colored in the user's colors now.Peter Hutterer1-1/+1
2006-03-12+ added Util class. Designed for utility functions, currently holds thePeter Hutterer1-0/+1
2006-02-22+ added Process class. This class stores all windows that belong to aPeter Hutterer1-0/+1
2006-02-21+ added background window colorPeter Hutterer1-0/+4
2006-02-16o The XKillClient call in the destroy() function was wrong, we only want toPeter Hutterer1-1/+4
2006-02-06+ Added mouse dragging.Peter Hutterer1-1/+8
2006-02-03Initial checkin.Peter Hutterer1-0/+66