Commit graph

186 commits

Author SHA1 Message Date
klausstaedtler
e36846124c icons: color-scalable
replace with better fitting icons

gimp-prefs-folders-mypaint-brushes

add 16x16 png's
2016-06-20 17:35:32 +02:00
klausstaedtler
5684840f2d icons: scalable&color-scalable
replace with better fitting icons

gimp-shred
gimp-path-up
gimp-path-down
gimp-path-new
gimp-path-delete
2016-06-19 22:30:28 +02:00
Jehan
1056016e67 icons, libgimpwidgets: s/gimp-justify-block/gimp-justify-fill/.
We may have to rename them later into standard GTK+ names.
But anyway, the right name would be (gtk|gimp)-justify-fill.
Cf. bug 759904.
2016-06-10 15:13:36 +02:00
Jehan
eef30a2702 icons, libgimpwidgets: s/gimp-intend/gimp-indent/. 2016-06-10 13:50:47 +02:00
klausstaedtler
cb7d93d556 icons: Bug 759904
add
gimp-buffer

remove
gimp/libgimpwidgets/gimpicons.h:#define GIMP_STOCK_BUFFER                   GTK_STOCK_PASTE

patch
gimpicons.c
gimpicons.h
2016-06-10 13:50:46 +02:00
klausstaedtler
f87a8d27dd icons: Bug 759904
add
gimp-justify-block
gimp-justify-center
gimp-justify-left
gimp-justify-right

patch
gimpicons.c
gimpicons.h


to get active and replace gtk-justify-*
'gimp/app/tools/gimptextoptions.c:  box = gimp_prop_enum_icon_box_new (config, "justify", "gtk-justify", 0, 0);
must be patched
2016-06-10 13:50:46 +02:00
klausstaedtler
1199a7e6fb icons: Bug 759904
add
gimp-document-recent


patch: replace "document-open-recent" by "gimp-document-recent" (or GIMP_STOCK_DOCUMENT_RECENT)


