about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * Added jid to OTR errors in consoleJames Booth2015-05-251-1/+1
| |
| * Tidy ui_room_messageJames Booth2015-05-101-60/+62
| |
| * Moved logic to notify_messageJames Booth2015-05-103-36/+20
| |
| * Added ui_contact_onlineJames Booth2015-05-072-0/+37
| |
| * 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
| |
| * Added enc_mode to ProfChatWinJames Booth2015-05-044-10/+15
| |
| * Added ui_ev_new_private_win to ui eventsJames Booth2015-05-042-16/+7
| |
| * ui_outgoing_chat_msg now takes ProfChatWin as argumentJames Booth2015-05-042-10/+8
| |
| * Added roster list function to get display name for messagesJames Booth2015-05-031-24/+8
| |
| * Show resource in status barJames Booth2015-05-031-1/+6
| |
| * Move current win check to event, removed next and prev win functionsJames Booth2015-04-304-77/+23
| |
| * Removed ui_win_switch_numJames Booth2015-04-304-86/+62
| |
| * Added assert to ui_switch_winJames Booth2015-04-301-0/+1
| |
| * Removed some ui functions, inlinedJames Booth2015-04-302-16/+2
| |
| * Added ui_win_error_line()James Booth2015-04-292-0/+7
| |
| * Return result on OTR message sendingJames Booth2015-04-292-20/+8
| |
| * Reuse ui_new_chat_winJames Booth2015-04-291-55/+17
| |
| * _win_show_history takes ProfChatWin as first argJames Booth2015-04-291-66/+55
| |
| * Removed commented codeJames Booth2015-04-281-26/+0
| |
| * Moved new chat win events to client events moduleJames Booth2015-04-214-56/+55
| |
| * Removed unused otr checkJames Booth2015-04-191-5/+0
| |
| * Added option to show jids in occupants panelJames Booth2015-04-127-6/+40
| |
| * Added individual options to send and request delivery receiptsJames Booth2015-03-193-5/+11
| |
| * Merge remote-tracking branch 'origin/master'James Booth2015-03-181-1/+1
| |\
| | * Fix buffer entry freeJames Booth2015-03-171-1/+1
| | |
| * | Added keybindings for rxvtJames Booth2015-03-181-6/+13
| |/
| * Added static functions to commands.c for sending messagesJames Booth2015-03-161-1/+0
| |
| * Tidied helpJames Booth2015-03-151-12/+14
| |
| * Added /receipts commandJames Booth2015-03-152-0/+10
| |
| * Added receipt.sent theme settingJames Booth2015-03-151-3/+3
| |
| * Fixed mergeJames Booth2015-03-151-1/+1
| |
| * Merge branch 'master' into xep-0184James Booth2015-03-152-0/+13
| |\
| | * Added OTR error messagesJames Booth2015-03-152-0/+13
| | |
| * | Merge branch 'master' into xep-0184James Booth2015-03-142-0/+42
| |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: src/server_events.c src/ui/core.c src/ui/ui.h tests/ui/stub_ui.c
| | * Don't switch window on sent carbonJames Booth2015-03-142-0/+44
| | |
| * | Use colouring for message receiptsJames Booth2015-03-145-20/+92
| | |
| * | Removed from argument from outgoing message functionsJames Booth2015-03-142-11/+7
| | |
| * | Renamed win_save_newline -> win_newlineJames Booth2015-03-144-26/+26
| | |
| * | Renamed win_save_println -> win_printlnJames Booth2015-03-144-22/+22
| | |
| * | Renamed win_save_print -> win_printJames Booth2015-03-145-182/+182
| | |
| * | Renamed win_save_vprint -> win_vprintJames Booth2015-03-144-191/+191
| | |