about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* Leave chat rooms before receiving self unavailable presenceJames Booth2015-08-231-0/+2
| | | | Fixes bug for servers that don't send the self presence
* 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
| | | | show)
* 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
| | | | | | | | EINTR is usual situation during resizing of terminal window.
* | Merge remote-tracking branch 'incertia/time'James Booth2015-07-013-48/+36
|\ \ | | | | | | | | | | | | Conflicts: src/config/preferences.c
| * | 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
| | | | | | | | | | | | | | | Resizing of terminal window can produce many logs "Resizing UI". Also they are not so informative to be shown without -l DEBUG.
* | | 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
| | |
* | | Merge branch 'master' into openpgpJames Booth2015-06-175-123/+157
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/command/commands.c src/command/commands.h
| * | | Added current window reference to command functionsJames Booth2015-06-175-121/+153
| | | |
| * | | Pass current window to autocompletersJames Booth2015-06-161-2/+4
| | | |
* | | | Merge branch 'master' into openpgpJames Booth2015-06-152-14/+0
|\| | |
| * | | Tidied cmd_otr, added check-unit target to MakefileJames Booth2015-06-152-14/+0
| | | |
* | | | Merge branch 'master' into openpgpJames Booth2015-06-152-8/+0
|\| | |
| * | | Removed ui_get_current_chat()James Booth2015-06-152-8/+0
| | | |
* | | | Merge branch 'master' into openpgpJames Booth2015-06-1513-1108/+232
|\| | |
| * | | Moved UI interfaces to ui.hJames Booth2015-06-155-131/+148
| | | |