about summary refs log tree commit diff stats
path: root/src/ui/titlebar.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong format string in titlebarMichael Vetter2021-09-291-3/+3
| | | | | | | See https://github.com/profanity-im/profanity/commit/fd9ccec8dc604902bbb1d444dba4223ccee0a092 and https://github.com/profanity-im/profanity/issues/1597#issuecomment-930426764.
* Fix wrong format string in titlebar encryptionMichael Vetter2021-09-291-2/+2
| | | | | | Fix https://github.com/profanity-im/profanity/issues/1597 Thanks @debacle.
* Display attention hint in titlebar for mucs tooMichael Vetter2021-05-311-12/+23
| | | | | | | | * Display the `[ATTENTION]` hint in the titlebar for both chatwins and mucwins. * Use THEME_TITLE_TEXT instead of THEME_TITLE_ENCRYPT * Have separate function `_show_attention` and don't do it in unrelated `_show_privacy`.
* Attention flag for chat windowsDebXWoody2021-05-291-0/+12
| | | | | | | User is able to toggle a flag for chat windows. This flag should be used to mark the window for "Attention". Use Ctrl+f to mark the window.
* Update copyrightMichael Vetter2021-01-081-1/+1
|
* Declare counter var inside loopMichael Vetter2020-11-091-2/+1
| | | | We require c99/gnu99 anyways.
* Apply coding styleMichael Vetter2020-07-071-104/+102
|
* Revert "Apply coding style"Michael Vetter2020-07-071-109/+111
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-111/+109
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-291-0/+14
| | | | | | | | | Basic implementation of XEP-0373: OpenPGP for XMPP. https://xmpp.org/extensions/xep-0373.html Command /ox Issue: #1331
* Fix titlebar write positionMichael Vetter2020-05-271-4/+35
| | | | | | | | Mistake introduced in 86f0e0ea7033a27a83a5c24091ae1fd5b579296d The functions later on dont set an explitic position when writing their strings. Fix https://github.com/profanity-im/profanity/issues/1346
* Fix invalid read in titlebarMichael Vetter2020-05-241-1/+2
|
* Dont show resource in titlebar if it is too longMichael Vetter2020-05-221-9/+20
| | | | Fix https://github.com/profanity-im/profanity/issues/715
* Make 'scrolled' themeableMichael Vetter2020-05-211-0/+3
|
* Display when scrolled upMichael Vetter2020-05-211-0/+21
| | | | | | Display [SCROLLED] in titlebar if a chat/muc/private win is scrolled up. Implement https://github.com/profanity-im/profanity/issues/1289
* move titlebar code in correct functionMichael Vetter2020-03-241-19/+1
|
* 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
|