Commit graph

30202 commits

Author SHA1 Message Date
Michael Natterer 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
Michael Natterer 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
Michael Natterer f45cccbc82 app: make gimp_get_mod_string() a bit nicer 2011-10-05 18:47:37 +02:00
Mukund Sivaraman 643dceec02 libgimpwidgets: Add missing symbols to gimpwidgets.def 2011-10-05 09:25:21 +05:30
Michael Natterer 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
Michael Natterer 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
Michael Natterer 29a6c71f00 app: don't use GNU-only options when generating git-version.h 2011-10-04 23:36:21 +02:00
Michael Natterer 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
Mukund Sivaraman 26fdf29dcb Update NEWS for gimptool scripts dir fix 2011-10-04 18:42:52 +05:30
Mukund Sivaraman 2ea49c594c gimptool: Use GIMP_PLUGIN_VERSION instead of GIMP_API_VERSION for scripts dir 2011-10-04 18:29:28 +05:30
Mukund Sivaraman eb11a466ac gimptool: Replace path generation code with glib functions 2011-10-04 18:28:52 +05:30
Mukund Sivaraman 4e056e79d2 gimptool: Fix system script dir path 2011-10-04 18:11:29 +05:30
Mukund Sivaraman 1c730f94ac app (paint-funcs): Delete dead assignment and move variable 2011-10-04 14:55:41 +05:30
Mukund Sivaraman f5e51fe31a warp: Remove dead variable and assignment 2011-10-04 14:53:53 +05:30
Mukund Sivaraman 433e1dcb77 mosaic: Delete dead variable and assignment 2011-10-04 14:49:30 +05:30
Mukund Sivaraman c70b243714 lens-distortion: Delete dead variable and assignment 2011-10-04 14:46:39 +05:30
Mukund Sivaraman 0a3c8c5c86 app (siox): Delete redundant total initializer 2011-10-04 14:44:56 +05:30
Mukund Sivaraman 4a686eba0f libgimpcolor: Delete unnecessary h initializer
The -Wall warning is taken care of by
commit 890b9abf94.
2011-10-04 14:40:24 +05:30
Mukund Sivaraman f9cebd40a7 app (tool-preset-editor): Delete dead code and variables 2011-10-04 14:37:36 +05:30
Mukund Sivaraman c87e232f57 noise-randomize: Delete dead assignment and variable 2011-10-04 14:34:29 +05:30
Mukund Sivaraman 0afe030552 libgimpwidgets: Remove dead assignments 2011-10-04 14:33:42 +05:30
Mukund Sivaraman ce86fbff05 convolution-matrix: Remove dead assignment and move variable 2011-10-04 14:30:00 +05:30
Mukund Sivaraman f5369a9158 noise-randomize: Remove dead assignment and variable 2011-10-04 14:27:53 +05:30
Mukund Sivaraman a966a9ba2e file-ps: Remove dead assignment (and variable) 2011-10-04 14:24:49 +05:30
Mukund Sivaraman b45868c081 file-csource: Remove dead assignments (and variable) 2011-10-04 14:23:58 +05:30
Mukund Sivaraman 566e2bf0af channel-mixer: Remove dead assignment (and variable) 2011-10-04 14:20:25 +05:30
Mukund Sivaraman b5c08c1c04 jigsaw: Remove dead assignments (and variables) 2011-10-04 14:18:43 +05:30
Mukund Sivaraman ed8beff406 qbist: Remove dead assignment (and variable) 2011-10-04 14:16:20 +05:30
Mukund Sivaraman 916e44fe58 libgimpconfig: Remove dead assignment 2011-10-04 14:15:13 +05:30
Mukund Sivaraman 9780fe04be apply-canvas: Remove dead assignments (and variable) 2011-10-04 14:14:18 +05:30
Alexia Death aa0df78d6c NEWS: Fix typo in previous commit 2011-10-03 19:27:45 +03:00
Alexia Death 61e18ec424 NEWS: Update about rectangle tool changes 2011-10-03 19:19:31 +03:00
Jakub Steiner c04c011be1 cage tool icon: align properly to grid. 2011-10-03 17:45:22 +02:00
Mukund Sivaraman c149d17a16 contrast-retinex: Remove dead assignment 2011-10-03 19:15:00 +05:30
Mukund Sivaraman 9a39d84e96 app: Remove dead assignment 2011-10-03 19:13:22 +05:30
Mukund Sivaraman fc3f59872d help-browser: Remove dead assignment (and variable) 2011-10-03 19:10:55 +05:30
Mukund Sivaraman cb3abfc190 mosaic: Remove dead assignment (and variable) 2011-10-03 19:08:04 +05:30
Mukund Sivaraman f33dcf2df2 app: Don't care about return value of g_string_append() 2011-10-03 19:06:37 +05:30
Mukund Sivaraman a35813ffd7 file-ico: Move image_ID into local blocks 2011-10-03 19:01:15 +05:30
Mukund Sivaraman 123bb1e5ad file-ico: Remove dead assignment (and variable) 2011-10-03 18:59:39 +05:30
Mukund Sivaraman aac5be344f file-gif-save: Remove dead assignments (and variables) 2011-10-03 18:57:48 +05:30
Mukund Sivaraman af547cc0c7 file-gif-save: Remove dead assignments (and variables) 2011-10-03 18:56:14 +05:30
Mukund Sivaraman 7d465f0a62 gimpressionist: Remove dead assignment (and variable) 2011-10-03 18:53:32 +05:30
Mukund Sivaraman d72c6f6cf5 wind: Remove dead assignments (and variables) 2011-10-03 18:52:13 +05:30
Mukund Sivaraman 6bfae7f8d1 waves: Remove dead assignments (and variables) 2011-10-03 18:50:23 +05:30
Mukund Sivaraman c0e873cd8a file-pdf-save: Remove dead assignment (and variable) 2011-10-03 18:48:56 +05:30
Mukund Sivaraman 3a4243a61f file-ps: Remove dead assignments (and variables) 2011-10-03 18:46:24 +05:30
Mukund Sivaraman 9343018ad9 file-faxg3: Remove dead assignment (and variable) 2011-10-03 18:44:27 +05:30
Mukund Sivaraman da075e9523 apply-canvas: Remove dead assignment 2011-10-03 18:42:15 +05:30
Mukund Sivaraman cd2b6107c3 file-gif-save: Remove dead assignment (and variable) 2011-10-03 18:39:42 +05:30