summary refs log tree commit diff stats
AgeCommit message (Expand)Author
2013-03-17Merge pull request #455 from RichardHitt/escapeTingPing
2013-03-17Get rid of testing line.RichardHitt
2013-03-17ESC key will destroy the windows mentioned at issue 211.RichardHitt
2013-03-17Default ignore type to ALLTingPing
2013-03-17All unignoring nicks just like ignoreTingPing
2013-03-16Handle EOF in text-feTingPing
2013-03-16fix fe-text on win32TingPing
2013-03-16fix fe-textTingPing
2013-03-16Backport XChat r1523Berke Viktor
2013-03-15Update changelog linksBerke Viktor
2013-03-15Add safe mode shortcutsBerke Viktor
2013-03-15Add real name field to advanced paneBerke Viktor
2013-03-15Remove double UTF-8, it's already default charsetBerke Viktor
2013-03-15Get rid of Non-BMP filtering, Pango handles this nowBerke Viktor
2013-03-15update dbus example.py for python3TingPing
2013-03-15Add python gdbus exampleTingPing
2013-03-14Merge pull request #444 from TingPing/noticepos2TingPing
2013-03-14Change notice option wordingTingPing
2013-03-13Separate version check for XP, we might need it during the transition to VS2012Berke Viktor
2013-03-13fix typoTingPing
2013-03-12Update Perl to 5.16.3Berke Viktor
2013-03-12fix python's get_pluginpref crashing on long stringsTingPing
2013-03-11Fix relative paths on windowsTingPing
2013-03-11Don't show join dialog when you autojoin.TingPing
2013-03-11Fix reconnecting to keyed channelsTingPing
2013-03-11Merge pull request #439 from TingPing/urlkeyTingPing
2013-03-09Add option to color nicknames in the userlist to match the chatTingPing
2013-03-09Add irc_notice_pos settingTingPing
2013-03-04Use key on new serversTingPing
2013-03-04Add key support to urls like mircTingPing
2013-03-04fix query -nofocusTingPing
2013-03-03Merge pull request #437 from museun/masterTingPing
2013-03-03HTM was throwing an exception for ReadOnly files.museun
2013-03-03Use AC_CONFIG_FILESTingPing
2013-03-03Fix macro searchingTingPing
2013-03-03Merge pull request #436 from RichardHitt/issue435TingPing
2013-03-03Change the is_del() macro to not regard ATTR_BOLD nor ATTR_RESET as delimiters.RichardHitt
2013-02-25update readme link to building docsTingPing
2013-02-24Merge pull request #426 from Misdre/masterTingPing
2013-02-24focus the channel if it's already open (issue #406)misdre
2013-02-21set input's vertical scrollbar to auto with gtkspellTingPing
2013-02-21Only show spelling preferences when supportedTingPing
2013-02-18add gnome's UsesNotifications to the desktop fileTingPing
2013-02-18add notification hints for gnomeTingPing
2013-02-18Fallback to $HOME/Downloads for dcc_dirTingPing
2013-02-18fix path to icon for notificationsTingPing
2013-02-18Add HarfBuzz DLL to distBerke Viktor
2013-02-16follow XDG for default download directoryTingPing
2013-02-16Move dependency graph to other repoBerke Viktor
2013-02-16Bump copyright yearBerke Viktor
a> 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 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 616