Commit graph

107 commits

Author SHA1 Message Date
Abdulkaiz Khatri
ae82b56046 feat: Redesign hands cursor for bibata-*-right cursors
Related to #112
2024-03-12 10:41:20 +05:30
Abdulkaiz Khatri
ad12f449ca fix: align hand cursor icons of dnd_no_drop cursor
Related to #161
2024-03-12 09:18:35 +05:30
Abdulkaiz Khatri
3fe972d15f fix: align wait-* cursors on one position
Related to #158
2024-03-12 09:13:52 +05:30
Abdulkaiz Khatri
407f929961 chore: Implement support for offline rendering engine (cbmp v1.1.0)
This commit integrates cbmp v1.1.0 into Bibata, enabling support for
offline rendering capabilities. Detailed information can be found at
https://github.com/ful1e5/cbmp/releases/tag/v1.1.0

Fixes #159
2024-02-25 12:43:57 +05:30
Abdulkaiz Khatri
04ca866c31 feat: Attach version meta-data inside cursor packages 2024-01-27 18:23:23 +05:30
Abdulkaiz Khatri
a50f038706 release: prepare v2.0.6
Fixed #158
Fixed #112
2024-01-25 16:07:58 +05:30
Abdulkaiz Khatri
6a68d05667 feat: Right-hand cursors themes added
Related to #112
2024-01-22 17:52:28 +05:30
Abdulkaiz Khatri
62e20e8b2a Fixes shaking loading cursor
Related to #158
2024-01-18 11:27:12 +05:30
Abdulkaiz Khatri
70ccc70b28 docs: missing changelogs added for v2.0.5 2023-12-31 11:51:29 +05:30
Abdulkaiz Khatri
012a431a34 prepare v2.0.5 2023-12-31 11:45:32 +05:30
Abdulkaiz Khatri
55d2284e2e prepare v2.0.4 2023-09-15 11:55:56 +05:30
Abdulkaiz Khatri
f9523173aa feat: Distributing 16 and 20 XCursors
Fixes #129
2023-09-14 12:11:13 +05:30
Abdulkaiz Khatri
611c46facc feat: Action Pointer Cursors are Re-designed 2023-09-12 17:03:33 +05:30
Abdulkaiz Khatri
e3f6caf4d3 feat: Maximum size for cursor is 256px 2023-09-12 16:11:34 +05:30
Abdulkaiz Khatri
832ccc731c chore: Adjusted cursor animation delay and migrated build configuration 2023-09-12 12:12:58 +05:30
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
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
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
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
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
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
ful1e5
9da9bb2c84 chore: use -C flag for sub Makefile 2022-03-12 18:41:31 +05:30
ful1e5
359be79556 feat: CLI for bitmapper #104 2022-03-10 15:56:34 +05:30
ful1e5
2eb08ac7ac add(docs): how to uninstall 2022-01-31 14:42:23 +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
ful1e5
9d03bc33f4 Fix None value warning in builder/symlinks.py 2021-12-31 14:47:20 +05:30
ful1e5
0309132545 ci: distributed artifacts inside build GitHub actions 2021-11-29 11:07:16 +05:30
ful1e5
181eaab930 ci updated for symlink script 2021-11-26 16:08:21 +05:30
ful1e5
7b01c77cfa enhance: svg/link.py file added inside pyright config 2021-11-26 16:07:35 +05:30
ful1e5
9bda24f303 feat: symlink common cursor svg files using svg/link.py 2021-11-26 16:06:45 +05:30
ful1e5
b81a2d7ef1 enahnce: prettier bitmapping logs 2021-11-25 14:22:08 +05:30
ful1e5
da7beec6a4 enhance: make commands are more readable inside builder/Makefile 2021-11-21 16:13:46 +05:30
ful1e5
096abde703 docs: tidy docs inside README.md 2021-11-20 14:59:40 +05:30
ful1e5
330c970680 refactor: Github Action renamed to build 2021-11-20 14:49:59 +05:30
ful1e5
789879c7be docs: emojis removed from README.md 2021-11-19 15:47:25 +05:30
ful1e5
09edd42946 sponsorships updated 2021-11-19 15:45:48 +05:30