2023-11-12 14:34:34 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
drawing: update to 1.0.2.
Provided by Kevin Bloom in wip.
drawing (1.0.2) unstable; urgency=low
* fix the default value of the text background option (as reported by #521 and \
#559)
* fix a scenario where saving without transparency would consistently fail
* automatically reload the picture after saving
* mitigate initial state of the "filters" tool if "blur" \
is selected (#577)
* change the keyboard shortcuts to switch tabs
* remove from the highlighter the (ineffective) UI to change the active cairo \
operator
* change the UI of the selection tools to improve readability of various items
* fix typos in the user help manual
* change the label of the "toggle the preview" menu item (#137)
* update several translations
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2022-06-11 14:27:33 by Nia Alarie | Files touched by this commit (1) |
Log message:
drawing: mine
|
2022-06-11 14:26:55 by Nia Alarie | Files touched by this commit (4) | |
Log message:
drawing: update to 1.0.1
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 09:01:53 by Nia Alarie | Files touched by this commit (82) |
Log message:
*: Replace per-package msgfmt hacks with msgfmt-desktop.mk
|
2022-03-12 08:06:27 by Nia Alarie | Files touched by this commit (12) |
Log message:
graphics: Use hacks.mk to avoid NetBSD msgfmt on NetBSD only.
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-08-13 14:08:58 by Nia Alarie | Files touched by this commit (3) | |
Log message:
drawing: update to 0.8.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-12 11:40:09 by Nia Alarie | Files touched by this commit (4) | |
Log message:
drawing: update to 0.8.0
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
|