2cf381d211
app: fix typos in comment.
2016-01-20 21:30:55 +01:00
39cc3eccd5
app: rename gimp-gegl-config-proxy.[ch] to gimp-gegl-config.[ch]
...
and rename its functions to make more sense.
2016-01-20 12:18:35 +01:00
ea13e816ab
Bug 750105 - Migrating 2.8 themes to 2.9/2.10
...
Old themes should not be copied over to the GIMP 2.9/2.10 config at
first launch since they won't be compatible anyway. Let's go the less
painful way by dropping old themes rather than trying to salvage themes
which we know will be broken by design.
2016-01-19 22:36:27 +01:00
9b32253270
configure.ac: require GEGL 0.3.5
2016-01-19 00:23:07 +01:00
620d8ed5a6
Icons: hopefully I have now all *.svg moved arrgh.
...
Signed-off-by: klausstaedtler <staedtler-przyborski@web.de >
2016-01-18 20:59:04 +01:00
e6e5a2b462
Icons: even more to move to /color/scalable
...
Signed-off-by: klausstaedtler <staedtler-przyborski@web.de >
2016-01-18 20:48:13 +01:00
6fed40fa20
Icons: some *.svg files not moved to /color scalable corrected
...
Signed-off-by: klausstaedtler <staedtler-przyborski@web.de >
2016-01-18 20:34:11 +01:00
a4fc5b75c4
Icons: All *.svg files from Color and it's subdirectories are moved to
...
Color/scalable with according subdirectory. This is a first step to collect
all individual color *svg in one color-scalable.svg, like in symbolic.
Signed-off-by: klausstaedtler <staedtler-przyborski@web.de >
2016-01-18 20:25:04 +01:00
7164e8eaa2
Icons:
...
Changes in scalable.svg
Title in Metadata changed from 'Gnome Icon Theme' to 'Gimp Symbolic Icon Theme', added authors 'Barbara Muraus, Jakub Steiner, Klaus Staedtler' and description 'Images originally created as the "Art Libre" icon set. Extended and adopted for GIMP'
gimp-tool-blend reworked for better integration into 'Tools' instaed of 'Gradients'
gimp-prefs-icon-theme reworked (forgot to mention in last commit)
gimp-prefs-folders-icon-theme reworked (forgot to mention in last commit)
gimp-tool-by-color-select lowered transparency to 50% for better visibility
gimp-tool-desaturate lowered transparency to 50% for better visibility
gimp-tool-foreground-select lowered transparency to 50% for better visibility
gimp-tool-shear lowered transparency to 50% for better visibility
gimp-tool-unified-transform lowered transparency to 50% for better visibility
gimp-color-triangle lowered transparency to 50% for better visibility
Signed-off-by: klausstaedtler <staedtler-przyborski@web.de >
2016-01-18 15:57:18 +01:00
2e64e6b3e6
Bug 750893 - Channel Mixer: Monochrome option missing in new GEGL Version
...
Also add the mono mixer to Colors -> Components.
2016-01-18 02:37:03 +01:00
37dd1778ad
pdb: clean up the channel mixel PDB compat proc
...
Fix indentation, remove unneeded casts.
2016-01-18 02:14:49 +01:00
0eeb741fae
menus: move "Desaturate" to Colors -> Desaturate
...
and reorder the desaturate submenu alphabetically.
2016-01-18 02:13:39 +01:00
37a482a096
icons: invert the symbolic icons with gegl:invert-gamma...
...
... instead of gegl:invert-linear.
2016-01-18 00:28:37 +01:00
06a5b2fa3f
app: bring dialog titles and help IDs to GEGL filter dialogs
...
Add "title" and "help_id" parameters and members/properties to
GimpToolDialog, GimpToolGui, GimpOperationTool. Also make the order of
parameters more consistent.
2016-01-17 20:17:07 +01:00
6e109052ca
themes: use a common gtkrc and correctly named colors.
...
All our new themes should now use a common gtkrc base. Colors only
should be different, as included from a colorrc. This way we ensure a
consistent behavior throughout all themes.
Also we should use meaningful color names to make maintenance easy.
2016-01-17 19:53:04 +01:00
a940300525
libgimpwidgets: make GimpDialog's help_id settable after construction
2016-01-17 17:35:33 +01:00
7c0d7c6311
app: add new virtual function GimpProcedure::get_help_id()
...
Implement the new function in GimpPlugInProcedure and remove
gimp_plug_in_procedure_get_help_id().
2016-01-17 17:15:27 +01:00
d21ab943c1
app: make gimp_gegl_get_config_proxy() work without a passed icon_name
...
Keeps the GEGL tool from crashing.
2016-01-17 16:10:19 +01:00
f522c1ad49
themes: update distributed theme images.
...
entry-border-fill-active-item is not used anymore (commit 2144a7c
).
gimp-arrow-right-prelight seems as well for some time.
Adding menuitem-prelight (commit 127fdff
and 2144a7c
).
2016-01-17 15:34:23 +01:00
f1487c27de
Updated Polish translation
2016-01-17 15:05:02 +01:00
f948f275ea
AUTHORS: regenerated
2016-01-17 14:47:14 +01:00
4cb9b754a9
Add Ell to the list of v2.10 contributors
2016-01-17 16:40:41 +03:00
bcf89ac27d
libgimp: and a typo in gimp.def, hopefully finished now :)
2016-01-17 14:35:55 +01:00
80faa72617
libgimp: remove duplicate entries from gimp.def
2016-01-17 14:22:35 +01:00
2144a7ceb9
themnes: Updated light theme menuitem prelight
2016-01-17 07:08:49 -05:00
127fdff9c7
themes: Updated both dark and light themes menuitem prelight.
...
Updated both themes menuitem prelight to use same filename in gtkrc.
Added new ui/menuitem-prelight.png
2016-01-17 06:58:43 -05:00
bd5355221d
libgimp: add the new functions to gimp.def
2016-01-17 00:46:54 +01:00
7b89fe6536
pdb: Use the diagonal-neighbors setting from GimpPDBContext...
...
...in gimp-image-select-contiguous-color()
This and the last 5 commits fix bug 760481.
2016-01-17 00:46:54 +01:00
7b3e5ba1e9
pdb: Add "diagonal-neighbors" as GimpPDBContext property
...
and add PDB API to get/set it.
2016-01-17 00:46:54 +01:00
e0b1aa1c26
app: Add diagonal_neighbors parameter to gimp_channel_select_fuzzy()
...
and propagate it to gimp_pickable_contiguous_region_by_seed(), in
preperation for adding a diagonal-neighbors setting to PDB.
2016-01-17 00:46:54 +01:00
350c7ca338
app: Add "Diagonal neighbors" option to the bucket fill tool
...
When checked, diagonally neighboring pixels are considered connected
when calculating the affected area.
This commit also adds a corresponding diagonal_neighbors parameter to
gimp_drawable_bucket_fill(), and modifies the callers, other than the
bucket fill tool, to pass FALSE for this parameter, to retain the
current behavior.
2016-01-17 00:46:54 +01:00
070007d891
app: Add "Diagonal neighbors" option to the fuzzy select tool
...
When checked, diagonally neighboring pixels are considered connected
when calculating the affected area.
2016-01-17 00:46:54 +01:00
93bf78b83e
app: Add diagonal_neighbors parameter to...
...
...gimp_pickable_contiguous_region_by_seed(), in preperation
for adding a similar option to the relevant tools.
When this parameter is TRUE, all eight neighbors of each pixel
are considered when calculating the resulting region, instead
of just the four orthogonal ones.
This commit also modifies all callers to pass FALSE for this
parameter, to retain the current behavior.
2016-01-17 00:46:54 +01:00
ca9ca906a7
themes: complete dark and light themes.
...
Missing style rules which have to be in both themes.
https://bugzilla.gnome.org/show_bug.cgi?id=759648#c26
2016-01-16 23:01:49 +01:00
38691ee03d
app: register the newly changed ops' properties normally
...
not using GIMP_CONFIG_INSTALL_PROP_FOO() because they don't allow to
set the param spec's nick and blurb separately.
2016-01-16 22:50:15 +01:00
149d3f441f
app: turn the desaturate tool into a normal GEGL filter
2016-01-16 22:38:12 +01:00
6f6922006c
menus: remove posterize from Tools -> Colors
2016-01-16 22:10:38 +01:00
6541c6b80b
app: add icons to the generated gimp-gegl-config-proxy classes
2016-01-16 22:01:07 +01:00
7b009c6900
app: turn the posterize tool into an ordinary GEGL filter
...
which means replacing the whole thing by a few lines.
2016-01-16 21:41:00 +01:00
2334cb41a7
Bug 760579 - Plug-in dialogs fail to use UI themes
...
Something must have changed in GTK+, probably a long time ago, because
this code definitely used to work in the past.
Anyway, change gimp_ui_init() in libgimpui to use gtk_rc_parse()
instead of gtk_rc_add_default_file() which fixes the plug-in's initial
theme, and install a GFileMonitor on themerc which calls
gtk_rc_reparse_all() when themerc changes.
2016-01-16 19:36:13 +01:00
98ecd4a010
themes: matches widget styles on Dark and Light themes.
...
<classname> means the style applies on any child class.
In particular the rule "<GtkButton>" will apply on any object derived
from a GtkButton.
2016-01-16 15:58:23 +01:00
359c00a722
Bug 760658 - on rotated convas, marching ants are re-drawn incorrectly
...
selection_zoom_segs(): if the canvas is rotated, don't optimize
segment drawing by clamping it to the canvas widget boundaries.
2016-01-16 01:56:57 +01:00
ba39a5a523
Update plug-ins compatibility list
2016-01-16 00:44:02 +03:00
bf3ac54c46
Fix references to settings to match recent typo fixes in GEGL
2016-01-16 00:19:53 +03:00
5555fb5191
Updated Italian translation
2016-01-15 09:37:17 +01:00
dd1809bc21
app: simplify gimp_display_shell_scale_get_zoom_focus()
...
The logic should be exactly as before, just less convoluted.
2016-01-14 23:57:40 +01:00
e3f88fc4ef
Updated Norwegian (nn) translation
2016-01-14 20:20:16 +01:00
2e7ebde19d
themes: add missing fixes for 'The Dark Side of Gimp' theme
...
Adds missing plugins fix, reverts part of previous commit to
remove duplicate styles.
https://bugzilla.gnome.org/show_bug.cgi?id=759649
2016-01-14 10:23:33 -05:00
6ba9acd81a
Deleted gimp-preefs-icon-theme, was a false named double of gimp-prefs-icon-theme
...
Signed-off-by: klausstaedtler <staedtler-przyborski@web.de >
2016-01-13 23:16:37 +01:00
c599582c51
Updated symbolic icon theme
...
attention due to default color changes in scalable.svg icon former
icon-theme symbolic-inversed is now symbolic
Changes in scalable.svg
set background color of svg to transparent otherwise exported png's have a tint.
ADDED MISSING
+ gimp-center (added, new)
+ gimp-color-triangle (added, new)
+ gimp-controller-linux-input (added, new)
+ gimp-convert-grayscale (added, new)
+ gimp-convert-indexed (added, new)
+ gimp-convert-rgb (added, new)
+ gimp-display-filter-colorblind (added, new)
+ gimp-display-filter-contrast (added was in art-libre, reworked to match with other display filter)
+ gimp-display-filter-gamma (added, new)
+ gimp-display-filter-proof (added, new)
+ gimp-display-filter-lcms (added, new)
+ gimp-gradient-shapeburst-angular (added, new)
+ gimp-gradient-shapeburst-dimpled (added, new)
+ gimp-gradient-shapeburst-spherical (added, new)
+ gimp-gradient-spiral-anticlockwise (added, new)
+ gimp-gradient-spiral-clockwise (added, new)
+ gimp-list (added, new)
+ gimp-gradient-square (added, new)
+ gimp-histogram-logarithmic (was missing from the missing list. added, new)
+ gimp-histogram (added, new)
+ gimp-images (added new)
+ gimp-layer-to-imagesize (was gimp-layer + arrow)
+ gimp-navigation (added, new)
+ gimp-path-stroke (added, new)
+ gimp-path (added, new)
+ gimp-resize (added, new)
+ gimp-scale (added, new)
+ gimp-selection-add (added, new)
+ gimp-selection-replace (added, new)
+ gimp-selection-to-channel (added, new)
+ gimp-selection-to-path (added, new)
+ gimp-toilet-paper (added, new, no inverse, colors b&w, gets wrong when inverted !)
+ gimp-tool-preset (added, =gimp-prefs-folders-tool-presets, double use)
+ gimp-warning'(added, from gnome 3.12 symbolic theme)
+ gimp-prefs-toolbox (added, from gnome 3.12 symbolic theme)
+ gimp-wilber-eek (added, new from gimp-wilber)
SEPERATED
- gimp-frame (always used as a fixed size for now)
- gimp-texture (used in 2 docks: navigation and selection editor, as background when there is no image)
CHANGES
# gimp-prefs-system-resources (moved, renamed, was in unused)
# g847 (renamed to gimp-grid)
# gimp-channels (reworked, no TV-metaphor)
# gimp-channel (reworked, no TV-metaphor)
# gimp-channel-red (reworked, no TV-metaphor)
# gimp-channel-green (reworked, no TV-metaphor)
# gimp-channel-blue (reworked, no TV-metaphor)
# gimp-channel-alpha (reworked, no TV-metaphor)
# gimp-channel-gray (reworked, no TV-metaphor)
# gimp-channel-indexed (reworked, no TV-metaphor)
# gimp-histogram-linear (renamed, was gimp-histogram)
# gimp-tools (renamed, was gimp-prefs-toolbox)
# gimp-layer (reworked, so it fits to layer)
# gimp-wilber-outlined (outligning changed to 'bebebeff 30%')
# gimp-floating-selection (reworked, so it fits to selection)
# gimp-prefs-folders-tool-plug-ins (reworked, so it fits to other prefs-folders)
# gimp-controller (reworked, no gears)
# gimp-tool-blend (reworked, doubled gimp-gradient-linear)
# gimp-default-color (reworked, no inverse, colors b&w, gets wrong when inverted !)
# gimp-color-picker-gray (grey quarter set to bebebeff 50%, so it stays grey when inverted)
# gimp-color-picker-white (lightgrey quarter set to white, gets wrong when inverted !)
# gimp-color-picker-black (darkgrey quarter set to black, gets wrong when inverted !)
NEW UNUSED
+ gimp-nonvisible
+ gimp-prefs-image-window-appearance (gimp-prefs-image-windows has double usage)
+ gimp-prefs-image-window-snapping (gimp-prefs-tool-options has double usage)
Signed-off-by: klausstaedtler <staedtler-przyborski@web.de >
2016-01-13 21:22:06 +01:00