summaryrefslogtreecommitdiffstats
path: root/mouse.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-07-12simplified several portions of code through replacing rect structs with ↵Anselm R. Garbe1-10/+10
x,y,h,w counterparts (much more readable)
2006-07-11made code more readableAnselm R. Garbe1-27/+25
2006-07-11added basic mouse support (actually we don't need more)Anselm R. Garbe1-4/+8
2006-07-11added mouse-based resizalsAnselm R. Garbe1-0/+100