Commit Graph

23 Commits

Author SHA1 Message Date
Jehan a0ffddf7fd icons: argh I should not have touched the Legacy theme!
Bad usage of `find`. I didn't pay attention that I removed icons from
the Legacy icon theme which is frozen. Obviously the previous commit was
only expecting to touch Color and Symbolic icon themes.
2022-01-31 20:32:48 +01:00
Jehan b6e0ebc663 icons: removing some now unused icons. 2022-01-31 19:25:24 +01:00
Jehan 35ef549028 Issue #5879: Legacy icon theme not installed with meson build.
Actually most of the build code was already there but the initial meson
contributor commented the Legacy icon theme out. Not sure why.

I only had to fix a few icon names, which changed into Freedesktop
standard names after commit 1e5cf10585. Other than this, existing meson
build rules seem to work fine AFAICS.
2021-05-22 18:28:58 +02:00
Félix Piédallu 65eff6f150 Meson port. 2019-09-11 16:42:04 +02:00
Ell 33e47c85a2 app: add smooth/corner curve-point types
Allow setting the type of GimpCurve control-points to either SMOOTH
or CORNER.  Smooth points produce a smooth curve, while corner
points produce a sharp curve (previously, all points were smooth).

In GimpCureView, display corner points using a diamond shape,
instead of a circle.

In the Curves tool, allow changing the curve's point types.
2019-04-19 10:34:32 -04:00
ONO Yoshio 587d9bbb03 MR !19: Add support for vertical text writing.
Squashed commit of the following:

commit ee1ff7d502658cfa1248a13a3f0348495db07eda
Author: ONO Yoshio <ohtsuka.yoshio@gmail.com>
Date:   Sun Jul 29 00:31:47 2018 +0900

    Fixed that gimp-text-dir-ttb-* icons are lacked in Symbolic.

commit d87d012d697628da28fe90199cc04b95b72ba8ef
Author: ONO Yoshio <ohtsuka.yoshio@gmail.com>
Date:   Sat Jul 28 16:23:10 2018 +0900

    Fix a typo.

commit cf0238bf7df56c384cdf3b7ec69557d14740f853
Author: ONO Yoshio <ohtsuka.yoshio@gmail.com>
Date:   Sat Jul 28 15:50:57 2018 +0900

    Fixed seg fault error.

commit b07f60d06f
Author: ONO Yoshio <ohtsuka.yoshio@gmail.com>
Date:   Fri Jul 27 17:15:34 2018 +0900

    Add support for vertical text writing.

    https://gitlab.gnome.org/GNOME/gimp/issues/641
2018-07-30 19:14:49 +02:00
Jehan 1e5cf10585 icons, app, libgimpwidgets: use Freedesktop standard icons.
Some icons were still using old gimp-namespaced names.
2018-07-28 12:27:10 +02:00
Michael Natterer 5674e31850 Generate icon resources where they are needed, and don't include .c files
Treat the gimp-core-pixbufs and gimp-icon-pixbufs resources like we
changed the cursor resources before, and clean out a lot of cruft from
icons/ (there is no need to generate stuff in all icon themes when we
include only one fallback icon from one theme).
2018-06-13 20:02:05 +02:00
Michael Natterer ebb9d83d63 Bug 795230 - Rename Blend tool and provide PDB compatibility
Step 1: rename the icon to GIMP_ICON_TOOL_GRADIENT (gimp-tool-gradient)
2018-04-13 23:07:08 +02:00
Alexandre Prokoudine 15f7aec021 Add legacy desaturate tool icon in SVG 2018-01-05 21:06:20 +03:00
Michael Natterer 9d3be6177c icons: add the new icons64_system_image group to EXTRA_DIST
and clean up some tabs in various Makefiles.
2017-06-07 21:04:33 +02:00
Hartmut Kuhse 66bc98d299 Revert "New GimpMetadata as subclass of GExiv2Metadata"
This reverts commit 3ab08c8bfd.
2017-01-03 19:36:22 +01:00
Hartmut Kuhse 3ab08c8bfd New GimpMetadata as subclass of GExiv2Metadata 2017-01-03 19:26:35 +01:00
Jehan c6f1761af7 icons, app, libgimpwidgets: replace GIMP_STOCK_EDIT with GTK_STOCK_EDIT. 2016-09-05 02:53:51 +02:00
Massimo Valentini 3cc77b03bf Bug 759904: Some icons can't be set from the icon theme
make it possible to use themed standard named icons
so to have also gtk dialogs show icons in the same style
as GIMP ui.
2016-09-02 12:30:49 +02:00
klausstaedtler dfd2e56250 icons: color-scalable & symbolic-scalable&legacy
add 'pixel-perfect' 24x24px twins
gimp-selection
gimp-navigation

the legacy png icons are done with GIMP (no upscaling).

color-scalable & symbolic-scalable

add 'pixel-perfect' 24x24px twins
gimp-floating-layer
2016-05-18 18:53:59 +02:00
klausstaedtler 762e324d9a icons: color-scalable & symbolic-scalable & legacy
add 'pixel-perfect' 24x24px twins
gimp-grid

the legacy png icon is done with GIMP (no upscaling).

color-scalable & symbolic-scalable
add 'pixel-perfect' 24x24px twins
gimp-tool-options
2016-05-16 11:19:19 +02:00
klausstaedtler 7e0a2fa716 icons: color-scalable & symbolic-scalable & legacy
add 'pixel-perfect' 24x24px twins
gimp-resize
gimp-scale

the legacy png icons are done with GIMP (no upscaling).
2016-05-15 22:46:49 +02:00
klausstaedtler 4135dba1a9 icons: Changes color, symbolic & legacy
color-scalable & symbolic-scalable
add gimp-gegl-24 twin

legacy
move gimp-gegl 22px from icons22_DATA to tools22_DATA

symbolic\scalable
remove unneeded nodes from *.svg
2016-04-09 16:48:54 +02:00
Jehan 222788342c icons: add Legacy's tool icons in EXTRA_DIST. 2016-04-03 16:23:09 +02:00
Jehan c3c2e2954c icons: Legacy tool icons were always superseded by Symbolic icons.
Tool icon's requested size is 24x24, but our legacy icons provide 22x22.
This makes them superseded by our new default icon theme.
The trick is to pretend in the Legacy theme description (index.theme)
that the 22x22 tool icons' nominal size is 24x24.
2016-04-02 23:18:49 +02:00
Jehan 3ee103bfeb icons: Legacy's 22x22/apps icons of "Threshold" type.
Otherwise toolbox icons won't be used preferably to 24x24 default icons.
2016-03-28 13:53:03 +02:00
Jehan c0d96f0130 icons: get the 2.8 pixel-perfect icon theme back under name "Legacy".
It will makes nostalgic people happy. It does not change the plans about
the new Color icon theme, which we are planning to render pixel-perfect
as well in the end.
2016-03-01 00:12:38 +01:00