Michael Natterer
b87d97ae68
plug-ins, pdb: remove the lens-flare plug-in and add a PDB compat procedure
2015-01-08 23:39:03 +01:00
Michael Natterer
1dd2752949
Bug 742202 - new layer/path dialog opens always in the upper left corner
...
gimp_dialog_set_property(): when setting a non-toplevel parent widget,
don't just set the dialog's screen, also set the window position to
GTK_WIN_POS_MOUSE, so the window opens at the mouse position.
2015-01-08 21:13:41 +01:00
Jakub Steiner
4dab80b9ef
icon: warp tool
2015-01-06 21:09:58 +01:00
Michael Natterer
9df726cbad
Bug 742229 - "pixels" entries get added to unit menus on each popup
...
_gimp_unit_store_sync_units(): don't trigger a sync of newly added
units if we encounter GIMP_UNIT_PERCENT, it has a special value that
is always larger than any other unit. All unit menus containing
"percent" were broken the same way.
2015-01-03 17:22:50 +01:00
Alexandre Prokoudine
27ec429b43
app: add gegl:lens-flare to Filters -> Light and Shadow
2014-12-31 13:12:53 +03:00
Marco Ciampa
677bdb8334
Updated italian translation
2014-12-26 19:29:59 +01:00
Michael Natterer
bbde1c48bd
app: don't use g_free() as key_destroy_func in a GType-keyed hash table
...
This would have crashed if we ever replaced or removed something in
that hash table. Instead, use g_object_unref() as value_destroy_func
because the table keeps GimpContainers which we would leak if we ever
removed anything from the table.
2014-12-23 01:18:23 +01:00
Mukund Sivaraman
ddda6a15c3
file-tga: Use the colormap origin / first entry index field
2014-12-20 23:24:20 +05:30
Mukund Sivaraman
dbd350747e
file-jpeg: Use slightly more accurate float DCT during load (Bug #741776 )
2014-12-20 16:02:09 +05:30
Michael Natterer
4d5e42ac1a
plug-ins, pdb: remove the engrave plug-in and add a PDB compat procedure
2014-12-15 23:54:35 +01:00
Michael Natterer
be5e2e6991
app: add gegl:engrave to Filters -> Distorts
2014-12-15 23:42:57 +01:00
Marek Černocký
af9a052b26
Updated Czech translation
2014-12-14 15:07:03 +01:00
Muhammet Kara
d08b643b73
Updated Turkish translation
2014-12-12 16:30:28 +00:00
Muhammet Kara
8ac0b8e356
Updated Turkish translation
2014-12-12 14:10:39 +00:00
Muhammet Kara
900dbc199c
Updated Turkish translation
2014-12-12 13:57:07 +00:00
Muhammet Kara
31d7a6ed1c
Updated Turkish translation
2014-12-12 13:40:16 +00:00
Anders Jonsson
4aef5f3fa1
Updated Swedish translation
2014-12-11 21:19:15 +00:00
Muhammet Kara
f368424377
Updated Turkish translation
2014-12-11 19:34:16 +00:00
Massimo Valentini
af64a104c3
Bug 741352: Cage tool crashes pressing Enter after Esc
2014-12-11 18:37:49 +01:00
Michael Natterer
ed15ea8775
plug-ins: common/Makefile.am is generated, changed plugin-defs.pl
2014-12-11 11:40:36 +01:00
Thomas Manni
f8073e6946
plug-ins: port crop-zealous to GEGL
2014-12-11 10:10:35 +01:00
Thomas Manni
960f54360f
gimpoperationtool: add support for aux2 input buffer
2014-12-11 08:28:14 +01:00
Alexia Death
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
Michael Natterer
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
Alexia Death
fc8a2185a5
pdb: make channel mixer compat function use mono-mixer for monochrome case
2014-12-10 19:43:11 +02:00
Massimo Valentini
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
Michael Natterer
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
Michael Natterer
47595b5615
app: use GimpFrames in _gimp_prop_gui_new_channel_mixer()
2014-12-07 20:12:29 +01:00
Alexia Death
44be17a8c1
app: Custom gui for channel mixer
2014-12-07 19:57:28 +02:00
Alexia Death
5c9a3f515b
libgimp: fix copy-paste errors in gimp.def file
2014-12-07 19:31:23 +02:00
Michael Natterer
7313cb559e
plug-ins, pdb: remove the illusion plug-in and add a PDB compat procedure
2014-12-04 20:42:15 +01:00
Michael Natterer
41e61719c4
app: add gegl:illusion to Filters -> Map
2014-12-04 20:30:57 +01:00
Michael Natterer
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
Michael Natterer
3a6962e0bd
app: some cosmetic code cleanup in the color picker tools
2014-12-01 13:49:40 +01:00
Saul Goode
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
E.S. Quinn
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
Jehan
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
Michael Natterer
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
Michael Natterer
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
Michael Natterer
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
Michael Natterer
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
Michael Natterer
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
Michael Natterer
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
Michael Henning
bb5effe95a
build/win: Upgrade libpng to 1.6.15
2014-11-27 12:16:52 -05:00
Michael Henning
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
Thomas Manni
d36b18d7dc
fix typo on commit 5ae6c8b1b3
2014-11-27 15:44:58 +01:00
Thomas Manni
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
Michael Natterer
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
Michael Natterer
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
Michael Natterer
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