Comparing mikemaccana:master...Synerty:master · mikemaccana/python-docx · GitHub
Skip to content
This repository was archived by the owner on Jan 12, 2018. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mikemaccana/python-docx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Synerty/python-docx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 14 files changed
  • 1 contributor

Commits on Nov 2, 2013

  1. Configuration menu
    Copy the full SHA
    2420587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acc00ba View commit details
    Browse the repository at this point in the history
  3. Converted docx functions to a class.

    Updated test cases.
    Replaced template with blank word document.
    jarrodchesney committed Nov 2, 2013
    Configuration menu
    Copy the full SHA
    822b012 View commit details
    Browse the repository at this point in the history
  4. Fixed bug in image rel ids.

    The bug occures when loading an exisiting template that already contains
    images, the rel id for the existing id used to get lost.
    jarrodchesney committed Nov 2, 2013
    Configuration menu
    Copy the full SHA
    aed69d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d2d26f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e043a79 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2013

  1. Improved image scaling support.

    You can now specify noscaleup, so it will only scale images down when
    rewquired and never scale them up.
    I've been using pixelwidth=420 for 15cm on screen and it works well.
    jarrodchesney committed Nov 4, 2013
    Configuration menu
    Copy the full SHA
    3b383bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0f2baa View commit details
    Browse the repository at this point in the history
Loading