about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* Added configure checks to enable desktop notifications on OSXJames Booth2014-03-041-0/+2
* Log message when cannot send desktop noficationJames Booth2014-03-041-1/+5
* Added OSX desktop notifications using terminal-notifierJames Booth2014-03-041-0/+20
* Removed debug on error messagesJames Booth2014-02-231-1/+0
* Added /otr myfp testJames Booth2014-02-171-1/+1
* Added tests for /otr warnJames Booth2014-02-162-0/+8
* Show message on /alias list when no aliasesJames Booth2014-02-151-0/+5
* Moved otr sources into folderJames Booth2014-02-121-1/+1
* Use wnoutrefresh, pnoutrefresh and doupdateJames Booth2014-02-027-7/+9
* Refactored handle_presence_error, removed no longer used functionsJames Booth2014-01-304-79/+1
* Added fallback message error handlersJames Booth2014-01-272-0/+37
* Show original error messageJames Booth2014-01-262-9/+6
* Changed error message when couldn't join roomJames Booth2014-01-261-6/+16
* Handle recipient not foundJames Booth2014-01-262-0/+28
* Added aliases to autocompleteJames Booth2014-01-232-8/+0
* Added /alias command, writing aliases to [alias] group in profrcJames Booth2014-01-232-0/+17
* Added skeleton /alias commandJames Booth2014-01-232-0/+8
* Convert name to barejid on retrieving win in titlebar for otr messagesJames Booth2014-01-211-1/+3
* Added statuses settings to prefs outputJames Booth2014-01-211-20/+28
* Added UI presence functionsJames Booth2014-01-193-0/+83
* Inlined ui_contact_online and ui_contact_offlineJames Booth2014-01-192-60/+0
* Added port to /account show <account>James Booth2014-01-191-0/+3
* Added OTR remaining system messages and colouringJames Booth2014-01-171-4/+8
* Tidied OTR messagesJames Booth2014-01-162-0/+18
* Show OTR coloured statusJames Booth2014-01-164-9/+78
* Set boolean when typing in titlebarJames Booth2014-01-161-10/+9
* Removed title_bar_draw from UI moduleJames Booth2014-01-163-19/+8
* Use title_bar_draw in title_bar_refreshJames Booth2014-01-161-4/+1
* Added constant for console titleJames Booth2014-01-161-1/+3
* Remove manual memory allocation from titlebarJames Booth2014-01-161-28/+14
* Renamed recipient -> current_recipient in titlebarJames Booth2014-01-161-11/+11
* Inlined _title_bar_draw_title and _title_bar_draw_presenceJames Booth2014-01-161-24/+8
* Use title_bar_draw where possible in title barJames Booth2014-01-161-15/+3
* Always erase and refresh titlebar when drawingJames Booth2014-01-161-0/+8
* Added _title_bar_draw_title when setting presenceJames Booth2014-01-161-1/+2
* Removed _title_bar_showJames Booth2014-01-161-13/+6
* Removed title_bar_show from UI moduleJames Booth2014-01-162-3/+2
* Renamed title bar status -> presenceJames Booth2014-01-162-11/+11
* Renamed title_bar_set_status -> title_bar_set_presenceJames Booth2014-01-163-5/+7
* Renamed title_bar -> winJames Booth2014-01-161-31/+31
* Renamed title_bar_title -> title_bar_consoleJames Booth2014-01-163-9/+9
* Removed dirty flag from titlebarJames Booth2014-01-161-15/+16
* Added setting /otr log on|off|redactJames Booth2014-01-132-0/+17
* Merge branch 'master' into otrJames Booth2014-01-121-0/+2
|\
| * Fixed win_handle_error_messageJames Booth2014-01-081-0/+2
* | Added /otr trust|untrust commandsJames Booth2014-01-122-2/+44
* | Added /otr end commandJames Booth2014-01-111-1/+2
* | End OTR session when user closes chat windowJames Booth2014-01-112-3/+28
* | Handle window creation for incoming and outgoing OTR sessionsJames Booth2014-01-112-0/+30
* | Added /otr theirfp with hardcoded fingerprintJames Booth2014-01-114-6/+21