summaryrefslogtreecommitdiffstats
path: root/mouse.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-07-13added dev.c instead of kb.cAnselm R. Garbe1-81/+0
2006-07-13removed obsolete stuffAnselm R. Garbe1-13/+12
2006-07-13before leaning things upAnselm R. Garbe1-26/+6
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