about summary refs log tree commit diff stats
path: root/src/ui/rosterwin.c
Commit message (Expand)AuthorAgeFilesLines
...
* Added /roster resource joinJames Booth2015-11-221-17/+46
* Added /roster char resourceJames Booth2015-11-221-0/+4
* Added word wrap to roster panelJames Booth2015-11-221-10/+18
* Pass wrap boolean to win_sub_print()James Booth2015-11-221-10/+10
* Renamed subwin functionsJames Booth2015-11-221-17/+17
* Updated themesJames Booth2015-11-221-1/+1
* Option to show presence information on single line in rosterJames Booth2015-11-221-41/+79
* Added /roster indent presenceJames Booth2015-11-211-8/+14
* Added /roster indent resourceJames Booth2015-11-211-3/+15
* Tidy rosterwinJames Booth2015-11-211-59/+61
* Free pref stringsJames Booth2015-11-211-2/+6
* Added /roster indent contactJames Booth2015-11-211-9/+16
* Don't print empty line when no presence or status displayed in rosterJames Booth2015-11-201-1/+1
* Added /roster char contactJames Booth2015-11-201-0/+4
* Added /roster char headerJames Booth2015-11-191-10/+30
* Show status when show presence disabledJames Booth2015-11-181-16/+32
* Added option to show resource priority in rosterJames Booth2015-11-181-0/+3
* Added roster count optionJames Booth2015-11-181-3/+21
* Don't show offline below contactJames Booth2015-11-181-1/+2
* Pass offline filter to roster_get_contactsJames Booth2015-11-181-23/+21
* Pass offline filter to roster list functionsJames Booth2015-11-181-11/+13
* Pass ordering to roster list functionsJames Booth2015-11-181-6/+6
* Added /roster order name|presenceJames Booth2015-11-171-3/+27
* Tidy rosterwin.cJames Booth2015-11-151-23/+1
* Tidy rosterwinJames Booth2015-11-151-24/+2
* Added _rosterwin_presence()James Booth2015-11-151-24/+34
* Added _rosterwin_resource()James Booth2015-11-151-66/+77
* Show presence when resource hiddenJames Booth2015-11-151-31/+57
* Show presence in roster WIPJames Booth2015-11-151-0/+50
* Applied coding style to src/ui/James Booth2015-10-251-1/+1
* Allow hiding of empty presence groups: /roster {show,hide} empty (default is ...Daniel2015-07-081-4/+8
* Removed subscribed check when displaying roster panelJames Booth2015-07-021-33/+31
* Moved ui/windows -> window_listJames Booth2015-06-151-2/+2
* Updated copyrightJames Booth2015-02-101-1/+1
* Removed function pointersJames Booth2014-12-221-8/+2
* Refactor rosterwin.cJames Booth2014-12-161-36/+22
* Moved roster functionsJames Booth2014-12-161-4/+131
* Added rosterwin.cJames Booth2014-12-161-0/+88
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 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670