about summary refs log tree commit diff stats
path: root/mouse.c
Commit message (Collapse)AuthorAgeFilesLines
* added dev.c instead of kb.cAnselm R. Garbe2006-07-131-81/+0
|
* removed obsolete stuffAnselm R. Garbe2006-07-131-13/+12
|
* before leaning things upAnselm R. Garbe2006-07-131-26/+6
|
* simplified several portions of code through replacing rect structs with ↵Anselm R. Garbe2006-07-121-10/+10
| | | | x,y,h,w counterparts (much more readable)
* made code more readableAnselm R. Garbe2006-07-111-27/+25
|
* added basic mouse support (actually we don't need more)Anselm R. Garbe2006-07-111-4/+8
|
* added mouse-based resizalsAnselm R. Garbe2006-07-111-0/+100
/a> 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151