| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: Added test for msg() | Dylan Araps | 2017-07-23 | 1 | -0/+10 |
| | | |||||
| * | travis: Fix tests | Dylan Araps | 2017-07-23 | 1 | -0/+6 |
| | | |||||
| * | Merge branch 'master' of github.com:dylanaraps/wal.py | Dylan Araps | 2017-07-23 | 2 | -17/+7 |
| |\ | |||||
| | * | Merge pull request #56 from dylanaraps/rd | Dylan Araps | 2017-07-23 | 2 | -17/+7 |
| | |\ | | | | | | | misc: README changes and added code coverage. | ||||
| | | * | travis: Fix module name | Dylan Araps | 2017-07-23 | 1 | -1/+1 |
| | | | | |||||
| | | * | travis: Fix coverage | Dylan Araps | 2017-07-23 | 1 | -1/+1 |
| | | | | |||||
| | | * | travis: fix coverage | Dylan Araps | 2017-07-23 | 1 | -2/+4 |
| | | | | |||||
| | | * | general: changes | Dylan Araps | 2017-07-23 | 2 | -4/+5 |
| | | | | |||||
| | | * | docs: README | Dylan Araps | 2017-07-23 | 1 | -15/+2 |
| | |/ | |||||
| * / | tests: Added a test for disown() | Dylan Araps | 2017-07-23 | 1 | -0/+10 |
| |/ | |||||
| * | docs: Remove toc | Dylan Araps | 2017-07-23 | 1 | -10/+0 |
| | | |||||
| * | Merge pull request #55 from dylanaraps/alpha | Dylan Araps | 2017-07-23 | 1 | -111/+5 |
| |\ | | | | | docs: Move documentation to the wiki. | ||||
| | * | docs: Move documentation to the wiki. | Dylan Araps | 2017-07-23 | 1 | -111/+5 |
| | | | |||||
| * | | Merge pull request #54 from dylanaraps/alpha | Dylan Araps | 2017-07-23 | 5 | -2/+24 |
| |\| | | | | | general: Add back -a to support transparency in URxvt. | ||||
| | * | Merge branch 'alpha' of github.com:dylanaraps/wal.py into alpha | Dylan Araps | 2017-07-23 | 0 | -0/+0 |
| | |\ | |||||
| | | * | general: Fix regex issue. | Dylan Araps | 2017-07-23 | 1 | -1/+1 |
| | | | | |||||
| | | * | general: Add -a to support terminal transparency. | Dylan Araps | 2017-07-23 | 5 | -2/+24 |
| | | | | |||||
| | * | | general: Fix regex issue. | Dylan Araps | 2017-07-23 | 1 | -1/+1 |
| | | | | |||||
| | * | | general: Add -a to support terminal transparency. | Dylan Araps | 2017-07-23 | 5 | -2/+24 |
| |/ / | |||||
| * | | tests: Check color length instead of value since the tests will fail on ↵ | Dylan Araps | 2017-07-23 | 1 | -1/+1 |
| | | | | | | | | | other versions of imageamgick | ||||
| * | | tests: Fix test | Dylan Araps | 2017-07-23 | 1 | -1/+1 |
| |/ | |||||
| * | optimization: Speed up image processing by 5-6x resizing images before ↵ | Dylan Araps | 2017-07-23 | 1 | -2/+3 |
| | | | | | grabbing palettes. | ||||
| * | Merge pull request #52 from dylanaraps/api | Dylan Araps | 2017-07-23 | 18 | -230/+301 |
| |\ | | | | | api: Start work on a proper api. | ||||
| | * | tests: Fix tests | Dylan Araps | 2017-07-23 | 1 | -1/+1 |
| | | | |||||
| | * | api: Added function to load colors from file. | Dylan Araps | 2017-07-23 | 3 | -4/+11 |
| | | | |||||
| | * | tests: Fix tests | Dylan Araps | 2017-07-23 | 2 | -2/+5 |
| | | | |||||
| | * | tests: Update tests. | Dylan Araps | 2017-07-23 | 2 | -6/+6 |
| | | | |||||
| | * | reload: Add missing arg. | Dylan Araps | 2017-07-23 | 2 | -4/+8 |
| | | | |||||
| | * | api: More changes. | Dylan Araps | 2017-07-23 | 3 | -8/+15 |
| | | | |||||
| | * | api: Changed export arguments. | Dylan Araps | 2017-07-23 | 4 | -70/+85 |
| | | | |||||
| | * | tests: Fix tests | Dylan Araps | 2017-07-22 | 1 | -4/+4 |
| | | | |||||
| | * | tests: Add new template test. | Dylan Araps | 2017-07-22 | 1 | -8/+1 |
| | | | |||||
| | * | tests: Add new template test. | Dylan Araps | 2017-07-22 | 2 | -12/+24 |
| | | | |||||
| | * | api: Add function to export individual templates. | Dylan Araps | 2017-07-22 | 2 | -9/+28 |
| | | | |||||
| | * | template: Rename arg to make more sense. | Dylan Araps | 2017-07-22 | 1 | -4/+4 |
| | | | |||||
| | * | template: Minor change. | Dylan Araps | 2017-07-22 | 1 | -0/+1 |
| | | | |||||
| | * | api: Remove wal.py | Dylan Araps | 2017-07-22 | 13 | -140/+123 |
| | | | |||||
| | * | travis: Remove flag from pylint | Dylan Araps | 2017-07-22 | 1 | -1/+1 |
| | | | |||||
| | * | lint: Remove all lint comments. | Dylan Araps | 2017-07-22 | 4 | -10/+10 |
| | | | |||||
| | * | general: Use __all__ in __init__.py | Dylan Araps | 2017-07-22 | 1 | -1/+11 |
| | | | |||||
| | * | tests: Cover random image. | Dylan Araps | 2017-07-22 | 2 | -4/+5 |
| | | | |||||
| | * | api: Cleanup | Dylan Araps | 2017-07-22 | 4 | -12/+16 |
| | | | |||||
| | * | general: Disable notifications by default. | Dylan Araps | 2017-07-22 | 1 | -1/+1 |
| | | | |||||
| | * | General: move cache call | Dylan Araps | 2017-07-22 | 2 | -5/+6 |
| | | | |||||
| | * | tests: Fix tests | Dylan Araps | 2017-07-22 | 2 | -4/+7 |
| | | | |||||
| | * | tests: Use wal functions. | Dylan Araps | 2017-07-22 | 1 | -2/+2 |
| | | | |||||
| | * | examples: Move examples out of the repo to the wiki. | Dylan Araps | 2017-07-22 | 2 | -77/+0 |
| | | | |||||
| | * | general: Fixes. | Dylan Araps | 2017-07-22 | 6 | -6/+7 |
| | | | |||||
| | * | general: Fix comment | Dylan Araps | 2017-07-22 | 1 | -1/+1 |
| | | | |||||
| | * | general: Remove comments that just repeat what the code does. | Dylan Araps | 2017-07-22 | 6 | -55/+16 |
| | | | |||||