about summary refs log tree commit diff stats
path: root/src/config/theme.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
register displacement immediate # . op subop mod rm32 base index scale r32 # . 1-3 bytes 3 bits 2 bits 3 bits 3 bits 3 bits 2 bits 2 bits 0/1/2/4 bytes 0/1/2/4 bytes Entry: # result: ebx = 0 bb/copy-to-ebx 0/imm32 # counter: ecx = 1 b9/copy-to-ecx 1/imm32 $loop: # if (counter > 10) break 81 7/subop/compare 3/mod/direct 1/rm32/ecx . . . . . 0xa/imm32 # compare ecx 7f/jump-if-> $exit/disp8 # result += counter 01/add 3/mod/direct 3/rm32/ebx . . . 1/r32/ecx . . # add ecx to ebx # ++counter 41/increment-ecx # loop eb/jump $loop/disp8 $exit: # exit(ebx) e8/call syscall_exit/disp32 # . . vim:nowrap:textwidth=0