Commit graph

1057 commits

Author SHA1 Message Date
Abdulkaiz Khatri
3b54187660 breaking-change: Ignored the bitmaps directory
This change will affect the build process in package distribution.
Bitmaps are uploaded on the release page for use, allowing you to skip
the rendering process and build using `ctgen`.

Alternatively, if you wish to render with the `cbmp` JavaScript library,
you can use the `npx cbmp render.json` command, where the `render.json`
configuration is available in the project's root directory.

cbmp: https://github.com/ful1e5/cbmp

@yochananmarqos @clefebvre @peterwu
2023-09-11 19:35:11 +05:30
Abdulkaiz Khatri
e96ec2e78f chore: Use render.json config for generating bitmaps 2023-09-11 19:25:28 +05:30
Abdulkaiz Khatri
da66c7e7f8 feat: Using cbmp v1.0.0 for rendering cursor bitmaps. 2023-09-11 18:11:53 +05:30
Abdulkaiz Khatri
dbb90f56d0 ci: Added Support for python 3.11 2023-08-21 15:39:18 +05:30
Abdulkaiz Khatri
06c1570947
Merge pull request #140 from frontendfixer/main
feat: use 'xz' for better compression
2023-08-21 15:32:57 +05:30
Abdulkaiz Khatri
a730952ab8
Merge pull request #142 from trueNAHO/docs-readme-specify-correct-aur-package
docs(readme): specify correct AUR package
2023-08-20 11:03:02 +05:30
NAHO
d0054caafa
docs: specify correct AUR package 2023-08-20 01:04:00 +02:00
Lakshmikanta Patra
f105dd2a9c feat: use 'xz' for better compression 2023-08-02 10:01:02 +05:30
ful1e5
160cd666aa docs: remove manual sponsor entry 2023-02-18 14:23:35 +05:30
ful1e5
84660fd2a2 docs: Shoutout Sponsor every HTTP Request 2023-02-12 18:15:32 +05:30
Abdulkaiz Khatri
2b6e01e7d7
Merge pull request #135 from suchipi/document-attrs-dep
Document "attrs" dependency
2023-01-15 12:58:52 +05:30
Lily Skye
0888e3ace0 Document "attrs" dependency
I wasn't able to get this building after a fresh clone without also installing the `attrs` package, which `clickgen` attempts to load.

I'm not familiar with the Python ecosystem, so I'm not sure if that's a problem in clickgen, or if it's expected.

This adds `attrs` to the README as a build prerequisite, so other people will not run into the error I did.

I said that 22.2.0 is the minimum version, because that is the current version and it worked, but maybe a lower version would work instead. I'm not sure.
2023-01-14 18:53:15 -07:00
ful1e5
6ba3610a31 docs: Added list of cursor testing websites to README
fixed #123
2023-01-03 15:41:11 +05:30
ful1e5
dc301e7b3c Prepare v2.0.3 2022-12-06 14:35:28 +05:30
ful1e5
41328a2a86 chore: Simplify svg code 2022-11-29 12:22:31 +05:30
ful1e5
1efd4a4abc feat: Use orange for dnd-ask 2022-11-29 12:08:31 +05:30
ful1e5
9675c1b47c chore: Symlink dnd-move with grabbing cursor
Removing the emblem on `dnd-move` gives a result like `grabbing`
so I have symlink it.

ref -> e652613d7dee32dae9ce1e4991cfda16dbd4a9d66
2022-11-29 10:30:39 +05:30
ful1e5
c8d5446c08 Render Bitmaps 2022-11-29 10:25:41 +05:30
Abdulkaiz Khatri
59fa931254
Merge pull request #126 from linuxmint/link
Simplify link emblem
2022-11-29 09:07:10 +05:30
Abdulkaiz Khatri
fa110fbd06
Merge pull request #127 from linuxmint/move
Simplify move emblem
2022-11-29 09:06:33 +05:30
Abdulkaiz Khatri
c28b2f7965
Merge pull request #128 from linuxmint/copy
Use green for copy
2022-11-29 09:06:15 +05:30
Clement Lefebvre
652613d7de Simplify move emblem
Remove emblem on DND. The file manager shows the files being moved
and the emblem appears from the very start.
2022-11-28 13:23:08 +00:00
Clement Lefebvre
22217a7f56 Simplify link emblem
The mouse cursor is quite small and the original emblem is too hard
to see. This commit changes the emblem to a lock, which is simpler and
more easily recognizable.
2022-11-28 13:22:57 +00:00
Clement Lefebvre
f9794e7594 Use green for copy
Purple and blue are too close to each other.
Green is commonly associated with "Adding/copying".

