Mukund Sivaraman
1808e4cbc3
build: Fix the location of the libm dependency
...
The plug-ins use symbols in libm and that's why -lm is necessary, not
because libgimpmath uses it.
2011-12-12 23:42:52 +05:30
Nils Philippsen
d7801b7b65
selection-to-path: explicitly specify library dependencies
2011-12-12 00:31:00 +05:30
Nils Philippsen
ddddde8084
pagecurl: explicitly specify library dependencies
2011-12-12 00:31:00 +05:30
Nils Philippsen
df52d7a325
map-object: explicitly specify library dependencies
2011-12-12 00:30:59 +05:30
Nils Philippsen
4ed2e957dd
lighting: explicitly specify library dependencies
2011-12-12 00:30:59 +05:30
Nils Philippsen
09a6c7cf67
imagemap: explicitly specify library dependencies
2011-12-12 00:30:59 +05:30
Nils Philippsen
92ad8e0634
ifs-compose: explicitly specify library dependencies
2011-12-12 00:30:59 +05:30
Nils Philippsen
d6089f5061
gradient-flare: explicitly specify library dependencies
2011-12-12 00:30:59 +05:30
Nils Philippsen
e091944b7b
gimpressionist: explicitly specify library dependencies
2011-12-12 00:30:58 +05:30
Nils Philippsen
fdcd625bc9
gfig: explicitly specify library dependencies
2011-12-12 00:30:58 +05:30
Nils Philippsen
911c150b49
fractal-explorer: explicitly specify library dependencies
2011-12-12 00:30:58 +05:30
Nils Philippsen
d4e937fafc
flame: explicitly specify library dependencies
2011-12-12 00:30:58 +05:30
Nils Philippsen
a53e1f5018
color-rotate: explicitly specify library dependencies
2011-12-12 00:30:58 +05:30
Kevin Cozens
b06bc63630
Corrected TinyScheme version number shown in Script-Fu console.
2011-12-09 14:11:44 -05: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
20f34d3e11
pygimp: Mark some functions and methods as deprecated
2011-12-07 10:31:24 +05:30
Mukund Sivaraman
791c0a7da8
pygimp: Delete duplicate COPYING (same as top-level)
...
Both the top-level COPYING and the one in the pygimp directory are
GNU GPLv3 licenses.
2011-12-07 00:38:46 +05:30
Mukund Sivaraman
2abbbb4034
pygimp: Delete obsolete and empty AUTHORS file
2011-12-06 23:56:41 +05:30
Mukund Sivaraman
9451762684
pygimp: Remove obsolete and out-of-place INSTALL file
2011-12-06 23:52:39 +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
5c67d250ca
file-bmp: Unmark string from translation
2011-12-06 21:18:56 +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
Michael Natterer
9781aa65ea
Bug 658467 - Replace g_format_size_for_display() by g_format_size()
...
Use g_format_size() instead of g_format_size_for_display() because
the latter is deprecated.
2011-11-30 23:37:55 +01:00
Mike Melancon
1ef3fe7f07
Bug 643348 - Working Path not imported from a PSD
...
The unsaved "Working Path" was not being loaded from the PSD. Passed
this Working Path resource through the same function call as the
normal path resources, and named it "Working Path"
2011-11-30 23:17: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
Mukund Sivaraman
0eccda70c0
file-pdf-save: Mark string for translation
2011-12-01 01:13:11 +05:30
Mukund Sivaraman
3a63a82789
file-pdf-save: Just use the PDF_DEBUG case as default
2011-12-01 01:12:35 +05:30
Mukund Sivaraman
de0014f2cc
file-pdf-save: Fix bogus C code
2011-12-01 01:10:52 +05:30
Mukund Sivaraman
65f21e95a7
file-pdf-save: Remove trailing space
2011-12-01 01:10:52 +05:30
Alexandre Prokoudine
8b936805ca
Even more translatable messages in file-pdf-save.c
2011-11-29 05:33:51 +04:00