Commit Graph

30629 Commits

Author SHA1 Message Date
e05af3cafb app (vectors): Delete dead assignments 2011-10-08 18:22:06 +05:30
1b52b1d3fa nl-filt: Remove inline from functions 2011-10-08 18:19:25 +05:30
ea88059cf4 nl-filter: Remove dead assignment 2011-10-08 18:18:02 +05:30
dd33ca10ea tile: Delete dead variables and assignments 2011-10-08 18:15:40 +05:30
a7e218ba51 file-psd: Delete dead variable and assignment 2011-10-08 18:12:57 +05:30
875043dbb4 warp: Delete dead variable and assignment 2011-10-08 18:11:36 +05:30
b7c303e5c2 app (fonts-actions): Delete dead variables and code 2011-10-08 18:10:09 +05:30
9a86ba6393 flame: Remove static condition 2011-10-08 18:07:31 +05:30
68704eeb0b flame: Remove dead assignment 2011-10-08 18:05:39 +05:30
2712cb1109 file-ps: Delete dead variable and assignment 2011-10-08 18:03:03 +05:30
54b0e41479 despeckle: Rename variables for better clarity 2011-10-08 08:19:57 +05:30
ca650844c2 xcf: use only one bit to save expanded state 2011-10-07 20:05:52 +02:00
89d3869760 app: update GimpBlendTool's status when Alt is pressed/released 2011-10-07 01:39:53 +02:00
374f4e5628 app: let GimpContainerTreeView's parent class handle MOD2-click 2011-10-07 01:02:54 +02:00
e5edb1188d app: more s/GDK_CONTROL_MASK/gimp_get_toggle_behavior_mask()/ 2011-10-07 01:02:54 +02:00
e2feb0c16f app: use gtk_widget_get_modifier_mask() in GimpWindow
to figure the primary accel modifier, so this code is now generic.
2011-10-07 01:02:54 +02:00
efd9906e85 app: remove gimp_get_mod_separator(), it's unused now 2011-10-07 00:34:43 +02:00
23dca3b522 app: don't use gimp_get_mod_reparator() for the source tool status
The new code is just as broken from an i18n point of view, but at
least looks right if translated right. Add translator comments to the
used strings in the clone and heal tools.
2011-10-07 00:34:43 +02:00
a38faefba7 app: use toggle_behavior_mask not CONTROL to trigger zoom-on-scroll 2011-10-07 00:00:42 +02:00
1bff8224ad app: use the toggle_behavior_mask instead of CONTROL to pick BG
And don't use gimp_get_mod_separator().
2011-10-07 00:00:42 +02:00
2ee5dbb98c app: use toggle_behavior_mask instead of CONTROL in GimpThumbBox
Also, don't use gimp_get_mod_separator() but a translatable "-"
because the separator is empty on OSX.
2011-10-07 00:00:42 +02:00
c7d9988a7f app: make gimp_suggest_modifiers() work on OSX
by checking for gimp_get_toggle_behavior_mask() instead of
GDK_CONTROL_MASK. This is a total hack but happens to simply
do the right thing on all platforms.
2011-10-06 22:56:05 +02:00
6d1b5c4241 app: pull virtual modifier replacement into gimp_get_mod_string()
and remove it from all other places. We only want to have the virtual
modifiers when displaying a modifier string (and in some other cases,
but these are all handled internally by GTK+).
2011-10-06 22:56:05 +02:00
9fff65f1b2 libgimpwidgets: emit GimpButton::extended-clicked() also on MOD2-click
it doesn't hurt on Win/X11 and is needed on OSX for Command-click.
2011-10-06 22:56:04 +02:00
38b8f0596d app: use the new modifier API instead of constants in all tools
There are still many uses of literal SHIFT and MOD1 left, but all uses
of CONTROL are gone. Should work exactly as before on Win/X11, and
still has some glitches on OSX.
2011-10-06 21:59:07 +02:00
59f4396c7b app: use the toggle_behavior modifier instead of GDK_CONTROL_MASK
to switch between dragging a guide or a sample point from a ruler.
2011-10-06 21:10:18 +02:00
da2410148c Revert "app: initalize rectangle tool respecting size constrants"
This reverts commit ef7060251c.
2011-10-06 20:16:26 +03:00
970782cfef Revert "app: prevent executing rectangle tool on the creating click"
This reverts commit 5a99bf4f47.
2011-10-06 20:16:26 +03:00
c8cde40952 Revert "app: handle motion right just created size fixed rects"
This reverts commit c8fa2c99e8.
2011-10-06 20:16:26 +03:00
3ad505b124 Revert "app: rect tool changes made for suppressed execute need to be applied"
This reverts commit eff20af915.
2011-10-06 20:16:25 +03:00
11db468084 Revert "NEWS: Update about rectangle tool changes"
This reverts commit 61e18ec424.
2011-10-06 20:16:25 +03:00
bb16f57505 Revert "NEWS: Fix typo in previous commit"
This reverts commit aa0df78d6c.
2011-10-06 20:16:25 +03:00
7ebcf3f755 metadata: Use glib base64 decoder instead of local copy 2011-10-06 20:22:27 +05:30
e55ceea11a app: handle MOD2 in GimpTool's generic modifier code
because we "know" that it's used on the Mac and unfortunately there
is no other way of knowing but simply knowing it...
2011-10-06 16:43:23 +02:00
f4141d6942 app: add a utility function that returns the "constrain" modifier 2011-10-06 16:42:42 +02:00
c0610697cb app: remove widget parameter from gimp_modifiers_to_channel_op()
and simply use the default keymap.
2011-10-06 16:33:05 +02:00
10a9c660f8 app: add utility functions which return modifier masks
Simply get the masks from the default display's keymap, since
the widget makes absolutely no difference here.
2011-10-06 16:33:05 +02:00
197dddb5d5 wind: Delete dead assignment 2011-10-06 19:54:58 +05:30
7fbc0fe540 file-psd: Delete dead variable and assignment 2011-10-06 19:51:04 +05:30
b613969d8b file-psd: Move variables to local block 2011-10-06 19:49:47 +05:30
c9e7186a35 app: Conditionally assign show_menu 2011-10-06 19:45:32 +05:30
d5c1e09643 file-gif-save: Delete dead variables and assignments 2011-10-06 19:42:47 +05:30
030695b8d0 contrast-retinex: Delete redundant assignment and move variable to local block 2011-10-06 19:39:59 +05:30
db40cca290 file-xwd: Change if statements list to a switch 2011-10-06 19:35:21 +05:30
957ca36576 file-xwd: Remove dead variable and assignment 2011-10-06 19:34:05 +05:30
1dfec7dac8 sphere-designer: Remove useless variable 2011-10-06 19:32:56 +05:30
cf19e68205 warp: Delete dead variable and assignment 2011-10-06 19:30:49 +05:30
9e4627730a file-sunras: Delete dead variable and assignment 2011-10-06 19:26:06 +05:30
b3337ee865 metadata: Delete dead assignment and move variable to local block 2011-10-06 19:24:56 +05:30
d6d2a0bbd1 app (gimprc): Delete dead assignment 2011-10-06 19:23:06 +05:30