Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed inp_win_clear() | James Booth | 2015-11-01 | 2 | -10/+0 | |
| | ||||||
* | Removed ui_input_clear() | James Booth | 2015-11-01 | 2 | -7/+0 | |
| | ||||||
* | Removed ui_readline() | James Booth | 2015-11-01 | 3 | -8/+2 | |
| | ||||||
* | Added missing config.h includes | James Booth | 2015-10-31 | 2 | -0/+7 | |
| | ||||||
* | Added HAVE_LIBOTR checks | James Booth | 2015-10-31 | 2 | -0/+8 | |
| | ||||||
* | Added /subject append <text> | James Booth | 2015-10-29 | 1 | -1/+1 | |
| | ||||||
* | Reordered ui.h | James Booth | 2015-10-27 | 1 | -8/+8 | |
| | ||||||
* | Tidied remaining chatwin functions | James Booth | 2015-10-27 | 3 | -21/+28 | |
| | ||||||
* | Renamed _win_show_history -> _chatwin_history | James Booth | 2015-10-27 | 1 | -4/+4 | |
| | ||||||
* | Tidied chatwin_outgoing_carbon | James Booth | 2015-10-27 | 2 | -11/+9 | |
| | ||||||
* | Renamed ui_outgoing_chat_msg -> chatwin_outgoing_msg | James Booth | 2015-10-27 | 2 | -2/+2 | |
| | ||||||
* | Renamed ui_incoming_msg -> chatwin_incoming_msg | James Booth | 2015-10-27 | 2 | -25/+25 | |
| | ||||||
* | Renamed ui_new_chat_win -> chatwin_new | James Booth | 2015-10-27 | 2 | -3/+3 | |
| | ||||||
* | Moved ui_handle_otr_error | James Booth | 2015-10-27 | 2 | -11/+11 | |
| | ||||||
* | Renamed ui_recipient_gone -> chatwin_recipeint_gone | James Booth | 2015-10-27 | 2 | -2/+2 | |
| | ||||||
* | Tidied ui_recipient_gone | James Booth | 2015-10-27 | 2 | -29/+13 | |
| | ||||||
* | Combined chatwin OTR SMP functions | James Booth | 2015-10-27 | 3 | -93/+57 | |
| | ||||||
* | Renamed chatwin OTR functions | James Booth | 2015-10-27 | 2 | -30/+30 | |
| | ||||||
* | Removed ui_events module | James Booth | 2015-10-27 | 2 | -2/+0 | |
| | ||||||
* | Removed ui_ev_focus_win | James Booth | 2015-10-27 | 2 | -10/+14 | |
| | ||||||
* | remaining otr functions take ProfChatWin | James Booth | 2015-10-27 | 2 | -51/+45 | |
| | ||||||
* | ui_smp_successful takes ProfChatWin | James Booth | 2015-10-26 | 2 | -6/+5 | |
| | ||||||
* | ui_smp_aborted takes ProfChatWin | James Booth | 2015-10-26 | 2 | -6/+5 | |
| | ||||||
* | ui_smp_unsuccessful_receiver takes ProfChatWin | James Booth | 2015-10-26 | 2 | -6/+6 | |
| | ||||||
* | ui_smp_unsuccessful_sender takes ProfChatWin | James Booth | 2015-10-26 | 2 | -8/+10 | |
| | ||||||
* | ui_smp_recipient_initiated_q takes ProfChatWin | James Booth | 2015-10-26 | 2 | -8/+7 | |
| | ||||||
* | ui_smp_recipient_initiated takes ProfChatWin | James Booth | 2015-10-26 | 2 | -6/+5 | |
| | ||||||
* | Add assert checks for ProfChatWin functions | James Booth | 2015-10-26 | 1 | -0/+7 | |
| | ||||||
* | ui_gone_insecure takes ProfChatWin | James Booth | 2015-10-26 | 2 | -11/+8 | |
| | ||||||
* | ui_gone_secure takes ProfChatWin | James Booth | 2015-10-26 | 2 | -13/+5 | |
| | ||||||
* | ui_message_receipt takes ProfChatWin | James Booth | 2015-10-26 | 2 | -7/+4 | |
| | ||||||
* | Removed ui_chat_win_exists | James Booth | 2015-10-26 | 2 | -8/+0 | |
| | ||||||
* | Extracted chatwin.c | James Booth | 2015-10-26 | 2 | -410/+455 | |
| | ||||||
* | Merge remote-tracking branch 'jubalh/compwarn' | James Booth | 2015-10-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Get rid of compiler warning concerning NULL pointer | Michael Vetter | 2015-10-26 | 1 | -1/+1 | |
| | | | | | | | | Casting the into correct type. | |||||
* | | Merge remote-tracking branch 'jubalh/ptr_fix' | James Booth | 2015-10-26 | 1 | -1/+0 | |
|\ \ | ||||||
| * | | Fix pointer dereferencing | Michael Vetter | 2015-10-26 | 1 | -1/+0 | |
| |/ | | | | | | | Setting the pointer to NULL had no effect outside the function so far. | |||||
* / | Removed ui_about() function | James Booth | 2015-10-26 | 2 | -8/+0 | |
|/ | ||||||
* | Applied coding style to src/ui/ | James Booth | 2015-10-25 | 10 | -192/+191 | |
| | ||||||
* | Applied coding style to src/ui/core.c | James Booth | 2015-10-25 | 1 | -114/+113 | |
| | ||||||
* | Applied coding style to src/ui/console.c | James Booth | 2015-10-25 | 1 | -15/+15 | |
| | ||||||
* | Applied coding style to src/ui/buffer.h src/ui/buffer.c | James Booth | 2015-10-25 | 2 | -6/+5 | |
| | ||||||
* | Merge remote-tracking branch 'jubalh/jub' | James Booth | 2015-10-24 | 3 | -23/+9 | |
|\ | ||||||
| * | Create is_notify_enabled function | Michael Vetter | 2015-10-12 | 1 | -12/+1 | |
| | | | | | | | | | | The same code was used on two different occasions. I put it into a function. | |||||
| * | Undefine argument list | Michael Vetter | 2015-10-12 | 1 | -0/+1 | |
| | | | | | | | | Call va_end() to correclty stop using the argument list. | |||||
| * | Reduce scope of variables in ui/core | Michael Vetter | 2015-10-12 | 2 | -11/+7 | |
| | | | | | | | | | | Not as important as the other one (where there was a double declaration). But for the sake of consistency. | |||||
* | | Force tls on all connections, add tls policy account property | James Booth | 2015-10-18 | 1 | -0/+3 | |
| | | ||||||
* | | Implemented /script show | James Booth | 2015-10-17 | 2 | -0/+19 | |
| | | ||||||
* | | Implemented /script list | James Booth | 2015-10-17 | 2 | -0/+19 | |
| | | ||||||
* | | Add ability to script commands after connect | James Booth | 2015-10-15 | 1 | -1/+3 | |
| | |