summaryrefslogtreecommitdiff
path: root/mcwm.c
AgeCommit message (Expand)Author
2010-06-24Added debug printouts for incoming events.MC
2010-06-24Added real colour handling and -f and -u options for setting them.MC
2010-06-23We need both normal and ungrab enter notify events.MC
2010-06-23Ignore windows with override redirect set when initializing at start.MC
2010-06-23Move terminal variable into struct conf.MC
2010-06-23Handle a request to set border width, but only set it to BORDERWIDTH.MC
2010-06-23A MapRequest always place the window on top in the stacking order.MC
2010-06-22Added terminal option.MC
2010-06-22Fork twice(!) when starting new terminal. Also wait for the firstMC
2010-06-22Include stdint explictly.MC
2010-06-21Add handling of Circulate Request of subwindows. Now xpdf searchMC
2010-06-21Don't need to set focusin twice.MC
2010-06-21Quote ICCCM.MC
2010-06-21Removed the size hints in newwindow().MC
2010-06-21Removed comment about xterm. It seems it sends a Configure Request toMC
2010-06-21Care about at least some of the stuff in an CONFIGURE REQUEST event,MC
2010-06-21When we get a new window, check for size hints and compare them to theMC
2010-06-20Raise first when maximizing vertically.MC
2010-06-20Use pointer hints when moving or resizing with mouse instead of allMC
2010-06-20Oops. Wrong types.MC
2010-06-20- Read some ICCCM hints and use at least some of them.MC
2010-06-19Raise window when doing resize by keyboard.MC
2010-06-19Try subscribing to SUBSTRUCTURE REDIRECT events first and fallback toMC
2010-06-18Added global configuration struct and handle two options:MC
2010-06-18Version 20100618.20100618MC