gimp/app/dialogs/dialogs.c:            N_("History"), N_("Document History"), "document-open-recent",
gimp/app/actions/documents-actions.c:  { "documents-popup", "document-open-recent",
gimp/app/actions/dialogs-actions.c:  { "dialogs-document-history", "document-open-recent",


patch
gimpicons.c
gimpicons.h
2016-06-10 13:50:46 +02:00
klausstaedtler
b79e754480 icons: Bug 759904
add
gimp-open

patch: replace "document-open" by "gimp-open" (or GIMP_STOCK_OPEN)

gimp/plug-ins/imagemap/imap_browse.c:   icon = gtk_image_new_from_icon_name ("document-open", GTK_ICON_SIZE_BUTTON);
gimp/libgimpwidgets/gimpfileentry.c:  image = gtk_image_new_from_icon_name ("document-open", GTK_ICON_SIZE_BUTTON);
gimp/app/actions/text-editor-actions.c:  { "text-editor-load", "document-open",
gimp/app/actions/vectors-actions.c:  { "vectors-import", "document-open",
gimp/app/actions/patterns-actions.c:  { "patterns-open-as-image", "document-open",
gimp/app/actions/documents-actions.c:  { "documents-open", "document-open",
gimp/app/actions/brushes-actions.c:  { "brushes-open-as-image", "document-open",
gimp/app/actions/text-tool-actions.c:  { "text-tool-load", "document-open",
gimp/app/actions/file-actions.c:      entries[i].icon_name      = "document-open";
gimp/app/widgets/gimpsettingsbox.c:                                     "document-open",
gimp/app/widgets/gimpsettingseditor.c:                            "document-open",

patch
gimpicons.c
gimpicons.h
2016-06-10 13:50:46 +02:00
klausstaedtler
62a4a714dc icons: add missing gimp-pattern
patch
gimpicons.c
gimpicons.h
2016-06-10 13:50:46 +02:00
klausstaedtler
312691312d icons: Bug 759904
add
gimp-shred

patch: replace "edit-clear" by "gimp-shred" (or GIMP_STOCK_SHRED)

gimp/app/actions/documents-commands.c:                                    "edit-clear",
gimp/gimp/app/actions/edit-actions.c:  { "edit-undo-clear", "edit-clear",
gimp/app/actions/documents-actions.c:  { "documents-clear", "edit-clear",
gimp/app/dialogs/preferences-dialog.c:  button = prefs_button_add ("edit-clear", shred

add
gimp-edit-clear

patch: replace "edit-clear" by "gimp-edit-clear" (or GIMP_STOCK_EDIT_CLEAR)

gimp/app/actions/text-editor-actions.c:  { "text-editor-clear", "edit-clear",
gimp/app/actions/edit-actions.c:  { "edit-clear", "edit-clear",
gimp/app/actions/error-console-actions.c:  { "error-console-clear", "edit-clear",
gimp/app/actions/text-tool-actions.c:  { "text-tool-clear", "edit-clear",
gimp/app/widgets/gimptextstyleeditor.c:  image = gtk_image_new_from_icon_name ("edit-clear", GTK_ICON_SIZE_MENU);
gimp/app/dialogs/preferences-dialog.c:  button = prefs_button_add ("edit-clear",


patch
gimpicons.c
gimpicons.h

update
icon-list.mk
2016-06-10 13:50:45 +02:00
klausstaedtler
71bedb70f6 icons: Bug 759904
patch: replace "window-close" by "gimp-quit" (or GIMP_STOCK_QUIT)

gimp/app/actions/dock-actions.c:  { "dock-close", "window-close",
gimp/app/actions/view-actions.c:  { "view-close", "window-close",
gimp/app/actions/dockable-actions.c:  { "dockable-close-tab", "window-close",

patch: replace "gtk-directory" by "gimp-file-manager" (or GIMP_STOCK_FILE_MANAGER)

gimp/libgimpwidgets/gimpfileentry.c:  image = gtk_image_new_from_icon_name ("gtk-directory", GTK_ICON_SIZE_BUTTON);
gimp/app/actions/palettes-actions.c:  { "palettes-show-in-file-manager", "gtk-directory",
gimp/app/actions/mypaint-brushes-actions.c:  { "mypaint-brushes-show-in-file-manager", "gtk-directory",
gimp/app/actions/dynamics-actions.c:  { "dynamics-show-in-file-manager", "gtk-directory",
gimp/app/actions/tool-presets-actions.c:  { "tool-presets-show-in-file-manager", "gtk-directory",
gimp/app/actions/patterns-actions.c:  { "patterns-show-in-file-manager", "gtk-directory",
gimp/app/actions/documents-actions.c:  { "documents-show-in-file-manager", "gtk-directory",
gimp/app/actions/brushes-actions.c:  { "brushes-show-in-file-manager", "gtk-directory",
gimp/app/actions/gradients-actions.c:  { "gradients-show-in-file-manager", "gtk-directory",


add
gimp-rivert

patch
gimpicons.c
gimpicons.h

patch: replace "document-revert" by "gimp-revert" (or GIMP_STOCK_REVERT)

gimp/app/actions/tool-options-actions.c:  { "tool-options-restore-preset-menu", "document-revert",
gimp/app/actions/tool-presets-actions.c:  { "tool-presets-restore", "document-revert",
gimp/app/actions/gradient-editor-actions.c:  { "gradient-editor-load-left-color", "document-revert",
gimp/app/actions/gradient-editor-actions.c:  { "gradient-editor-load-right-color", "document-revert",
gimp/app/widgets/gimptooloptionseditor.c:    gimp_editor_add_button (GIMP_EDITOR (editor), "document-revert",
gimp/app/widgets/gimpdataeditor.c:                            "document-revert",
2016-06-10 13:50:45 +02:00
klausstaedtler
3842c58169 icons: Bug 759904
add
gimp-image-open
gimp-image-reload
gimp-close-all
gimp-save-as
gimp-quit
gimp-file-manager
gimp-clipboard

patch
file-actions.c
2016-06-10 13:50:45 +02:00
klausstaedtler
2696611d1e icons: Bug 759904
add
gimp-group-layer

patch
gimpgrouplayer.c
2016-06-10 13:50:45 +02:00
klausstaedtler
8b1ea3cc13 icons: Bug 759904
add
gimp-cancel
gimp-save

patch
gimpstatusbar.c
fil-pdf-save.c
gimpicons.c
gimpicons.h
2016-06-10 13:50:45 +02:00
klausstaedtler
37c3c01cf1 icons: Bug 759904
add
gimp-next
gimp-previous


patch
gimpcolordisplayeditor.c
gimpcontrollerlist.c
dialog.c
tips-dialog.c
gimpicons.c
gimpicons.h
2016-06-10 13:50:44 +02:00
klausstaedtler
022cd64105 icons: Bug 759904
add
gimp-intend

patch
gimptextoptions.c
gimpicons.c
gimpicons.h
2016-06-10 13:50:44 +02:00
klausstaedtler
ba9d11cdc7 icons: add missing prefs icons
gimp-prefs-image-windows-appearance
gimp-prefs-image-windows-snapping
gimp-prefs-folders-mypaint-brushes


patch
app/dialogs/preferences-dialog.c
2016-06-10 13:50:44 +02:00
klausstaedtler
b55b4ac38d icons: Bug 759904
add
gimp-font

patch
gimpicons.c
gimpicons.h
2016-06-10 13:50:44 +02:00
klausstaedtler
92a9117ae0 icons: Bug 759904
add
gimp-path-delete
gimp-path-new
gimp-path-up
gimp-path-down

patch
gimppatheditor.c
gimpicons.c
gimpicons.h
2016-06-10 13:50:43 +02:00
klausstaedtler
2c05b4288c Merge git://git.gnome.org/gimp 2016-06-02 18:28:00 +02:00
klausstaedtler
e6ba618bb9 icons: add new icon gimp-color-palette
patch
gimppalette.c
gimpicons.c
gimpicons.h
2016-06-02 18:24:29 +02:00
Jehan
2f8467e3a7 icons: s/gimp-char-picker-24.svg/gimp-char-picker.svg/
Small bug in commit 89b163b.
Fixes --enable-vector-icons option.
2016-06-02 12:51:14 +02:00
klausstaedtler
89b163b72c icons: fixes
add forgotten gimp-char-picker-24.svg

other minor fixes
2016-06-02 07:29:03 +02:00
klausstaedtler
a91adeb5fb icons:
symbolic-scalable
add 'pixel-perfect' 24px vectorial twins (as replacement for 22px)
gimp-prefs-folders-dynamics
gimp-prefs-folders-environ
gimp-prefs-folders-fonts
gimp-prefs-folders-gradients
gimp-prefs-folders-icon-themes
gimp-prefs-folders-interp
gimp-prefs-folders-modules

symbolic-scalable & color-scalable
add new icons
gimp-color-cmyk
gimp-color-water

patch
color-selector-cmyk.c
color-selector-water.c
gimpicons.c

This is the first patch to solve Bug 759904
many more have to follow

Thanks to Jehan for the assistance
2016-06-01 19:41:47 +02:00
klausstaedtler
45d705df39 icons:symbolic-scalalable
symbolic-scalable
add 'pixel-perfect' 24px vectorial twins (as replacement for 22px)
gimp-prefs-new-image
gimp-prefs-playground
gimp-prefs-session
gimp-prefs-system-resources
gimp-prefs-theme
gimp-prefs-toolbox
gimp-prefs-tool-options
gimp-prefs-window-management
gimp-prefs-folders-brushes

symbolic-scalalable & color-scalable
former gimp-prefs-color-management
moved to /Prototype/.../16/gimp-color-profile
2016-05-29 21:12:42 +02:00
klausstaedtler
9e4b9628f2 icons:symbolic-scalalable & color-scalable
symbolic-scalable
add 'pixel-perfect' 24px vectorial twins (as replacement for 22px)
gimp-prefs-color-management
gimp-prefs-controllers
gimp-prefs-default-comment
gimp-prefs-default-grid
gimp-prefs-display
gimp-prefs-help-system
gimp-prefs-icon-theme
gimp-prefs-image-title
gimp-prefs-image-windows
gimp-prefs-input-devices
gimp-prefs-interface

symbolic-scalalable & color-scalable
sync gimp-prefs-color-management with gnome-color-manager
2016-05-29 17:41:20 +02:00
klausstaedtler
49c81ffc44 icons: color-scalable
add 'pixel-perfect' 24px vectorial twins (as replacement for 22px)
gimp-prefs-folders-brushes
gimp-prefs-folders-dynamics
gimp-prefs-folders-environ
gimp-prefs-folders-fonts
gimp-prefs-folders-gradients
gimp-prefs-folders-icon-themes
gimp-prefs-folders-interp
gimp-prefs-folders-modules
gimp-prefs-folders-palettes
gimp-prefs-folders-patterns
gimp-prefs-folders-plug-ins
gimp-prefs-folders-scripts
gimp-prefs-folders-themes
gimp-prefs-folders-tool-plug-ins
gimp-prefs-folders-tool-presets
gimp-prefs-folders-tools
2016-05-28 16:39:30 +02:00
klausstaedtler
4b4ebe9fc2 icons: color-scalable
add 'pixel-perfect' 24px vectorial twins (as replacement for 22px)
gimp-dynamics
gimp-histogram
gimp-input-device
gimp-landscape
gimp-letter-spacing
gimp-line-spacing
gimp-path
gimp-paths
gimp-portrait
gimp-prefs-color-management
gimp-prefs-controllers
gimp-prefs-default-comment
gimp-prefs-default-grid
gimp-prefs-display
gimp-prefs-folders
gimp-prefs-help-system
gimp-prefs-icon-theme
gimp-prefs-image-title
gimp-prefs-image-windows
gimp-prefs-input-devices
gimp-prefs-interface
gimp-prefs-new-image
gimp-prefs-playground
gimp-prefs-session
gimp-prefs-system-resources
gimp-prefs-theme
gimp-prefs-toolbox
gimp-prefs-tool-options
gimp-prefs-window-management
gimp-tool-preset
gimp-wilber
2016-05-28 13:35:19 +02:00
klausstaedtler
5feba030ca icons: color-scalable & symbolic-scalable
minor corrections
2016-05-25 18:11:27 +02:00
klausstaedtler
3a458d1756 icons: color-scalable & symbolic-scalable
add 'pixel-perfect' 24x24px twins
gimp-info
gimp-user-manual
gimp-video


all current 24px icons from scalable icons-themes have now
'pixel-perfect' 24px vector twins.

Next step would be 'port' all remaining 22x22px icons to 24x24
(so 22x22 can be deprecated in future builds). As gimp refuses to use
24px for these icons, the 22px icons have to stay until gimp is ready for 24px.
2016-05-23 21:56:05 +02:00
klausstaedtler
7a19e5ce44 icons: color-scalable & symbolic-scalable
add 'pixel-perfect' 24x24px twins
gimp-controller
gimp-controller-keyboard
gimp-controller-linux-input
gimp-controller-midi
gimp-cintroller-wheel
gimp-cursor
gimp-sample-point
2016-05-23 17:47:13 +02:00
klausstaedtler
92739a5d90 icons: color-scalable & symbolic-scalable
add 'pixel-perfect' 24x24px twins
gimp-template
gimp-tools
gimp-undo-history
2016-05-21 17:04:48 +02:00
klausstaedtler
21742cca1b icons: color-scalable & symbolic-scalable
add 'pixel-perfect' 24x24px twins
gimp-device-status
gimp-display-filter
gimp-display-filter-colorblind
gimp-display-filter-contrast
gimp-display-filter-gamma
gimp-display-filter-lcms
gimp-display-filter-proof
2016-05-20 20:12:58 +02:00
klausstaedtler
71dfbbf9c2 icons: color-scalable & symbolic-scalable
add 'pixel-perfect' 24x24px twins
gimp-question
gimp-warning
gimp-error
2016-05-19 19:54:23 +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
8370fb13a7 icons: color-scalable & symbolic-scalable
add 'pixel-perfect' 24x24px twins
gimp-colormap
gimp-transparency
gimp-web
2016-05-17 20:07:38 +02:00
klausstaedtler
d83692a70a icons: color-scalable & symbolic-scalable
add 'pixel-perfect' 24x24px twins
gimp-center
gimp-channel
gimp-channel-alpha
gimp-channel-blue
gimp-channel-gray
gimp-channel-green
gimp-channel-indexed
gimp-channel-red
gimp-channels
2016-05-16 22:56:22 +02:00
klausstaedtler
ea3c9b7829 icons: color-scalable & symbolic-scalable
add 'pixel-perfect' 24x24px twins
gimp-layer
gimp-layer-mask
gimp-layers
gimp-text-layer
2016-05-16 18:36:27 +02:00
klausstaedtler
0bc53235b2 icons: color-scalable & symbolic-scalable
add 'pixel-perfect' 24x24px twins
gimp-symmetry
gimp-image
gimp-images
2016-05-16 16:42:23 +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
1b108e008e icons: scalable
color-scalable & symbolic-scalable

add 'pixel-perfect' 24x24px twins
gimp-print-resolution
gimp-move-to-screen
2016-05-15 17:51:57 +02:00
klausstaedtler
93cc47ff4b icons: color-scalable
minor corrections:
gimp-path
gimp-paths
gimp-path-stroke
gimp-duplicate
gimp-selection-to-path
gimp-selection-stroke
2016-05-12 20:48:30 +02:00
klausstaedtler
9e8a4501c5 icons: Changes color
color-scalable
remove gradient for more crisp

gimp-tool-align
gimp-tool-flip
gimp-tool-handle-transform
gimp-tool-path
gimp-tool-perspective-clone
gimp-tool-rotate
gimp-tool-scale
gimp-tool-shear
gimp-tool-unified-transform
2016-04-20 20:12:17 +02:00
klausstaedtler
554c8c6438 icons: Changes color
color-scalable
pixel-perfect 16x16
gimp-display-filter-colorblind
gimp-display-filter-gamma
gimp-display-filter-lcms
gimp-display-filter-proof
gimp-dynamics
gimp-reshow-filter
gimp-sample-point
2016-04-19 18:37:24 +02:00
klausstaedtler
800ef53c09 icons: Changes color
color-scalable
pixel-perfect 16x16
gimp-paste-as-new
gimp-paste-into
gimp-question
2016-04-18 22:15:26 +02:00
klausstaedtler
c3efe1b75b icons: Changes
add gimp-symmetry to icon-list.mk

all vectorial themes (color & Symbolic)
add gimp-symmetry.svg to ...\scalable directory

color-scalable
pixel-perfect 16x16
gimp-symmetry
gimp-color-pick-from-screen
gimp-path
gimp-path-stroke
gimp-move-to-screen
2016-04-18 19:11:31 +02:00
klausstaedtler
a75fa755f4 icons: Changes color
color-scalable
pixel-perfect 16x16
gimp-gradient-bilinear
gimp-gradient-conical-asymmetric
gimp-gradient-conical-symmetric
gimp-gradient-linear
gimp-gradient-radial
gimp-gradient-shapeburst-angular
gimp-gradient-shapeburst-dimpled
gimp-gradient-shapeburst-sherical
gimp-gradient-square
gimp-gradient-spiral-clockwise
gimp-gradient-spiral-anticlockwise
2016-04-17 19:18:58 +02:00
klausstaedtler
57ef0a6c36 icons: Changes color&symbolic
color-scalable & symbolic-scalable harmonize with cursor
gimp-tool-scale

color-scalable
pixel-perfect 16x16
gimp-resize
gimp-merge-down
gimp-scale
2016-04-17 16:11:03 +02:00
klausstaedtler
18709e9f24 icons: Changes color
color-scalable.svg
pixel-perfect 16x16
gimp-controller-midi
gimp-cursor
gimp-device-status
gimp-duplicate
gimp-error
gimp-floating-selection
gimp-image
gimp-images
gimp-input-device
gimp-layer-to-imagesize
gimp-list
gimp-prefs-default-grid
gimp-text-layer
gimp-warning
gimp-portrait
gimp-landscape
2016-04-17 13:17:15 +02:00
klausstaedtler
4b1a27f011 icons: Changes color & symbolic
color-scalable.svg
pixel-perfect 16x16
gimp-center
gimp-controller-keyboard
gimp-display-filter-contrast
gimp-flip-horizontal
gimp-flip-vertical
gimp-invert
gimp-rotate-90
gimp-rotate-180
gimp-rotate-270
gimp-tools
gimp-curve-free
gimp-curve-smooth


symbolic-scalable.svg
harmonize with color-scalable
gimp-flip-horizontal
gimp-flip-vertical
gimp-tool-rotate
2016-04-16 22:49:37 +02:00
klausstaedtler
d79d904cec icons: Changes color
color-scalable.svg
pixel-perfect 16x16
gimp-cap-butt
gimp-cap-round
gimp-cap-square
gimp-colormap
gimp-histogram
gimp-histogram-linear
gimp-histogram-logarithmic
gimp-join-bevel
gimp-join-miter
gimp-join-round
gimp-layer
gimp-tool-options
gimp-tool-preset
2016-04-16 16:18:46 +02:00
klausstaedtler
a2d25e5390 icons: Changes color
color-scalable.svg
pixel-perfect 16x16
gimp-channel
gimp-channels
gimp-channel-red
gimp-channel-green
gimp-channel-blue
gimp-channel-alpha
gimp-channel-indexed
gimp-channel-gray
2016-04-16 14:04:34 +02:00
klausstaedtler
aa4b125eae icons: Changes color
color-scalable.svg
pixel-perfect 16x16
gimp-convert-grayscale
gimp-convert-indexed
gimp-convert-rgb
2016-04-16 11:16:57 +02:00
klausstaedtler
1b2c64efd9 icons: Changes color
color-scalable.svg
pixel-perfect 16x16
gimp-selection-all
gimp-selection-border
gimp-selection-grow
gimp-selection-none
gimp-selection-shrink
gimp-selection-stroke
gimp-selection-to-channel
gimp-selection-to-path
2016-04-15 21:40:36 +02:00
klausstaedtler
ba246b93c7 icons: Changes color
color-scalable.svg
pixel-perfect 16x16
gimp-reset
gimp-selection
gimp-selection-add
gimp-selection-intersect
gimp-selection-replace
gimp-selection-subtract
2016-04-15 19:40:27 +02:00
klausstaedtler
2db14d057a icons: Changes color
color-scalable.svg
replace 16x16 icons by 'pixel-perfect' 12x12px
gimp-quick-mask-on
gimp-quick-mask-off
gimp-zoom-follow-window

pixel-perfect 16x16
gimp-edit
gimp-layers
gimp-paths
gimp-visible
gimp-linked
2016-04-14 22:15:41 +02:00
klausstaedtler
b1396094e0 icons: Changes color
color-scalable.svg
replace 16x16 icons by 'pixel-perfect' 12x12px
gimp-close
gimp-menu-left
gimp-menu-right

replace 16x16 icons by 'pixel-perfect' 18x18px
gimp-color-picker-black
gimp-color-picker-gray
gimp-color-picker-white
2016-04-14 19:16:17 +02:00
klausstaedtler
678ff0bdac icons: Changes color
color-scalable.svg
replace 16x16 icons by 'pixel-perfect' 24x24px
gimp-hchain
gimp-vchain
gimp-hchain-broken
gimp-vchain-broken


replace 16x16 icons by 'pixel-perfect' 22x22px
gimp-char-picker
gimp-letter-spacing
gimp-line-spacing
2016-04-13 20:12:04 +02:00
klausstaedtler
0d8a7ffba5 icons: Changes color
color-scalable.svg
replace 16x16 icons by 'pixel-perfect' 24x24px
gimp-hfill
gimp-hcenter
gimp-vfill
gimp-hcenter
gimp-text-dir-ltr
gimp-text-dir-rtl
2016-04-12 20:59:20 +02:00
klausstaedtler
a8f986a2eb icons: Changes color
pixel-perfect:
gimp-gravity-east
gimp-gravity-west
gimp-gravity-south
gimp-gravity-north
gimp-gravity-north-east
gimp-gravity-north-west
gimp-gravity-south-east
gimp-gravity-south-west
2016-04-11 19:45:30 +02:00
klausstaedtler
7480f7468c icons:
add gimp-gegl.svg to vector24_images

color-scalable
pixelperfect 12x12
gimp-swap-colors.svg
2016-04-10 18:54:03 +02:00
Jehan
0e33c7d84d icons: use pixel-perfect 24x24 icons with vectorial icon themes. 2016-04-10 18:17:58 +02:00
klausstaedtler
35cf40e739 icons: Changes color
color-scalable.svg
add for 16x16 tool icons 'pixel-perfect' 24x24px 'twins'
gimp-tool-curves-24
gimp-tool-levels-24
gimp-tool-hue-saturation-24
gimp-tool-threshold-24


minor corrections
gimp-tool-crop
gimp-tool-unified-transform
gimp-tool-rect-select
gimp-tool-align
gimp-tool-ink
gimp-tool-move
2016-04-10 16:56:16 +02:00
klausstaedtler
feb7145484 icons: Changes color
color-scalable.svg
add for 16x16 tool icons 'pixel-perfect' 24x24px 'twins'
gimp-tool-color-balance-24
gimp-tool-posterize-24
gimp-tool-desaturate-24
gimp-tool-colorize-24
2016-04-10 12:04:46 +02:00
klausstaedtler
09116b2263 icons: Changes color
color-scalable.svg
add for 16x16 tool icons 'pixel-perfect' 24x24px 'twins'
gimp-tool-bucket-fill-24
gimp-tool-paintbrush-24
gimp-tool-mypaint-brush-24
gimp-tool-airbrush-24
2016-04-09 19:39:32 +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
klausstaedtler
46d9197fd8 icons: Changes color
color-scalable.svg
add for 16x16 tool icons 'pixel-perfect' 24x24px 'twins'
gimp-tool-color-picker-24
gimp-tool-scale-24
gimp-tool-zoom-24
gimp-tool-ink-24
2016-04-08 21:44:35 +02:00
klausstaedtler
e2cfdb25fa icons: Changes color
color-scalable.svg
add for 16x16 tool icons 'pixel-perfect' 24x24px 'twins'
gimp-tool-flip-24
gimp-tool-rotate-24
gimp-tool-shear-24
gimp-tool-text-24
gimp-tool-dodge-24
2016-04-08 18:09:16 +02:00
klausstaedtler
4a0bddd6b3 icons: Changes color
color-scalable.svg
add for 16x16 tool icons 'pixel-perfect' 24x24px 'twins'
gimp-tool-select-by-color-24
gimp-tool-foreground-select-24
gimp-tool-iscissors-24
gimp-tool-heal-24
2016-04-07 20:14:50 +02:00
klausstaedtler
fadbc387e8 icons: Changes color
color-scalable.svg
add for 16x16 tool icons 'pixel-perfect' 24x24px 'twins'
gimp-tool-seamless-clone-24
gimp-tool-perspective-clone-24
gimp-tool-pencil-24
gimp-tool-free-select-24
gimp-tool-brightness-contrast-24
2016-04-06 18:34:35 +02:00
klausstaedtler
86a4ab8c62 icons: Changes color
rename gimp-tool-perspektive-clone.svg gimp-tool-perspective-clone.svg
2016-04-05 18:42:44 +02:00
klausstaedtler
73ebd5a219 icons: Changes color
repair broken *.svg's in directory Color/scalable

color-scalable.svg
add for 16x16 tool icons 'pixel-perfect' 24x24px 'twins'
gimp-tool-ellipse-select-24
gimp-tool-cage-24
gimp-tool-handle-transform-24
gimp-tool-fuzzy-select-24
gimp-tool-move-24
gimp-tool-clone-24
2016-04-05 18:22:18 +02:00
klausstaedtler
1378f8902e icons: Changes color
color-scalable.svg
add to 16x16 tool icons 'pixel-perfect' 24x24px 'twins'
gimp-tool-smudge-24
gimp-tool-unified-transform-24
gimp-tool-path-24
gimp-tool-crop-24
2016-04-04 17:57:46 +02:00
klausstaedtler
773c973b73 icons: Changes color
color-scalable.svg
add for 16x16 tool icons 'pixel-perfect' 24x24px 'twins'
gimp-tool-blend-24
gimp-tool-eraser-24
gimp-tool-perspective-24
gimp-tool-warp-24
gimp-tool-measure-24
gimp-tool-n-point-deformation-24
gimp-tool-align-24
2016-04-03 17:15:58 +02:00
klausstaedtler
7f8b951f42 icons: Changes color
color-scalable.svg
add for 16x16 tool icons 'pixel-perfect' 24x24px 'twins'
gimp-tool-blur-24
gimp-tool-rect-select-24
2016-04-03 13:02:22 +02:00
Jehan
d8325565a8 icons: cleaning.
22/gimp-tool-zoom.png was not deleted from Symbolic.
22/gimp-tool-preset.png must not be deleted (no 24x24 replacement),
neither from Color nor Symbolic.
2016-04-02 22:53:30 +02:00
klausstaedtler
4f9d52b6e8 icons: Changes symbolic&color
As gimp loves 24x24px toolbox icons (24 is preferred over 22)

replace all 22x22 gimp-tool ... icons for color & symbolic
by 24x24 gimp-tool ... icons

upload symbolic 24x24 gimp-tool... -24.svg icons

all color (!) 24x24 gimp-tool ... icons are 'pixel-un(!)perfect'
at the time beeing. Maybe this changes. Contributors are welcome.
2016-04-02 20:40:39 +02:00
Jehan
2ecdf13982 icons: commit the extracted SVG images for Color and Symbolic.
librsvg has too many bugs to be used for build-time SVG extraction.
So I will just leave out my extraction script (for the time being) and
simply commit all extracted SVGs (with Inkscape through a script).
The gray inversion script works fine though, so no need to commit
Symbolic-inverted icons.
2016-03-28 16:32:17 +02:00
klausstaedtler
139d9ac8bd icons: Changes in color-scalable & scalable
color
remove directory outdated (all icons there are back in legacy)
correct size color 16x16
gimp-tool-measure.png
gimp-display-filter.png

symbolic
scalable.svg
changed to 'pixel-perfect' for 16x16 (currently only in svg source, no export to png)
gimp-channels
gimp-channel-red
gimp-channel-blue
gimp-channel-green
gimp-channel-indexed
gimp-channel-gray
gimp-selection-to-channel
gimp-convert-rgb
gimp-layer
gimp-list
gimp-tool-unified-transform
2016-03-12 21:02:26 +01:00
Michael Schumacher
019547cb69 Changed "wilbur" to "wilber" for two icon files
Thanks to Tobias Ellinghaus for pointing this out.
2016-03-03 19:36:04 +01:00
Kevin Payne
faf03bb5e0 icons: gimp-tool-blend and gimp-tool-rect-select 16x16 pixel-perfect.
More to come later.
2016-02-26 15:42:28 +01:00
Jehan
f4c6322a8a icons: s/gimp-tool-align/gimp-tool-align-16/
Rename pixel-perfect icons, ending with size they have been made for.
2016-02-26 15:01:46 +01:00
Jehan
b4422db7b5 icons: gimp-tool-align as 16x16 pixel-perfect color icon.
Working on Inkscape to kickstart pixel-perfection reworking of current
icons. I worked on gimp-tool-align as first attempt.
I perfectly aligned it to the grid (modified to show major grid lines
every 16 pixels) and use only round numbers.
Let's first work on the tools for 16x16 versions, and later for
22x22 versions.
2016-02-22 15:47:39 +01:00
klausstaedtler
48ed6dea94 icons: add forgotten /22 gimp-tool-measure 2016-02-20 23:37:18 +01:00
klausstaedtler
0488eab57c icons: Changes in color-scalable & scalable
gimp-tool-measure. Gimp misuses an precision-compass icon
(example: http://www.staedtler.co.uk/en/products/technical-drawing-instruments/compasses/mars-comfort-551-precision-compass/)
for measuring. A divider is correct for this purpose (http://www.britannica.com/technology/divider-measurement-instrument).
2016-02-20 23:34:22 +01:00
klausstaedtler
5585c70808 icons: Changes in color-scalable & scalable
revert
gimp-tool-blend
gimp-tool-warp
gimp-tool-perspective
gimp-tool-eraser

to old gimp png's and remove vectorial design

revert gimp-tool-blend in scalable.svg to old gimp design
2016-02-16 23:40:50 +01:00
klausstaedtler
bb4fcf41f0 icons: Changes in color-scalable
gimp-channel-indexed (too much tango color dots, reduced)
gimp-tool-eraser (now wilbur is printed on top)
2016-02-16 19:58:25 +01:00
klausstaedtler
93e56422b6 icons: Changes in color-scalable
rebuild

gimp-gradient-shapeburst-angular
gimp-channel-indexed

(both where destroyed)
2016-02-15 19:27:34 +01:00
Jehan
e26fdc9e46 icons: allow vectorial icons for the Color icon theme too.
Extraction is still wrong for many icons. I'll see what I can do later.
The icon-list.mk is now common for all 3 icon themes.
2016-02-15 18:01:10 +01:00
Jehan
b2c43f71c9 icons: update some color icons to prepare for SVG extraction.
- gimp-anchor
- gimp-center
- gimp-web
- gimp-list
- gimp-warning
2016-02-15 18:01:10 +01:00
Jehan
289512e6de icons: s/gimp-display-contrast/gimp-display-filter-contrast/
Wrong icon id in the color icon source.
2016-02-15 02:52:31 +01:00
klausstaedtler
e73b3ea20e icons: Changes in color-scalable
replace with old gimp design.
The design prefered by inkscape is not clear enough to distinct
between horizontal and vertical.
Even in inkscape itself the directions change with the icon themes.
Scalable sources will follow later (after jehan has finished his tests).

gimp-flip-horizontal
gimp-flip-vertical
2016-02-14 22:35:54 +01:00
klausstaedtler
5383e1a14e icons: Changes in color-scalable
gimp-flip-horizontal (wrong name)
gimp-flip-vertical (wrong name)
2016-02-14 18:55:47 +01:00
klausstaedtler
5b1d599930 icons: Changes in color-scalable & scalable
changed
gimp-tool-options (artists need easels)
2016-02-14 00:01:48 +01:00
klausstaedtler
be07e3fe05 icons: all old icons from /xcf and /svg are moved to /unused 2016-02-13 18:30:22 +01:00
klausstaedtler
44afe663bd icons: Changes in color-scalable
new
gimp-hcenter
gimp-hfill
gimp-vcenter
gimp-vfill

all color icons are 'ported' now to svg
2016-02-13 18:17:31 +01:00
klausstaedtler
98fc27df6f icons: Changes in color-scalable & scalable
swapped (for better consistency with gimp-tool-scale):
gimp-scale
gimp-resize

changed
gimp-reshow-filter (shutters are in a semantic field with filters, cockwheels not)

new in color-scalable
gimp-sample-point
2016-02-13 11:47:24 +01:00
klausstaedtler
c1902c31ab icons: Changes in color-scalable
changed:
gimp-scale
gimp-resize
gimp-convert-rgb
gimp-tool-preset

new:
gimp-duplicate
gimp-edit
gimp-flip-horizontal
gimp-flip-vertical
gimp-merge-down
gimp-move-to-screen
gimp-shape-square
gimp-shape-diamond
gimp-shape-circle

Signed-off-by: klausstaedtler <staedtler-przyborski@web.de>
2016-02-12 18:38:13 +01:00
Jehan
d51de65910 Bug 761731 - Fix icon name in color icon theme source.
s/gimp-tool-presets/gimp-tool-preset/
2016-02-12 01:03:03 +01:00