Michael Natterer
d180c894be
plug-ins: port file-pat to GEGL, as a file plug-in example
2012-05-02 17:50:55 +02:00
Michael Natterer
95b1c0617b
Replace the value-invert plug-in by its GEGL counterpart
2012-05-02 17:50:52 +02:00
Michael Natterer
609e2d8cda
Replace the color-to-alpha plug-in by GEGL filter dialog
2012-05-02 17:50:49 +02:00
Michael Natterer
8c1990025e
plug-ins: remove the pixelize plug-in
2012-05-02 17:50:48 +02:00
Øyvind Kolås
52f92de6e0
plugins/newsprint: remove assumption that tiles are square
2012-05-02 17:50:37 +02:00
Michael Natterer
1abf5d8e90
plug-ins: clean up goat-exercise.c so it is a better example
2012-05-02 17:46:08 +02:00
Michael Natterer
e9c387679b
plug-ins: fix mkgen.pl to pass the destdir newly required by make_file()
...
Also, add support for "gegl => 1" in plugin-degs.pl and regenerated
all build files.
2012-05-02 17:46:08 +02:00
Øyvind Kolås
4bdbff08d7
libgimp: add a GeglBuffer backend for plug-ins
...
Also added an API to get GeglBuffers for drawables, you choose whether you
get.
2012-05-02 17:46:08 +02:00
Michael Natterer
0f656b9543
plug-ins: depend on librsvg >= 2.36.0 and half-undeprecate file-svg
2012-04-24 22:10:49 +02:00
Massimo Valentini
257224ff99
Bug 674024: Store in .png does not compress
...
The slider did not always show the values effectively used
2012-04-14 18:39:49 +02:00
Ville Sokk
2084b13369
Bug 155733 - need to check return values of gimp_drawable_mask_bounds()
...
Mask intersect fixes for some plug-ins.
2012-03-04 17:49:41 +01:00
Ville Sokk
f07b9606d8
Bug 658610 - Warn when importing PNG images with an offse
...
Added a dialog about offsets to the PNG loader
2012-02-12 20:49:52 +01:00
Michael Natterer
3c240bcb3c
plug-ins: remove unused variable in file-tiff-load.c
2012-02-05 22:28:55 +01:00
Michael Natterer
9092c79ca2
plug-ins: remove unused variable in file-pdf-save.c
2012-02-05 22:27:15 +01:00
Mukund Sivaraman
216470c728
file-pdf-load: Change description and button text
2012-02-02 21:58:47 +05:30
Mukund Sivaraman
4f3da64f55
file-pdf-load: Rearrange code slightly to group the font options statements together
2012-02-02 21:56:30 +05:30
Massimo Valentini
389c73d492
file-pdf-load: Bug 644544: Let GIMP allow to switch off antialiasing in PDF
2012-02-02 21:55:43 +05:30
Mukund Sivaraman
005b119f1f
file-ps: Link to Ghostscript library instead of launching another process
2012-01-22 10:33:50 +05:30
Mukund Sivaraman
ebe0bcc901
build: Add check for Ghostscript
2012-01-22 09:21:15 +05:30
Michael Natterer
c021703914
Bug 668077 - Plural forms
...
The two plurals are always constant numbers, but use %d to substitute
the constant. Add translator comments.
2012-01-18 20:53:42 +01:00
Mukund Sivaraman
5db85ad9e1
file-compressor: Move to own directory under plug-ins/
2012-01-11 20:27:18 +05:30
Mukund Sivaraman
f80892bf50
file-compressor: Use compression libraries instead of programs
...
This commit will temporarily cause the build to break, because
file-compressor doesn't link -lz and -lbz2 after this commit. I'll fix
it soon, but if any of you want to kill me for breaking the build, feel
free to revert it. The commit will stay and can be used later.
This change was made so that file-compressor isn't crappy on Windows. It
also removes win32-specific code.
2012-01-11 19:29:32 +05:30
Barak Itkin
d2076552db
Fix the bugs in the conversion from drawables to cairo surfaces.
...
Most of the code was taken from the print plugin, and it includes iterating
over pixel regions (instead of fetching them at once), correct support for RGBA
(which was buggy previously), etc.
This commit removes the usage of A8 cairo surfaces for GRAY layers, simply
because it seems not to work. This should be investigated and fixed in order
to optimize the file size (by saving gray images as gray).
Also should be checked is why we treat the cairo bpp as 4 when calculating the
pixel locations in RGB cairo buffers. The print plug-in does this and it works,
and when I tried 3 it didn't work. May be because of word alignment...
2011-12-31 03:34:23 +02:00
Barak Itkin
f17b3e9cd7
Remove the Multi-Page PDF export from File->Create
...
It should be restored later when a more suitable place would be found and
when the user interface will be more friendly
2011-12-31 01:14:38 +02:00
Barak Itkin
d78b38022d
Remove the defaults procedured from the PDF export plug-in
...
This commit refactors the way the arguments are being processed into a much
cleaner code. It also makes the main save procedure the default save handler
instead of the removed defaults procedure - this means the order of its
arguments was changed accordingly.
2011-12-31 01:09:29 +02:00
Nils Philippsen
ba720461a6
file-xmc: reword/fix UI messages
2011-12-29 17:34:15 +01:00
Michael Natterer
e16de744a5
plug-ins: use g_message, not gimp_message in file-pdf-load
...
Also, remove the newline and s/pdf/PDF/.
2011-12-07 19:09:31 +01:00
Mukund Sivaraman
8d68ef15e9
file-pdf-load: Return execution error when no pages exist
2011-12-07 18:24:18 +05:30
Karthikeyan S
7f0e71dbf2
file-pdf-load: Fix possible uninitialised variable access
...
Print a message to the user if poppler returns n_pages = 0.
Return to file open dialog.
This way we prevent uninitialised variable access down the line.
2011-12-07 18:24:18 +05:30
Mukund Sivaraman
798b4d18cf
file-svg: Update help text of file-svg-load-thumb
2011-12-06 23:52:39 +05:30
Mukund Sivaraman
0428571010
file-pdf-save: Update help text to match that of file-pdf-load
2011-12-06 21:12:04 +05:30
Mukund Sivaraman
50630241de
file-pdf-load: Remove punctuation
2011-12-06 21:12:04 +05:30
Mukund Sivaraman
b90de98c11
file-pdf-load: Mark string for translation
2011-12-06 21:04:06 +05:30
Mukund Sivaraman
11ba7411b4
file-pdf-load: Update help text of file-pdf-load
2011-12-06 21:03:02 +05:30
Mukund Sivaraman
e78ea68f69
file-png: Display a readable string when error message is unavailable
2011-12-06 20:48:09 +05:30
Mukund Sivaraman
e410fe09e7
file-png: Mark string for translation
2011-12-06 20:47:37 +05:30
Mukund Sivaraman
deea484a70
file-pnm: Write help text for file-pnm-load
2011-12-06 20:43:55 +05:30
Mukund Sivaraman
7af0494495
file-pnm: Fix strings including case changes
2011-12-06 20:42:30 +05:30
Mukund Sivaraman
2452183de1
file-pnm: ASCII is an acronym
2011-12-06 20:37:42 +05:30
Alexandre Prokoudine
b9e7198f89
Removed i18n from the list of issues. It's done now.
2011-12-04 03:05:45 +04:00
Alexandre Prokoudine
4b897a894c
Part of a user visible message is moved to a tooltip in file-pdf-save.c
2011-12-04 03:02:56 +04:00
Michael Natterer
cb61dea8fe
plug-ins: fix the PDF save procedures' labels
2011-12-03 23:34:28 +01:00
Alexandre Prokoudine
022db7b639
Added contextual separation for a user visible message
2011-12-04 01:37:18 +04:00
Alexandre Prokoudine
2a55c1cc52
Menu items from file-pdf-save.c are now translatable
2011-12-04 01:02:30 +04:00
Mukund Sivaraman
a174f5d44a
file-svg: Remove obsolete code which was put in to handle librsvg API breakage
...
GIMP now depends on a more recent version of librsvg.
2011-12-01 22:24:08 +05:30
Michael Natterer
2b1b04bf72
configure: depend on librsvg >= 2.34.2
...
because old versions use deprecated GLib stuff in their headers.
Don't #undef G_DISABLE_DEPRECATED in file-svg.
2011-12-01 11:36:25 +01:00
Michael Natterer
79a4f71884
configure: depend on webkitgtk >= 1.6.1
...
because old versions use deprecated GLib stuff in their headers.
Don't #undef G_DISABLE_DEPRECATED in help-browser and web-page.
2011-12-01 11:26:11 +01:00
Simon Budig
2afc3419e5
fix the rgb565 mode of the raw plugin.
...
The rgb565 mode of the raw plugin was wrong. Some colors accidentially
got bits from the adjacent colors. Fixed by properly masking the resp.
bits and properly extending them to the 8 bit range.
2011-12-01 11:05:09 +01:00
Massimo Valentini
2c4bec813d
plug-ins: Properly init international framework
2011-11-30 21:14:16 +01:00
Mukund Sivaraman
9bab1671c6
file-pdf-save: Fix punctuation
2011-12-01 01:13:53 +05:30