Commit Graph

30407 Commits

Author SHA1 Message Date
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
ce86fbff05 convolution-matrix: Remove dead assignment and move variable 2011-10-04 14:30:00 +05:30
f5369a9158 noise-randomize: Remove dead assignment and variable 2011-10-04 14:27:53 +05:30
a966a9ba2e file-ps: Remove dead assignment (and variable) 2011-10-04 14:24:49 +05:30
b45868c081 file-csource: Remove dead assignments (and variable) 2011-10-04 14:23:58 +05:30
566e2bf0af channel-mixer: Remove dead assignment (and variable) 2011-10-04 14:20:25 +05:30
b5c08c1c04 jigsaw: Remove dead assignments (and variables) 2011-10-04 14:18:43 +05:30
ed8beff406 qbist: Remove dead assignment (and variable) 2011-10-04 14:16:20 +05:30
916e44fe58 libgimpconfig: Remove dead assignment 2011-10-04 14:15:13 +05:30
9780fe04be apply-canvas: Remove dead assignments (and variable) 2011-10-04 14:14:18 +05:30
aa0df78d6c NEWS: Fix typo in previous commit 2011-10-03 19:27:45 +03:00
61e18ec424 NEWS: Update about rectangle tool changes 2011-10-03 19:19:31 +03:00
c04c011be1 cage tool icon: align properly to grid. 2011-10-03 17:45:22 +02:00
c149d17a16 contrast-retinex: Remove dead assignment 2011-10-03 19:15:00 +05:30
9a39d84e96 app: Remove dead assignment 2011-10-03 19:13:22 +05:30
fc3f59872d help-browser: Remove dead assignment (and variable) 2011-10-03 19:10:55 +05:30
cb3abfc190 mosaic: Remove dead assignment (and variable) 2011-10-03 19:08:04 +05:30
f33dcf2df2 app: Don't care about return value of g_string_append() 2011-10-03 19:06:37 +05:30
a35813ffd7 file-ico: Move image_ID into local blocks 2011-10-03 19:01:15 +05:30
123bb1e5ad file-ico: Remove dead assignment (and variable) 2011-10-03 18:59:39 +05:30
aac5be344f file-gif-save: Remove dead assignments (and variables) 2011-10-03 18:57:48 +05:30
af547cc0c7 file-gif-save: Remove dead assignments (and variables) 2011-10-03 18:56:14 +05:30
7d465f0a62 gimpressionist: Remove dead assignment (and variable) 2011-10-03 18:53:32 +05:30
d72c6f6cf5 wind: Remove dead assignments (and variables) 2011-10-03 18:52:13 +05:30
6bfae7f8d1 waves: Remove dead assignments (and variables) 2011-10-03 18:50:23 +05:30