Doublonmousse

Results 375 comments of Doublonmousse

Edit : with `filter.add_pattern` only, this seems to work. This also works with `filter.add_pattern` and `filter.add_suffix`. (although the extension is shown twice in that case) The extension is added automatically...

Well, I'm kinda stuck with a `BorrowMut` error for the (hopefully) very least part of code needed to have a functioning first prototype (with potentially some more bugs/cleanup to do,...

This finally works. Probably nitpicks to be fixed - `change_pen_eraser_style` to be merged into an existing function using an optional argument - `change_style_single_mode` : same thing - `change_style_pen_eraser_int` : same...

Seems like I still have `borrowmut` errors on a fresh compile

Finally working

I'm thinking that maybe the logic has to be improved for touch inputs. Currently, if I use the eraser part (locked to the eraser) on the screen then immediately use...

Putting back in a draft state because this needs updating. I'm not sure the current system is ideal. It works pretty well when only the pen is used but it's...

I think I've done everything except doing the more complex tool with borders that can be edited. I wonder if it's not better to do this later in a separate...

I've went for the linked style of other toolspages for now.. I think it's a little better at showing that there are three different tools than before. It doesn't really...