Romain F. T.
Romain F. T.
# Classic tools - [ ] better-looking short arrows - [ ] more brushes (#116 ) - [ ] try using the cairo pattern thing (maybe not possible?) - more...
random list of useful links: - https://docs.gtk.org/gtk4/migrating-3to4.html - https://blog.gtk.org/2020/04/24/custom-widgets-in-gtk-4-drawing/ - https://www.youtube.com/watch?v=FB2Y2Wk6FKE the snapshots? around the 12th minute to take a screenshot (#39) it would be great if the dialog know...
- [x] merge "install from source.md" and "contributing.md" - [x] the uselessly complex command lines instructions only for my convenience should be commented so i get them without polluting the...
## Description ``` /app/share/drawing/drawing/tool_text.py:58: Warning: g_object_ref: assertion 'G_IS_OBJECT (object)' failed dialog.set_level(Gtk.FontChooserLevel.FAMILY) (com.github.maoschanz.drawing:2): Pango-CRITICAL **: 14:49:52.426: pango_font_face_describe: assertion 'PANGO_IS_FONT_FACE (face)' failed (com.github.maoschanz.drawing:2): Pango-CRITICAL **: 14:49:52.426: pango_font_face_describe: assertion 'PANGO_IS_FONT_FACE (face)' failed (com.github.maoschanz.drawing:2):...
## Use case While the "fill"/"paint bucket" feature still sucks, its "remove color" option works very well, and is soooooo useful to cut out a background It would be more...
## Use case for all these things: - inserting text - drawing free shape or polygon - 2-steps curves - rotating - skew (not merged yet!) - ...? it's not...
## Description Undoing is slow (and saturates a core of the CPU) if the history is long, and full of selection manipulations (blurring is the worst) ### Steps to reproduce...
## Lore issues #207 and #236 were about a **bug** happening with HiDPI screens, causing data loss, and a few unusable tools. These bugs have been closed by 7047724ce27569847dfcde7f541f10f62e1fd800 where...
## Description Example: ``` #. Context: answer to "where do you want to open the image?" #: data/com.github.maoschanz.drawing.desktop.in src/ui/app-menus.ui #: src/ui/shortcuts.ui src/ui/win-menus.ui src/window.py msgid "New Window" msgstr "新しいウィンドウ" ``` the...