Matthew Richardson

Results 110 comments of Matthew Richardson

The latest stable version of GdkDisplay (3.24) definitely has `mask` - I wonder if this is down to changing API? https://developer.gnome.org/gdk3/stable/GdkDisplay.html#gdk-display-get-pointer I could accept this if it was set up...

So I moved *to* `get_pointer` since the method I was using of getting the masks went from deprecated to removed, and `get_pointer` was previously referenced as the new way to...

Thanks for reporting this issue. I've managed to replicate it, though I notice that your PR has an unexpected effect on the `test_sync_selections` test. It appears that this fix is...

@memeplex I've just taken a look at the code for this, and since the value of `-n`is just used to slice the history list, I've very slightly modified the code...

@Cybershadow apologies for not replying to your original issue sooner... was sure I had! While the idea of a DB backend is appealing, it does add an extra layer of...

Just to follow up on this - I've done some rough and ready speed testing. The 'baseline' speed for the clipster client on my laptop is 0.1secs - i.e if...

The stalebot was actually added in August last year with a view to tweaking it to do minimal tidying. Unfortunately it never fired, so I forgot about it until this...

Hi - thanks for reporting this issue. The problem comes from trying to come up with a simple but effective regular expression to 'find' urls within other strings. At present...

This may be fixed by #101 since the pattern matching regexes have been updated. Any feedback on whether this fixes things welcome!

Just to check - are you referring to being able to run a separate clipster daemon for each X session, or running one daemon and maintaining a shared clipboard history...