about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* 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()'.
| | * | Added window auto tidy.Pete2015-05-292-0/+11
| |/ /
* | | Merge branch 'master' into openpgpJames Booth2015-05-251-1/+1
|\| |
| * | Added jid to OTR errors in consoleJames Booth2015-05-251-1/+1
| |/
* | Merge branch 'master' into openpgpJames Booth2015-05-101-60/+62
|\|
| * Tidy ui_room_messageJames Booth2015-05-101-60/+62
| |
* | Merge branch 'master' into openpgpJames Booth2015-05-103-36/+20
|\|
| * Moved logic to notify_messageJames Booth2015-05-103-36/+20
| |
* | Merge branch 'master' into openpgpJames Booth2015-05-072-0/+37
|\|
| * Added ui_contact_onlineJames Booth2015-05-072-0/+37
| |
* | Merge branch 'master' into pgpJames Booth2015-05-047-212/+212
|\|
| * Use null check convention in windows.cJames Booth2015-05-041-18/+18
| |
| * Use null check convention in window.cJames Booth2015-05-041-38/+38
| |
| * Use null check convention in titlebar.cJames Booth2015-05-041-3/+3
| |
| * Use null check convention in statusbar.cJames Booth2015-05-041-7/+7
| |
| * Use null check convention in notifier.cJames Booth2015-05-041-4/+4
| |
| * Use null check convention in core.cJames Booth2015-05-041-62/+62
| |
| * Use null check convention in console.cJames Booth2015-05-041-80/+80
| |
* | Merge branch 'master' into pgpJames Booth2015-05-044-10/+15
|\|