Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve color blindness handling | Michael Vetter | 2019-12-12 | 1 | -2/+2 |
| | | | | Rename some things and use a swtich instead of if. | ||||
* | Implement Color Vision Deficiencies setting | Michael Vetter | 2019-12-12 | 1 | -1/+11 |
| | | | | | | Implement settings for redgreen and blue blindness. Regards https://github.com/profanity-im/profanity/issues/1191 | ||||
* | XEP-0392: theme, ui: conditionally colorize user nicks | Aurelien Aptel | 2019-12-03 | 1 | -0/+6 |
| | | | | | | | | | * add theme_hash_attrs() * when printing a user message check PREF_COLOR_NICK to decide whether to colorize it or not ideally we should hash the jid instead of the nick but this is already a first step. | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Change default text colors to default (#1213) | Martin | 2019-10-22 | 1 | -8/+8 |
| | | | | | | | | Change default themes text color Using "default" instead of white makes the default better readable when using a black/dark font on white/light background. May fix #535 | ||||
* | Add option to hilight unread rooms in /wins command | Michael Vetter | 2019-10-12 | 1 | -0/+2 |
| | | | | | | | In the theme we can now set `cmd.wins.unread` to hvae a special color for the lines of the `/wins` output that have unread messages. Fix https://github.com/profanity-im/profanity/issues/895 | ||||
* | Add coloring of statusbar.current tab in view | Daniel Lublin | 2019-09-24 | 1 | -0/+3 |
| | | | | | | | | | | | | | | This theme color applies to the tab title text of the statusbar tab that is currently shown. The (somewhat confusingly named) `statusbar.active` theme color now applies to all other tabs (before, it applied to all tabs). Coloring of a tab that is highlighted/has new messages is done as before using the `statusbar.new` theme color. The default color is set to `cyan`, and thus causes no visible change for users -- until modified. | ||||
* | Set default color for main.text.history | Michael Vetter | 2019-09-11 | 1 | -0/+1 |
| | | | | Might be related to https://github.com/profanity-im/profanity/issues/1186 | ||||
* | Allow colorization of history messages | Michael Vetter | 2019-09-10 | 1 | -0/+1 |
| | | | | | | | | History was always printed with `THEME_DEFAULT` we now use `THEME_TEXT_HISTORY` which is accesible in theme files via `main.text.history`. Fix https://github.com/profanity-im/profanity/issues/1170 | ||||
* | Remove unused colour_string_t struct | Michael Vetter | 2019-08-23 | 1 | -5/+0 |
| | |||||
* | theme: print to log not to console | Michael Vetter | 2019-08-23 | 1 | -2/+1 |
| | | | | Seems this can cause trouble in case we cant use the theme properly. | ||||
* | Notify trying to load 256 colour theme in incapable terminal | Michael Vetter | 2019-08-23 | 1 | -1/+2 |
| | |||||
* | Reset color pairs when new theme is loaded | Michael Vetter | 2019-08-23 | 1 | -0/+2 |
| | | | | | | We only need the colour pairs initialized that the theme actually uses. It's otherwise possible that we run over the max value of initialzed pairs. | ||||
* | Use log_error() instead of g_warning() | Michael Vetter | 2019-08-23 | 1 | -2/+2 |
| | |||||
* | Add 256 colors support | Aurelien Aptel | 2019-08-23 | 1 | -104/+7 |
| | | | | | | Themes can now use color names from the xterm color name list [1]. 1: https://jonasjacek.github.io/colors/ | ||||
* | Set foreground color for untrusted messages | Paul Fariello | 2019-06-20 | 1 | -0/+2 |
| | |||||
* | Add myself to copyright | Michael Vetter | 2019-06-17 | 1 | -0/+1 |
| | | | | Like discussed with James. | ||||
* | Add omemo.char theme option | Michael Vetter | 2019-06-05 | 1 | -0/+8 |
| | | | | Thanks to @kaffekanne for noticing this! | ||||
* | Add occupants char | Michael Vetter | 2019-05-02 | 1 | -0/+10 |
| | | | | | | | `/occupants char` now sets a character that is displayed before the nick in MUCs. Similar like `/roster char` is displaying a char for the roster. Regards #690 | ||||
* | Fix statusbar number in theme | Michael Vetter | 2019-04-24 | 1 | -1/+1 |
| | | | | There is a typo here. So this actually never worked ;-) | ||||
* | Add occupants wrap option | Michael Vetter | 2019-04-24 | 1 | -0/+1 |
| | | | | | | | Wrapping for the occupants panel like already exists for the roster panel. See `/occupants wrap on`. Regards https://github.com/boothj5/profanity/issues/690 | ||||
* | Add occupants header char | Michael Vetter | 2019-04-23 | 1 | -0/+10 |
| | | | | | | | | `/occupants header char` now sets a character that is displayed before the role (moderator, visitor..) in a room. Similar to `/roster header char` is displaying a char for the roster. Regards https://github.com/boothj5/profanity/issues/690 | ||||
* | Add /occupants indent command | Michael Vetter | 2019-04-18 | 1 | -0/+5 |
| | | | | | | | | Roster has a `/roster contact indent` option. Now we have the same for occupants. So contacts in roster and in MUC can have configurable indentation. Regards https://github.com/boothj5/profanity/issues/690 | ||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Rename mucconf wins into conf wins | Paul Fariello | 2018-09-05 | 1 | -1/+1 |
| | | | | Configuration windows are now being used by both muc and cmd. | ||||
* | Fix theme load max tab length | James Booth | 2018-03-11 | 1 | -1/+1 |
| | |||||
* | Add max tab length to statusbar | James Booth | 2018-03-11 | 1 | -0/+5 |
| | |||||
* | Add statusbar pref to themes | James Booth | 2018-03-10 | 1 | -0/+10 |
| | |||||
* | Remove empty tabs | James Booth | 2018-03-09 | 1 | -1/+0 |
| | |||||
* | Update themes | James Booth | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | Allow hiding room server in roster | James Booth | 2018-01-21 | 1 | -0/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Add theme option for time in a status bar | Lukasz Marcinowski | 2017-03-22 | 1 | -0/+3 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Added main.help.header theme option | Frank Zschockelt | 2016-10-29 | 1 | -0/+2 |
| | |||||
* | Remove verbose output on window move | James Booth | 2016-09-25 | 1 | -7/+12 |
| | |||||
* | Allow vertical positioning of all windows | James Booth | 2016-09-23 | 1 | -1/+8 |
| | |||||
* | Add /inputwin top|bottom command | James Booth | 2016-09-19 | 1 | -1/+3 |
| | | | | closes #853 | ||||
* | Move all filepath handling to files.c | James Booth | 2016-07-24 | 1 | -14/+3 |
| | |||||
* | Move xgd functions | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Add config/files.c | James Booth | 2016-07-24 | 1 | -2/+3 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -0/+1 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -3/+3 |
|/ | |||||
* | Fixed theme defaults memory release | James Booth | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Highlight room trigger terms | James Booth | 2016-02-13 | 1 | -0/+2 |
| | |||||
* | Added roommention.term theme option | James Booth | 2016-02-10 | 1 | -0/+2 |
| |