4d5e42ac1a
plug-ins, pdb: remove the engrave plug-in and add a PDB compat procedure
2014-12-15 23:54:35 +01:00
be5e2e6991
app: add gegl:engrave to Filters -> Distorts
2014-12-15 23:42:57 +01:00
af9a052b26
Updated Czech translation
2014-12-14 15:07:03 +01:00
d08b643b73
Updated Turkish translation
2014-12-12 16:30:28 +00:00
8ac0b8e356
Updated Turkish translation
2014-12-12 14:10:39 +00:00
900dbc199c
Updated Turkish translation
2014-12-12 13:57:07 +00:00
31d7a6ed1c
Updated Turkish translation
2014-12-12 13:40:16 +00:00
4aef5f3fa1
Updated Swedish translation
2014-12-11 21:19:15 +00:00
f368424377
Updated Turkish translation
2014-12-11 19:34:16 +00:00
af64a104c3
Bug 741352: Cage tool crashes pressing Enter after Esc
2014-12-11 18:37:49 +01:00
ed15ea8775
plug-ins: common/Makefile.am is generated, changed plugin-defs.pl
2014-12-11 11:40:36 +01:00
f8073e6946
plug-ins: port crop-zealous to GEGL
2014-12-11 10:10:35 +01:00
960f54360f
gimpoperationtool: add support for aux2 input buffer
2014-12-11 08:28:14 +01:00
6f582ba527
pdb: make channel-mixer compat function use mono-mixer for monochrome mode
...
This is preparation of removing monochrome mode from the channel
mixer op, as there is already mono mixer doing the exact same thing
2014-12-11 00:30:23 +02:00
221db7ac94
Revert "pdb: make channel mixer compat function use mono-mixer for monochrome case"
...
This reverts commit fc8a2185a5
because
it only changed the generated file.
2014-12-10 19:29:46 +01:00
fc8a2185a5
pdb: make channel mixer compat function use mono-mixer for monochrome case
2014-12-10 19:43:11 +02:00
068745dc5c
Bug 741179: Export does not remember compression of input...
...
for Deflated TIFF
similar to commit 91738c3b9
2014-12-09 18:13:35 +01:00
77b816791a
app: fix test sessionrc files to expect the new "Color History" palette
...
it's now the default palette for --no-data because it's generated
and always exists.
2014-12-07 22:31:00 +01:00
47595b5615
app: use GimpFrames in _gimp_prop_gui_new_channel_mixer()
2014-12-07 20:12:29 +01:00
44be17a8c1
app: Custom gui for channel mixer
2014-12-07 19:57:28 +02:00
5c9a3f515b
libgimp: fix copy-paste errors in gimp.def file
2014-12-07 19:31:23 +02:00
7313cb559e
plug-ins, pdb: remove the illusion plug-in and add a PDB compat procedure
2014-12-04 20:42:15 +01:00
41e61719c4
app: add gegl:illusion to Filters -> Map
2014-12-04 20:30:57 +01:00
16d2031136
Bug 739369 - Rendering artifacts in the tool in-canvas UI with opacity
...
Don't disable double buffering in GimpOverlayBox, we don't do it for
the canvas any longer, and removing that code fixes the artifacts.
2014-12-01 21:50:57 +01:00
3a6962e0bd
app: some cosmetic code cleanup in the color picker tools
2014-12-01 13:49:40 +01:00
d03b33f1d9
Bug 739457 - Some errors not detected for GIMP_PDB_COLOR arguments
...
Check that all 3 array elements are numbers-
2014-11-30 18:32:15 +01:00
2fe1a0f5c1
Bug 677914 - Allow keyboard shortcuts for Rate and Flow on airbrush tool
...
Implement actions to control airbrush rate and flow.
2014-11-30 16:31:17 +01:00
23de02b8c2
app: force the action search dialog above its parent window...
...
... and set it modal to prevent interaction with other GIMP windows.
2014-11-29 23:54:49 +01:00
73e4828556
app: use g_signal_connect_object() to connect the history to the color dialog
...
It crashed when the history changed after a dialog way destroyed.
2014-11-29 13:48:00 +01:00
bf6e396f28
app: remove the int return value from gimp_palette_mru_add()
...
It's not needed any longer and was confusing anyway.
2014-11-29 13:38:12 +01:00
c0365c04e7
app: connect GimpColorDialog to the history palette's "dirty" signal
...
instead of having a ton of convoluted legacy code doing the same
manually. Simpler and more obvious code.
2014-11-29 13:33:56 +01:00
aafc2368cd
libgimpwidgets: make GimpColorSelection's main_hbox expand vertically
...
so the color dialogs become properly resizable again. This must have
been broken for ages.
2014-11-29 12:52:26 +01:00
293e5bde9e
Bug 740059 - Text tool changes from "Dynamic" to "Fixed"...
...
after text box moved using Alt key
In gimp_text_tool_button_release(), handle the "moving" case
separately instead of running into the default else branch that
assumes the user clicked outside and made a new text layer.
2014-11-28 23:57:06 +01:00
bebdcbe0bf
app: change enum GimpColorPickState to { START, UPDATE, END }
...
It used to be { NEW, UPDATE } but that didn't allow to distinguish the
final END update, which we will soon need for automatic color history
updating. Make sure all places that handle motion events on colors
(pick from canvas, gradient editor) correctly send and handle END
events.
2014-11-28 12:00:53 +01:00
bb5effe95a
build/win: Upgrade libpng to 1.6.15
2014-11-27 12:16:52 -05:00
a94aa72d93
app: Use g_return_val_if_fail in gimp_palette_mru_add.
...
It's a non-void function.
2014-11-27 11:51:28 -05:00
d36b18d7dc
fix typo on commit 5ae6c8b1b3
2014-11-27 15:44:58 +01:00
5ae6c8b1b3
Bug 740778 - fix transformtools
...
Do not enable transform tools in selection mode when no selection exists.
2014-11-27 08:30:56 +01:00
ac90ba1dc4
app: move color history loading/saving to core/gimp-palettes.c
...
and remove gui/color-history.[ch] completely.
2014-11-27 01:10:46 +01:00
09628cfa4c
Bug 739489 - Add palette of recently used colors
...
Add a generated palette which contains the color history. For now it's
only updated when the color dialog's color history gets updated, but
should be updated whenever a color is chosen in any way.
2014-11-26 23:48:19 +01:00
300b756e85
Bug 739775 - Select->Distort activates topmost layer
...
Remeber the active layer in distress-selection.scm and set it again
when the script is done.
2014-11-23 20:53:13 +01:00
45959cee36
Updated Latvian translation
2014-11-23 19:14:04 +02:00
47a165dc6c
app: select the second item on hitting down in action search entry.
...
Since the first action of the list can be run directly with Enter while
the entry is focused, hitting "Down" means one wants to select the next
item of the list. So let's jump directly to the second item on the first
"Down" key pressed.
2014-11-23 01:40:33 +01:00
fabbc9ac48
pdb: fix the doc_title of plug_in_compat.pdb
2014-11-22 23:11:23 +01:00
212b44cf2f
plug-ins, pdb: remove the Solid Noise plug-in and add a PDB compat procedure
2014-11-22 21:04:31 +01:00
01c79a2661
app: add gegl:noise-solid to Filters -> Render -> Noise
2014-11-22 20:45:40 +01:00
4de78f51b3
Bug 681140 - Filter Render/Line Nova: renders in black instead...
...
Store the foreground color before setting the default context.
2014-11-22 08:48:25 +01:00
b49e8098d4
plug-ins, pdb: remove the sinus plug-in and add a PDB compat procedure
2014-11-21 22:11:15 +01:00
3a5eaeb3af
app: add gegl:sinus to Filters -> Render -> Pattern
2014-11-21 20:49:15 +01:00
c1dc0893bd
app: handle preview generation for generated brushes separatley
2014-11-19 23:19:42 +02:00