| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #115 from linuxunil/bugfix/iterm2-wal-rmacos_test | Dylan Araps | 2017-09-28 | 2 | -15/+10 |
| |\ | | | | | Fixed Issue #100 | ||||
| | * | Fixed Issue #100 | Matthew Leonberger | 2017-09-28 | 2 | -15/+10 |
| |/ | | | | Pywal was using sequences that iterm2 recommends against. See https://iterm2.com/documentation-escape-codes.html | ||||
| * | Merge pull request #113 from linuxunil/hotfix/unittests | Dylan Araps | 2017-09-26 | 1 | -11/+16 |
| |\ | | | | | Fixed Unittests on MacOS | ||||
| | * | Fix MacOS Unittests | Matthew Leonberger | 2017-09-26 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | Tests now check which OS we are on and use the appropriate escapes Merge remote-tracking branch 'origin/hotfix/unittests' into hotfix/unittests | ||||
| | * | All OS tests currenly passing on travis | Matthew Leonberger | 2017-09-24 | 1 | -0/+1 |
| | | | |||||
| | * | Add OS detection for mac specific tests | Matthew Leonberger | 2017-09-24 | 2 | -6/+16 |
| | | | | | | | | | | | | | | | | | Merge branch 'macos_test' of https://github.com/linuxunil/pywal into macos_test Revert "pylint and flake8 need to be in before_install" This reverts commit b2320013e737ed9048b3946cdfee4f2ee113d62d. | ||||
| | * | pylint and flake8 need to be in before_install | Matthew Leonberger | 2017-09-24 | 1 | -2/+3 |
| | | | |||||
| | * | Remove sequence order tests per Issue #102 | Matthew Leonberger | 2017-09-24 | 1 | -8/+0 |
| | | | |||||
| * | | travis: Fix macos builds | dylan araps | 2017-09-25 | 1 | -1/+2 |
| |/ | |||||
| * | travis: Fix macOS | dylan araps | 2017-09-12 | 1 | -3/+1 |
| | | |||||
| * | travis: Fix macOS | dylan araps | 2017-09-12 | 1 | -8/+15 |
| | | |||||
| * | travis: Add macOS testing | dylan araps | 2017-09-11 | 1 | -4/+4 |
| | | |||||
| * | travis: Add macOS testing | dylan araps | 2017-09-11 | 1 | -2/+8 |
| | | |||||
| * | version: bump0.6.9 | dylan araps | 2017-08-27 | 1 | -1/+1 |
| | | |||||
| * | sequence: Fix flash of colors on open. | dylan araps | 2017-08-27 | 1 | -4/+4 |
| | | |||||
| * | version: bump0.6.8 | dylan araps | 2017-08-27 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #94 from dylanaraps/windows | Dylan Araps | 2017-08-27 | 1 | -2/+3 |
| |\ | | | | | windows: Fix file not found error. | ||||
| | * | windows: Fix file not found error. | Dylan Araps | 2017-08-27 | 1 | -2/+3 |
| | | | |||||
| * | | version: bump0.6.7 | dylan araps | 2017-08-26 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #93 from dylanaraps/windows | Dylan Araps | 2017-08-26 | 6 | -7/+27 |
| |\| | | | | | OS: Added support for Windows | ||||
| | * | colors: Remove unused import. | Dylan Araps | 2017-08-25 | 1 | -1/+1 |
| | | | |||||
| | * | colors: Don't hardcode command to Windows | Dylan Araps | 2017-08-25 | 1 | -1/+1 |
| | | | |||||
| | * | wallpaper: Added support for Windows. | Dylan Araps | 2017-08-25 | 1 | -0/+15 |
| | | | |||||
| | * | general: Fix linux specific path | Dylan Araps | 2017-08-25 | 2 | -2/+2 |
| | | | |||||
| | * | colors: Use separate command on Windows | Dylan Araps | 2017-08-25 | 1 | -2/+7 |
| | | | |||||
| | * | OS: Added support for Windows | Dylan Araps | 2017-08-25 | 1 | -1/+1 |
| | | | |||||
| | * | OS: Added support for Windows | Dylan Araps | 2017-08-25 | 5 | -5/+5 |
| | | | |||||
| * | | sequences: Remove color 66. | dylan araps | 2017-08-26 | 1 | -4/+0 |
| |/ | |||||
| * | Merge pull request #88 from adamsdarlingtower/master | Dylan Araps | 2017-08-19 | 1 | -0/+2 |
| |\ | | | | | Adds emacs foreground and background | ||||
| | * | Adds emacs foreground and background | Adams Tower | 2017-08-18 | 1 | -0/+2 |
| |/ | | | | This is necessary for the emacs xresources-theme to work with pywal. | ||||
| * | Merge pull request #87 from JoshuaRLi/master | Dylan Araps | 2017-08-17 | 1 | -1/+1 |
| |\ | | | | | Fix non-transparent border on newly spawned urxvt terminals | ||||
| | * | Use alpha for URxvt borderColor in template | josh | 2017-08-16 | 1 | -1/+1 |
| |/ | | | This prevents the ugly non-transparent border on newly spawned urxvt terminals. | ||||
| * | version: bump0.6.6 | dylan araps | 2017-08-16 | 1 | -1/+1 |
| | | |||||
| * | reload: Fix error with XQuartz on macOS. Closes #86 | dylan araps | 2017-08-16 | 1 | -2/+2 |
| | | |||||
| * | tests: Fix test | Dylan Araps | 2017-08-15 | 1 | -1/+1 |
| | | |||||
| * | tests [export]: Properly isolate test cases and remove duplicate code. | Dylan Araps | 2017-08-15 | 1 | -16/+31 |
| | | |||||
| * | version: bump' | dylan araps | 2017-08-15 | 1 | -1/+1 |
| | | |||||
| * | sequences: Fix incorrect macOS sequence. | dylan araps | 2017-08-15 | 1 | -1/+1 |
| | | |||||
| * | wallpaper: Fix stray path object macOS. | dylan araps | 2017-08-15 | 1 | -2/+3 |
| | | |||||
| * | tests: Fix tests0.6.4 | Dylan Araps | 2017-08-15 | 1 | -1/+1 |
| | | |||||
| * | version: bump | Dylan Araps | 2017-08-15 | 1 | -1/+1 |
| | | |||||
| * | image: Fix bug with relative image paths. | Dylan Araps | 2017-08-15 | 1 | -0/+2 |
| | | |||||
| * | docs: README | Dylan Araps | 2017-08-14 | 1 | -1/+1 |
| | | |||||
| * | version: bump0.6.3 | Dylan Araps | 2017-08-14 | 1 | -1/+1 |
| | | |||||
| * | wallpaper: Remove useless print | Dylan Araps | 2017-08-14 | 1 | -1/+0 |
| | | |||||
| * | version: bump | Dylan Araps | 2017-08-14 | 1 | -1/+1 |
| | | |||||
| * | wallpaper: Fix urllib import error.0.6.2 | Dylan Araps | 2017-08-14 | 1 | -1/+2 |
| | | |||||
| * | version: bump0.6.1 | Dylan Araps | 2017-08-13 | 1 | -1/+1 |
| | | |||||
| * | wallpaper: Correctly encode path. | Dylan Araps | 2017-08-13 | 1 | -2/+3 |
| | | |||||
| * | docs: README | Dylan Araps | 2017-08-13 | 1 | -2/+2 |
| | | |||||