gimp-tool-cage minor tweak for elegance
gimp-navigation, new (forgot to mention in last commmit)
gimp-linked, new
gimp-visible, new
gimp-char-picker, revert by tango char-picker, adwaita has too much glamour
gimp-hchain, new
gimp-hchain-broken, new
gimp-vchain, new
gimp-vchain-broken,new
gimp-controller, new
gimp-controller-keyboard, new
gimp-controller-wheel, new
gimp-controller-linux-input, new
gimp-controller-midi, new
gimp-prefs-tool-options, new
Signed-off-by: klausstaedtler <staedtler-przyborski@web.de>
Use a GType for the PROP_SYMMETRY property of GimpImage, and create
a default "identity" symmetry for an image.
I still use a GimpIntComboBox but store the property value in the
user-data column because gpointer isn't a subset of gint.
Adds in libgimpwidgets:
- gimp_int_combo_box_set_active_by_user_data()
- gimp_int_combo_box_get_active_user_data()
- gimp_int_store_lookup_by_user_data()
- gimp_prop_pointer_combo_box_new() to create a GimpIntComboBox and
attach it to a gpointer property.
Thanks Massimo and Mitch for reviewing my code.
You can now set any paint tool to mirror painting relatively
horizontal/vertical axis or a central point (any combination of these 3
symmetries).
This has been implemented as a new multi-stroke core, where every stroke
is actually handled as a multi-stroke (default of size 1).
This is also the first usage of custom guides for symmetry guiding.
Current version has to be activated in the playground.
With gimp_guide_custom_new(), you can create a custom guide with a different
style on canvas (other pattern/color/width). A custom guide won't be saved
and could be used, for instance, for specific GEGL op guiding.
Use a proper "progress" signal instead of a property "notify" one
to update the on-canvas progress widget.
This way the graph is not invalidated while processing it
which essentially means some cleanup and no more regressions:
- add state POINT_BOTH for moving the entire line
- use the move cursor for moving the entire line
- reorder some functions
- set the tool to handle click events
- make clicks and no-motion releases behave properly
- #if 0 the code for "shapeburst handles", they don't work yet
- return to gimp:shapeburst until we have figured progress for GEGL ops
- indentation, stuff...
While the tool should definitely use the new op, we want the code in
gimpdrawable-blend to use the old one for compat reasons. The new op
will be exposed via a separate pdb call in the future.
This reverts commit 8af3fec689.
gimp-tool-blend, new
gimp-prefs-controllers, new
gimp-close, new
gimp-menu-left, new
gimp-menu-right, new
gimp-quick-mask-off, new
gimp-quick-mask-on, new
gimp-swap-color, new
gimp-zoom-follow-window, new
delete 48/gimp-prefs-system-resorces, was a typo
Signed-off-by: klausstaedtler <staedtler-przyborski@web.de>
scalable:
gimp-tool-crop minor tweak
color-scalable:
gimp-tool-iscissor, tweak for better visibility with dark themes
gimp-tool-blur, newv as svg
gimp-tool-dodge, new as svg
Signed-off-by: klausstaedtler <staedtler-przyborski@web.de>
all gimp-channel* removed highlights
all gimp-prefs-folders* are identical for all sizes and have folders in their symbolic
gimp-tool-crop synced with symbolic and krita
gimp-path* synced with symbolic
gimp-tool-ink now has a fountain-pen in its symbol (to better fit to inkscape and krita)
gimp-tool-airbrush new
gimp-tool-colorize synced with symbolic
gimp-icon-theme synced with symbolic
gimp-tool* new, gimp is for painters and artists and ..., not for brick-layers, lock-smiths ... (naturally they can paint with gimp too...), corrected metaphor.
Signed-off-by: klausstaedtler <staedtler-przyborski@web.de>