Next | Query returned 101 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Remove SHA1 hashes for distfiles
   2021-08-02 22:31:12 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-reportlab: updated to 3.5.68

CHANGES 3.5.68
* graphics improve some error messages for renderPM
* changed lib.urilt.recursiveImport after errors in python3.10, reflect changes \ 
in readJPEGInfo
* pdfutils readJPEGInfo extracts dpi if present defaults to (72, 72)
* Image flowable allows a useDPI argument
* paraparser annotate some errors
   2021-04-27 06:58:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-reportlab: updated to 3.5.67

CHANGES  3.5.67  12/04/2021
---------------------------
* Allow unicode PDFString to use encoding directly; fixes bug where colorspace \ 
indexes are broken
* Ensure PIL images can be size checked

CHANGES  3.5.66  19/03/2021
---------------------------
* fix obvious bug in renderPS.py cut'n'paste bah :(
* fix bug saving to SpooledtemporaryFile's reported by Robert Schroll \ 
<rschroll at gmail.com>
* fix bug in justified RTL paragraphs example & bugfix contributed by Moshe \ 
Uminer <mosheduminer at gmail.com>
* fix regex deprecation reported by Jürgen Gmach <juergen.gmach at apis.de>
   2021-03-28 06:02:19 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
(print/py-reportlab) regen PLIST (+${PLIST.py2x} hyphen.mashed)
   2021-03-11 07:30:18 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-reportlab: updated to 3.5.65

CHANGES  3.5.65  10/03/2021
---------------------------
* add yieldNoneSplits utility function
* fix BarChart so it lines can have markers and Nones in their data

CHANGES  3.5.64  09/03/2021
---------------------------
* add ability to have lineplots in barcharts; no support yet for line markers
* added checkAttr method to TypedPropertyCollection

CHANGES  3.5.63  05/03/2021
---------------------------
* ensure setup.py works from sdist; bug reported by Antonio P. Sagitter \ 
(sagitter at fedoraproject.org)
* restore broken MANIFEST.in somehow overwritten by Robin :(

CHANGES  3.5.62  03/03/2021
---------------------------
* simplify annotateException and add better error messages for asUnicode/Bytes etc
* improve embeddedHyphenation in paragraph.py

CHANGES  3.5.61  25/02/2021
---------------------------
* add adjustableArrow widget
* allow para tag borderPadding attribute
* minor cosmetics in renderPM C extension and add fontSize setattr
* allow a bounding box constraint in definePath
* efficiency savings in text2Path
* refactor transformation math and text2Path functionality
* allow a renderPM plugin cairo backend package rlPyCairo
   2021-01-28 09:28:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-reportlab: updated to 3.5.60

CHANGES  3.5.60  22/01/2021
---------------------------
* Allow legend column control of vertical alignment
* Allow renderTextMode attribute in reportlab.graphics.shapes.String
* Allow renderTextMode drawString handling in renderPDF/PM/PS/SVG
* Some fixes to fillMode handling

CHANGES  3.5.59  04/01/2021
---------------------------
* Minor changes to table rounded corners; some documentation updates

CHANGES  3.5.58  01/01/2021
---------------------------
* Allow variant corners in Canvas.roundRect
* Allow tables to have rounded corners

CHANGES  3.5.57  27/12/2020
---------------------------
* added ddfStyle to Label
* allowed for embedded(and ordinary)Hyphenation to pre-empt splitting when \ 
embeddedHyphenation>=2
* fix extension escapePDF so it can handle unicode
* fix poundsign in Ean5BarcodeWidget
* Table can use __styledWrap__ for sizing
* test fixes so 3.9 and 2.7 produce same pdf
   2020-12-06 12:42:33 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-reportlab: updated to 3.5.56

RELEASE 3.5.56
* micro changes for Big Sur in C extensions
* allow Drawing.outDir to be a callable for more control in save method
   2020-11-30 21:15:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-reportlab: updated to 3.5.55

RELEASE 3.5.55
???

RELEASE 3.5.54
* Allow extra fields in AcroForm suggested by Chris Else ubuntu247 at gmail.com
* Allow DocTemplate.\_firstPageTemplateIndex to be a list of PageTemplate ids
* improve PageBreak repr
* minor changes to travis & appveyor scripts; drop forml support for python 3.5
   2020-10-21 08:49:35 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-reportlab: updated to 3.5.53

RELEASE 3.5.53   02/10/2020
---------------------------
* Fix bug that allowed type 0 postscript commands to persist

RELEASE 3.5.52   01/10/2020
---------------------------
* add support for DataMatrix barcode

RELEASE 3.5.51   24/09/2020
---------------------------
* fix malloc(0) issue in \_rl_accel.c \_fp_str thanks to Hans-Peter Jansen \ 
<hpj@urpla.net> @ openSUSE

RELEASE 3.5.50   18/09/2020
---------------------------
* Add BM ExtGState option (suggestion by tjj021 @ github
* Fix memory leak in \_renderPM.c

RELEASE 3.5.49   02/09/2020
---------------------------
* ViewerPreferencesPDFDictionary add /Duplex as possibility
* Doctemplate add support for all ViewerPreferencesPDFDictionary keys
* fix bugs in USPS_4State; Barcode inherits from Flowable and object.

RELEASE 3.5.48   18/08/2020
---------------------------
* bug fix for balanced column special case unsplittable half column

RELEASE 3.5.47    7/08/2020
---------------------------
* try to limit table style cell ranges

RELEASE 3.5.46   22/07/2020
---------------------------
* fix style-data mismatch in LinePlot found by Anshika Sahay

RELEASE 3.5.45   10/07/2020
---------------------------
* fix some documentation bugs reported by Lele Gaifax
* fix error in BarChart axes joining reported by Faisal.Fareed

RELEASE 3.5.44   26/06/2020
---------------------------
* ensure qr bar colour is passed (contrib by Lele Gaifax)
* fix img layout bug (reported by Lele Gaifax)

RELEASE 3.5.43   03/06/2020
---------------------------
* small change to improve strokeDashArray handling to allow [phase, [values]] \ 
and allow stroke-dashoffset
* Hatching class which inherits from shapes.Path
* add support for soft hyphens u'\xad'
* apply a pr from KENLYST @ bitbucket (gfe.py)
   2020-06-10 10:10:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-reportlab: updated to 3.5.42

RELEASE 3.5.42
* fix bug in tables.py reported by Kamil Niski \ 
https://bitbucket.org/rptlab/reportlab/issues/182 & Adam Kalinsky

RELEASE 3.5.41
* fix python3 bug in DDIndenter.__getattr__

RELEASE 3.5.40
* fix broken (by robin) simple bar lables found by Djan

RELEASE 3.5.39
* allow selection of ttf subfonts by PS name
* revert to old style recursiveGetAttr
* raise error for problematic Canvas.setDash reported by Mike Carter from sitemorse

RELEASE 3.5.38
* bug fix for normalDate monthnames; bump travis; version-->3.5.38

RELEASE 3.5.37
* experimental support for 2d pie/doughnut shading

RELEASE 3.5.36
* update travis version of multibuild contrib by Matthew Brett
* fixes to cope with python 3.9
* imrove Drawing formats handling and ensure asString can do svg

RELEASE 3.5.35
* test fixes
* Label enhancement
* added isSubclassOf validator
* added CrossHair widget

Next | Query returned 101 messages, browsing 11 to 20 | Previous