[gimp/gimp-attributes-wip] (190 commits) ...repairs after merge



Summary of changes:

  eb6ce6e... plug-ins: rename all screenshot win32 files to screenshot-w (*)
  a856fda... plug-ins: forgot to change an #include after renaming scree (*)
  79ce219... Bug 761823: TIFF export generates corrupted output... (*)
  57a310e... pygimp: add binding for GimpImageType (*)
  5a1c4e0... pygimp: disable deprecation warnings for gimpui.c (*)
  f3583e2... pygimp: add GimpColorConfig object (*)
  fd7c1ef... pygimp: add type definition for GimpColorManaged (*)
  7934e1c... pygimp: make GimpParasite type known to the code generator (*)
  f29877d... pygimp: require Pycairo in configure, link gimpui against p (*)
  a2d7a04... pygimp: add overrides for two _convert_surface() methods (*)
  b111790... pygimp: add override for gimp_zoom_preview_get_source (*)
  596d5f7... pygimp: disable deprecation warnings for gimpmodule, drawab (*)
  3123b49... plug-ins: Add a bunch of formats for file-darktable (*)
  1334788... Updated POTFILES.in (*)
  f1f91ec... app: don't reverse lists in GimpFilterStack and GimpUndoEdi (*)
  58f8808... app: transfer the right profile in gimp_image_new_from_draw (*)
  bcdd2eb... Updated Spanish translation (*)
  2359c29... plug-ins: Only have one thumb loader for darktable (*)
  08b67de... app: don't disable profile import when display color manage (*)
  95f7cab... app: don't use a NULL profile to create the new "layer from (*)
  086dc60... libgimpcolor: don't leak the path in gimp_color_profile_new (*)
  46096a1... libgimpcolor: add gimp_color_profile_save_to_file() (*)
  31a1d54... Update Catalan translation (*)
  1bfd57b... libgimpwidgets: add a shortcut to the profile chooser dialo (*)
  48721b5... libgimpwidgets: update OS X code to get display profile to  (*)
  61a1c87... libgimpwidgets: Mac OS X: read ICC profile from the correct (*)
  2bfd071... libgimpwidgets: remove gimp_color_profile_chooser_dialog_ne (*)
  f7f9174... Revert "libgimpwidgets: remove gimp_color_profile_chooser_d (*)
  83df7f4... libgimpwidgets: more parameters for gimp_color_profile_choo (*)
  6c64cb0... libgimpwidgets: support saving profile in GimpColorProfileC (*)
  c3c4387... app: add Image -> Color Management -> Save Color Profile to (*)
  a31fe95... libgimpwidgets: Mac OS X: fix build (*)
  1dc9deb... Updated Polish translation (*)
  8184555... app: add a per-image "is color managed" switch (*)
  801b1bb... app: reorder private functions in gimpimage-color-profile.c (*)
  7fffa9d... app: don't run and color profile import if the image is not (*)
  c28244c... app: enable color management when the image is converted to (*)
  34a826d... app: return built-in profiles from GimpColorManaged::get_co (*)
  cc9154b... app: don't return any cached transforms is the image is not (*)
  0e3c7ea... app: handle profile conversion correctly in gimp_layer_conv (*)
  5ec6d2c... app: same fix as below in gimplayer-new.c (*)
  2739c34... app: pass the right color profile around in gimp_selection_ (*)
  8eb6cdf... app: pass profiles around along with the buffers in the tra (*)
  e69bb90... app: show the image's "is color managed" state in the windo (*)
  58d17e7... app: add Image -> Color Management -> Color Management Enab (*)
  cc83d94... app: move the image-duplicate action next to image-new (*)
  1da4236... app: set the image's "is color managed" in gimp_image_new_f (*)
  a544ad4... app: #include "gimpimage-color-profile.h" in gimplayer-new. (*)
  20f5e25... app: add gimp_prop_profile_combo_box_new() (*)
  3244637... app: enable color management when a profile is assigned to  (*)
  d37d39b... app: some cleanup in gimp_prop_profile_combo_box_new() (*)
  46a9690... app: Add GimpChannelBorderStyle enum (*)
  45efe6c... app: Modify gimp_gegl_apply_border() to take a style parame (*)
  15d4908... app, pdb: Modify gimp_channel_border() to take a style para (*)
  8b11a50... app: Handle zero radius in gimp_channel_border() (*)
  60b31cc... app: Add "Border style" combo to the "Select -> Border..."  (*)
  2f96950... pdb: Modify gimp-selection-border to use BORDER_STYLE_SMOOT (*)
  ce27a62... app: fix menu icon of "Selection Editor" (*)
  64fb184... libgimpconfig: add support for (de)serializing GFile proper (*)
  d4d03d1... app: use gimp_config_path_expand() in gimp_prop_profile_com (*)
  54c0b04... app: add basic support for creating images with color profi (*)
  bb4d04d... app: refactor GimpStatusbar message pushing/popping code (*)
  ce8cbe6... app: update GimpStatusbar message icon even when the text i (*)
  48c2038... Bug 765326 - Status bar progress messages aren't always upd (*)
  c6c458a... app: don't call gimp_image_map_tool_preview() in GimpOperat (*)
  c773570... app: make gimp_image_map_tool_preview() private (*)
  143a2bc... app: make GimpImageMap setters update the drawable by itsel (*)
  288cf2c... app: remove most calls to gimp_image_map_tool_preview() (*)
  9bb6d19... app: remove a call to gimp_image_map_apply() from GimpBlend (*)
  477987d... app: make GimpImageMap a subclass of GimpFilter (*)
  68936e4... app: don't preserve() GimpImageMapTool around most GimpImag (*)
  e66ec72... Fix a user-visible typo (*)
  7d480b6... Update Russian translation (*)
  6a9ce55... app: rename GimpImageMapTool to GimpFilterTool (*)
  67e192e... app: remove gimp_filter_tool_preview() (*)
  3bd7832... app: change the prefs property from image-map-tool-max-rece (*)
  2c36e71... Updated Spanish translation (*)
  059a92b... app: rename "image_map" member of GimpFilterTool to "filter (*)
  7d1567c... app: move tool undo typedefs out of tools-types.h (*)
  9bb0307... app: turn the "Gamma Hack" into a non-serializable property (*)
  b10fd2a... app: use the proper help ID in gimp_operation_tool_get_sett (*)
  ec99c99... Updated Polish translation (*)
  85cb525... Bug 766128: Use gegl_operation_progress (*)
  4f0521c... app: don't call gimp_gegl_progress_connect() with a NULL te (*)
  cea4ea6... app: require a text in gimp_gegl_progress_connect() (*)
  e7d2edb... app: connect to the new operation progress in GimpFilterToo (*)
  43990e8... app: more cleanup in GimpImageMap (*)
  cb1a602... app: normalize gegl:distance-transform, it's unusuable othe (*)
  f7c104c... app: use gegl:distance-transform in the blend tool, it has  (*)
  9fb70a4... app: rename GimpImageMap to GimpDrawableFilter (*)
  bb767ac... Updated Spanish translation (*)
  93cc47f... icons: color-scalable (*)
  758ef39... Updated German translation (*)
  4185770... Updated Spanish translation (*)
  81e7cb6... Bug 766342: EEEEeEeek! 4 GeglBuffers leaked (*)
  13b1e6a... app: clean up a lot of werid code in GimpColorOptions and G (*)
  f56ca44... app: don't use unrelated prefs values for the color profile (*)
  fd2ee89... app: add a private struct to GimpViewRenderer (*)
  9bbc52c... app: add a GimpColorConfig member to GimpViewRenderer (*)
  af976a7... app: add a GimpColorConfig to GimpDisplayShell (*)
  062b376... Updated Polish translation (*)
  f93369b... app: clean up Preferences -> Color Management (*)
  382f204... Mark user-visible-message for translation (*)
  388bf5d... app: add gimpdisplayshell-actions.[ch] (*)
  406d1b9... Bug 320447 - fast switching between "color managed display" (*)
  5dda47a... menus: forgot to push with the last commit (*)
  1b108e0... icons: scalable (*)
  7e0a2fa... icons: color-scalable & symbolic-scalable & legacy (*)
  c1e1d37... icons: (*)
  762e324... icons: color-scalable & symbolic-scalable & legacy (*)
  a942b77... app: add gimp_display_shell_set_action_sensitive() (*)
  a287784... Bug 320447 - fast switching between "color managed display" (*)
  84d60ad... app: clean up toggle callbacks in view-commands.c (*)
  4132c0b... app, libgimpwidgets: reset "old" selection color of GimpCol (*)
  8d9df88... app: don't hold a direct reference to actions in the action (*)
  e897abd... app: add missing NULL check in action_search_match_keyword( (*)
  0bc5323... icons: color-scalable & symbolic-scalable (*)
  335727d... libgimpwidgets: change the tooltip of GimpColorConfig:mode (*)
  c0fb136... app: add tooltips that mention that disabling color managem (*)
  2dd4d3a... Bug 766369: Split view shows transparency filtering... (*)
  ea3c9b7... icons: color-scalable & symbolic-scalable (*)
  d83692a... icons: color-scalable & symbolic-scalable (*)
  d41e362... Update Russian translation (*)
  3a43478... Bug 766116: Behind mode is not working correctly (*)
  8370fb1... icons: color-scalable & symbolic-scalable (*)
  1c6b85d... configure: request libmypaint version 1.3.0 or higher. (*)
  265dfec... app: split GimpApplicator's opacity and mode API into two f (*)
  201b11e... app: add separate opacity and mode API to GimpDrawableFilte (*)
  79cdbad... plug-ins: replace some gimp_spin_button_new() by plain GTK+ (*)
  dfd2e56... icons: color-scalable & symbolic-scalable&legacy (*)
  c7bc0b5... Fix typos in app/actions/view-actions.c (*)
  eacfd6a... Updated Polish translation (*)
  81fd3e9... app: move GimpDrawable's FS to gimpdrawable-floating-select (*)
  2b170e3... app: include gimpdrawable-floating-selection.h in gimplayer (*)
  71dfbbf... icons: color-scalable & symbolic-scalable (*)
  28e1a37... app: remove const qualifiers from all object parameters (*)
  cf4d0cc... Fix wrong reference to .ico .cur and resource.h for to fix  (*)
  2ef8719... app: rename more stuff from "floating sel" to "floating sel (*)
  5080da5... app: move the undo impl object typedefs out of the *-types. (*)
  21742cc... icons: color-scalable & symbolic-scalable (*)
  9f30525... app: remove gimp_session_write_position() (*)
  eba2d2d... plug-ins: rename file-darktable format names to "Raw Foo" (*)
  ce8e484... app: fix color profile logic in gimp_image_convert_precisio (*)
  85ca7c5... Updated Spanish translation (*)
  6b246ff... app: remove ancient utility function gimp_toggle_button_set (*)
  92739a5... icons: color-scalable & symbolic-scalable (*)
  0f3e8ea... icons: update icon-list.mk (*)
  dcf5c52... Bug 320447 - fast switching between "color managed display" (*)
  9853400... Update Russian translation (*)
  57d497b... app: add gimp_color_profile_store_add_defaults() (*)
  2f32b94... Updated Slovak translation (*)
  193101b... Updated Polish translation (*)
  ae1fdd9... app: fix the new gimp_color_profile_store_add_defaults() (*)
  490b33f... app: use the new function in the color profile assign/conve (*)
  836972b... app: use the new function in GimpTemplateEditor (*)
  adaa675... libgimpwidgets: set a minimum width on GimpColorProfileComb (*)
  bb43a89... app: treat the layer mask correctly in gimp_layer_get_opaci (*)
  c73104e... Bug 766327 - gimptool-2.0 not quoting filenames/directories (*)
  2625169... Bug 748749 - picked colors don't match image colors... (*)
  f7842bc... app: add gimp_image_color_profile_srgb_to_pixel() (*)
  5b4d021... app: add GimpPickable::srgb_to_pixel() (*)
  cb578e3... app: add GimpOperationProfileTransform (*)
  7a19e5c... icons: color-scalable & symbolic-scalable (*)
  9e96996... Bug 764608: Smudge tool clips out of gamut channel values.. (*)
  3a458d1... icons: color-scalable & symbolic-scalable (*)
  9c99d61... libgimpwidgets: add gimp_preview_area_set_color_config() (*)
  f93ca2c... Updated Spanish translation (*)
  7326f34... libgimpcolor: optimize gimp_color_profile_get_format() for  (*)
  1cffaa7... libgimpwidgets: add gimp_color_area_set_color_config() (*)
  5feba03... icons: color-scalable & symbolic-scalable (*)
  bdae0de... script-fu: make regex matching return character indexes (*)
  060c03a... libgimpconfig: don't include gimpcolorconfig-enums.h in gim (*)
  e20af20... Updated Occitan translation (*)
  bf9b33e... Bug 749044 - Exporting as KISS - CELL (*.cel) results in er (*)
  97d16bd... Updated Italian translation (*)
  cc92887... libgimpcolor: add new object GimpColorTransform (*)
  0bfa402... Argh, this was meant to be squashed into the previous commi (*)
  e080df3... libgimpwidgets: set the color config on GimpColorSelection' (*)
  bd38b7b... libgimpwidgets: set the color config on the "GIMP" page of  (*)
  0acff06... app: color manage the color buttons of GimpColorHistory (*)
  0cd3d7a... app: color manage GimpFgBgEditor, as used e.g. in the toolb (*)
  e6d4053... app: don't forget to ref GimpOperationProfileTransform's pr (*)
  1a09bb0... Updated Occitan translation (*)
  365f4e4... Updated Occitan translation (*)
  ca349f8... libgimpcolor: add gimp_color_transform_can_gegl_copy() (*)
  ff3e9d7... libgimpcolor: add CMYK formats to gimp_color_profile_get_fo (*)
  9014fbe... Bug 467930 - color selectors are not color managed (*)
  0d8b8c2... Bug 467930 - color selectors are not color managed (*)
  55abb62... Merge remote-tracking branch 'remotes/origin/master' into g
  617b90a... repairs after merge

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]