summary refs log tree commit diff stats
AgeCommit message (Expand)Author
2013-08-28update gitignorehasufell
2013-08-28BUILD: use thememan.in instead of Makefile echohasufell
2013-08-28BUILD: don't hardcode the install path in the scripthasufell
2013-08-28BUILD: fix quoting issuehasufell
2013-08-28BUILD: add --with-theme-manager configure optionhasufell
2013-08-27Merge pull request #728 from hasufell/masterTingPing
2013-08-27BUILD: use a blacklist rather than a whitelist for python versionshasufell
2013-08-26Merge pull request #729 from hasufell/mimeTingPing
2013-08-27STYLE: tabs, not whitespaceshasufell
2013-08-27BUILD: consistently use PKG_CONFIGhasufell
2013-08-26STYLE: add missing commahasufell
2013-08-26fix desktop filehasufell
2013-08-26BUILD: use pkg-config to detect pythonhasufell
2013-08-26Fix /exec -o on WindowsTingPing
2013-08-26Add desktop and mimetype file for the Theme ManagerTingPing
2013-08-26Handle incoming messages from yourselfTingPing
2013-08-26Sysinfo: Add announce optionTingPing
2013-08-26Sysinfo: Fix gentoo detectionhasufell
2013-08-25Update CLEAR and MSG help messageTingPing
2013-08-25Update help for close commandTingPing
2013-08-21Add TinyCrab to network listTingPing
2013-08-20Handle lists in MONITOR repliesTingPing
2013-08-17Make formatting more consistentTingPing
2013-08-17Merge pull request #719 from Farow/pullTingPing
2013-08-16Improve cursor behaviorFarow
2013-08-15Merge pull request #718 from Farow/pullTingPing
2013-08-15Add ObsidianIRC networkTingPing
2013-08-13Allow multiple channels in url, fix nick reFarow
2013-08-12Fixed munging of whitespace in sysinfo's matching functionsJoshua Theze
2013-08-13Channel url and cursor fixFarow
2013-08-10Merge branch 'pluginreload'TingPing
2013-08-10And free connect command..TingPing
2013-08-10Merge pull request #713 from Farow/masterTingPing
2013-08-10Only replace variables in connect commandsTingPing
2013-08-10Update channel key inputFarow
2013-08-08Still include old freenode hostname in servlistTingPing
2013-08-07Alphabetical order..TingPing
2013-08-07Format Channel URLsTingPing
2013-08-06Save notify list on close of friends listTingPing
2013-08-05Bind esc to close in chanlistTingPing
2013-08-05Destroy utility windows with their parents.TingPing
2013-08-04Add .patch to gitignoreTingPing
2013-08-04Remove VS Redistributable update version from installer linkEustachy Kapusta
2013-08-04Update text on reload buttonTingPing
2013-08-04Add label for website in about dialogTingPing
2013-08-04Add reload command for plugins and add to guiTingPing
2013-08-03Use built-in gtk_about_dialogTingPing
2013-08-02Merge pull request #677 from hasufell/masterTingPing
2013-08-02Merge pull request #700 from orium/url-chan-prefixTingPing
2013-08-02Fixed memory leak.Diogo Sousa
/a> 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 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615