about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* Added window encyption mode for PGPJames Booth2015-06-202-43/+57
* Merge branch 'master' into openpgpJames Booth2015-06-175-123/+157
|\
| * 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
|\|
| * 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 und...Pete2015-06-012-9/+3
| | * | 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
|\|
| * Added enc_mode to ProfChatWinJames Booth2015-05-044-10/+15
* | Merge branch 'master' into pgpJames Booth2015-05-042-16/+7
|\|
| * Added ui_ev_new_private_win to ui eventsJames Booth2015-05-042-16/+7
* | Merge branch 'master' into pgpJames Booth2015-05-042-10/+8
|\|
| * ui_outgoing_chat_msg now takes ProfChatWin as argumentJames Booth2015-05-042-10/+8
* | Merge branch 'master' into pgpJames Booth2015-05-041-24/+8
|\|
| * Added roster list function to get display name for messagesJames Booth2015-05-031-24/+8