aboutsummaryrefslogtreecommitdiffstats
path: root/STATUS
Commit message (Collapse)AuthorAgeFilesLines
* adds work on Fop since 0.14, updates todo list and includes new committerfotis2000-08-111-20/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193640 13f79535-47bb-0310-9956-ffa450edef68
* adds latest accomplishmentsfotis2000-08-071-23/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193609 13f79535-47bb-0310-9956-ffa450edef68
* Removed the id reference bug from Status since Jordan fixed it.Steve Coffman2000-07-211-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193547 13f79535-47bb-0310-9956-ffa450edef68
* remove xml.jar from localclasspathfotis2000-07-211-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193545 13f79535-47bb-0310-9956-ffa450edef68
* Whups. Committing Status update. Needs review.Steve Coffman2000-07-201-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193534 13f79535-47bb-0310-9956-ffa450edef68
* Updated historyfotis2000-07-061-14/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193457 13f79535-47bb-0310-9956-ffa450edef68
* updated history, added noew committerfotis2000-06-211-8/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193423 13f79535-47bb-0310-9956-ffa450edef68
* add work plan for Fop 1.0fotis2000-06-041-137/+154
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193396 13f79535-47bb-0310-9956-ffa450edef68
* adds work done or happening by G. Pati, J. Smith and S. Coffmanfotis2000-03-071-10/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193288 13f79535-47bb-0310-9956-ffa450edef68
* added things tbdfotis2000-02-291-4/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193278 13f79535-47bb-0310-9956-ffa450edef68
* readme now points to html docsfotis2000-02-181-0/+3
| | | | | | | status updated for 0.12.1 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193276 13f79535-47bb-0310-9956-ffa450edef68
* includes changes of XSL2000 relevant to fopfotis2000-01-271-0/+77
| | | | | | | compiled by Pankaj Narula git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193274 13f79535-47bb-0310-9956-ffa450edef68
* list-blocks can now go in table-cells (contributed by Eric Schaeffer)jtauber1999-12-031-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193266 13f79535-47bb-0310-9956-ffa450edef68
* background-color now works on list-block (contributed by Eric Schaeffer)jtauber1999-12-031-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193265 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug that stopped XTCommandLine from working. contributed by Bill ↵jtauber1999-12-031-0/+3
| | | | | | Raudabaugh git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193260 13f79535-47bb-0310-9956-ffa450edef68
* incorporated rest of Arved Sandstrom's simple-link implementation: the FO ↵jtauber1999-12-031-1/+2
| | | | | | and layout class modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193259 13f79535-47bb-0310-9956-ffa450edef68
* added basic support for padding-{top,left,bottom,right} on blocksjtauber1999-11-301-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193256 13f79535-47bb-0310-9956-ffa450edef68
* changed STATUS and Version ready for 0.12.0 releasejtauber1999-11-291-7/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193249 13f79535-47bb-0310-9956-ffa450edef68
* added support for background-colorjtauber1999-11-271-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193248 13f79535-47bb-0310-9956-ffa450edef68
* table bug fixes from Eric Schaeffer. cells/rows were increasing the height ↵jtauber1999-11-261-2/+2
| | | | | | of their parent area twice git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193247 13f79535-47bb-0310-9956-ffa450edef68
* Added AWT Viewer contributed by Albers+Frommberger (af-software.de)jtauber1999-11-251-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193244 13f79535-47bb-0310-9956-ffa450edef68
* Partial implementation of keep-with-next (doesn't yet remove area from ↵jtauber1999-11-251-2/+2
| | | | | | previous page when fo is moved to next page to ensure keep). The layout method on each FO now returns a Status object rather than an int to allow for more information to be passed back in the future. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193240 13f79535-47bb-0310-9956-ffa450edef68
* added Eric Schaeffer's fixes for when tables are in static-contentjtauber1999-11-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193237 13f79535-47bb-0310-9956-ffa450edef68
* updated status to reflect partial incorporation of simple-link workjtauber1999-11-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193235 13f79535-47bb-0310-9956-ffa450edef68
* added submission from Kelly Campbell that fixed synchronization problem with ↵jtauber1999-11-221-1/+1
| | | | | | GifJpeg image handling. Also cleaned up code to follow existing coding conventions. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193233 13f79535-47bb-0310-9956-ffa450edef68
* updated status, largely to reflect submissions from a number of peoplejtauber1999-11-221-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193231 13f79535-47bb-0310-9956-ffa450edef68
* PR:jtauber1999-11-181-2/+4
| | | | | | | | | Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193229 13f79535-47bb-0310-9956-ffa450edef68
* PR:jtauber1999-11-181-3/+2
| | | | | | | | | Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193228 13f79535-47bb-0310-9956-ffa450edef68
* PR:jtauber1999-11-181-0/+8
Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193226 13f79535-47bb-0310-9956-ffa450edef68