about summary refs log tree commit diff stats
path: root/event.c
Commit message (Expand)AuthorAgeFilesLines
* draw bar on exposure ;)Anselm R. Garbe2006-07-141-1/+3
* searching for a better way to discard enter notifiesAnselm R. Garbe2006-07-141-7/+1
* made barclick to select the specific tagAnselm R. Garbe2006-07-141-1/+3
* continued with man pageAnselm R. Garbe2006-07-141-1/+1
* added mini stuffAnselm R. Garbe2006-07-131-2/+5
* changed default colorsAnselm R. Garbe2006-07-131-1/+1
* removed unnecessary crapAnselm R. Garbe2006-07-131-7/+2
* before leaning things upAnselm R. Garbe2006-07-131-2/+2
* new stuff, fixed several issuesAnselm R. Garbe2006-07-121-4/+4
* added gravity stuffAnselm R. Garbe2006-07-121-0/+4
* simplified several portions of code through replacing rect structs with x,y,h...Anselm R. Garbe2006-07-121-11/+6
* fixed configurerequestAnselm R. Garbe2006-07-121-1/+1
* some more additions/fixesAnselm R. Garbe2006-07-121-1/+1
* fixed several other stuff, coming closer to something usefulAnselm R. Garbe2006-07-111-0/+4
* implemented draw_client stuffAnselm R. Garbe2006-07-111-1/+4
* made code more readableAnselm R. Garbe2006-07-111-14/+6
* added basic mouse support (actually we don't need more)Anselm R. Garbe2006-07-111-2/+0
* added mouse-based resizalsAnselm R. Garbe2006-07-111-3/+27
* several changes, new stuffAnselm R. Garbe2006-07-111-1/+0
* added protocol killing stuffAnselm R. Garbe2006-07-111-17/+33
* added gridsel to gridwmAnselm R. Garbe2006-07-111-4/+2
* changed how manage client worksAnselm R. Garbe2006-07-111-10/+4
* fixed several stuff (gridwm gets better and better)Anselm R. Garbe2006-07-111-77/+10
* implemented pipe_spawnAnselm R. Garbe2006-07-111-4/+2
* added several other stuffAnselm R. Garbe2006-07-101-0/+264
'#n288'>288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432