about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
| * | | Moved ui/windows -> window_listJames Booth2015-06-159-904/+9
| | | |
| * | | Moved refresh subwin logic to window.cJames Booth2015-06-153-21/+36
| | | |
| * | | Added win_resize() functionJames Booth2015-06-153-29/+35
| | | |
| * | | Added win_clear() functionJames Booth2015-06-157-17/+11
| | | |
| * | | Removed unused variableJames Booth2015-06-151-2/+0
| | | |
| * | | I removed ncurses header dependencies, removed unused codeJames Booth2015-06-153-17/+6
| | | |
* | | | Merge branch 'master' into openpgpJames Booth2015-06-134-7/+7
|\| | |
| * | | Renamed otr trusted window propertyJames Booth2015-06-134-7/+7
| | | |
* | | | Merge branch 'master' into openpgpJames Booth2015-06-051-0/+2
|\| | | | | | | | | | | | | | | | | | | Conflicts: .travis.yml
| * | | Merge branch 'master' into stabber-testsJames Booth2015-06-023-9/+14
| |\ \ \
| * \ \ \ Merge branch 'master' into stabber-testsJames Booth2015-05-251-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Added rooms iq testJames Booth2015-05-241-0/+2
| | | | |
* | | | | Merge branch 'master' into openpgpJames Booth2015-06-023-9/+14
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge remote-tracking branch 'PMaynard/#551'James Booth2015-06-023-9/+14
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Refactored 'ui_tidy_wins()' to return bool and not output text, Corrected ↵Pete2015-06-012-9/+3
| | | | | | | | | | | | | | | | | | | | underline, removed call to function 'wins_resize_all()'.