about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* Prompt user to allow or deny untrusted TLS certificatesJames Booth2015-09-224-0/+25
* Moved /winstidy command to /wins autotidyJames Booth2015-09-191-2/+2
* PGP: UI tweaks for passphrase requestJames Booth2015-09-012-1/+4
* Fixed passing from arg in PGP ask passphraseJames Booth2015-09-011-3/+3
* Added UI function to get PGP passphraseJames Booth2015-09-012-3/+24
* Split PGP incoming and outgoing message handlingJames Booth2015-08-305-69/+76
* Added /otr char and /pgp charJames Booth2015-08-261-0/+6
* Added preference for encryption charJames Booth2015-08-262-4/+4
* Display special char for encrypted messagesJames Booth2015-08-264-12/+28
* Leave chat rooms before receiving self unavailable presenceJames Booth2015-08-231-0/+2
* Free timestamp and id for receiptsJames Booth2015-08-091-0/+1
* Free timestamps and carbons stanzasJames Booth2015-08-091-3/+9
* Show software version result in current windowJames Booth2015-08-063-24/+53
* Fix typobrandenbyers2015-08-051-1/+1
* Use id handler for software version requests, handle errorsJames Booth2015-08-052-0/+19
* Handle larger than line words in wrappingJames Booth2015-07-301-23/+39
* Added cons_show_paddedJames Booth2015-07-294-37/+54
* Do not print newline when curs position 0James Booth2015-07-291-1/+4
* Added indent paddingJames Booth2015-07-297-406/+436
* Retagged commandsJames Booth2015-07-271-11/+10
* Added tags to command definitionsJames Booth2015-07-271-0/+1
* Show command header in help outputJames Booth2015-07-261-1/+8
* Removed old command helpJames Booth2015-07-263-7/+23
* Updated help category outputJames Booth2015-07-261-2/+2
* Added connect to new help formatJames Booth2015-07-241-4/+4
* Moved help and about to new formatJames Booth2015-07-232-0/+38
* Fixed time preference displayJames Booth2015-07-191-8/+4
* Removed /mouse commandJames Booth2015-07-196-64/+1
* Allow hiding of empty presence groups: /roster {show,hide} empty (default is ...Daniel2015-07-082-4/+13
* Removed subscribed check when displaying roster panelJames Booth2015-07-021-33/+31
* Don't write chars during password inputJames Booth2015-07-011-1/+3
* Merge remote-tracking branch 'pasis/ui-ignore-EINTR'James Booth2015-07-011-18/+7
|\
| * ui: Ignore EINTR in inp_readline()Dmitry Podgorny2015-06-251-18/+7
* | Merge remote-tracking branch 'incertia/time'James Booth2015-07-013-48/+36
|\ \
| * | remove memory leak from creating a gdatetime stringWill Song2015-05-291-0/+2
| * | fix indent codeWill Song2015-05-291-12/+9
| * | updated statusbar to use strftime formatsWill Song2015-05-291-22/+16
| * | fix conflictsWill Song2015-05-2918-1885/+1801
| |\ \
| * | | use custom format string for time preferenceWill Song2015-01-272-10/+5
* | | | Use reference counts for GDateTimes #516James Booth2015-06-301-2/+2
* | | | WIP fix for #516, needs memory cleanupJames Booth2015-06-294-34/+26
| |_|/ |/| |
* | | Do not update UI whilst receiving passwordJames Booth2015-06-251-7/+0
* | | free muc autocompleter resultJames Booth2015-06-241-0/+1
* | | Free prefs strings, check for NULLs when closing pgp moduleJames Booth2015-06-243-0/+5
* | | ui: decreased log level of the message on resizingDmitry Podgorny2015-06-231-1/+1
* | | Added PGP prefsJames Booth2015-06-222-0/+22
* | | Moved setting otr.warn -> enc.warnJames Booth2015-06-213-8/+13
* | | Tidied OTR and PGP combinations in client_events.cJames Booth2015-06-211-2/+0
* | | Moved window creation to sv_ev_incoming_messageJames Booth2015-06-212-22/+7
* | | Added window encyption mode for PGPJames Booth2015-06-202-43/+57