about summary refs log tree commit diff stats
path: root/draw.h
Commit message (Collapse)AuthorAgeFilesLines
* continued with draw.c abstraction, also started util.{h,c} implementation, ↵Anselm R Garbe2012-12-081-5/+5
| | | | that will be used by draw.c as well
* removed DDC, all is Draw-dependentanselm@garbe.us2012-11-181-35/+22
|
* continued, distinction of Draw and DDC is bad, needs to be mergedanselm@garbe.us2012-11-181-1/+3
|
* basic draw.c structureanselm@garbe.us2012-11-181-5/+9
|
* starting with initial draw.hanselm@garbe.us2012-11-171-0/+76
|
* rm draw.c from 5.9 branchConnor Lane Smith2011-06-041-35/+0
|
* added draw.h, draw.cConnor Lane Smith2011-05-201-0/+35
|
* removed unnecessary crapAnselm R. Garbe2006-07-131-36/+0
|
* simplified several portions of code through replacing rect structs with ↵Anselm R. Garbe2006-07-121-4/+4
| | | | x,y,h,w counterparts (much more readable)
* added several other stuffAnselm R. Garbe2006-07-101-0/+1
|
* several new changes, made gridmenu workingAnselm R. Garbe2006-07-101-1/+30
|
* added new stuffAnselm R. Garbe2006-07-101-0/+6
0' href='#n220'>220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286