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
|
f='#n964'>964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196