summaryrefslogtreecommitdiff
path: root/mcwm.c
AgeCommit message (Expand)Author
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