Commit Graph

34922 Commits

Author SHA1 Message Date
94f3089b51 Updated Basque language 2015-02-07 15:30:05 +01:00
9d75844b7a app: add a custom GUI for gegl:diffraction-patterns 2015-02-06 19:43:49 +01:00
a71d64f701 app: add gegl:value-propagate to Filters -> Distorts 2015-02-06 19:26:52 +01:00
99772c7870 Updated Icelandic translation 2015-02-05 17:22:06 +01:00
6c5f910c0f Updated documentation on the title and status bars 2015-02-04 16:45:06 -02:00
09c5fcc32b Bug 742775: Crash when editing text with certain fonts 2015-02-03 18:33:12 +01:00
3756df29af Updated Icelandic translation 2015-01-29 16:27:39 +00:00
2746544328 Add new codes for title bar: '%e' for offsets, '%r' for rotation 2015-01-29 11:06:54 -02:00
a215fbda56 Bug 681895: PDF export does not save fonts properly
Set the resolution of the PangoFontMap from which the
PangoContext is created, set cairo font options only
on the PangoContext, explicitely set wrap mode and
do not force a layout height.
2015-01-28 19:31:32 +01:00
c9141ee6a5 Updated italian translation 2015-01-28 14:55:48 +01:00
32ca10bc82 Updated italian translation 2015-01-28 14:53:44 +01:00
15a28a14aa Updated italian translation. 2015-01-28 14:45:38 +01:00
ba69862a44 Bug 742159 - Empty gradient in loaded tool preset
gimp_tool_preset_deserialize_property(): initialize all object
properties (brush, pattern, gradient, ...) of the preset's
GimpToolOptions with non-NULL values from the user context,
so loading a broken preset never results in NULL objects being
used.
2015-01-25 16:13:04 +01:00
4ace9e526e autogen.sh: also look for automake 1.15 2015-01-24 17:01:40 +01:00
9ef4d6c061 file-compressor: Fix xz's mime magic 2015-01-22 20:50:06 +05:30
748c381fd2 build/win: Add json-glib. 2015-01-21 19:33:40 -05:00
3a343e02a3 build/win: Upgrade glib2 to 2.42.1 2015-01-21 19:33:40 -05:00
9be37aaa91 plug-ins, pdb: remove the diffraction plug-in and add a PDB compat procedure 2015-01-21 22:51:49 +01:00
932401e051 file-pnm: Don't write comments into PFM files 2015-01-21 15:24:22 +05:30
2b4152037d file-tiff-load: Fix rowstride for edge tiles (#743034 comment #3)
The following images demonstrate the issue:

tiger-75-gray-jpg.tiff
tiger-75-rgb-jpg.tiff
2015-01-21 09:36:36 +05:30
d7fe06bf2c menus: fix typo in image-menu.xml.in 2015-01-21 01:01:20 +01:00
931f4581b7 app: add gegl:diffraction-patterns Filters -> Render -> Pattern 2015-01-21 00:47:11 +03:00
51e4491fbf file-pnm: Add support for saving PFM (portable floatmap) files in color and gray 2015-01-20 21:44:06 +05:30
b6095b6fa5 file-pnm: Fix direction of progressbar during load ;) 2015-01-20 21:07:59 +05:30
19f4843c66 file-pnm: Bump rate of progress update when saving 2015-01-20 21:03:24 +05:30
c05853885a file-pnm: Pass format to gegl_buffer_get() to fix saving from other formats 2015-01-20 21:00:08 +05:30
ace4234a98 app: make all tools capable of dynamic force respect the options slider 2015-01-19 10:55:56 +02:00
7c27d9588a Updated Icelandic translation 2015-01-18 21:27:33 +01:00
2bbc4fdf15 Updated Icelandic translation 2015-01-18 21:26:49 +01:00
ab5420c0a9 Updated Icelandic translation 2015-01-18 21:25:54 +01:00
f4da81c612 Updated Icelandic translation 2015-01-18 21:24:24 +01:00
013e943b6c file-pnm: Wrap to 80 columns 2015-01-18 06:55:56 +05:30
5026234988 icons: Unified transform tool 2015-01-16 18:12:56 +01:00
1c283737e5 plug-ins: add PFM reading support to file-pnm
Thanks muks for cleaning this up
2015-01-16 15:37:24 +01:00
2d071a086b Bug 674538 - Single Window Mode is not default
New defauilt sessionrc which uses single-window-mode.
2015-01-15 18:58:50 +01:00
abc50a568b Updated Icelandic translation 2015-01-14 16:22:34 +01:00
5c475f910c Added Icelandic translation 2015-01-14 16:21:53 +01:00
d4cd8e09b0 Updated Icelandic translation 2015-01-14 16:21:12 +01:00
de8a7972fb app: make gegl:color-enhance insensitive on grayscale drawables 2015-01-13 23:32:56 +01:00
fdaed22911 app: add gegl:color-enhance to Color -> Auto 2015-01-13 22:40:13 +03:00
8a589355ce Updated Turkish translation 2015-01-12 21:26:42 +00:00
b0dbb2edf2 Bug 741200 - paint options spacing differs from brush spacing
Add "link" buttons to the tool options that are duplicates of brush
properties, so the tool options values can be set to change along with
the current brush.
2015-01-11 23:20:31 +01:00
20863440fb Bug 736411 - Ruler updates cause slowdown when painting
Reuse the cairo_t from expose() in gimp_ruler_draw_pos() instead of
creating a new one.
2015-01-10 23:37:31 +01:00
e2d2bdf65c app: ifdef out functions that are unused
Silences compiler warnings.
2015-01-10 00:03:04 +01:00
cea42c73d8 app: fix implicit enum casting
Silences clang.
2015-01-10 00:02:28 +01:00
6b6baa6b91 app: fix function signature 2015-01-09 23:47:13 +01:00
dd7d332fb8 Bug 736746 - Alt+Number only switches to lower-numbered windows
Add "action-group" signal to GimpActionGroup, such that we can
properly set the accel group and connect the accelerator on actions
that are created after the initial setup of the menus.
2015-01-09 23:02:24 +01:00
b87d97ae68 plug-ins, pdb: remove the lens-flare plug-in and add a PDB compat procedure 2015-01-08 23:39:03 +01:00
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
4dab80b9ef icon: warp tool 2015-01-06 21:09:58 +01:00