summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-03-14o use new access control for floor control, remove traces of MPGXlib.Peter Hutterer9-73/+132
2007-01-07o changed back to using XiPeter Hutterer21-320/+276
2006-12-05o changed to use XCB and XCB-MPXPeter Hutterer21-259/+308
2006-10-25o bugfix in handleMapRequest. Failed to check for NULL values.Peter Hutterer5-22/+22
2006-10-24o fixed permissions with installed images (changed Makefile)Peter Hutterer1-1/+2
2006-10-24+ added install target to makefilePeter Hutterer3-7/+13
2006-10-18o fixed bug with overlapping annotations. A window raise causes the windowPeter Hutterer2-11/+31
2006-10-17o fixed segfault upon client deletion during window resize and window movePeter Hutterer7-19/+55
2006-10-10+ added dock backgroundPeter Hutterer8-18/+86
2006-10-10+ added ICCCM WM_DELETE_WINDOW to let a client destroy a window.Peter Hutterer7-64/+107
2006-10-09+ Support for minimizing windows.Peter Hutterer19-87/+378
2006-10-05+ added IMAGEPATH define to config.Peter Hutterer3-15/+23
2006-10-04+ added a Dock with a few applications (firefox, abiword, terminal, etc.)Peter Hutterer10-17/+266
2006-10-03o x error handler is installed now, should stop MPWM from exiting when unmapPeter Hutterer16-408/+349
2006-08-11+ added Manager::isWMDecoration()Peter Hutterer3-8/+25
2006-07-05o Bugfix in overlay. Devices have to go into PERM list instead of DENY list.Peter Hutterer1-3/+3
2006-07-03o Version tag in control file is autofilled by createpackage.shPeter Hutterer1-3/+3
2006-06-29o memory leak fix in WMWindow. FloorControl object did not get deleted.Peter Hutterer2-5/+32
2006-06-23o Altered makefile. Appname is now mpwm instead of mpgwm. Uses libmpx insteadPeter Hutterer1-3/+3
2006-06-23o Moved floor control code to use MPGXlib-0-5.Peter Hutterer4-10/+9
2006-06-21+ per-window floor control with the FloorControl class. Right-click on floorPeter Hutterer9-19/+419
2006-06-16o Changed to using the root window as input window and floor control to limitPeter Hutterer21-42/+138
2006-06-15o Layers are colored in the user's colors now.Peter Hutterer9-16/+76
2006-06-14+ added layers to overlay. Each device has its own layer can can switch itPeter Hutterer5-59/+125
2006-06-14+ rudimentary overlay support.Peter Hutterer9-17/+343
2006-06-13+ added boundary checks for window sizes, could cause BadValues.Peter Hutterer2-1/+20
2006-03-12+ added Util class. Designed for utility functions, currently holds thePeter Hutterer11-60/+420
2006-02-22+ added Process class. This class stores all windows that belong to aPeter Hutterer7-9/+257
2006-02-21+ added background window colorPeter Hutterer6-5/+102
2006-02-16o The XKillClient call in the destroy() function was wrong, we only want toPeter Hutterer9-10/+171
2006-02-09- removed current resize bar functionality.Peter Hutterer7-54/+146
2006-02-09o Moved configure request handling code to WMWindow. This is the correct placePeter Hutterer7-42/+264
2006-02-08+ Warping the system pointer out of the way now until we find a way toPeter Hutterer5-3/+58
2006-02-06+ Added mouse dragging.Peter Hutterer9-29/+340
2006-02-03Initial checkin.Peter Hutterer18-0/+1292