With links moving from green to grey, we can now give green
to copying and blue to moving.

This commit changes the color of copying to green.
2022-11-28 13:22:36 +00:00
ful1e5
acbc823fdd chore: Removed default hotspots assignments from build.toml 2022-10-15 11:18:53 +05:30
ful1e5
750176a082 Prepare v2.0.2 2022-10-10 18:34:52 +05:30
ful1e5
c5ee51da5a This fixes blurry windows cursor and add color customization
Closes #104, #116, #119
2022-10-10 18:25:19 +05:30
ful1e5
c11550ed22 refactor: bitmapper moved to individual project cbmp
Project Link: https://github.com/ful1e5/cbmp
2022-10-10 18:20:22 +05:30
ful1e5
005d0c159f Prepare v2.0.1
fixed #118
2022-10-06 12:02:45 +05:30
Abdulkaiz Khatri
7a111b88b5
Merge pull request #120 from Orafilynie/main
Typo fixing
2022-10-06 08:47:15 +05:30
Orafilynie
dd77bdabbd
Typo fixing
Fixed typo that inversed sharp edges and rounded edges in Amber variants description 🟠
2022-10-05 18:10:00 +02:00
ful1e5
6ac0d16175 Prepare v2.0.0 2022-10-03 18:09:46 +05:30
ful1e5
b979355c46 Bold outline in some cursors 2022-10-02 15:55:10 +05:30
ful1e5
156cb97daf feat: Resize-arrow cursors got redesign 2022-10-01 16:49:29 +05:30
ful1e5
17d10c5ac2 Fix Blurry I-Beam
fixed #117
2022-10-01 15:16:14 +05:30
ful1e5
9b6ec3c820 Some Major Changes
- Cursors hotspots redefined
- Sub-commands removed from bibata-bitmapper
- Build docs updated in README.md
- GitHub Action renamed
2022-09-30 09:49:12 +05:30
ful1e5
52d559b6fb ci: Fix attr error 2022-08-19 18:28:12 +05:30
ful1e5
896a6a74af ci: ungroup build command 2022-08-17 16:49:53 +05:30
ful1e5
1618b301af ci: fixed define uses or run 2022-08-17 16:44:12 +05:30
ful1e5
44e1e9fada chore: Organized project files and docs
I have changed many things which I have written in the readme.
2022-08-17 16:38:00 +05:30
ful1e5
8faa063130 README.md: removed nonsense and included theme names with description
fixed #113
2022-06-14 19:30:16 +05:30
Kaiz Khatri
a914c3a717
Merge pull request #114 from ful1e5/dependabot/npm_and_yarn/bitmapper/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6 in /bitmapper
2022-04-02 15:51:51 +05:30
dependabot[bot]
aded80574e
Bump minimist from 1.2.5 to 1.2.6 in /bitmapper
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-02 09:44:13 +00:00
ful1e5
9da9bb2c84 chore: use -C flag for sub Makefile 2022-03-12 18:41:31 +05:30
ful1e5
752b8730b7 fix: add sub-directory in bitmaps generation path 2022-03-10 16:17:19 +05:30
ful1e5
359be79556 feat: CLI for bitmapper #104 2022-03-10 15:56:34 +05:30
Kaiz Khatri
ca9d9081ba
Merge pull request #111 from ful1e5/dev
add(docs): how to uninstall
2022-01-31 14:47:31 +05:30
ful1e5
2eb08ac7ac add(docs): how to uninstall 2022-01-31 14:42:23 +05:30
Kaiz Khatri
960ceeb94b
Merge pull request #110 from ful1e5/dev
feat: Add cursor top_left_arrow cursor
2021-12-31 15:32:56 +05:30
ful1e5
93d0e7210a feat: Add cursor top_left_arrow cursor
- fixed ful1e5/BreezeX_Cursor#10
- ignore some files in `build` ci
2021-12-31 15:14:19 +05:30