about summary refs log tree commit diff stats
path: root/src/ui/core.c
Commit message (Expand)AuthorAgeFilesLines
* Removed title_bar_draw from UI moduleJames Booth2014-01-161-9/+0
* Renamed title_bar_set_status -> title_bar_set_presenceJames Booth2014-01-161-1/+1
* Renamed title_bar_title -> title_bar_consoleJames Booth2014-01-161-5/+5
* Added /otr trust|untrust commandsJames Booth2014-01-121-1/+41
* Added /otr end commandJames Booth2014-01-111-1/+2
* End OTR session when user closes chat windowJames Booth2014-01-111-2/+26
* Handle window creation for incoming and outgoing OTR sessionsJames Booth2014-01-111-0/+29
* Added /otr theirfp with hardcoded fingerprintJames Booth2014-01-111-4/+7
* Added [OTR] and (trusted/untrusted) to titlebar for OTR sessionsJames Booth2014-01-111-0/+9
* Refactored setting window recipientJames Booth2014-01-111-30/+27
* Require '/otr start' from both parties before encryption used both waysJames Booth2014-01-111-0/+16
* Removed handle error message function from ProfWinJames Booth2014-01-081-1/+1
* Removed print message function from ProfWinJames Booth2014-01-081-2/+2
* src/ui/core.c: Removed duplicate const keywordJasper van Bourgognie2013-12-271-4/+4
* Bind ui core functions in main.cJames Booth2013-12-221-81/+73
* Bind jabber functions in main.cJames Booth2013-12-221-0/+1
* Dynamically load UI functions, fixed testsJames Booth2013-12-221-136/+216
* Moved _ask_password to UI moduleJames Booth2013-12-151-0/+13
* Added simple mock test, refactored rosterJames Booth2013-12-141-1/+1
* Merge branch 'master' into refactor2James Booth2013-11-111-2/+2
|\
| * Fixed compile error for -Wduplicate-decl-specifier on OSXJames Booth2013-11-101-2/+2
* | Removed usages of ui_current_print_line from ui/core.cJames Booth2013-10-071-3/+3
* | Tidy _ui_draw_win_titleJames Booth2013-10-071-3/+8
* | Removed _win_show_error_msgJames Booth2013-10-071-11/+1
* | Refactor ui_create_duck_winJames Booth2013-10-071-2/+1
* | Refactor ui_recipient_goneJames Booth2013-10-071-6/+1
* | Added win_page_offJames Booth2013-10-071-12/+2
* | Moved idle chat state handling out of ui moduleJames Booth2013-10-071-25/+3
* | Added p_contact_create_display_stringJames Booth2013-10-071-38/+8
* | Moved win_show_status function to window moduleJames Booth2013-10-061-94/+7
* | PREF_STATUSES, moved checks to profanity moduleJames Booth2013-10-061-24/+14
* | Moved check for PREF_STATUSESJames Booth2013-10-061-17/+24
* | Rename window in ui_handle_error_messageJames Booth2013-10-061-2/+2
* | Removed generic functions from ProfWinJames Booth2013-10-061-28/+28
* | Refactor ui_current_error_lineJames Booth2013-10-061-6/+2
* | Refactor ui_incoming_messageJames Booth2013-10-061-22/+1
* | Moved status display when receiveing delayed deliveryJames Booth2013-10-061-7/+8
* | ProfWin->print_incoming_message addedJames Booth2013-10-061-22/+1
* | Added show_char and attrs to ProfWin->print_lineJames Booth2013-10-061-1/+1
|/
* Remove implicit refresh from ProfWin->print_lineJames Booth2013-10-061-0/+1
* Refactored ui_current_print_lineJames Booth2013-10-061-7/+1
* OO style for ProfWin typeJames Booth2013-10-061-28/+28
* Refactored error message handlingJames Booth2013-10-061-15/+2
* Refactor error handling to use win_type switchJames Booth2013-10-061-7/+17
* Moved muc error handling to profanity.cJames Booth2013-10-061-7/+0
* Moved UI error handler code to ui/coreJames Booth2013-10-061-0/+26
* Show current window in status barJames Booth2013-10-021-3/+11
* Next and previous windows, handle KEY_CODE_YES terms, jump empty winsJames Booth2013-09-261-0/+62
* Use git revision in development stringsJames Booth2013-09-171-0/+11
* Fixed F key bindingsJames Booth2013-08-311-10/+10