| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: Don't rely on test order. | Dylan Araps | 2017-07-23 | 1 | -5/+8 |
| * | tests: Fix errors | Dylan Araps | 2017-07-23 | 2 | -3/+7 |
| * | tests: Test file import | Dylan Araps | 2017-07-23 | 1 | -0/+5 |
| * | tests: Exclude convert check | Dylan Araps | 2017-07-23 | 1 | -1/+1 |
| * | tests: Test image cache | Dylan Araps | 2017-07-23 | 1 | -0/+11 |
| * | tests: Test imageamagick fail. | Dylan Araps | 2017-07-23 | 2 | -0/+5 |
| * | tests: Added test for template fail | Dylan Araps | 2017-07-23 | 1 | -0/+12 |
| * | travis: Fix flags | Dylan Araps | 2017-07-23 | 1 | -2/+1 |
| * | tests: Test image functions (fail) | Dylan Araps | 2017-07-23 | 1 | -0/+10 |
| * | coverage: Ignore wallpaper.py | Dylan Araps | 2017-07-23 | 1 | -0/+1 |
| * | 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 |
| | |\ | |||||
| | | * | 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. | Dylan Araps | 2017-07-23 | 1 | -111/+5 |
| * | | Merge pull request #54 from dylanaraps/alpha | Dylan Araps | 2017-07-23 | 5 | -2/+24 |
| |\| | |||||
| | * | 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 other... | Dylan Araps | 2017-07-23 | 1 | -1/+1 |
| * | | tests: Fix test | Dylan Araps | 2017-07-23 | 1 | -1/+1 |
| |/ | |||||
| * | optimization: Speed up image processing by 5-6x resizing images before grabbi... | Dylan Araps | 2017-07-23 | 1 | -2/+3 |
| * | Merge pull request #52 from dylanaraps/api | Dylan Araps | 2017-07-23 | 18 | -230/+301 |
| |\ | |||||
| | * | 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 |