2657 Commits (63c4c4ab207e647c8f9d90ed7bd942e454216103)
 

Autor SHA1 Mensaje Fecha
  William Victor Mote 63c4c4ab20 remove global import statements hace 21 años
  William Victor Mote b99dfac3c4 remove extraneous import statement hace 21 años
  Glen Mazza 0fcedf1837 Moved three committers to inactive status. hace 21 años
  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. hace 21 años
  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). hace 21 años
  William Victor Mote 29741488f0 move storage of ID references from fo/FOInputHandler to fo/FOTreeControl (implemented in apps/Document) hace 21 años
  William Victor Mote deb20eb591 remove some convoluted and unnecessary logic -- we already know the Document that is being processed hace 21 años
  William Victor Mote f01bc50a38 checkstyle/javadoc changes only hace 21 años
  William Victor Mote d5200b0de1 clean up some gump javadoc warnings hace 21 años
  William Victor Mote 973ddf04df 1. reduce visibility of many classes hace 21 años
  William Victor Mote af8be19624 style/javadoc changes only hace 21 años
  William Victor Mote fb8f2aad4c style/javadoc changes only hace 21 años
  William Victor Mote 633eb05391 add comments about current implementation of block-container object, submitted by Chris Bowditch [bowditch_chris@hotmail.com]; see hace 21 años
  Glen Mazza 454a54eebe 1. Partial implementation of fo:region-xxx and background-color property hace 21 años
  Glen Mazza 6aafc198b6 Document paging within AWTRenderer & PreviewDialog activated (no content yet, just blank pages). hace 21 años
  William Victor Mote fb6279fa86 1. move some data structures related to used glyphs from fonts/MultiByteFont to superclass fonts/CIDFont hace 21 años
  William Victor Mote 35f7e0b966 remove todo item for disconnecting image processing from pdf hace 21 años
  William Victor Mote 1fbf20b846 for generic FOP image processing (i.e. not related to rendering), use java.awt.Color instead of pdf.PDFColor hace 21 años
  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 hace 21 años
  Glen Mazza c64887d60d (Very) initial steps in activating AWTRenderer & PreviewDialog in 1.0 (creating outer page). hace 21 años
  William Victor Mote 7739f19793 move svg classes related to the FO Tree building from svg to fo/extensions/svg hace 21 años
  William Victor Mote 99d6c35857 move layoutmgr/MinOptMax to traits/MinOptMax hace 21 años
  William Victor Mote ab7494d58f move fo/pagination/StaticContent.getLayoutManager() to layoutmgr/PageLayoutManager.getStaticContentLayoutManager() hace 21 años
  William Victor Mote be54e3f36b move renderXML() from apps/FOUserAgent to render/AbstractRenderer hace 21 años
  William Victor Mote c52ee39037 move setDefaultXMLHandler() and addXMLHandler() from apps/FOUserAgent to render/AbstractRenderer hace 21 años
  William Victor Mote 72c8c4e583 move fo/pagination/Title.getTitleArea() to layoutmgr/LayoutManagerLS hace 21 años
  William Victor Mote 6d324b1430 make some classes more readable by reversing the sense of some conditional logic hace 21 años
  William Victor Mote 107b37f148 remove region code from /area/RegionReference in favor of those in fo/pagination/Region hace 21 años
  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 hace 21 años
  William Victor Mote 9e0f69ae48 move fo/pagination/Region.setRegionPosition() to layoutmgr/PageLayoutManager hace 21 años
  William Victor Mote df97fe5c1e 1. move fo/pagination/Region.makeRegionReferenceArea() to layoutmgr/PageLayoutManager.makeRegionReferenceArea() hace 21 años
  William Victor Mote c62845df2a move makeRegionViewport() and setRegionViewportTraits() from fo/pagination/Region to layoutmgr/PageLayoutManager hace 21 años
  William Victor Mote 73fc28f796 remove remaining references to layout/PageMaster (all unused), and remove the class itself hace 21 años
  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) hace 21 años
  William Victor Mote b65f9e230a 1. extract method getSimpleMasterPageToUse() hace 21 años
  William Victor Mote a3c196bcec remove unused method hace 21 años
  William Victor Mote 6c39220a83 move field that tracks which SimplePageMaster to use (currentSimplePageMaster) from fo/pagination/PageSequence to layoutmgr/PageLayoutManager hace 21 años
  William Victor Mote a85afe6a4e remove unused imports hace 21 años
  William Victor Mote 2bcc2b69e5 move logic from fo/pagination/SimplePageMaster.end() to layoutmgr/PageLayoutManager.createSimplePageMasterAreas() hace 21 años
  Glen Mazza db67b47747 Update to indicate the border-collapse property is partially implemented (instead of not implemented.) hace 21 años
  Glen Mazza 4159e3fa67 Updated the tables-collapse property on several tables from "separate" to "collapse". hace 21 años
  William Victor Mote 2c3ddd7aef move fo/pagination/PageSequence.createPage() to layoutmgr/PageLayoutManager hace 21 años
  William Victor Mote 3a3765cc5b 1. make fo/flow/Table.columns store fo columns instead of column layout managers hace 21 años
  William Victor Mote 0fad1c60e9 remove unused import hace 21 años
  William Victor Mote 3dc29109cc don't try to create bookmarks in output unless there are some in the input (getting NPE) hace 21 años
  William Victor Mote a87f3f9fa3 remove invalid imports hace 21 años
  William Victor Mote 54647622d9 move extensions package to fo.extensions (primarily to show that these classes are only related to the FO Tree itself) hace 21 años
  William Victor Mote c91ba20f5b remove unused field hace 21 años
  William Victor Mote 53b3de882f move fo/flow/PageNumberCitation.getInlineArea() to layoutmgr/AddLMVisitor.getPageNumberCitationInlineArea() hace 21 años
  William Victor Mote 6543057246 remove unused field hace 21 años