reportlab/platypus/tables.py
Fri, 01 Apr 2005 09:38:18 +0000 rgbecker tables.py: eliminate use of enumerate
Tue, 29 Mar 2005 13:54:51 +0000 rgbecker tables.py: added in Gary Poster's gary@zope.com latest patch
Wed, 23 Mar 2005 13:35:58 +0000 rgbecker tables.py: be evn more robust about width/drawWidth etc
Wed, 23 Mar 2005 11:35:10 +0000 rgbecker tables.py: fix for case when minWidth fails du eot attribute error
Fri, 18 Mar 2005 18:51:22 +0000 rgbecker tables.py: improve join/cap conversion
Fri, 18 Mar 2005 15:15:23 +0000 rptlab tables.py: 2.1 compatibility changes
Fri, 18 Mar 2005 14:37:49 +0000 rgbecker tables.py, paragraph.py: Gary Poster's layout improvement patch
Thu, 17 Mar 2005 12:01:27 +0000 rgbecker tables.py: fix Gary's patch (broken by Robin)
Wed, 16 Mar 2005 18:46:16 +0000 rgbecker tables.py: fixes to join/cap/dash from Gary Poster
Wed, 16 Mar 2005 09:47:07 +0000 rgbecker tables.py: empty cellval patch from Jean-Francois Gosset
Fri, 14 Jan 2005 16:06:57 +0000 rgbecker tables.py: added span rows split handling & test contributed by Andre Reitz
Fri, 31 Dec 2004 11:20:06 +0000 rgbecker added longTableOptimize config variable
Thu, 25 Nov 2004 14:18:03 +0000 rgbecker tables.py: extend span line blocking to multi lines
Wed, 24 Nov 2004 16:42:12 +0000 rgbecker reportlab: table improvments and better documentation
Wed, 20 Oct 2004 19:27:07 +0000 rgbecker CanvasAdapter related changes
Tue, 05 Oct 2004 22:34:14 +0000 andy fixed col/row shading bug where last row or col never got shaded - reported R Revill
Mon, 04 Oct 2004 20:52:20 +0000 andy Tim Roberts' fix to vertical table cell alignment
Fri, 01 Oct 2004 10:40:15 +0000 rgbecker tables.py: fix buglet in command adding
Wed, 29 Sep 2004 10:18:32 +0000 andy table color cycle changes
Thu, 23 Sep 2004 12:36:41 +0000 rgbecker tables.py: robustify repr
Tue, 14 Sep 2004 11:08:13 +0000 rgbecker platypus: added ptocontainer, moved tables test
Wed, 08 Sep 2004 11:02:58 +0000 rgbecker tables.py: implement Eric Stephen's border drawing suggestion
Thu, 17 Jun 2004 15:26:05 +0000 rgbecker Remove $Header:, fix CopyRight & history
Mon, 07 Jun 2004 16:30:37 +0000 rgbecker Add xpre example
Tue, 18 May 2004 17:16:55 +0000 rgbecker Fix proposed by Derik Barclay <dbarclay@givex.com>
Thu, 22 Apr 2004 17:36:41 +0000 rgbecker Attempt to fix the Mike Spanning example
Wed, 21 Apr 2004 16:39:36 +0000 rgbecker Added Mike's counter span example
Mon, 05 Apr 2004 18:07:42 +0000 rgbecker Minor changes
Thu, 01 Apr 2004 11:17:02 +0000 rgbecker Ensure _colWidths is defined
Fri, 26 Mar 2004 15:44:24 +0000 rgbecker Added percentages
Mon, 15 Mar 2004 23:49:48 +0000 andy_robinson corrected erroneous comment
Sun, 14 Mar 2004 09:47:14 +0000 rgbecker Slightly more efficient linedrawing
Fri, 12 Mar 2004 23:54:11 +0000 andy_robinson Multiple lines and decimal alignments now supported
Tue, 20 Jan 2004 22:50:32 +0000 andy_robinson Fixed up tabs and whitespace in all source files
Fri, 09 Jan 2004 09:46:17 +0000 rgbecker Modified version of Henning von Bargen's LongTables optimisation
Wed, 07 Jan 2004 16:07:17 +0000 dragan1 merging Jython-branch
Wed, 07 Jan 2004 15:56:21 +0000 rgbecker Make _listCellGeom more specific
Fri, 19 Dec 2003 13:22:08 +0000 rgbecker Added splitfirst/last handling
Mon, 11 Aug 2003 10:22:02 +0000 rgbecker Allow for special case width overflows
Wed, 09 Jul 2003 08:17:44 +0000 rgbecker Attempt to fix up identity for early errors
Tue, 22 Apr 2003 17:32:01 +0000 rgbecker Prepare for a more general idea of cell size
Mon, 21 Apr 2003 22:27:49 +0000 andy_robinson Finished off sizing logic to go with row and column
Sat, 05 Apr 2003 23:46:42 +0000 andy_robinson Initial try at column spanning
Fri, 09 Aug 2002 11:19:45 +0000 rgbecker Improved line styles, allow for cap etc
Wed, 24 Jul 2002 19:56:39 +0000 andy_robinson Removed all trailing whitespace
Wed, 17 Jul 2002 22:46:24 +0000 andy_robinson Exterminated all tab characters and added a test to make sure
Thu, 20 Jun 2002 09:56:51 +0000 rgbecker Use of _SeqTypes here was wrong use callability instead
Tue, 18 Jun 2002 18:17:12 +0000 rgbecker added vcallable backgrounds
Thu, 25 Apr 2002 19:52:40 +0000 andy_robinson Jim Kraai's patch to preserve auto col width on subsequent pages
Mon, 18 Mar 2002 14:00:45 +0000 rgbecker Fix up styles vs data dimensions mismatching
Fri, 15 Mar 2002 19:42:55 +0000 rgbecker Fix AttributeError; thanks David Horkoff <dhorkoff@genusrmt.ca>
Fri, 15 Mar 2002 13:56:33 +0000 rgbecker Added emptyTableAction
Mon, 28 Jan 2002 12:33:53 +0000 rgbecker Seems userguide likes to play with split directly
Thu, 24 Jan 2002 13:18:06 +0000 rgbecker Copy alignments accross split (thanks R�diger M�hl <ruediger.maehl@web.de>
Fri, 18 Jan 2002 17:36:55 +0000 rgbecker Propagate font properties to Flowable cells
Fri, 18 Jan 2002 12:21:13 +0000 rgbecker Ensure canv is set on sub flowables
Thu, 17 Jan 2002 14:21:29 +0000 rgbecker Don't need the canvas state save
Thu, 17 Jan 2002 14:00:40 +0000 rgbecker Destructive rendering bug fixed
Wed, 28 Nov 2001 10:41:22 +0000 rgbecker Fixed case when commands enetered as tuple
Fri, 23 Nov 2001 17:53:30 +0000 rgbecker Added _opts to TableStyle for possible keepWithNext
less more (0) -100 -60 tip