aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'alpha' of github.com:dylanaraps/wal.py into alphaDylan Araps2017-07-230-0/+0
| |\
| | * general: Fix regex issue.Dylan Araps2017-07-231-1/+1
| | * general: Add -a to support terminal transparency.Dylan Araps2017-07-235-2/+24
| * | general: Fix regex issue.Dylan Araps2017-07-231-1/+1
| * | general: Add -a to support terminal transparency.Dylan Araps2017-07-235-2/+24
|/ /
* | tests: Check color length instead of value since the tests will fail on other...Dylan Araps2017-07-231-1/+1
* | tests: Fix testDylan Araps2017-07-231-1/+1
|/
* optimization: Speed up image processing by 5-6x resizing images before grabbi...Dylan Araps2017-07-231-2/+3
* Merge pull request #52 from dylanaraps/apiDylan Araps2017-07-2318-230/+301
|\
| * tests: Fix testsDylan Araps2017-07-231-1/+1
| * api: Added function to load colors from file.Dylan Araps2017-07-233-4/+11
| * tests: Fix testsDylan Araps2017-07-232-2/+5
| * tests: Update tests.Dylan Araps2017-07-232-6/+6
| * reload: Add missing arg.Dylan Araps2017-07-232-4/+8
| * api: More changes.Dylan Araps2017-07-233-8/+15
| * api: Changed export arguments.Dylan Araps2017-07-234-70/+85
| * tests: Fix testsDylan Araps2017-07-221-4/+4
| * tests: Add new template test.Dylan Araps2017-07-221-8/+1
| * tests: Add new template test.Dylan Araps2017-07-222-12/+24
| * api: Add function to export individual templates.Dylan Araps2017-07-222-9/+28
| * template: Rename arg to make more sense.Dylan Araps2017-07-221-4/+4
| * template: Minor change.Dylan Araps2017-07-221-0/+1
| * api: Remove wal.pyDylan Araps2017-07-2213-140/+123
| * travis: Remove flag from pylintDylan Araps2017-07-221-1/+1
| * lint: Remove all lint comments.Dylan Araps2017-07-224-10/+10
| * general: Use __all__ in __init__.pyDylan Araps2017-07-221-1/+11
| * tests: Cover random image.Dylan Araps2017-07-222-4/+5
| * api: CleanupDylan Araps2017-07-224-12/+16
| * general: Disable notifications by default.Dylan Araps2017-07-221-1/+1
| * General: move cache callDylan Araps2017-07-222-5/+6
| * tests: Fix testsDylan Araps2017-07-222-4/+7
| * tests: Use wal functions.Dylan Araps2017-07-221-2/+2
| * examples: Move examples out of the repo to the wiki.Dylan Araps2017-07-222-77/+0
| * general: Fixes.Dylan Araps2017-07-226-6/+7
| * general: Fix commentDylan Araps2017-07-221-1/+1
| * general: Remove comments that just repeat what the code does.Dylan Araps2017-07-226-55/+16
| * examples: Update exampleDylan Araps2017-07-211-1/+1
| * util: Add new msg function.Dylan Araps2017-07-212-7/+11
| * general: Remove unused module.Dylan Araps2017-07-201-1/+0
| * api: Fix comment.Dylan Araps2017-07-201-1/+0
| * tests: Fix tests.Dylan Araps2017-07-202-5/+5
| * api: Added a simple example.Dylan Araps2017-07-202-20/+53
| * api: Update example.Dylan Araps2017-07-201-7/+20
| * General: Unhardcode all CACHE_DIR and COLOR_COUNT usage.Dylan Araps2017-07-2011-70/+57
| * api: Move CACHE_DIRdylan araps2017-07-202-3/+3
| * api: Use wal file in __main__.pydylan araps2017-07-208-25/+40
| * api: Update example.dylan araps2017-07-201-2/+3
| * api: Move api funtions to wal.pydylan araps2017-07-202-32/+48
| * api: Fix example.dylan araps2017-07-201-0/+3
| * general: Add example script.dylan araps2017-07-201-0/+22