Commit Graph

30629 Commits

Author SHA1 Message Date
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
4ba905052b app: remove most code from the public gimp_container_editor_construct()
and move it to GObject::constructed().
2011-10-09 21:19:14 +02:00
5f3b3dafb9 app: add view-size and view-border-width props to GimpContainerEditor
and remove them from the various public construct() functions.
2011-10-09 21:04:49 +02:00
bef55fbb66 app: add view-type, container and context props to GimpContainerEditor
and remove them from the various public construct() functions. Had to
change construction in GimpDataFactoryView slightly because of GObject
construct property constraints.
2011-10-09 20:40:56 +02:00
3bf3b55536 app: add property GimpDataFactoryView:data-factors
and remove it from the evil public construct() function.
2011-10-09 19:08:31 +02:00
1aa75af9bf app: fix indentation in dialogs-constructors.c 2011-10-09 17:46:00 +02:00
3f68280f4a Added Telugu Translation 2011-10-09 15:00:30 +05:30
bfab2d44d1 Updated Telugu Translation 2011-10-09 15:00:07 +05:30
11239c4b17 app: don't use g_list_length() to check if a list is empty 2011-10-09 00:27:53 +02:00
d310dacbb1 app: remove "foo && " from "foo && GTK_IS_FOO (foo)" 2011-10-09 00:18:56 +02:00
94d2ee7bcb pdb: restore the ability to reset the dither matrix to default 2011-10-08 20:28:38 +02:00
02038d5dd3 pdb: set_dither_matrix(): check that the matrix array has the right size
Fixes a way to easily crash GIMP.
2011-10-08 16:40:44 +02:00
42756159b5 pdb: Mark more pdb args as dead, and regen code 2011-10-08 19:25:32 +05:30
61660b33d0 pdb: Mark various pdb args as dead, and regen code 2011-10-08 19:13:03 +05:30
6469290439 pdb: Add functionality to drop codegen for dead args 2011-10-08 19:02:09 +05:30
c8eac767e6 file-xwd: Indent code 2011-10-08 18:38:14 +05:30
ba71d7b40f file-xwd: Don't bother with return value of set_pixelmap() 2011-10-08 18:37:58 +05:30
7693791223 curve-bend: Remove redundant assignment and move variable to local block 2011-10-08 18:33:04 +05:30
16f7aafdbb file-jp2-load: Delete dead variable and assignment 2011-10-08 18:30:21 +05:30
58252b23d3 app (vectors): Remove redundant assignment 2011-10-08 18:28:00 +05:30
f18946484f color-rotate: Remove dead assignment 2011-10-08 18:25:58 +05:30
9a3ee43ff6 app: Remove redundant assignment 2011-10-08 18:24:55 +05:30