| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | |
| | * | 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 | |
| | * | examples: Update example | Dylan Araps | 2017-07-21 | 1 | -1/+1 | |
| | * | util: Add new msg function. | Dylan Araps | 2017-07-21 | 2 | -7/+11 | |
| | * | general: Remove unused module. | Dylan Araps | 2017-07-20 | 1 | -1/+0 | |
| | * | api: Fix comment. | Dylan Araps | 2017-07-20 | 1 | -1/+0 | |
| | * | tests: Fix tests. | Dylan Araps | 2017-07-20 | 2 | -5/+5 | |
| | * | api: Added a simple example. | Dylan Araps | 2017-07-20 | 2 | -20/+53 | |
| | * | api: Update example. | Dylan Araps | 2017-07-20 | 1 | -7/+20 | |
| | * | General: Unhardcode all CACHE_DIR and COLOR_COUNT usage. | Dylan Araps | 2017-07-20 | 11 | -70/+57 | |
| | * | api: Move CACHE_DIR | dylan araps | 2017-07-20 | 2 | -3/+3 | |
| | * | api: Use wal file in __main__.py | dylan araps | 2017-07-20 | 8 | -25/+40 | |
| | * | api: Update example. | dylan araps | 2017-07-20 | 1 | -2/+3 | |
| | * | api: Move api funtions to wal.py | dylan araps | 2017-07-20 | 2 | -32/+48 | |
| | * | api: Fix example. | dylan araps | 2017-07-20 | 1 | -0/+3 | |
| | * | general: Add example script. | dylan araps | 2017-07-20 | 1 | -0/+22 | |