[gimp/gimp-attributes-wip] (102 commits) ...Merge remote-tracking branch 'remotes/origin/master' into gimp-attributes-wip



Summary of changes:

  94f3089... Updated Basque language (*)
  00c1050... Updated Basque language (*)
  b7e1df0... Updated Basque language (*)
  e442931... Updated Basque language (*)
  0d33b66... Updated Basque language (*)
  03a9b31... Updated Basque language (*)
  c0663a8... Updated Basque language (*)
  032a9ab... Updated Basque language (*)
  e4cdfee... Updated Swedish translation (*)
  431f65a... configure.ac: require babl 0.1.12 (*)
  c2371a2... app: implement Dilate and Erode as wrappers around gegl:val (*)
  b856a8b... plug-ins, pdb: remove the value-propagate plug-in and add P (*)
  678b61a... Bug 742623: Equalize operation fills buffer with nan values (*)
  59417ca... Fix PF_LAYER always being passed as a Layer, even if object (*)
  d1f8fa0... data: sort patterns into subdirectories so they get tagged  (*)
  48a8104... data: forgot to git add patterns/*/.gitignore (*)
  3925466... libgimpcolor: change LUMINANCE Y values to match sRGB built (*)
  ea5adf4... Bug 692349: Poor placement of "Floating selection" entry in (*)
  542729d... Bug 743612: Takes the filesystem encoding in consideration (*)
  a75a479... app: #include "core/gimpdynamicsoutput.c" in some files in  (*)
  6a079b9... plug-ins: format prototypes in file-gif-save (*)
  e448cc3... libgimpbase, app: implement File -> Show in File Manager (*)
  4c7338c... app: link against -lm, whatever new linker version seems to (*)
  39db88d... app: add much more "Show in file manager" menu items (*)
  b6eba9b... app: consistent labels and tooltips for the "Show in File M (*)
  d3600ab... app: add File -> Copy Image Location (*)
  58a557d... libgimpbase: Avoid an assignment to self. (*)
  09f6486... file-gegl: Add OpenEXR saving through file-gegl (*)
  a51ead0... file-gegl: Fix typo (*)
  97a9d1c... libgimpbase: implement show in file manager for OS X platfo (*)
  29456b9... Bug 744127 - Restore tab hover delay during drag-n-drops (*)
  a0398e5... configure.ac, plug-ins: require lcms >= 2.6 and remove #ifd (*)
  d965c7c... pygimp: add 'precision' property to Image (*)
  78df196... pygimp:  added new drawable.get_data method (*)
  b613084... app: unref attributes
  f4a2447... openraster: filesystem encoding could return None - default (*)
  0c93185... plug-in attributes: revert the useless xmp import Importing
  025354b... HACKING: add some missing info (*)
  1d5bffd... Fix clang complaining about missing void in function protot (*)
  1105e64... app: change a GimpData's name only if it actually changed (*)
  1af244b... app: same fix as below in GimpDataFactoryView (*)
  f425f53... app: fix the brush editor to not dirty every brush set on i (*)
  afc3d42... app: don't let updating the gradient editor actions dirty t (*)
  dcfe0b8... app: fix uninitialized boolean in gimp_paned_box_drag_drop( (*)
  0fad7bb... openraster: Implements exporting and loading group layers. (*)
  9be16e0... app: make sure name references to GimpData objects are seri (*)
  d794d8a... Add Windows implementation for gimp_file_show_in_file_manag (*)
  c61e89a... libgimpbase: Remove function names from user visible string (*)
  36548fd... Bug 745126 - gimp_preview_area_blend() fails for RGBA image (*)
  783bbab... plug-ins: fix lcms.c plug-in half conversion (*)
  f15a7bc... app: add NPD tool basics (*)
  1a0c8d5... NPD tool uses GEGL NPD operation (*)
  433194e... app: npd-tool: remove last added control point using backsp (*)
  fe193f5... app: npd-tool: move (multi)selected control points (*)
  b4ae7c7... app: npd-tool: display cursor and cursor modifiers (*)
  b1059d9... app: npd-tool: add provisional tool's options (*)
  6ea27ea... app: npd-tool: add option to show mesh (*)
  80adf02... app: npd-tool: add rubber band selection (*)
  ffecedf... app: npd-tool: add option to remove selected control points (*)
  a90159a... app: npd-tool: remove control points using proper keys (*)
  ccc8329... app: npd-tool: start and stop the tool more correctly (*)
  2654fad... app: npd-tool: scale radius of a control point according to (*)
  4af9bd5... app: npd-tool: deformation runs in its own thread (*)
  8fcf1e0... app: npd-tool: update tool's start function (*)
  b6b1d3c... app: npd-tool: add option to pause/unpause deformation proc (*)
  c1f8784... app: npd-tool: deal with drawable's offset (*)
  781f0b7... app: add canvas buffer preview (*)
  c4e12fd... app: npd-tool: use canvas buffer preview (*)
  10255ed... app: npd-tool: add option to apply or cancel the deformatio (*)
  45b89ae... po: update POTFILES.in (*)
  ffc6024... app: npd-tool: show only a preview (hide the image) when th (*)
  f80b126... app: npd-tool: fix tool's options (*)
  129c826... app: npd-tool: draw lattice using GimpDrawTool's functions (*)
  415d7f2... app: npd-tool: remove option to pause the deformation proce (*)
  8a56234... app: npd-tool: let GEGL NPD operation destroy the model (*)
  ce29043... app: some cleanup in GimpCanvasBufferPreview (*)
  c3b6b32... app: lots of cleanup in the N-Point Deformation tool (*)
  1d196bb... app: require gegl:npd in sanity_check_gegl_ops() (*)
  87ee494... app: npd: no CAPS in property and member names (*)
  0679798... app: fix crash and cleanup in gimp_n_point_deformation_tool (*)
  c194c5d... app: simplify npd tool motion event handling (*)
  3f523dc... app: some cosmetic cleanup in the cage tool (*)
  825d4ab... app: make sure there is always a tool selected on startup (*)
  b27c5b0... app: move the N-Point Deformation tool to the playground (*)
  e44e738... app: add gegl:edge to Filters -> Edge-Detect (*)
  573f0f6... plug-ins, pdb: remove the edge plug-in and add a PDB compat (*)
  b268274... Updated Italian translation (*)
  e1baaa0... Bug 742821 - Grayscale-mode image malformed when exported a (*)
  8236068... app: add struct GimpTransformOptionsClass (*)
  67673e0... app: oops, fix last commit (*)
  2989bad... Bug 721009 - new transform tool with freely placeable handl (*)
  231f605... authors.xml: add Kristian Rietveld (*)
  47b7a7b... authors.xml: add Thomas Manni (*)
  d522305... authors.xml: add Johannes Matschke (*)
  9f7700b... authors.xml: add Marek Dvoroznak (*)
  8c5e9b2... authors.xml: Marek is an author not a documenter (*)
  60d0fa0... authors.xml: add Elle Stone (*)
  8f4fe89... app: some more cleanup in the handle transform tool (*)
  4dcd48f... app: move the handle transform tool to the playground (*)
  968477d... Updated Italian tranlation (*)
  ef66ea2... app: don't assign variable before checking the validity (*)
  1d7e002... Merge remote-tracking branch 'remotes/origin/master' into g

(*) 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]