Commit Graph

30212 Commits

Author SHA1 Message Date
Mukund Sivaraman 91bcc3dff4 file-sgi: Remove redundant assignment 2011-10-06 08:29:36 +05:30
Mukund Sivaraman 245b4482eb file-tiff-load: Remove function's dead args 2011-10-06 08:27:57 +05:30
Mukund Sivaraman bf31425640 file-sunras: Remove dead assignment (and variable) 2011-10-06 08:25:04 +05:30
Michael Natterer 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
Michael Natterer 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
Michael Natterer 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
Michael Natterer 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
Michael Natterer f22d6b9d3b app: use the portable EXTEND_SELECTION modifier instead of SHIFT 2011-10-05 19:26:54 +02:00
Michael Natterer 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
Michael Natterer 16d4d6fa94 app: replace virtual modifiers before displaying them as GimpEditor tooltip 2011-10-05 19:26:53 +02:00
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