2657 Комити (63c4c4ab207e647c8f9d90ed7bd942e454216103)
 

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