New design for table selection cursors#451
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.
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...