Commit Graph

23 Commits

Author SHA1 Message Date
JScheffer e195b5e0b0
feat: Add anti-aliasing to corners #232 (#234)
* Implement blur/anti-aliasing on edges of window frame #232

* fix missing -1 for top right corner, add example directory and update picture to readme

I also added example.sh, I think it could also be excluded.

* Delete example.sh

* Create example.sh
2023-11-22 14:57:57 +08:00
Marco Pinto 4d15f35dee
feat: Option to show a custom window title (#215)
closes https://github.com/Aloxaf/silicon/issues/180
2022-11-14 09:36:15 +08:00
Aloxaf a906fd298f fix: make clippy happy 2022-10-13 15:11:41 +08:00
Aloxaf 83dac98d5e deps: update deps and assets
close #203 #199 #200
2022-10-13 14:41:57 +08:00
Aloxaf 2c35f82758
feat: add support of config file
close #130
2020-12-15 20:11:02 +08:00
Aloxaf 07b5e0557f
feat: read dump from bat's cache directory
close #122
2020-11-02 22:01:41 +08:00
John Meow 3d8c33093c
Add background image support 2020-10-03 10:22:05 +03:00
Aloxaf 2c657e8953
Update dependencies 2020-03-04 14:30:49 +08:00
Aloxaf 411c8e37fb Update image and imageproc 2019-08-26 14:51:14 +08:00
Aloxaf a78b5ba996 Update hex color parser 2019-08-09 10:39:07 +08:00
Aloxaf d8085ed250
Add support for transparency (#31)
* Add support for alpha channel

* Fix compatibility with shadow

* Small fix

* Update README

* Use RGBA instead of ARGB
2019-08-09 00:11:32 +08:00
Aloxaf 0667149975 Remove patch from Cargo.toml 2019-08-06 15:05:03 +08:00
Aloxaf a98b708062 Use `[patch]` instead of copy the code directly 2019-07-24 18:37:11 +08:00
Aloxaf 5775e8a1da
Make silicon also a lib (#8)
* Make it also a lib

* More comment

* Adjust code structure

* Add the 'bin' feature

* Remove failure dependency from lib

* Update README
2019-07-20 21:38:34 +08:00
Aloxaf 4cfc8a63f6 Fix the warnings when build on non-Linux platform 2019-07-16 14:08:44 +08:00
Aloxaf 9d721c62f2 Don't write to stdout by default 2019-07-15 23:36:58 +08:00
Aloxaf b42be97f64 Fix bug when compiling on non-linux system 2019-07-14 23:22:32 +08:00
Aloxaf d933a8fdd1 Optimize the speed of `copy_alpha` & Fix typo 2019-07-14 22:46:44 +08:00
Aloxaf 26fc044af3 Add more options 2019-07-14 20:37:20 +08:00
Aloxaf a2d912b5d5 Beautify the window controls 2019-07-13 11:34:33 +08:00
Aloxaf bc2d0a24a5 Make clippy happy 2019-07-11 17:19:17 +08:00
Aloxaf d0e3f4e2d4 More theme & syntax & Linux clipboard support 2019-07-11 13:52:18 +08:00
Aloxaf 39688cf629 Initial commit 2019-07-10 13:59:49 +08:00