about summary refs log tree commit diff stats
path: root/src/ui/window.h
Commit message (Expand)AuthorAgeFilesLines
* Use ProfMessage as parameter for win_println_incoming_muc_msg()Michael Vetter2020-03-091-1/+1
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-201-5/+5
* Refactor win_print_history()Michael Vetter2020-02-171-1/+1
* Refactor win_print_outgoing_muc_msg()Michael Vetter2020-02-171-1/+1
* Refactor win_println_incoming_muc_msg()Michael Vetter2020-02-171-1/+1
* Refactor win_print_outgoing()Michael Vetter2020-02-171-5/+3
* xep-0308: enable correction in outgoing messages with delivery receiptsMichael Vetter2020-02-141-2/+1
* Rename win_print_with_receipt() -> win_print_outgoing_with_receipt()Michael Vetter2020-02-141-1/+1
* Add myself to copyrightMichael Vetter2020-02-141-0/+1
* Rename `win_println_them_message()` -> `win_println_incoming_muc_msg()`Michael Vetter2020-02-141-1/+1
* xep-0308: Implement LMC for outgoing MUC messagesMichael Vetter2020-02-141-1/+1
* xep-0308: Display corrected incoming MUC messages correctlyMichael Vetter2020-02-121-1/+1
* xep-0308: update the UI upon sending a corrected messageMichael Vetter2020-02-111-1/+1
* Initial work on last-read-position featureMichael Vetter2019-12-131-0/+3
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Rename prof_message_t into ProfMessagePaul Fariello2019-06-201-1/+1
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-201-4/+3
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Allow room display properies to be set by pluginsJames Booth2017-01-201-3/+3
* Remove unused functionJames Booth2016-11-241-1/+0
* Add win highlight fuctionsJames Booth2016-10-151-0/+4
* Add win_print_historyJames Booth2016-10-151-0/+1
* Rename win_print_incoming_message -> win_print_incomingJames Booth2016-10-151-1/+1
* Add win_print_outgoingJames Booth2016-10-151-0/+2
* Remove args from win_print_with_receiptJames Booth2016-10-111-2/+2
* Add win_print_http_uploadJames Booth2016-10-111-0/+4
* Tidy headersJames Booth2016-07-241-7/+7
* Moved muc.cJames Booth2016-07-241-1/+1
* Moved contact.cJames Booth2016-07-241-1/+1
* Moved chat_state.cJames Booth2016-07-241-1/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-0/+2
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-3/+3
|/
* Added word wrap to roster panelJames Booth2015-11-221-1/+1
* Pass wrap boolean to win_sub_print()James Booth2015-11-221-1/+1
* Renamed subwin functionsJames Booth2015-11-221-2/+2
* Option to show presence information on single line in rosterJames Booth2015-11-221-0/+1
* Added /roster indent contactJames Booth2015-11-211-1/+1
* Removed ui_clear_winJames Booth2015-11-021-2/+0
* Applied coding style to src/ui/James Booth2015-10-251-7/+7
* Display special char for encrypted messagesJames Booth2015-08-261-1/+1
* Added indent paddingJames Booth2015-07-291-1/+1
* Removed /mouse commandJames Booth2015-07-191-1/+0
* WIP fix for #516, needs memory cleanupJames Booth2015-06-291-1/+1
* Moved UI interfaces to ui.hJames Booth2015-06-151-124/+1
> 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 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