Commit Graph

6806 Commits

Author SHA1 Message Date
Kevin Cozens 2871093626 Bug 669074 - Corrected typo, spotted by David Allen, in BMP file signature. 2012-01-31 14:53:18 -05:00
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 addab2343b file-compressor: Update help text 2012-01-12 19:48:41 +05:30
Mukund Sivaraman bebf9bbc68 file-compressor: Rewrite code for students who didn't like sitting in Dijkstra's class 2012-01-12 05:54:18 +05:30
Mukund Sivaraman f2b9b5eaa4 file-compressor: Update comment about requiring gzip and bzip2 2012-01-12 05:29:42 +05:30
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
Michael Natterer 899c35e4df plug-ins: fix coding style in the last commit 2012-01-09 20:49:45 +01:00
Ulf-D. Ehlert fd66a38dd6 Bug 653907 - Help-browser fails to sort top-level items
Sort help-browser items by a new attribute "sort", if available (to be
provided by the "gimp-help.xml" file).
2012-01-09 20:04:28 +01:00
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
Mukund Sivaraman e046056059 Bug #666751: Replace M_PI with G_PI 2011-12-23 14:47:34 +05:30
Kevin Cozens 15d0b4fa37 Fix link error when newer versions of required libs are installed locally
Fixes order of directories specified by -L's so the ones containing newer
glib/gtk will be searched before directories with the older libraries.
2011-12-22 12:03:54 -05:00
Victor Oliveira c15c3f4828 Some prototypes added in twain and win-snap 2011-12-18 19:55:31 -02:00
Michael Natterer 056e09a6cb Remove the makefile.msc build system, it is unmaintained since 2008 2011-12-16 15:53:56 +01:00
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
Alexandre Prokoudine 372e677c63 User visible messages in file-pdf-save.c are translatable now 2011-11-29 05:27:02 +04:00
Alexandre Prokoudine 0b1f62f5ce Even shorter translatable messags in file-pdf-save.c 2011-11-27 18:08:45 +04:00
Alexandre Prokoudine 5e0765d53b Shorter, concise translatable messages in file-pdf-save.c 2011-11-27 17:56:28 +04:00
Michael Natterer 2d260e8de1 script-fu: opacity in SF-BRUSH is 0..100 since at least GIMP 2.2 2011-11-24 22:15:54 +01:00
Kevin Cozens 72c89397e4 Removed #include that is now included by another include statement 2011-11-24 15:12:04 -05:00
Michael Natterer 0f08e870f4 plug-ins: set the format strings on the PDF loader's resolution menu
so it says "pixels/foo" and not just "foo".
2011-11-18 16:40:49 +01:00
Michael Natterer 262cc1c946 Bug 664316 - Searchpath separator required
Add constant SEARCHPATH-SEPARATOR (= G_SEARCHPATH_SEPARATOR_S).
2011-11-18 09:40:15 +01:00
Kevin Cozens df3e43b71f Call progress_end() when the plug-in has finished. 2011-11-17 21:47:26 -05:00
Michael Natterer 8a20035ea0 Bug 661313 - "None" string needs differentiation (message context)
Add translation context to all "None".
2011-11-16 23:13:03 +01:00
Kevin Cozens 4911777c03 slide.scm: Don't use deprecated procedures (Fixes bug #647834)
Spotted by, and patch from, Alexis Wilhelm with white space changes and
a missing context-set added.
2011-11-09 21:07:13 -05:00
Kevin Cozens e5f6a6d9ea distress-select.scm: Limit threshold to 1-254 to avoid loss of selection
Fixes bug #595828.
2011-11-09 15:48:47 -05:00
Kevin Cozens 27bef34bd5 Don't change global context and protect scripts from global context settings. 2011-11-09 02:42:34 -05:00
Alexis Wilhelm 05d4e78830 Removed use of deprecated functions in two Script-Fu scripts (bug #647834) 2011-11-07 12:37:16 -05:00
Kevin Cozens 176773dcfe Second stage in removing use of deprecated functions in Script-Fu scripts
Applied most of the mega patch from br0cc0li (see bug #647834) with
additional de-tabbing and changes in whitespace.
2011-11-07 12:37:16 -05:00
Kevin Cozens 0bd1c2f09f Fix previous script-fu deprecation commit due to overzealous update script. 2011-11-07 12:37:15 -05:00
Kevin Cozens 5e015aebba First stage in removing use of deprecated functions in Script-Fu scripts
This commit replaces the names of deprecated procedures with the name of
the new procedure where the new procedure takes the same argument list.
2011-11-02 03:05:07 -04:00
Michael Natterer 9adf67e2a5 plug-ins: remove unused "labels" variable, leftover from GtkTree code 2011-10-28 09:34:59 +02:00
Mukund Sivaraman 018cdc7a99 metadata: Change sign of data type 2011-10-27 14:46:46 +05:30
Mukund Sivaraman c4be5b1a4f engrave: Fix condition as average[] is initialized based on num_channels 2011-10-13 10:20:46 +05:30
Mukund Sivaraman 35a62be10a engrave: Rename variable color_n to num_channels 2011-10-13 10:15:33 +05:30
Mukund Sivaraman d881e40bb0 file-psp: Move vars to local blocks (much needed) 2011-10-12 19:24:09 +05:30
Mukund Sivaraman b6dd07821e file-psp: Remove redundant assignment 2011-10-12 19:20:56 +05:30
Mukund Sivaraman 7a37bb109b fractal-explorer: Delete dead variable and assignment 2011-10-12 19:11:54 +05:30
Mukund Sivaraman 58ba62a12d file-cel: Drop dead assignment 2011-10-12 19:07:08 +05:30
Mukund Sivaraman aaffc10821 file-dicom: Drop dead variable and assignment 2011-10-12 19:04:47 +05:30
Mukund Sivaraman baa861cd66 print: Delete dead variable and assignment 2011-10-12 19:01:54 +05:30
Mukund Sivaraman 6044e1f953 warp: Drop dead variable and assignment 2011-10-12 18:59:44 +05:30
Mukund Sivaraman f76c6e2997 Revert "file-xpm: Plug a leak"
This reverts commit cea29187f7.
2011-10-12 18:25:17 +05:30
Mukund Sivaraman 7b9f0037ef gimpressionist: Drop dead variable and assignment 2011-10-12 17:27:19 +05:30
Mukund Sivaraman ceb44876e7 mosaic: Drop unnecessary assignment 2011-10-12 17:25:44 +05:30
Mukund Sivaraman 14796ef622 file-xmc: Drop redundant assignment 2011-10-12 17:23:44 +05:30
Mukund Sivaraman 740609f352 file-xjt: Drop erroneous initialization 2011-10-12 17:17:22 +05:30
Mukund Sivaraman 357f0263b8 semi-flatten: Drop dead variable and assignment 2011-10-12 17:08:21 +05:30
Mukund Sivaraman 892b526cc0 file-xjt: Drop erroneous initialization 2011-10-12 17:05:27 +05:30
Mukund Sivaraman 971b77d8c9 imagemap: Move variable to local block and delete dead assignment 2011-10-12 17:02:46 +05:30
Mukund Sivaraman 1d5029170c file-gif-save: Drop dead variable and assignments 2011-10-12 16:57:09 +05:30
Mukund Sivaraman 3ed78b9071 warp: Move variable to local block and drop dead assignment 2011-10-12 16:55:58 +05:30
Mukund Sivaraman 196b495a3d warp: Delete dead variable and assignment 2011-10-12 16:52:46 +05:30
Mukund Sivaraman cea29187f7 file-xpm: Plug a leak 2011-10-12 16:51:11 +05:30
Mukund Sivaraman cbf35fd5fa gimpressionist: Move variable to local block and drop dead assignment 2011-10-12 16:47:53 +05:30
Mukund Sivaraman ee63574db0 plugin-browser: Delete dead variable and assignment 2011-10-11 10:31:58 +05:30
Mukund Sivaraman 586c35819f gimpressionist: Move variable to local block and delete redundant assignment 2011-10-11 10:25:07 +05:30
Mukund Sivaraman f40453be3c file-png: Remove redundant assignment 2011-10-11 10:22:24 +05:30
Mukund Sivaraman e0298effdf file-png: Move comment to correct function 2011-10-11 10:22:00 +05:30
Mukund Sivaraman 6fa60ddfe6 warp: Delete dead variables and assignments 2011-10-11 10:19:47 +05:30
Mukund Sivaraman f79d4707a2 unit-editor: Drop dead variable and assignment 2011-10-11 10:16:49 +05:30
Mukund Sivaraman 5da37ccdc6 web-browser: Drop dead variable and assignment 2011-10-11 10:15:35 +05:30
Mukund Sivaraman 9f5665d0bd noise-rgb: Drop dead variable and assignment 2011-10-11 10:13:48 +05:30
Mukund Sivaraman b832b28258 file-tiff-load: Move var declaration and remove dead assignment 2011-10-11 10:12:48 +05:30
Mukund Sivaraman f3d6e1ce8c file-xwd: Delete dead variable and assignment 2011-10-11 10:04:43 +05:30
Mukund Sivaraman 238736fb8f sphere-designer: Don't compute sqrt() unless absolutely necessary 2011-10-11 10:01:36 +05:30
Mukund Sivaraman 1558c3ffa5 sphere-designer: Remove dead variable and assignment 2011-10-11 09:59:34 +05:30
Mukund Sivaraman 6ea66d8142 qbist: Delete dead variable and assignment 2011-10-11 09:57:55 +05:30
Mukund Sivaraman 3f62941c78 color-rotate: Delete dead variables and assignments 2011-10-11 09:56:46 +05:30
Mukund Sivaraman 90a4886ce4 curve-bend: Delete dead variable and assignment 2011-10-10 10:11:40 +05:30
Mukund Sivaraman 2e988adc66 edge-neon: Comment out unused variable and assignment 2011-10-10 10:10:08 +05:30
Mukund Sivaraman 3725041760 file-xjt: Remove redundant and erroneous pre-assignment 2011-10-10 10:06:45 +05:30
Mukund Sivaraman 70a6f7e6bf file-gif-save: Delete dead variables and assignments 2011-10-10 10:05:05 +05:30
Mukund Sivaraman 089040e6c1 antialias: Delete dead variable and assignment 2011-10-10 10:03:43 +05:30
Mukund Sivaraman 852646a1c2 unsharp-mask: Delete dead variable and assignment 2011-10-10 10:02:34 +05:30
Mukund Sivaraman 4829464f58 iwarp: Delete dead variables and assignments 2011-10-10 10:01:30 +05:30
Mukund Sivaraman a3b5f677fa warp: Delete dead variable and assignment 2011-10-10 09:59:23 +05:30
Mukund Sivaraman 9ab50f28e3 help-browser: Delete dead variable and assignment 2011-10-10 09:57:58 +05:30
Mukund Sivaraman 6fe92ac75b file-ps: Change list of ifs to switch 2011-10-10 09:56:32 +05:30
Mukund Sivaraman 0a5954d8e0 screenshot: Delete dead variable 2011-10-10 09:54:08 +05:30
Mukund Sivaraman 7b25fdc298 sphere-designer: Remove dead variable and assignment 2011-10-10 09:49:54 +05:30
Mukund Sivaraman 1d1fd1a35d blinds: Remove dead variables and assignments 2011-10-10 09:46:57 +05:30
Mukund Sivaraman c8eac767e6 file-xwd: Indent code 2011-10-08 18:38:14 +05:30
Mukund Sivaraman ba71d7b40f file-xwd: Don't bother with return value of set_pixelmap() 2011-10-08 18:37:58 +05:30
Mukund Sivaraman 7693791223 curve-bend: Remove redundant assignment and move variable to local block 2011-10-08 18:33:04 +05:30
Mukund Sivaraman 16f7aafdbb file-jp2-load: Delete dead variable and assignment 2011-10-08 18:30:21 +05:30
Mukund Sivaraman f18946484f color-rotate: Remove dead assignment 2011-10-08 18:25:58 +05:30
Mukund Sivaraman 1b52b1d3fa nl-filt: Remove inline from functions 2011-10-08 18:19:25 +05:30
Mukund Sivaraman ea88059cf4 nl-filter: Remove dead assignment 2011-10-08 18:18:02 +05:30
Mukund Sivaraman dd33ca10ea tile: Delete dead variables and assignments 2011-10-08 18:15:40 +05:30
Mukund Sivaraman a7e218ba51 file-psd: Delete dead variable and assignment 2011-10-08 18:12:57 +05:30
Mukund Sivaraman 875043dbb4 warp: Delete dead variable and assignment 2011-10-08 18:11:36 +05:30
Mukund Sivaraman 9a86ba6393 flame: Remove static condition 2011-10-08 18:07:31 +05:30
Mukund Sivaraman 68704eeb0b flame: Remove dead assignment 2011-10-08 18:05:39 +05:30
Mukund Sivaraman 2712cb1109 file-ps: Delete dead variable and assignment 2011-10-08 18:03:03 +05:30
Mukund Sivaraman 54b0e41479 despeckle: Rename variables for better clarity 2011-10-08 08:19:57 +05:30
Mukund Sivaraman 7ebcf3f755 metadata: Use glib base64 decoder instead of local copy 2011-10-06 20:22:27 +05:30
Mukund Sivaraman 197dddb5d5 wind: Delete dead assignment 2011-10-06 19:54:58 +05:30
Mukund Sivaraman 7fbc0fe540 file-psd: Delete dead variable and assignment 2011-10-06 19:51:04 +05:30
Mukund Sivaraman b613969d8b file-psd: Move variables to local block 2011-10-06 19:49:47 +05:30
Mukund Sivaraman d5c1e09643 file-gif-save: Delete dead variables and assignments 2011-10-06 19:42:47 +05:30
Mukund Sivaraman 030695b8d0 contrast-retinex: Delete redundant assignment and move variable to local block 2011-10-06 19:39:59 +05:30
Mukund Sivaraman db40cca290 file-xwd: Change if statements list to a switch 2011-10-06 19:35:21 +05:30
Mukund Sivaraman 957ca36576 file-xwd: Remove dead variable and assignment 2011-10-06 19:34:05 +05:30
Mukund Sivaraman 1dfec7dac8 sphere-designer: Remove useless variable 2011-10-06 19:32:56 +05:30
Mukund Sivaraman cf19e68205 warp: Delete dead variable and assignment 2011-10-06 19:30:49 +05:30
Mukund Sivaraman 9e4627730a file-sunras: Delete dead variable and assignment 2011-10-06 19:26:06 +05:30
Mukund Sivaraman b3337ee865 metadata: Delete dead assignment and move variable to local block 2011-10-06 19:24:56 +05:30
Mukund Sivaraman 599c077548 edge: Delete dead variables and assignments 2011-10-06 19:21:14 +05:30
Mukund Sivaraman b11bc202f1 semi-flatten: Remove dead variable and assignment 2011-10-06 18:59:31 +05:30
Mukund Sivaraman 5deb726dfb gimpressionist: Remove 'step' variable which is equal to 'i' 2011-10-06 18:58:25 +05:30
Mukund Sivaraman e04edfa8e2 depth-merge: Delete redundant assignment 2011-10-06 09:11:53 +05:30
Mukund Sivaraman 61c47bf865 mosaic: Remove dead variable and assignment 2011-10-06 09:10:33 +05:30
Mukund Sivaraman e3b8d9885e rotate: Remove redundant assignment 2011-10-06 09:08:22 +05:30
Mukund Sivaraman b5288df912 convolution-matrix: Remove dead code and variable 2011-10-06 09:06:27 +05:30
Mukund Sivaraman 7048d9e46e tinyscheme: Remove dead assignment 2011-10-06 09:04:43 +05:30
Mukund Sivaraman 4b75e13518 polar-coords: Remove redundant assignment 2011-10-06 08:53:34 +05:30
Mukund Sivaraman c4b709cdce edge: Remove dead variable and assignment 2011-10-06 08:51:07 +05:30
Mukund Sivaraman 12f6dba895 file-sunras: Use precomputed hdr_entries instead of recomputing it 2011-10-06 08:49:21 +05:30
Mukund Sivaraman 13cd1f6f80 blur-motion: Move variables into inner block, where they're used 2011-10-06 08:45:58 +05:30
Mukund Sivaraman 37d81cd396 film: Remove dead assignment (and variable) 2011-10-06 08:38:46 +05:30
Mukund Sivaraman bdd7a934a7 file-gif-load: Conditionally compile debug code 2011-10-06 08:33:26 +05:30
Mukund Sivaraman 91bcc3dff4 file-sgi: Remove redundant assignment 2011-10-06 08:29:36 +05:30
Mukund Sivaraman 245b4482eb file-tiff-load: Remove function's dead args 2011-10-06 08:27:57 +05:30
Mukund Sivaraman bf31425640 file-sunras: Remove dead assignment (and variable) 2011-10-06 08:25:04 +05:30
Mukund Sivaraman f5e51fe31a warp: Remove dead variable and assignment 2011-10-04 14:53:53 +05:30
Mukund Sivaraman 433e1dcb77 mosaic: Delete dead variable and assignment 2011-10-04 14:49:30 +05:30
Mukund Sivaraman c70b243714 lens-distortion: Delete dead variable and assignment 2011-10-04 14:46:39 +05:30
Mukund Sivaraman c87e232f57 noise-randomize: Delete dead assignment and variable 2011-10-04 14:34:29 +05:30
Mukund Sivaraman ce86fbff05 convolution-matrix: Remove dead assignment and move variable 2011-10-04 14:30:00 +05:30
Mukund Sivaraman f5369a9158 noise-randomize: Remove dead assignment and variable 2011-10-04 14:27:53 +05:30
Mukund Sivaraman a966a9ba2e file-ps: Remove dead assignment (and variable) 2011-10-04 14:24:49 +05:30
Mukund Sivaraman b45868c081 file-csource: Remove dead assignments (and variable) 2011-10-04 14:23:58 +05:30
Mukund Sivaraman 566e2bf0af channel-mixer: Remove dead assignment (and variable) 2011-10-04 14:20:25 +05:30
Mukund Sivaraman b5c08c1c04 jigsaw: Remove dead assignments (and variables) 2011-10-04 14:18:43 +05:30
Mukund Sivaraman ed8beff406 qbist: Remove dead assignment (and variable) 2011-10-04 14:16:20 +05:30
Mukund Sivaraman 9780fe04be apply-canvas: Remove dead assignments (and variable) 2011-10-04 14:14:18 +05:30
Mukund Sivaraman c149d17a16 contrast-retinex: Remove dead assignment 2011-10-03 19:15:00 +05:30
Mukund Sivaraman fc3f59872d help-browser: Remove dead assignment (and variable) 2011-10-03 19:10:55 +05:30
Mukund Sivaraman cb3abfc190 mosaic: Remove dead assignment (and variable) 2011-10-03 19:08:04 +05:30
Mukund Sivaraman a35813ffd7 file-ico: Move image_ID into local blocks 2011-10-03 19:01:15 +05:30
Mukund Sivaraman 123bb1e5ad file-ico: Remove dead assignment (and variable) 2011-10-03 18:59:39 +05:30
Mukund Sivaraman aac5be344f file-gif-save: Remove dead assignments (and variables) 2011-10-03 18:57:48 +05:30
Mukund Sivaraman af547cc0c7 file-gif-save: Remove dead assignments (and variables) 2011-10-03 18:56:14 +05:30
Mukund Sivaraman 7d465f0a62 gimpressionist: Remove dead assignment (and variable) 2011-10-03 18:53:32 +05:30
Mukund Sivaraman d72c6f6cf5 wind: Remove dead assignments (and variables) 2011-10-03 18:52:13 +05:30