Commit Graph

30331 Commits

Author SHA1 Message Date
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
599c077548 edge: Delete dead variables and assignments 2011-10-06 19:21:14 +05:30
b11bc202f1 semi-flatten: Remove dead variable and assignment 2011-10-06 18:59:31 +05:30
5deb726dfb gimpressionist: Remove 'step' variable which is equal to 'i' 2011-10-06 18:58:25 +05:30
e04edfa8e2 depth-merge: Delete redundant assignment 2011-10-06 09:11:53 +05:30
61c47bf865 mosaic: Remove dead variable and assignment 2011-10-06 09:10:33 +05:30
e3b8d9885e rotate: Remove redundant assignment 2011-10-06 09:08:22 +05:30
b5288df912 convolution-matrix: Remove dead code and variable 2011-10-06 09:06:27 +05:30
7048d9e46e tinyscheme: Remove dead assignment 2011-10-06 09:04:43 +05:30
29e7d032a3 app (file-save-dialog): Remove dead code and variables 2011-10-06 09:01:51 +05:30
4b75e13518 polar-coords: Remove redundant assignment 2011-10-06 08:53:34 +05:30
c4b709cdce edge: Remove dead variable and assignment 2011-10-06 08:51:07 +05:30
12f6dba895 file-sunras: Use precomputed hdr_entries instead of recomputing it 2011-10-06 08:49:21 +05:30
13cd1f6f80 blur-motion: Move variables into inner block, where they're used 2011-10-06 08:45:58 +05:30
37d81cd396 film: Remove dead assignment (and variable) 2011-10-06 08:38:46 +05:30
ad3633110a app: Remove duplicate assignment 2011-10-06 08:37:41 +05:30
3699475be9 app (xcf): Remove duplicate assignment 2011-10-06 08:35:00 +05:30
bdd7a934a7 file-gif-load: Conditionally compile debug code 2011-10-06 08:33:26 +05:30
91bcc3dff4 file-sgi: Remove redundant assignment 2011-10-06 08:29:36 +05:30
245b4482eb file-tiff-load: Remove function's dead args 2011-10-06 08:27:57 +05:30
bf31425640 file-sunras: Remove dead assignment (and variable) 2011-10-06 08:25:04 +05:30
990a4bd271 app: don't forget to move the start handle in GimpBlendTool
because the tool moves both handles when Alt is pressed.
2011-10-05 23:40:44 +02:00
e8250320d5 app: use gdk_event_triggers_context_menu() for the image menu
and clean up button event handling a bit.
2011-10-05 20:04:42 +02:00
c18c21f651 app: treat Meta_L and Meta_R as tool-relevant modifiers
for the Mac, they are still unhandled by tools though.
2011-10-05 19:44:24 +02:00
4b3d3fe431 app: port the channels and paths dialog to portable selection modifiers
instead of hardcoding SHIFT and CONTROL.
2011-10-05 19:26:54 +02:00
f22d6b9d3b app: use the portable EXTEND_SELECTION modifier instead of SHIFT 2011-10-05 19:26:54 +02:00
ad27b30525 app: get the "add" and "subtract" modifiers from the new portable API
instead of hardcoding SHIFT and CONTROL. Also replace virtual modifiers
before showing them as tooltips.
2011-10-05 19:26:54 +02:00
16d4d6fa94 app: replace virtual modifiers before displaying them as GimpEditor tooltip 2011-10-05 19:26:53 +02:00
9e44a199e5 app: use gimp_modifiers_to_channel_op()
instead of replicating its logic in a non-portable way.
2011-10-05 19:26:53 +02:00
fdf103ce08 app: add more modifier utility functions to gimpwidgets-utils.[ch]
- gimp_modifiers_to_channel_op() translates a modifier state to REPLACE,
  ADD, SUBTRACT or INTERSECT.

- gimp_replace_virtual_modifiers() uses gdk_keymap_add_virtual_modifiers()
  to replace the physical bits in a modifier state to their virtual
  counterparts (and not just adds the virtual ones like the GDK
  function).
2011-10-05 19:26:53 +02:00
f45cccbc82 app: make gimp_get_mod_string() a bit nicer 2011-10-05 18:47:37 +02:00
643dceec02 libgimpwidgets: Add missing symbols to gimpwidgets.def 2011-10-05 09:25:21 +05:30
3982ddc39b app: implement gimp_get_mod_string() using gtk_accelerator_get_label()
so it can handle all modifiers (also Mac ones).
Remove gimp_get_mod_name_shift,control,alt().
2011-10-05 01:30:59 +02:00
1459f5bb61 app: unparent GimpDockBook's menu button in dispose() not finalize()
because unparenting requires a fully functional object that can
be used as signal parameter. I have no clue why this doesn't
trigger criticals on X11.
2011-10-04 23:54:42 +02:00
29a6c71f00 app: don't use GNU-only options when generating git-version.h 2011-10-04 23:36:21 +02:00
6e6a70b7f8 libgimpwidgets: add some modifier abstraction API to gimp3migration.[ch]
Work in progress and unused, will help to make things proper on OSX.
2011-10-04 23:09:09 +02:00
26fdf29dcb Update NEWS for gimptool scripts dir fix 2011-10-04 18:42:52 +05:30
2ea49c594c gimptool: Use GIMP_PLUGIN_VERSION instead of GIMP_API_VERSION for scripts dir 2011-10-04 18:29:28 +05:30
eb11a466ac gimptool: Replace path generation code with glib functions 2011-10-04 18:28:52 +05:30
4e056e79d2 gimptool: Fix system script dir path 2011-10-04 18:11:29 +05:30
1c730f94ac app (paint-funcs): Delete dead assignment and move variable 2011-10-04 14:55:41 +05:30
f5e51fe31a warp: Remove dead variable and assignment 2011-10-04 14:53:53 +05:30
433e1dcb77 mosaic: Delete dead variable and assignment 2011-10-04 14:49:30 +05:30
c70b243714 lens-distortion: Delete dead variable and assignment 2011-10-04 14:46:39 +05:30
0a3c8c5c86 app (siox): Delete redundant total initializer 2011-10-04 14:44:56 +05:30
4a686eba0f libgimpcolor: Delete unnecessary h initializer
The -Wall warning is taken care of by
commit 890b9abf94.
2011-10-04 14:40:24 +05:30
f9cebd40a7 app (tool-preset-editor): Delete dead code and variables 2011-10-04 14:37:36 +05:30
c87e232f57 noise-randomize: Delete dead assignment and variable 2011-10-04 14:34:29 +05:30
0afe030552 libgimpwidgets: Remove dead assignments 2011-10-04 14:33:42 +05:30