Thu, 17 Dec 2009 16:18:34 +0000 andy allowed lexer to be varied
Thu, 17 Dec 2009 13:02:51 +0000 andy added pygments2xpre.py
Wed, 16 Dec 2009 12:59:39 +0000 meitham user guide changes
Tue, 15 Dec 2009 17:50:16 +0000 meitham userguide changes
Tue, 15 Dec 2009 15:05:09 +0000 damian Removed unnecessary setup_egg
Mon, 14 Dec 2009 16:55:08 +0000 damian setup.py now downloads T1 font curves when using easy_install or distutils
Mon, 14 Dec 2009 10:23:40 +0000 rgbecker colors.py: fix mis-spelt reference
Fri, 11 Dec 2009 15:01:42 +0000 rgbecker test_pdfgen_overprint.py: make an overlap for showing the colour difference
Thu, 10 Dec 2009 14:27:44 +0000 rgbecker colors.py: fix alpha=None to alpha=1
Wed, 09 Dec 2009 18:04:13 +0000 rgbecker renderPM.py: add support for opacity to python side of _renderPM extension
Wed, 09 Dec 2009 18:03:32 +0000 rgbecker shapes.py: fix behaviour of opacity versus colour alphas
Wed, 09 Dec 2009 18:01:38 +0000 rgbecker reportlab: use alpha=1 as default for colours
Wed, 09 Dec 2009 13:30:56 +0000 damian setup.py modified to work with easy_install (C extensions referred to explicitly)
Tue, 08 Dec 2009 09:53:56 +0000 rgbecker reportlab: add alpha property to colours, patch contributed by Keven D Smith <Kevin.Smith@sixquickrun.com>
Mon, 07 Dec 2009 17:58:49 +0000 meitham subticks & subgrid fixed for data axis
Fri, 04 Dec 2009 16:12:34 +0000 rgbecker ttfonts.py: fix problems parsing 6000 ttfs contributed by Jerry Casiano
Thu, 03 Dec 2009 14:59:20 +0000 rgbecker axes.py: eliminate feedback via valueSteps
Thu, 03 Dec 2009 11:39:56 +0000 rgbecker canvas.py: make the extgstate work across push/pop_state_stack pairs
Wed, 02 Dec 2009 10:58:51 +0000 rgbecker reportlab: attempt to eliminate empty list argument issues bug contributed by Tim Roberts and Nate Silva
Fri, 27 Nov 2009 16:35:29 +0000 meitham attributes help messages
Thu, 26 Nov 2009 17:00:13 +0000 meitham more help messages added
Thu, 26 Nov 2009 16:25:50 +0000 meitham attributes changed to advanced usage level
Thu, 26 Nov 2009 15:11:20 +0000 rgbecker attmap.py: add advancedUsage=0 argument to AttrMapValue
Mon, 23 Nov 2009 13:27:57 +0000 hosamaly Enhanced the way PyFribidi2 is imported. rtl-support
Mon, 23 Nov 2009 13:22:16 +0000 hosamaly Fixed an exception that was thrown when PyFribidi2 is not installed. rtl-support
Mon, 23 Nov 2009 12:02:16 +0000 rgbecker test_hello.py: add in some Arabic text
Sun, 22 Nov 2009 14:41:22 +0000 hosamaly Changed test method name and output file to use the suffix 'Bidi' instead of 'RTL' or 'AR'. rtl-support
Sun, 22 Nov 2009 14:40:33 +0000 hosamaly Updated to use PyFribidi2 rtl-support
Thu, 19 Nov 2009 12:50:20 +0000 hosamaly Updated to use the wordWrap parameter in ParagraphyStyle when it's RTL, by setting a direction property in PDFTextObject, and using that property with PyFriBiDi. rtl-support
Thu, 19 Nov 2009 11:35:55 +0000 hosamaly Added a test case for RTL scripts. rtl-support
Thu, 19 Nov 2009 10:54:17 +0000 hosamaly Using pyfribidi to correct the order of texts that should be rendered in RTL. rtl-support
Thu, 19 Nov 2009 10:50:03 +0000 hosamaly Added paths for fonts on Ubuntu rtl-support
Wed, 18 Nov 2009 15:00:41 +0000 rgbecker Create branch for rtl-support rtl-support
Wed, 18 Nov 2009 14:59:52 +0000 rgbecker Create a tag for start of rtl-branch rtl-support
Wed, 18 Nov 2009 12:52:59 +0000 rgbecker reportlab: merge changes from the community trunk rtl-support
Wed, 18 Nov 2009 11:03:23 +0000 tim updated web address in error message
Tue, 17 Nov 2009 14:42:32 +0000 rgbecker canvas.py, textobject.py: merge _*ColorRGB/CMYK attributes into ColorObj
Tue, 17 Nov 2009 14:41:29 +0000 rgbecker reportlab/lib/utils.py: add annotateException
Mon, 16 Nov 2009 17:43:58 +0000 rgbecker axes.py: add support for 'sub' ticks and grids
Tue, 10 Nov 2009 12:06:32 +0000 meitham added contribution
Mon, 09 Nov 2009 13:46:49 +0000 rgbecker tools/pythonpoint/stdparser.py: fix import
Mon, 09 Nov 2009 11:49:52 +0000 meitham Bug: String exception raised in pdfdoc.py and Image.getBounds bug
Tue, 03 Nov 2009 18:14:46 +0000 rgbecker lineplots/linecharts: fix lineLabels.visble and also remove Formatter usage
Mon, 02 Nov 2009 17:36:51 +0000 rgbecker pdfdoc.py: fix ro PDFDate contributed by Robert Alsina
Mon, 02 Nov 2009 17:35:58 +0000 rgbecker pdfmetrics.py: attempt to make bruteForceSearchForAFM more revealing
Wed, 28 Oct 2009 16:45:24 +0000 rgbecker axes.py: YCategoryAxis makeTickLabels fix contributed by Mike Folwell <mjf@pearson.co.uk>
Mon, 19 Oct 2009 09:27:40 +0000 rgbecker shapes.py: fix up so unicode workds for formats snapshot-3575
Mon, 19 Oct 2009 09:25:44 +0000 rgbecker shapes.py: fix up so unicode workds for formats snapshot-3575
Thu, 15 Oct 2009 15:24:32 +0000 rgbecker tests: add test_platypus_accum.py
Thu, 15 Oct 2009 15:05:05 +0000 rgbecker doctemplate.py : add PageAccumulator class and support in tables.py
Thu, 15 Oct 2009 14:53:44 +0000 damian Robin's modification to allow strings to have an onDraw method inside a table
Wed, 07 Oct 2009 14:42:05 +0000 rgbecker charts: fix drawGridLast behaviours
Wed, 07 Oct 2009 11:09:53 +0000 rgbecker piecharts.py: fix simple pointers attibute in 3d wedges
Tue, 06 Oct 2009 16:16:14 +0000 meitham fade colors function added
Tue, 06 Oct 2009 10:54:05 +0000 rgbecker axes.py: added in loLLen and hiLLen for axis extension
Mon, 05 Oct 2009 16:58:41 +0000 rgbecker axes.py: added AxisLineAnnotation
Mon, 05 Oct 2009 13:40:34 +0000 rgbecker graphics: add in some line properties
Mon, 05 Oct 2009 13:39:16 +0000 rgbecker renderbase.py: allow user nodes to return None
Thu, 01 Oct 2009 10:52:36 +0000 damian Updated userguide to include information about stacked bar charts
Thu, 01 Oct 2009 08:24:17 +0000 andy modified misleading docstring
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip