summaryrefslogtreecommitdiff
path: root/src/Config.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-05-19Remove MalaMinya traces.Peter Hutterer1-1/+0
2007-08-06Added automatic generation of cursor images.Gianluca Pacchiella1-0/+5
2007-03-15+ add keyboard images for each connected keyboard to the dock. CurrentlyPeter Hutterer1-0/+1
2007-03-15o use cairo for buttons and titlebar.Peter Hutterer1-43/+5
2006-10-25o bugfix in handleMapRequest. Failed to check for NULL values.Peter Hutterer1-2/+2
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/+6
2006-10-09+ Support for minimizing windows.Peter Hutterer1-2/+11
2006-10-05+ added IMAGEPATH define to config.Peter Hutterer1-13/+13
2006-10-04+ added a Dock with a few applications (firefox, abiword, terminal, etc.)Peter Hutterer1-1/+9
2006-10-03o x error handler is installed now, should stop MPWM from exiting when unmapPeter Hutterer1-16/+15
2006-06-16o Changed to using the root window as input window and floor control to limitPeter Hutterer1-0/+6
2006-06-14+ rudimentary overlay support.Peter Hutterer1-3/+11
2006-03-12+ added Util class. Designed for utility functions, currently holds thePeter Hutterer1-1/+16
2006-02-21+ added background window colorPeter Hutterer1-2/+1
2006-02-16o The XKillClient call in the destroy() function was wrong, we only want toPeter Hutterer1-2/+94
2006-02-09- removed current resize bar functionality.Peter Hutterer1-1/+8
2006-02-09o Moved configure request handling code to WMWindow. This is the correct placePeter Hutterer1-1/+4
2006-02-03Initial checkin.Peter Hutterer1-0/+64