about summary refs log tree commit diff stats
path: root/src/ui/occupantswin.c
Commit message (Collapse)AuthorAgeFilesLines
* Add workaround for compiler warningMichael Vetter2020-02-141-1/+1
| | | | Regards https://github.com/profanity-im/profanity/issues/1265
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
|
* Add workaround for stupid compiler warningMichael Vetter2019-12-191-1/+1
| | | | Makes travis builds for TW, Debian and Arch fail.
* Add /occupants color commandMichael Vetter2019-12-191-4/+18
| | | | | | | | `/occupants color on|off` to enable or disable XEP-0392 also for the MUC occupants. Regards https://github.com/profanity-im/profanity/issues/1191
* Add vim modelineMichael Vetter2019-11-131-0/+1
|
* Add myself to copyrightMichael Vetter2019-06-171-0/+1
| | | | Like discussed with James.
* Add occupants charMichael Vetter2019-05-021-0/+5
| | | | | | | `/occupants char` now sets a character that is displayed before the nick in MUCs. Similar like `/roster char` is displaying a char for the roster. Regards #690
* Fix formatting for privileges onMichael Vetter2019-04-241-0/+4
| | | | | `/privileges on` lists `Moderator`, `Visitor` etc. Formatting was wrong here. Printing privilige followed by nickaname in the same line.
* Occupantswin: handle newline correctlyMichael Vetter2019-04-241-6/+6
|
* Add occupants wrap optionMichael Vetter2019-04-241-2/+6
| | | | | | | Wrapping for the occupants panel like already exists for the roster panel. See `/occupants wrap on`. Regards https://github.com/boothj5/profanity/issues/690
* Put occupants update into own functionMichael Vetter2019-04-231-0/+17
|
* Add occupants header charMichael Vetter2019-04-231-4/+31
| | | | | | | | `/occupants header char` now sets a character that is displayed before the role (moderator, visitor..) in a room. Similar to `/roster header char` is displaying a char for the roster. Regards https://github.com/boothj5/profanity/issues/690
* Adjust jid for occupants indentMichael Vetter2019-04-201-3/+11
| | | | Indent the jid one more space than nick.
* Allow setting occupants indent outside of MUCMichael Vetter2019-04-201-2/+0
| | | | And when not connected.
* Add /occupants indent commandMichael Vetter2019-04-181-1/+12
| | | | | | | | Roster has a `/roster contact indent` option. Now we have the same for occupants. So contacts in roster and in MUC can have configurable indentation. Regards https://github.com/boothj5/profanity/issues/690
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Tidy headersJames Booth2016-07-241-2/+2
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Updated copyrightJames Booth2016-02-141-1/+1
|
* Added word wrap to roster panelJames Booth2015-11-221-6/+6
|
* Pass wrap boolean to win_sub_print()James Booth2015-11-221-6/+6
|
* Renamed subwin functionsJames Booth2015-11-221-6/+6
|
* Added /roster indent contactJames Booth2015-11-211-6/+6
|
* Applied coding style to src/ui/James Booth2015-10-251-1/+1
|
* Moved ui/windows -> window_listJames Booth2015-06-151-2/+2
|
* Added option to show jids in occupants panelJames Booth2015-04-121-5/+12
|
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Removed function pointersJames Booth2014-12-221-8/+2
|
* Use class instead of base pointerJames Booth2014-12-211-1/+1
|
* Refactored all window recipients and typesJames Booth2014-12-201-1/+1
| | | | Tests need fixing
* Tidy occupantswin.cJames Booth2014-12-161-40/+19
|
* Added occupantswin.cJames Booth2014-12-161-0/+147