about summary refs log tree commit diff stats
path: root/src/ui/titlebar.c
Commit message (Collapse)AuthorAgeFilesLines
* Add myself to copyrightMichael Vetter2020-01-231-0/+1
|
* Add option to display MUC name or JID in titlebarMichael Vetter2020-01-231-5/+17
| | | | Add `/titlebar use [name|jid]`.
* Display MUC name in titlebarMichael Vetter2020-01-231-1/+8
|
* Fix spacing in titlebar.cMichael Vetter2020-01-231-2/+0
|
* Call ncurses resize function before move functionMichael Vetter2019-12-021-1/+2
| | | | | | | | | | | | | | From @xaizek s comment on issue #1235: ``` If the move would cause the window to be off the screen, it is an error and the window is not moved. Resize on the other hand doesn't fail like this according to its documentation. So new size needs to be applied first. ``` Big thanks to @xaizek for taking a look at our code and helping us!! Regards https://github.com/profanity-im/profanity/issues/1235
* Add vim modelineMichael Vetter2019-11-131-0/+1
|
* Add OMEMO state in titlebar in MUCPaul Fariello2019-04-101-0/+15
|
* Add OMEMO state in titlebarPaul Fariello2019-04-101-0/+15
|
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Allow room display properies to be set by pluginsJames Booth2017-01-201-0/+26
|
* Add titlebar encryption text to plugins apiJames Booth2017-01-191-14/+34
|
* Allow vertical positioning of all windowsJames Booth2016-09-231-14/+5
|
* Add /inputwin top|bottom commandJames Booth2016-09-191-1/+17
| | | | closes #853
* Tidy headersJames Booth2016-07-241-1/+1
|
* Moved roster_list.cJames Booth2016-07-241-1/+1
|
* Moved chat_session.cJames Booth2016-07-241-1/+1
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Add session.cJames Booth2016-05-051-1/+1
|
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-1/+1
|
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * Updated copyrightJames Booth2016-02-141-1/+1
| |
* | Added C plugin code from plugins branchJames Booth2016-02-141-1/+1
|/
* 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
| | | | Issue #616
* Title bar TLS indicatorJames Booth2015-10-141-9/+71
| | | | Issue #616
* 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
|