c0083d24e6
app (selectiontool): Drop dead code
2011-10-12 17:15:04 +05:30
3793c1f1ec
app (histogram): Delete redundant assignments
2011-10-12 17:11:39 +05:30
357f0263b8
semi-flatten: Drop dead variable and assignment
2011-10-12 17:08:21 +05:30
892b526cc0
file-xjt: Drop erroneous initialization
2011-10-12 17:05:27 +05:30
971b77d8c9
imagemap: Move variable to local block and delete dead assignment
2011-10-12 17:02:46 +05:30
0cb9ffa0ec
libgimp: Drop dead assignment
2011-10-12 17:00:26 +05:30
1d5029170c
file-gif-save: Drop dead variable and assignments
2011-10-12 16:57:09 +05:30
3ed78b9071
warp: Move variable to local block and drop dead assignment
2011-10-12 16:55:58 +05:30
196b495a3d
warp: Delete dead variable and assignment
2011-10-12 16:52:46 +05:30
cea29187f7
file-xpm: Plug a leak
2011-10-12 16:51:11 +05:30
cbf35fd5fa
gimpressionist: Move variable to local block and drop dead assignment
2011-10-12 16:47:53 +05:30
ee63574db0
plugin-browser: Delete dead variable and assignment
2011-10-11 10:31:58 +05:30
6e4a5b1996
app (display): Drop redundant assignments
2011-10-11 10:29:55 +05:30
586c35819f
gimpressionist: Move variable to local block and delete redundant assignment
2011-10-11 10:25:07 +05:30
f40453be3c
file-png: Remove redundant assignment
2011-10-11 10:22:24 +05:30
e0298effdf
file-png: Move comment to correct function
2011-10-11 10:22:00 +05:30
6fa60ddfe6
warp: Delete dead variables and assignments
2011-10-11 10:19:47 +05:30
f79d4707a2
unit-editor: Drop dead variable and assignment
2011-10-11 10:16:49 +05:30
5da37ccdc6
web-browser: Drop dead variable and assignment
2011-10-11 10:15:35 +05:30
9f5665d0bd
noise-rgb: Drop dead variable and assignment
2011-10-11 10:13:48 +05:30
b832b28258
file-tiff-load: Move var declaration and remove dead assignment
2011-10-11 10:12:48 +05:30
fb4747b832
app (actions): Rewrite code to conditionally declare vars
2011-10-11 10:08:59 +05:30
f3d6e1ce8c
file-xwd: Delete dead variable and assignment
2011-10-11 10:04:43 +05:30
238736fb8f
sphere-designer: Don't compute sqrt() unless absolutely necessary
2011-10-11 10:01:36 +05:30
1558c3ffa5
sphere-designer: Remove dead variable and assignment
2011-10-11 09:59:34 +05:30
6ea66d8142
qbist: Delete dead variable and assignment
2011-10-11 09:57:55 +05:30
3f62941c78
color-rotate: Delete dead variables and assignments
2011-10-11 09:56:46 +05:30
1a11ad079a
po: Rename file in POTFILES.in to match renamed .c file
2011-10-11 09:15:52 +05:30
ab2dad4640
Bug 639630: Windows builds can not use >4GB tile cache
...
on Win64 gulong -> unsigned long is not wide enough
to contain GimpBaseConfig:tile-cache-size which is a
guint64
2011-10-10 18:24:02 +02:00
90a4886ce4
curve-bend: Delete dead variable and assignment
2011-10-10 10:11:40 +05:30
2e988adc66
edge-neon: Comment out unused variable and assignment
2011-10-10 10:10:08 +05:30
1c9231a44a
app (plug-in): Remove duplicate assignment
2011-10-10 10:08:12 +05:30
3725041760
file-xjt: Remove redundant and erroneous pre-assignment
2011-10-10 10:06:45 +05:30
70a6f7e6bf
file-gif-save: Delete dead variables and assignments
2011-10-10 10:05:05 +05:30
089040e6c1
antialias: Delete dead variable and assignment
2011-10-10 10:03:43 +05:30
852646a1c2
unsharp-mask: Delete dead variable and assignment
2011-10-10 10:02:34 +05:30
4829464f58
iwarp: Delete dead variables and assignments
2011-10-10 10:01:30 +05:30
a3b5f677fa
warp: Delete dead variable and assignment
2011-10-10 09:59:23 +05:30
9ab50f28e3
help-browser: Delete dead variable and assignment
2011-10-10 09:57:58 +05:30
6fe92ac75b
file-ps: Change list of ifs to switch
2011-10-10 09:56:32 +05:30
0a5954d8e0
screenshot: Delete dead variable
2011-10-10 09:54:08 +05:30
e18430e118
app (actions): Remove dead variables and code
2011-10-10 09:53:24 +05:30
7b25fdc298
sphere-designer: Remove dead variable and assignment
2011-10-10 09:49:54 +05:30
1d1fd1a35d
blinds: Remove dead variables and assignments
2011-10-10 09:46:57 +05:30
e922a7bfda
app: Update Jarvis march implementation
...
The output of transforms can result in the transformed points being
passed out of order to gimp_transform_resize_crop(). The Jarvis march
method is used to find the convex hull of the points to get them in a
known order, before performing the crop operation.
Static analysis found a bug in the Jarvis march algorithm, but when we
looked at the code, we could no longer follow it. So a slightly
rewritten version is committed here without the static analysis bug.
2011-10-10 09:19:49 +05:30
fffd1920e2
app: don't hardcode MOD2 in GimpContainerTreeView either
...
Add new utility function gimp_get_all_modifiers_mask() which returns
all modifiers used for "useful" things on the current platform, like
in the commit below.
2011-10-10 00:17:20 +02:00
6bee9df474
libgimpwidgets: don't hardcode GDK_MOD2_MASK for extended clicked
...
Instead, check for all sorts of modifiers from the new
gtk_widget_get_modifier_mask(), which are always right
on the current platform.
2011-10-09 23:59:40 +02:00
6c660e7ad5
app: add property GimpDataFactoryView:action-group
...
and remove the public gimp_data_factory_view_construct().
2011-10-09 22:12:32 +02:00
b3db7e6c4e
app: rename all tool-preset dialog related things to "tool presets"
...
not just "tool preset". It's also "brushes", "patterns" etc. and not
just "brush" or "pattern".
2011-10-09 21:55:58 +02:00
04e8ae8435
app: add menu-related properties to GimpContainerEditor
...
and remove the public gimp_container_editor_construct(), so this class
behaves like a proper object now.
2011-10-09 21:45:02 +02:00