about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* Add OMEMO state in titlebar in MUCPaul Fariello2019-04-101-0/+15
|
* Add OMEMO state in titlebarPaul Fariello2019-04-101-0/+15
|
* Log and print outgoing encrypted messagePaul Fariello2019-04-103-12/+38
|
* Add MUC message decryptionPaul Fariello2019-04-101-0/+1
|
* Add OMEMO message encryption and decryptionPaul Fariello2019-04-103-1/+6
|
* Move OMEMO initialization to profanity intializationPaul Fariello2019-04-102-0/+2
| | | | Also store identity keys into account
* Fix use after free bugDavid Baer2019-03-221-5/+5
|
* Fix /me display when highlighting user in MUCsMichael Vetter2019-02-261-8/+14
| | | | | Fixes https://github.com/boothj5/profanity/issues/950 Closes https://github.com/boothj5/profanity/pull/992
* Update copyright to include 2019Michael Vetter2019-01-2228-28/+28
|
* Add prof_win_close (#1017)twardziejszy2019-01-101-0/+11
|
* Splash logo improvements (#1022)Raf Czlonka2018-11-211-7/+7
| | | | | * Splash logo improvements * Use straight/flat, instead or rounded, outer edges on `o` and `a`
* Don't show submit help on form if there is no submit callbackPaul Fariello2018-09-101-1/+3
| | | | Could be missleading for user.
* Fix command exec error outputPaul Fariello2018-09-051-1/+1
|
* Fix comment about config windowsPaul Fariello2018-09-051-1/+1
|
* Conform to Section 3.2.2.1 of XML Schema Part 2: DatatypesPaul Fariello2018-09-051-1/+1
| | | | | | | | In accordance with Section 3.2.2.1 of XML Schema Part 2: Datatypes, the allowable lexical representations for the xs:boolean datatype are the strings "0" and "false" for the concept 'false' and the strings "1" and "true" for the concept 'true'; implementations MUST support both styles of lexical representation.
* Add support for command config executionPaul Fariello2018-09-055-5/+7
|
* Add conf win callbackPaul Fariello2018-09-055-7/+22
|
* Rename mucconf wins into conf winsPaul Fariello2018-09-059-67/+67
| | | | Configuration windows are now being used by both muc and cmd.
* Add support for form edition in command executionPaul Fariello2018-09-052-2/+2
| | | | Also change wins_get_by_string prototype in order to handle const str.
* Add command exec error handlingPaul Fariello2018-09-052-0/+16
|
* Handle simple executionPaul Fariello2018-09-052-0/+8
| | | | Tested with ping from biboumi
* Add command subcommands: list and execPaul Fariello2018-09-052-0/+30
| | | | Also handle list result
* Add max tab length to statusbarJames Booth2018-03-112-30/+53
|
* Fix utf8 chars in statusbarJames Booth2018-03-111-3/+3
|
* Statusbar render at start of small windowJames Booth2018-03-101-0/+3
|
* Dont show extended tabs when max 0James Booth2018-03-101-0/+3
|
* Use jid prefs in statusbarJames Booth2018-03-103-6/+60
|
* WIP add self prefs for statusbarJames Booth2018-03-105-68/+46
|
* Do not highlight room tab on subject changeJames Booth2018-03-101-11/+0
|
* Show extended tabsJames Booth2018-03-101-12/+60
|
* Refactor statusbarJames Booth2018-03-101-92/+109
|
* Preference to show/hide tab numberJames Booth2018-03-092-33/+45
|
* Only allow swapping active windowsJames Booth2018-03-092-6/+2
|
* Remove empty tabsJames Booth2018-03-094-54/+13
|
* Add preferences for tab displayJames Booth2018-03-0910-65/+201
|
* Add max tabs preference for statusbarJames Booth2018-03-082-56/+60
|
* Add prefs for empty tabs and tab namesJames Booth2018-03-084-13/+36
|
* Show name in statusbar tabs WIPJames Booth2018-03-0810-390/+237
|
* Add message to status barJames Booth2018-03-071-22/+39
|
* Set background in _status_bar_drawJames Booth2018-03-071-2/+3
|
* Add time to status barJames Booth2018-03-073-6/+53
|
* Draw empty status barJames Booth2018-03-071-356/+381
|
* Do not colour room as joined when error joiningJames Booth2018-03-071-7/+5
| | | | fixes #984
* Clear autocompletes on line editsJames Booth2018-02-091-3/+19
|
* Add /rooms cacheJames Booth2018-02-052-0/+12
|
* Allow hiding room server in rosterJames Booth2018-01-211-1/+8
|
* Update copyrightJames Booth2018-01-2128-29/+29
|
* Add basic help searchJames Booth2017-04-061-1/+1
|
* Allow previous autocompletion with shift tabJames Booth2017-04-016-19/+66
|
* Add theme option for time in a status barLukasz Marcinowski2017-03-222-0/+4
|