summaryrefslogtreecommitdiff
path: root/graphics/drawing/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-06-11drawing: minenia1-2/+2
2022-06-11drawing: update to 1.0.1nia1-3/+3
drawing (1.0.1) unstable; urgency=low * enable the highlighter by default * less intrusive "what's new" message dialog * non-linear zooming speed profile * slower scrolling speed to have a better precision with higher zoom levels * require itstool as a dependency even though it's some useless bloat * fix the adaptivity of the elementaryOS layout * better keep the image centered on the mouse pointer when changing the zoom * avoid —again— insane attempts to open the binary as an image * update several translations drawing (1.0.0) unstable; urgency=low * enable tools with "alt+letter" mnemonics * larger sidebar items, where the selected tool is easier to see * new "skew" tool * enable or disable specific tools options with the <shift> or <alt> keyboard modifiers * show more numerous, more dynamic, more contextual help tips as the window's subtitle * display cursor coordinates and other related data when pressing the <ctrl> keyboard modifier * dynamically change the label of the "options" submenu in the menu-bar, to increase its discoverability * scale tool option to set the size in percentage * suggest to "apply & save" when trying to save while an operation is unapplied * highlighter option to straighten the line, so it better follows the underlying text * improvements to the "points" tool's numbers readability * suggest to "apply & deselect" when trying to save while the selection is active * more precise tools for tiny modifications required by pixel-art * * display pixels sharply when zooming deeper than 400% * hide information messages after 4 seconds if they're not that useful * disable the 'reload image from the disk' action if the image has never been saved * new 'reset the canvas' action * warn the user if they're opening an already opened image * suggest to reload the picture if it has changed on the disk * artificially limited framerate to avoid overloading the CPU * menu item and action to change the theme variant preference * toggle the menubar with ctrl+f2 * * update the user help manual * shorter appdata summary, to comply with guidelines * update several translations drawing (0.8.5) unstable; urgency=low * text tool option for a thicker outline * visual feedback when the user moves the minimap preview * update several translations drawing (0.8.4) unstable; urgency=low * option to disable anti-aliasing with the text tool * if "undo" is pressed several times in a short period, recompute only once * disable the 'reload image from the disk' action if it has never been saved * update several translations
2022-03-12*: Replace per-package msgfmt hacks with msgfmt-desktop.mknia1-1/+2
2022-03-12graphics: Use hacks.mk to avoid NetBSD msgfmt on NetBSD only.nia1-8/+1
2021-08-13drawing: update to 0.8.3nia1-3/+3
drawing (0.8.3) * draw a wider outline to the free selection when the image is zoomed out * fix incorrectly huge height of the selection after rotating it * update several translations drawing (0.8.2) * refactoring of the optionsbars (bottom panes) of the transform tools * add a "lock line direction" option to the line tool * fix shift+f10 action when using a selection tool on mobile * add an outline to the canvas * fix the `-c` option when using Wayland * lock image proportions by default when scaling with the numerical inputs * fix an unexpected way the "crop" tool could expand the selection * preview correctly the areas created by a transform tool before applying a change * fix when the app starts with a transform tool, and this tool is immediately used and applied * compatibility with older distributions * update several translations drawing (0.8.1) * add an action "selection > define as current image" * fix how the canvas was ERASED if it was being cropped on one side but expanded on the other side * add an action "selection > expand image to fit [the size of the selection]" * add a several ways of censoring information as an option to the eraser tool * preference to select a theme variant * add "nib direction" option to the calligraphic nib * better pre-select the currently used font in the font chooser dialog * add optional outline to the pencil, line, and curve tools * better looking outline for the "insert text" tool * update several translations
2021-06-12drawing: update to 0.8.0nia1-2/+2
changes: new, richer, more readable bottom pane for the selection tool add a "replace with" option to the eraser tool use an adequate layout on LXDE or LXQt force the release notes down users' throat rewrite the help manual to better force it down users' throat add color application mode support to the "shape" tool persist the text background style brush supporting pressure-sensitive input hairy brush supporting pressure-sensitive input airbrush supporting pressure-sensitive input calligraphic nip supporting pressure-sensitive input fix unexpected "jumps" when unselecting a selection that was defined by an undo improve the fullscreen mode, with a way to toggle the tools list add an "increase constrast" filter deleting the selection can now leave something else than transparency #232 option to exclude the color left under the selection from the selection itself #232 rewrite the UI for changing the color application mode remove the cool but deprecated GNOME Shell app menu update several translations
2021-02-18drawing: update to 0.6.5nia1-2/+2
drawing (0.6.5) unstable; urgency=low * fix unexplained regression of bottom panes responsiveness * mitigation of the "very quick series of ctrl+b" bug * disable importing or opening an image using drag-and-drop with flatpak (it was broken) * fix printing (issue #20) * more pertinent movements of the view when holding and moving the middle-click * update several translations
2020-11-26drawing: Update to 0.6.3nia1-4/+8
Changes: use submenus for the "tools" menu in the menubar fix arrows' heads when the line was semi-transparent fix arrows' heads with specific angles (#286) fix arrows' heads when the line had a square end add option for double-ended arrows add more style options for dashed lines update several translations
2020-06-17graphics: Add drawingnia1-0/+29
This application is a basic image editor, similar to Microsoft Paint, but aiming at the GNOME desktop. PNG, JPEG and BMP files are supported.