aboutsummaryrefslogtreecommitdiffstats
path: root/src/org
Commit message (Collapse)AuthorAgeFilesLines
* Submitted by: Sasaki Suguru (s-sasaki@hkg.odn.ne.jp)Tore Engvig2001-08-013-41/+41
| | | | | | | Fixes for unicode escapes that were removed during code formatting git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194384 13f79535-47bb-0310-9956-ffa450edef68
* Fixed my own dump typo.Steve Coffman2001-07-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194383 13f79535-47bb-0310-9956-ffa450edef68
* The code formatting un-escaped all the glyphs. I fixed it and I tried to ↵Steve Coffman2001-07-311-327/+1095
| | | | | | | | | follow the code formatting, but not for the unicode glyph section. Should at least not cause any fatal errors. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194382 13f79535-47bb-0310-9956-ffa450edef68
* don't need to add prop mappings anymoreKeiron Liddle2001-07-311-29/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194381 13f79535-47bb-0310-9956-ffa450edef68
* Formatted code according to code standards.Tore Engvig2001-07-30375-37470/+31579
| | | | | | | Changed license to use short license. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194380 13f79535-47bb-0310-9956-ffa450edef68
* fixed compile errorKeiron Liddle2001-07-301-1/+5
| | | | | | | | I was supposed to be fixing a class cast exception just go with a warning for now. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194378 13f79535-47bb-0310-9956-ffa450edef68
* started support to read all relevant propertiesKeiron Liddle2001-07-3013-123/+181
| | | | | | | mostly commented git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194377 13f79535-47bb-0310-9956-ffa450edef68
* handles xml only input, assumes fo fileKeiron Liddle2001-07-271-13/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194376 13f79535-47bb-0310-9956-ffa450edef68
* AHS: changed signaturesarved2001-07-271-5/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194374 13f79535-47bb-0310-9956-ffa450edef68
* handles page break for nested blocks nowKeiron Liddle2001-07-261-130/+154
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194373 13f79535-47bb-0310-9956-ffa450edef68
* AHS: changed Area methods slightlyarved2001-07-266-67/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194371 13f79535-47bb-0310-9956-ffa450edef68
* Added support for various spaces, inluding non-breaking spaceTore Engvig2001-07-242-73/+306
| | | | | | | | | (fixes bug no 2297) Added support for line breaking in the middle of words for CJK languages Fixes for bug 2243 based on a patch from rainer.garus@nexgo.de git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194370 13f79535-47bb-0310-9956-ffa450edef68
* added the start of svg linkingKeiron Liddle2001-07-245-21/+198
| | | | | | | also improved a few text things git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194369 13f79535-47bb-0310-9956-ffa450edef68
* Handles the graphics device better.Keiron Liddle2001-07-241-16/+161
| | | | | | | | | | | Also handles the alpha transparency better, at least for white backgrounds it works properly Submitted by: Thomas E Deweese <thomas.deweese@kodak.com> Reviewed by: Keiron Liddle git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194368 13f79535-47bb-0310-9956-ffa450edef68
* AHS: adding support for 'returned-by'; placeholderarved2001-07-242-107/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194367 13f79535-47bb-0310-9956-ffa450edef68
* AHS: adding support for 'returned-by'arved2001-07-242-112/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194366 13f79535-47bb-0310-9956-ffa450edef68
* AHS: short licensearved2001-07-241-49/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194365 13f79535-47bb-0310-9956-ffa450edef68
* AHS: continued work on fo:marker supportarved2001-07-234-19/+111
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194364 13f79535-47bb-0310-9956-ffa450edef68
* Ralph LaChance/Andy Langowitz: improvements to AWTRenderer ↵arved2001-07-221-36/+154
| | | | | | (borders,backgrounds...) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194363 13f79535-47bb-0310-9956-ffa450edef68
* Fix some bugs in table and cell border drawing and cell width calculationsKaren Lease2001-07-203-64/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194362 13f79535-47bb-0310-9956-ffa450edef68
* Add new addFilledRect method to make it possible to draw filled rectangles ↵Karen Lease2001-07-202-18/+70
| | | | | | without any stroke in PDF; in doFrame, use rectangles instead of lines for borders to eliminate pixel errors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194361 13f79535-47bb-0310-9956-ffa450edef68
* Make display-align work on table-cellKaren Lease2001-07-183-70/+125
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194360 13f79535-47bb-0310-9956-ffa450edef68
* Submitted by: SASAKI Suguru (s-sasaki@hkg.odn.ne.jp)Tore Engvig2001-07-171-4/+9
| | | | | | | | Some glyphs are missed when more then one glyph maps to the same data, this patch fixes it. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194359 13f79535-47bb-0310-9956-ffa450edef68
* PR: 2556Tore Engvig2001-07-171-16/+10
| | | | | | | | This fixes bug 2556 by changing the leader with pattern "space" to use an InlineSpace instead of adding actually spaces. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194358 13f79535-47bb-0310-9956-ffa450edef68
* AHS: improving area informationarved2001-07-178-5/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194357 13f79535-47bb-0310-9956-ffa450edef68
* AHS: initial marker supportarved2001-07-167-44/+243
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194356 13f79535-47bb-0310-9956-ffa450edef68
* AHS: initial marker supportarved2001-07-163-3/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194355 13f79535-47bb-0310-9956-ffa450edef68
* Weiqi Gao: checkBreakBefore signaturearved2001-07-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194354 13f79535-47bb-0310-9956-ffa450edef68
* added all remaining elementsKeiron Liddle2001-07-1324-601/+744
| | | | | | | | currently are indicated as not implemented. removed old elements git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194353 13f79535-47bb-0310-9956-ffa450edef68
* AHS: addressing break boundary conditionsarved2001-07-133-76/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194351 13f79535-47bb-0310-9956-ffa450edef68
* no longer neededKeiron Liddle2001-07-124-237/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194350 13f79535-47bb-0310-9956-ffa450edef68
* combined property list setting into element settingKeiron Liddle2001-07-1211-310/+245
| | | | | | | also always get parser class name from one place git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194349 13f79535-47bb-0310-9956-ffa450edef68
* Fix spanning bug; use height propertyKaren Lease2001-07-111-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194347 13f79535-47bb-0310-9956-ffa450edef68
* indicates to be implemented status forKeiron Liddle2001-07-112-0/+51
| | | | | | | properties no implemented git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194346 13f79535-47bb-0310-9956-ffa450edef68
* a utility file for creating some svg thingsKeiron Liddle2001-07-111-0/+201
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194345 13f79535-47bb-0310-9956-ffa450edef68
* should handle colour space a bit betterKeiron Liddle2001-07-103-138/+177
| | | | | | | | writes fonts to resources in PDFDocument cleaned up a bit git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194343 13f79535-47bb-0310-9956-ffa450edef68
* removed unused variableKeiron Liddle2001-07-091-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194341 13f79535-47bb-0310-9956-ffa450edef68
* sets up the font state if not using strokes for textKeiron Liddle2001-07-091-1/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194340 13f79535-47bb-0310-9956-ffa450edef68
* AHS: support 'force-page-count'arved2001-07-092-10/+115
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194339 13f79535-47bb-0310-9956-ffa450edef68
* AHS: restore ability to do blank pagesarved2001-07-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194338 13f79535-47bb-0310-9956-ffa450edef68
* Supports page-number formattingarved2001-07-084-4/+170
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194336 13f79535-47bb-0310-9956-ffa450edef68
* added support for easily using w3c testsuite for build target testKeiron Liddle2001-07-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194335 13f79535-47bb-0310-9956-ffa450edef68
* Helper class for spanning rowsKaren Lease2001-07-051-0/+125
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194334 13f79535-47bb-0310-9956-ffa450edef68
* Implements spanning table rowsKaren Lease2001-07-043-543/+513
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194332 13f79535-47bb-0310-9956-ffa450edef68
* Fix a bug which caused FOP to overestimate the space available for the first ↵Karen Lease2001-07-041-1/+1
| | | | | | line of a Block git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194331 13f79535-47bb-0310-9956-ffa450edef68
* sets base dir for test, using xml pathKeiron Liddle2001-07-041-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194330 13f79535-47bb-0310-9956-ffa450edef68
* fixed error where configfile was not being setKeiron Liddle2001-07-041-92/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194329 13f79535-47bb-0310-9956-ffa450edef68
* fixed line endingsKeiron Liddle2001-07-0425-3042/+2375
| | | | | | | | some cleanup also no code changes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194328 13f79535-47bb-0310-9956-ffa450edef68
* fixed minor problem with footnote size changesKeiron Liddle2001-07-041-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194327 13f79535-47bb-0310-9956-ffa450edef68
* allows adding mappings from user configKeiron Liddle2001-07-021-1/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194324 13f79535-47bb-0310-9956-ffa450edef68