2657 Commits (63c4c4ab207e647c8f9d90ed7bd942e454216103)
 

Autor SHA1 Nachricht Datum
  William Victor Mote 63c4c4ab20 remove global import statements vor 21 Jahren
  William Victor Mote b99dfac3c4 remove extraneous import statement vor 21 Jahren
  Glen Mazza 0fcedf1837 Moved three committers to inactive status. vor 21 Jahren
  William Victor Mote 37f1c80b0f Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once in a higher level class (currently Driver), and accessing it from there. Cleaner design, uses less memory, at the expense of some additional processing time to come up the tree to find the information. vor 21 Jahren
  William Victor Mote b35e94b1df Remove all storage of fo/FOInputHandler from within the FO Tree itself, in favor of storing it one time in apps/Document and getting it from there when needed. Makes everything cleaner, and uses less memory, at the probable expense of some processing time (to go up the tree to get to Document). vor 21 Jahren
  William Victor Mote 29741488f0 move storage of ID references from fo/FOInputHandler to fo/FOTreeControl (implemented in apps/Document) vor 21 Jahren
  William Victor Mote deb20eb591 remove some convoluted and unnecessary logic -- we already know the Document that is being processed vor 21 Jahren
  William Victor Mote f01bc50a38 checkstyle/javadoc changes only vor 21 Jahren
  William Victor Mote d5200b0de1 clean up some gump javadoc warnings vor 21 Jahren
  William Victor Mote 973ddf04df 1. reduce visibility of many classes vor 21 Jahren
  William Victor Mote af8be19624 style/javadoc changes only vor 21 Jahren
  William Victor Mote fb8f2aad4c style/javadoc changes only vor 21 Jahren
  William Victor Mote 633eb05391 add comments about current implementation of block-container object, submitted by Chris Bowditch [bowditch_chris@hotmail.com]; see vor 21 Jahren
  Glen Mazza 454a54eebe 1. Partial implementation of fo:region-xxx and background-color property vor 21 Jahren
  Glen Mazza 6aafc198b6 Document paging within AWTRenderer & PreviewDialog activated (no content yet, just blank pages). vor 21 Jahren
  William Victor Mote fb6279fa86 1. move some data structures related to used glyphs from fonts/MultiByteFont to superclass fonts/CIDFont vor 21 Jahren
  William Victor Mote 35f7e0b966 remove todo item for disconnecting image processing from pdf vor 21 Jahren
  William Victor Mote 1fbf20b846 for generic FOP image processing (i.e. not related to rendering), use java.awt.Color instead of pdf.PDFColor vor 21 Jahren
  William Victor Mote 5a166c55f0 store a collection of StaticContentLayoutManager objects, keyed by flow-name, to be used instead of creating new ones each time one is needed vor 21 Jahren
  Glen Mazza c64887d60d (Very) initial steps in activating AWTRenderer & PreviewDialog in 1.0 (creating outer page). vor 21 Jahren
  William Victor Mote 7739f19793 move svg classes related to the FO Tree building from svg to fo/extensions/svg vor 21 Jahren
  William Victor Mote 99d6c35857 move layoutmgr/MinOptMax to traits/MinOptMax vor 21 Jahren
  William Victor Mote ab7494d58f move fo/pagination/StaticContent.getLayoutManager() to layoutmgr/PageLayoutManager.getStaticContentLayoutManager() vor 21 Jahren
  William Victor Mote be54e3f36b move renderXML() from apps/FOUserAgent to render/AbstractRenderer vor 21 Jahren
  William Victor Mote c52ee39037 move setDefaultXMLHandler() and addXMLHandler() from apps/FOUserAgent to render/AbstractRenderer vor 21 Jahren
  William Victor Mote 72c8c4e583 move fo/pagination/Title.getTitleArea() to layoutmgr/LayoutManagerLS vor 21 Jahren
  William Victor Mote 6d324b1430 make some classes more readable by reversing the sense of some conditional logic vor 21 Jahren
  William Victor Mote 107b37f148 remove region code from /area/RegionReference in favor of those in fo/pagination/Region vor 21 Jahren
  William Victor Mote b5876cb8c3 duplicate the area.RegionReference region codes in fo/pagination/Region, and use the codes in Region from within the Region subclasses vor 21 Jahren
  William Victor Mote 9e0f69ae48 move fo/pagination/Region.setRegionPosition() to layoutmgr/PageLayoutManager vor 21 Jahren
  William Victor Mote df97fe5c1e 1. move fo/pagination/Region.makeRegionReferenceArea() to layoutmgr/PageLayoutManager.makeRegionReferenceArea() vor 21 Jahren
  William Victor Mote c62845df2a move makeRegionViewport() and setRegionViewportTraits() from fo/pagination/Region to layoutmgr/PageLayoutManager vor 21 Jahren
  William Victor Mote 73fc28f796 remove remaining references to layout/PageMaster (all unused), and remove the class itself vor 21 Jahren
  William Victor Mote 62d15ba053 instead of storing and cloning page reference-area and viewport objects for each SimplePageMaster, create them on the fly (there will shortly be no convenient place to store the templates, and any performance benefit to cloning would appear to be small) vor 21 Jahren
  William Victor Mote b65f9e230a 1. extract method getSimpleMasterPageToUse() vor 21 Jahren
  William Victor Mote a3c196bcec remove unused method vor 21 Jahren
  William Victor Mote 6c39220a83 move field that tracks which SimplePageMaster to use (currentSimplePageMaster) from fo/pagination/PageSequence to layoutmgr/PageLayoutManager vor 21 Jahren
  William Victor Mote a85afe6a4e remove unused imports vor 21 Jahren
  William Victor Mote 2bcc2b69e5 move logic from fo/pagination/SimplePageMaster.end() to layoutmgr/PageLayoutManager.createSimplePageMasterAreas() vor 21 Jahren
  Glen Mazza db67b47747 Update to indicate the border-collapse property is partially implemented (instead of not implemented.) vor 21 Jahren
  Glen Mazza 4159e3fa67 Updated the tables-collapse property on several tables from "separate" to "collapse". vor 21 Jahren
  William Victor Mote 2c3ddd7aef move fo/pagination/PageSequence.createPage() to layoutmgr/PageLayoutManager vor 21 Jahren
  William Victor Mote 3a3765cc5b 1. make fo/flow/Table.columns store fo columns instead of column layout managers vor 21 Jahren
  William Victor Mote 0fad1c60e9 remove unused import vor 21 Jahren
  William Victor Mote 3dc29109cc don't try to create bookmarks in output unless there are some in the input (getting NPE) vor 21 Jahren
  William Victor Mote a87f3f9fa3 remove invalid imports vor 21 Jahren
  William Victor Mote 54647622d9 move extensions package to fo.extensions (primarily to show that these classes are only related to the FO Tree itself) vor 21 Jahren
  William Victor Mote c91ba20f5b remove unused field vor 21 Jahren
  William Victor Mote 53b3de882f move fo/flow/PageNumberCitation.getInlineArea() to layoutmgr/AddLMVisitor.getPageNumberCitationInlineArea() vor 21 Jahren
  William Victor Mote 6543057246 remove unused field vor 21 Jahren