about summary refs log tree commit diff stats
path: root/src/config/theme.c
Commit message (Collapse)AuthorAgeFilesLines
* Applied coding style to src/config/James Booth2015-10-251-15/+15
|
* Add preference for showing TLS indicator in titlebarJames Booth2015-10-141-0/+1
| | | | Issue #616
* Added time format perferences per window typeJames Booth2015-09-301-1/+6
|
* Added last activity time format optionJames Booth2015-09-291-0/+1
|
* Added otr and pgp char to themesJames Booth2015-08-261-0/+15
|
* Allow hiding of empty presence groups: /roster {show,hide} empty (default is ↵Daniel2015-07-081-0/+1
| | | | show)
* Moved setting otr.warn -> enc.warnJames Booth2015-06-211-1/+1
|
* Merge branch 'master' into stabber-testsJames Booth2015-06-021-0/+1
|\
| * Added Theme UI option for window auto tidyPete2015-06-011-0/+1
| |
* | Added initial stabber testJames Booth2015-05-171-1/+4
|/
* Use null check convention in theme.cJames Booth2015-05-041-8/+8
|
* Added option to show jids in occupants panelJames Booth2015-04-121-0/+1
|
* Added receipt.sent theme settingJames Booth2015-03-151-62/+66
|
* Added /time statusbar preferenceJames Booth2015-03-101-0/+1
|
* Upgrade otr warn preference, added UI theme settingsJames Booth2015-02-251-7/+11
|
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Free theme list after useJames Booth2015-02-091-1/+3
|
* Renamed command group presence->presences to avoid clashJames Booth2015-01-281-1/+1
|
* Only overwrite preferences with theme when them loaded, not on startupJames Booth2014-11-301-3/+16
|
* Free string after setting theme ui preference, fixed valgrind warningJames Booth2014-11-241-0/+1
|
* Added [ui] preferences to themesJames Booth2014-11-191-0/+56
|
* Tidied theme.cJames Booth2014-11-191-201/+62
|
* Added /theme colours commandJames Booth2014-11-171-45/+79
|
* Changed type to enum for presence colour attributesJames Booth2014-11-161-0/+18
|
* Added support for bold theme settingsJames Booth2014-11-161-54/+89
|
* Replaced colours with theme_item_tJames Booth2014-11-161-0/+55
|
* Added /presence command to show contacts presenceJames Booth2014-11-071-23/+59
|
* Added main.text.me and main.text.them theme settingsJames Booth2014-11-071-34/+46
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Colour chat room messages that contain users nicknameJames Booth2014-07-161-15/+21
|
* config/theme: search for system-wide themesDmitry Podgorny2014-04-091-64/+86
| | | | | | | Search for system-wide themes (usually /usr/share/profanity/themes) if not found in user's home directory. Not tested yet.
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Added OTR remaining system messages and colouringJames Booth2014-01-171-24/+56
|
* Show OTR coloured statusJames Booth2014-01-161-0/+24
| | | | | | | | | | | | 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'
* Coloured contact and subscription in /roster and /group outputJames Booth2013-07-031-0/+14
|
* Removed files.cJames Booth2013-02-021-1/+0
|
* Moved function to get theme dir to theme.cJames Booth2013-02-021-5/+19
|
* Added config dir to sourceJames Booth2013-02-021-0/+360