-
Notifications
You must be signed in to change notification settings - Fork 360
New design for table selection cursors #451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@ardovm Could you try to build with the X11 cursor? BTW: Do you have any idea how we could use more "modern" cursors for Linux? |
|
Those are the ones with 24x24. Maybe AOO does not like it and I need to do them 32x32? Nope, I switched the bits... ;-) |
|
These X11 cursors are basically XBM files (monochrome cursor). Maybe we could switch to XPM at some point? |
|
On Linux, your cursors appear as black triangles. The PNG's you uploaded for aqua seem to be white triangles instead... is this intended? |
|
Yes, Linux (and OS/2) cursors are black. |
ardovm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me on Linux.
I suggest squashing the commits into a single one.
* New design for table selection * New cursors * Smoother Windows cursors * Smoother macOS cursors * Updated X11 cursor * Next updated X11 cursor * Next updated X11 cursor * Last updated X11 cursor * Corrected X11 cursor * Hopefully corrected X11 cursor * Hopefully corrected X11 cursors * Corrected X11 cursors (cherry picked from commit 3cf928b)
At least for Windows we could use 32-bit color-depth cursors (incl. transparency), which are supported since Windows XP.
That should be possible for macOS (PNG), too?
I am sure that we could use PNG files for creation of the X11 cursors, too? But that may need some code changes...