summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-03-15o Update README file, with some more warnings.Peter Hutterer4-5/+47
2007-03-15o Try a bit of optimizing on window resizes to make it slightly faster.Peter Hutterer3-16/+33
2007-03-15o change cursor images to avoid transparency. too slow on my card.Peter Hutterer11-0/+2
2007-03-15o use cairo for buttons and titlebar.Peter Hutterer9-445/+226
2007-03-15+ add gitignore file.Peter Hutterer10-2/+12
2007-03-14o use cairo for minimising, don't take screenshot.Peter Hutterer7-44/+69
2007-03-14o use cairo instead of Xlib drawing for the dock, use back buffer.Peter Hutterer10-66/+93
2007-03-14o use new access control for floor control, remove traces of MPGXlib.Peter Hutterer20-73/+149
2007-01-07o changed back to using XiPeter Hutterer22-320/+279
2006-12-08TAG: MPWM_1_1Peter Hutterer1-0/+3
2006-12-05o changed to use XCB and XCB-MPXPeter Hutterer22-259/+311
2006-10-26TAG: MPWM_CSCW2006Peter Hutterer1-0/+3
2006-10-25o bugfix in handleMapRequest. Failed to check for NULL values.Peter Hutterer6-22/+31
2006-10-24o fixed permissions with installed images (changed Makefile)Peter Hutterer3-2/+6
2006-10-24o createpackage script adjusted for new pathsPeter Hutterer2-3/+6
2006-10-24+ added install target to makefilePeter Hutterer4-7/+19
2006-10-18o fixed bug with overlapping annotations. A window raise causes the windowPeter Hutterer3-11/+36
2006-10-17o fixed segfault upon client deletion during window resize and window movePeter Hutterer9-19/+64
2006-10-10+ added dock backgroundPeter Hutterer13-22/+98
2006-10-10+ added ICCCM WM_DELETE_WINDOW to let a client destroy a window.Peter Hutterer8-64/+116
2006-10-09+ Support for minimizing windows.Peter Hutterer23-87/+390
2006-10-05+ added make dist call to createpackage.shPeter Hutterer3-2/+11
2006-10-05+ added IMAGEPATH define to config.Peter Hutterer4-15/+29
2006-10-04o changed createpackage script to autogenerate version numberPeter Hutterer1-2/+4
2006-10-04+ added a Dock with a few applications (firefox, abiword, terminal, etc.)Peter Hutterer17-25/+284
2006-10-03o x error handler is installed now, should stop MPWM from exiting when unmapPeter Hutterer18-410/+360
2006-08-11+ added Manager::isWMDecoration()Peter Hutterer4-8/+32
2006-07-11o changed dependencies for mpwm package, libmagick++6c2 | libmagick++9c2a nowPeter Hutterer2-1/+5
2006-07-05o changed background image to MPX logo background.Peter Hutterer3-2/+6
2006-07-05o Bugfix in overlay. Devices have to go into PERM list instead of DENY list.Peter Hutterer2-3/+8
2006-07-03o Version tag in control file is autofilled by createpackage.shPeter Hutterer5-18/+51
2006-06-29o memory leak fix in WMWindow. FloorControl object did not get deleted.Peter Hutterer3-6/+42
2006-06-23o Altered makefile. Appname is now mpwm instead of mpgwm. Uses libmpx insteadPeter Hutterer6-3/+80
2006-06-23o Moved floor control code to use MPGXlib-0-5.Peter Hutterer5-10/+12
2006-06-21+ per-window floor control with the FloorControl class. Right-click on floorPeter Hutterer10-19/+429
2006-06-16o Changed to using the root window as input window and floor control to limitPeter Hutterer22-42/+143
2006-06-15o Layers are colored in the user's colors now.Peter Hutterer10-16/+83
2006-06-14+ added layers to overlay. Each device has its own layer can can switch itPeter Hutterer6-59/+127
2006-06-14+ rudimentary overlay support.Peter Hutterer12-17/+348
2006-06-13+ added boundary checks for window sizes, could cause BadValues.Peter Hutterer3-2/+27
2006-03-12+ added Util class. Designed for utility functions, currently holds thePeter Hutterer17-60/+437
2006-02-22+ added Process class. This class stores all windows that belong to aPeter Hutterer8-9/+272
2006-02-21+ added background window colorPeter Hutterer7-5/+107
2006-02-16o The XKillClient call in the destroy() function was wrong, we only want toPeter Hutterer10-10/+178
2006-02-09- removed current resize bar functionality.Peter Hutterer8-54/+152
2006-02-09o Moved configure request handling code to WMWindow. This is the correct placePeter Hutterer8-44/+270
2006-02-08+ Warping the system pointer out of the way now until we find a way toPeter Hutterer6-3/+68
2006-02-06+ Added mouse dragging.Peter Hutterer10-29/+346
2006-02-03Initial checkin.Peter Hutterer25-0/+1654