about summary refs log tree commit diff stats
path: root/src/ui/window.h
Commit message (Expand)AuthorAgeFilesLines
* Moved UI interfaces to ui.hJames Booth2015-06-151-124/+1
* Moved refresh subwin logic to window.cJames Booth2015-06-151-0/+3
* Added win_resize() functionJames Booth2015-06-151-0/+1
* Added win_clear() functionJames Booth2015-06-151-0/+2
* I removed ncurses header dependencies, removed unused codeJames Booth2015-06-151-6/+6
* Renamed otr trusted window propertyJames Booth2015-06-131-1/+1
* Added enc_mode to ProfChatWinJames Booth2015-05-041-1/+6
* Added option to show jids in occupants panelJames Booth2015-04-121-0/+1
* Use colouring for message receiptsJames Booth2015-03-141-0/+3
* Renamed win_save_newline -> win_newlineJames Booth2015-03-141-1/+1
* Renamed win_save_println -> win_printlnJames Booth2015-03-141-1/+1
* Renamed win_save_print -> win_printJames Booth2015-03-141-1/+1
* Renamed win_save_vprint -> win_vprintJames Booth2015-03-141-1/+1
* Merge branch 'master' into readlineJames Booth2015-02-111-1/+1
|\
| * Updated copyrightJames Booth2015-02-101-1/+1
* | Added paging handlersJames Booth2015-01-311-1/+6
|/
* Moved win_handle_page to window moduleJames Booth2015-01-151-0/+3
* Added remaining chat statesJames Booth2015-01-111-0/+2
* Renamed resource -> resource_overrideJames Booth2015-01-101-1/+1
* Removed functions from window.cJames Booth2014-12-221-3/+0
* Moved unread to window subtypesJames Booth2014-12-211-1/+4
* Added win_get_titleJames Booth2014-12-211-4/+5
* Use class instead of base pointerJames Booth2014-12-211-8/+8
* Refactoring window types, removing recipient and from references - wipJames Booth2014-12-181-4/+16
* Added rosterwin.cJames Booth2014-12-161-0/+3
* Refactor layout creationJames Booth2014-12-161-3/+3
* Added new window and layout typesJames Booth2014-12-161-39/+58
* Added window specific creation functionsJames Booth2014-12-151-1/+4
* Added win create functions for chat and private chatJames Booth2014-12-101-0/+3
* Removed unused argument from _wins_show_historyJames Booth2014-12-101-1/+1
* Renamed chat_resource -> resourceJames Booth2014-12-101-1/+1
* Moved chat resource to WIN_CHAT typeJames Booth2014-12-101-1/+1
* Moved otr properties to WIN_CHAT typeJames Booth2014-12-101-4/+4
* Added form to WIN_MUC_CONFIG typeJames Booth2014-12-101-1/+1
* Added union for window typesJames Booth2014-12-101-8/+37
* Added /resource commandJames Booth2014-12-021-0/+1
* Changed type to enum for presence colour attributesJames Booth2014-11-161-1/+0
* Replaced colours with theme_item_tJames Booth2014-11-161-3/+3
* Added seperate values for roster and occupants win sizesJames Booth2014-11-151-0/+1
* Changed subwin width to percentageJames Booth2014-11-151-1/+1
* Refactor subwin sizing and disabled wrappingJames Booth2014-11-101-1/+3
* Fixed history messages to work with wrappingJames Booth2014-11-091-3/+4
* Removed /duck commandJames Booth2014-10-181-1/+0
* Implemented /occupants showJames Booth2014-10-091-0/+1
* Implemented /occupants hideJames Booth2014-10-091-0/+1
* Added scroll support to occupant listJames Booth2014-10-071-0/+1
* Added room occupants panelJames Booth2014-10-071-0/+1
* Changed rooms to use Occupant type instead of PContactJames Booth2014-09-301-0/+3
* Implemented /room config submit for saving room configurationJames Booth2014-09-101-0/+2
* Create new window for room configurationJames Booth2014-09-071-0/+1
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 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716