Commit Graph

42 Commits

Author SHA1 Message Date
Jaxydog a59d3554aa
Add missing Ubuntu dependency to README (#244)
* Add missing Ubuntu dependency to README

* Add G++ to required dependencies
2024-04-30 10:20:01 +08:00
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
Benny Powers cf3668c9ee
docs: Update README.md (#224)
Closes https://github.com/Aloxaf/silicon/issues/223
2022-11-24 20:51:21 +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 21d9447caa doc: new related project silicon.lua 2022-11-07 09:11:03 +08:00
Aloxaf 447c456385
feat: introduce harfbuzz feature (#209) 2022-10-14 15:45:11 +08:00
Aloxaf f71e1a0bb1 fix: font fallback for harfbuzz
close #191
2022-10-14 14:50:06 +08:00
Aloxaf e0fd52b442 fix: build cache output dir 2022-10-13 15:02:51 +08:00
ToriChan e39f91401f
add dependency for Fedora 33 2021-04-03 02:50:52 +09:00
Aloxaf 2c35f82758
feat: add support of config file
close #130
2020-12-15 20:11:02 +08:00
Aloxaf f3472d416c
docs: add related projects
close #125
2020-12-01 12:36:17 +08:00
Aloxaf b6b0d8fab6
chore: use github actions to release 2020-12-01 12:08:50 +08:00
Aloxaf c1abc51814
doc: update README 2020-11-22 00:12:37 +08:00
Aloxaf 07b5e0557f
feat: read dump from bat's cache directory
close #122
2020-11-02 22:01:41 +08:00
Simão Gomes Viana 4ec7f94ac1
README: fix spelling
Missing 's' (problem -> problems)
2020-10-22 00:05:57 +02:00
Dario Vladovic 540ebca413
Add install using Homebrew to the readme 2020-08-04 09:15:48 +02:00
Siva de431d39e6
add dependency for ubuntu (#63)
the below dependency are required for successful installation on ubuntu
```
sudo apt install expat
sudo apt install libxml2-dev
sudo apt install pkg-config libasound2-dev libssl-dev cmake libfreetype6-dev libexpat1-dev libxcb-composite0-dev
```

```
2020-02-25 16:03:59 +08:00
Aloxaf c58616799a Add github workflow 2019-12-11 13:44:58 +08:00
Aloxaf 726b7eddcd Update README.md 2019-12-10 20:35:18 +08:00
Aloxaf fcb8787113 Update CI 2019-08-09 17:54:12 +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 4ea9203602 Update README 2019-08-07 12:19:59 +08:00
Aloxaf 0667149975 Remove patch from Cargo.toml 2019-08-06 15:05:03 +08:00
Aloxaf f7d255d015 Update README 2019-08-05 13:49:30 +08:00
Bastian Kauschke 23ee8be825
fix README.md 2019-07-23 23:42:42 +02:00
Aloxaf 13209ffd5f Release 0.2.5 2019-07-21 23:09:30 +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 d6f05ec24c Update README 2019-07-20 21:18:11 +08:00
Aloxaf cd1282b9ca Add travis ci 2019-07-19 18:54:16 +08:00
Aloxaf 9401ed0d49 No shadow by default 2019-07-15 12:52:45 +08:00
Aloxaf c21a3532e3 Update README 2019-07-15 08:57:56 +08:00
Aloxaf d933a8fdd1 Optimize the speed of `copy_alpha` & Fix typo 2019-07-14 22:46:44 +08:00
Aloxaf b423c91528 Update image cache 2019-07-14 21:09:29 +08:00
Aloxaf b09cfb0239 Release 0.2.0 2019-07-14 20:46:19 +08:00
Aloxaf eaf1099e87 silcon.png is too big 2019-07-13 13:32:51 +08:00
Aloxaf 58544ac7fa Update README 2019-07-13 13:03:26 +08:00
Aloxaf 8cf59d7d00 Update README 2019-07-12 19:49:07 +08:00
Aloxaf 4afeaf39f1 Improve code quality 2019-07-12 18:26:35 +08:00
Aloxaf d0e3f4e2d4 More theme & syntax & Linux clipboard support 2019-07-11 13:52:18 +08:00
Aloxaf b43a56ff51 Improve error handling 2019-07-10 17:34:34 +08:00
Aloxaf 39688cf629 Initial commit 2019-07-10 13:59:49 +08:00