about summary refs log tree commit diff stats
path: root/src/ui/titlebar.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | fixes #333
* 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
| | | | Issue #298
* Convert name to barejid on retrieving win in titlebar for otr messagesJames Booth2014-01-211-1/+3
| | | | fixes #289
* Show OTR coloured statusJames Booth2014-01-161-0/+65
| | | | | | | | | | | | Customisable within theme files e.g.: titlebar.unencrypted=red titlebar.encrypted=green titlebar.trusted=red titlebar.untrusted=green Shows [unencrypted] for all non-OTR chat Disable with '/otr warn off'
* Set boolean when typing in titlebarJames Booth2014-01-161-10/+9
|
* Removed title_bar_draw from UI moduleJames Booth2014-01-161-9/+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
|