about summary refs log tree commit diff stats
path: root/src/ui/titlebar.c
Commit message (Expand)AuthorAgeFilesLines
* Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-051-8/+11
* Add preference for showing TLS indicator in titlebarJames Booth2015-10-141-1/+1
* Title bar TLS indicatorJames Booth2015-10-141-9/+71
* Split PGP incoming and outgoing message handlingJames Booth2015-08-301-50/+53
* Moved setting otr.warn -> enc.warnJames Booth2015-06-211-2/+1
* Tidied OTR and PGP combinations in client_events.cJames Booth2015-06-211-2/+0
* Added window encyption mode for PGPJames Booth2015-06-201-42/+55
* Moved ui/windows -> window_listJames Booth2015-06-151-1/+1
* Renamed otr trusted window propertyJames Booth2015-06-131-1/+1
* Use null check convention in titlebar.cJames Booth2015-05-041-3/+3
* Added enc_mode to ProfChatWinJames Booth2015-05-041-1/+1
* Updated copyrightJames Booth2015-02-101-1/+1
* Free GTimer on switch to consoleJames Booth2015-02-091-1/+4
* Added preferences for showing resource in titlebar and messagesJames Booth2015-01-101-1/+1
* Show resource in titlebar and on each messageJames Booth2015-01-101-6/+15
* Renamed resource -> resource_overrideJames Booth2015-01-101-4/+4
* Moved unread to window subtypesJames Booth2014-12-211-1/+0
* Added win_get_titleJames Booth2014-12-211-28/+8
* Tidy titlebar.cJames Booth2014-12-211-26/+18
* Refactoring window types, removing recipient and from references - wipJames Booth2014-12-181-6/+8
* Added new window and layout typesJames Booth2014-12-161-5/+6
* Renamed chat_resource -> resourceJames Booth2014-12-101-4/+4
* Moved chat resource to WIN_CHAT typeJames Booth2014-12-101-4/+4
* Moved otr properties to WIN_CHAT typeJames Booth2014-12-101-2/+2
* Added form to WIN_MUC_CONFIG typeJames Booth2014-12-101-1/+1
* Show resource presence with /resource commandJames Booth2014-12-021-51/+48
* Added /resource commandJames Booth2014-12-021-0/+23
* Tidied title bar drawJames Booth2014-12-021-96/+88
* Added ifdef to _show_privacy() functionJames Booth2014-12-011-1/+5
* Fix autocomplete clash, fix crash on opening window when recipient not in rosterJames Booth2014-11-221-30/+26
* Remove contact lookup when showing OTR privacyJames Booth2014-11-221-63/+51
* Renamed roster autocomplete functionsJames Booth2014-11-221-2/+2
* Tidied whitespaceJames Booth2014-11-221-4/+1
* refactor parts of title bar render out of _title_bar_drawJames Booth2014-11-201-108/+130
* Replaced colours with theme_item_tJames Booth2014-11-161-54/+70
* Added /presence command to show contacts presenceJames Booth2014-11-071-0/+55
* Show indicator when form has unsaved changesJames Booth2014-09-161-1/+9
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Fixed memleak in title bar roster_find_contactJames Booth2014-06-271-1/+3
* Free titlebar current_recipient when switching to consoleJames Booth2014-06-171-1/+4
* Added config.h to files checking for OTR supportJames Booth2014-05-191-0/+2
* OTR end messages are now send to recipients not in the roster.James Booth2014-04-181-2/+6
* Removed inputwin functions from ui.hJames Booth2014-04-071-0/+1
* Removed titlebar functions from ui.hJames Booth2014-04-071-44/+33
* Removed create_title_bar from ui.hJames Booth2014-04-071-3/+3
* Renamed refresh functions to update_virtualJames Booth2014-04-011-2/+2
* Updated copyrightJames Booth2014-03-091-1/+1
* Use wnoutrefresh, pnoutrefresh and doupdateJames Booth2014-02-021-2/+2
* Convert name to barejid on retrieving win in titlebar for otr messagesJames Booth2014-01-211-1/+3
* Show OTR coloured statusJames Booth2014-01-161-0/+65