gromit-mpx icon indicating copy to clipboard operation
gromit-mpx copied to clipboard

Changing the cross-like cursor when drawing

Open DrWaleedAYousef opened this issue 10 years ago • 10 comments
trafficstars

How can I change the shape of the cursor, when drawing, to be something different from the not-clear cross. I need it something like obvious bold arrow even when drawing. This is very important when recording lectures.

DrWaleedAYousef avatar Oct 23 '15 00:10 DrWaleedAYousef

Hi! You'll have to change the xpm's that get compiled in. Or better yet change the code to have several choices.

Am 23. Oktober 2015 02:48:36 MESZ, schrieb Waleed Yousef [email protected]:

How can I change the shape of the cursor, when drawing, to be something different from the not-clear cross. I need it something like obvious bold arrow even when drawing. This is very important when recording lectures.


Reply to this email directly or view it on GitHub: https://github.com/bk138/gromit-mpx/issues/22

Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

bk138 avatar Oct 23 '15 08:10 bk138

Can you direct me or give an example; I have never written LISP package. On Oct 23, 2015 10:38 AM, "Christian Beier" [email protected] wrote:

Hi! You'll have to change the xpm's that get compiled in. Or better yet change the code to have several choices.

Am 23. Oktober 2015 02:48:36 MESZ, schrieb Waleed Yousef < [email protected]>:

How can I change the shape of the cursor, when drawing, to be something different from the not-clear cross. I need it something like obvious bold arrow even when drawing. This is very important when recording lectures.


Reply to this email directly or view it on GitHub: https://github.com/bk138/gromit-mpx/issues/22

Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

— Reply to this email directly or view it on GitHub https://github.com/bk138/gromit-mpx/issues/22#issuecomment-150513044.

DrWaleedAYousef avatar Oct 23 '15 08:10 DrWaleedAYousef

The cursors are XPM file here https://github.com/bk138/gromit-mpx/tree/master/src (for example the cross https://github.com/bk138/gromit-mpx/blob/master/src/paint_cursor.xpm) that get included in code a C array. Maybe you can add more and make them selectable or implement dynamic loading of PNGs or the like...

bk138 avatar Oct 23 '15 18:10 bk138

In fact, getting into this will take me so long. Could you please do a favor and produce a new version with, at least, red thick cursor.

I record free online courses in CS and Eng. using your tool and it would be much more clear for students to have the cursor red and/or thick.

Thanks so much. On Oct 23, 2015 8:17 PM, "Christian Beier" [email protected] wrote:

The cursors are XPM file here https://github.com/bk138/gromit-mpx/tree/master/src that get included in code a C array. Maybe you can add more and make them selectable or implement dynamic loading of PNGs or the like...

— Reply to this email directly or view it on GitHub https://github.com/bk138/gromit-mpx/issues/22#issuecomment-150653006.

DrWaleedAYousef avatar Dec 17 '15 20:12 DrWaleedAYousef

This will take me some time as well, which I don't have atm. You can edit https://github.com/bk138/gromit-mpx/blob/master/src/paint_cursor.xpm yourself and I'd be happy to merge your PR.

bk138 avatar Dec 18 '15 15:12 bk138

General update: issues with Gromit-MPX can now be funded at https://issuehunt.io/r/bk138/gromit-mpx

bk138 avatar Jul 03 '19 16:07 bk138

Now, it is 5 years after I posted this issue. Thanks so much for your great tool. Now, I started installing the new version from the AUR of archlinux. It seems that there is no way to define my customed pen, in contrast to the old version where I could define paint_cursor.xpm and compile. Right?

DrWaleedAYousef avatar Sep 25 '20 18:09 DrWaleedAYousef

Hi @DrWaleedAYousef, https://github.com/bk138/gromit-mpx/blob/master/src/paint_cursor.xpm is still there and its contents can still be changed.

bk138 avatar Sep 26 '20 11:09 bk138

Is there a way to provide that features in the recent and successive version?

Christian Beier [email protected] writes:

Hi @DrWaleedAYousef, https://github.com/bk138/gromit-mpx/blob/master/src/paint_cursor.xpm is still there and its contents can still be changed.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.*

DrWaleedAYousef avatar Sep 26 '20 18:09 DrWaleedAYousef

To be honest, it's not on the top of my agenda. Thus, I see two ways: 1) implement the feature on ones own so I just have to merge a pull request or b) put out a bounty on issuehunt for someone to pick up, in turn making it more probable that this feature gets implemented.

bk138 avatar Sep 27 '20 10:09 bk138