| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugzilla #49733: | Jeremias Maerki | 2010-08-14 | 1 | -0/+4 |
* | Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ... | Vincent Hennebert | 2009-12-22 | 1 | -5/+5 |
* | Bugfix in Changing IPD: reset only the children LMs that have been created so... | Vincent Hennebert | 2009-11-24 | 1 | -5/+3 |
* | Merged back ChangingIPDHack branch into Trunk | Vincent Hennebert | 2009-08-26 | 1 | -7/+33 |
* | Reverted changes made in revision 796809 (manual merge of clean-up changes ma... | Vincent Hennebert | 2009-08-26 | 1 | -7/+7 |
* | Merged clean-up-only changes made in the ChangingIPDHack branch. Those corres... | Vincent Hennebert | 2009-07-22 | 1 | -7/+7 |
* | Added support for adding extension elements and foreign attributes on fo:page... | Jeremias Maerki | 2009-03-01 | 1 | -10/+36 |
* | Fed up with all those trailing whitespaces. Let's remove them all (once... an... | Vincent Hennebert | 2008-07-24 | 1 | -10/+10 |
* | Replaced LinkedList with generic List interface | Maximilian Berger | 2008-06-09 | 1 | -4/+2 |
* | Make the LM clean up on end-of-layout, if possible. | Andreas L. Delmelle | 2008-05-11 | 1 | -10/+29 |
* | Bugzilla 44794: | Andreas L. Delmelle | 2008-05-09 | 1 | -3/+19 |
* | Checkstyle and minor typo fixes | Vincent Hennebert | 2008-05-09 | 1 | -18/+18 |
* | * Added font substitution configuration reader, model, business logic, junit ... | Adrian Cumiskey | 2008-05-06 | 1 | -1/+3 |
* | Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in A... | Andreas L. Delmelle | 2008-04-26 | 1 | -3/+13 |
* | Cleanup and minor refactoring: | Andreas L. Delmelle | 2008-03-23 | 1 | -2/+14 |
* | Added new extension element: fox:external-document. It allows to add whole do... | Jeremias Maerki | 2007-12-27 | 1 | -3/+1 |
* | Clean up: removed all reset and resetPosition methods, which pre-date the Knu... | Vincent Hennebert | 2007-12-14 | 1 | -39/+0 |
* | Avoid a NPE in toString(). | Jeremias Maerki | 2007-12-07 | 1 | -9/+10 |
* | Added support for fo:markers on fo:inline and fo:basic-link. | Andreas L. Delmelle | 2007-11-04 | 1 | -5/+25 |
* | * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal... | Andreas L. Delmelle | 2007-07-18 | 1 | -15/+13 |
* | Create a class-specific logger for each LayoutManager which uses a logger. | Simon Pepping | 2006-10-05 | 1 | -0/+7 |
* | Changed license headers and updated NOTICE file according to: http://www.apac... | Jeremias Maerki | 2006-07-28 | 1 | -5/+6 |
* | Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n... | Jeremias Maerki | 2006-04-28 | 1 | -1/+9 |
* | Modified the KnuthSequence system. Transferred logic from the layout | Simon Pepping | 2005-12-22 | 1 | -1/+1 |
* | Further decoupling the area tree from the FO tree. | Jeremias Maerki | 2005-12-21 | 1 | -2/+7 |
* | Update to support border and padding and alignments on inline fos | Manuel Mall | 2005-10-07 | 1 | -3/+85 |
* | Cleanup of unused imports. | Finn Bock | 2005-09-01 | 1 | -5/+0 |
* | Bugzilla #36379: | Finn Bock | 2005-08-31 | 1 | -7/+15 |
* | generatesInlineAreas() methods removed. | Glen Mazza | 2005-06-10 | 1 | -11/+0 |
* | Apparently unused getWordSpaceIPD() removed. | Glen Mazza | 2005-06-10 | 1 | -5/+0 |
* | Removed unused functions. Team, I switched from generatesInlineAreas() calls | Glen Mazza | 2005-06-10 | 1 | -19/+0 |
* | More cleanup/simplifications. | Glen Mazza | 2005-06-09 | 1 | -5/+0 |
* | Multiple getWordChar() methods placed together. | Glen Mazza | 2005-06-08 | 1 | -5/+7 |
* | LayoutManager.canBreakBefore() removed. | Glen Mazza | 2005-06-08 | 1 | -18/+0 |
* | Removed LM.initialize() -- switched to internal initialization of all LM's. | Glen Mazza | 2005-06-07 | 1 | -20/+0 |
* | Simplifications to PSLM.gKNE(). | Glen Mazza | 2005-06-01 | 1 | -11/+0 |
* | New member variable "index" on Position (used for first/last checks). | Jeremias Maerki | 2005-05-30 | 1 | -16/+0 |
* | Removed a lot of obsolete code from the old page breaking approach. | Jeremias Maerki | 2005-05-17 | 1 | -11/+0 |
* | Comment reunited with its method. | Glen Mazza | 2005-05-14 | 1 | -6/+5 |
* | PSLM.getParentArea() consolidated into FLM's version; preLoadList() | Glen Mazza | 2005-05-14 | 1 | -5/+6 |
* | Merge of branch Temp_KnuthStylePageBreaking back into HEAD. | Jeremias Maerki | 2005-05-13 | 1 | -149/+55 |
* | Changed from addChild(Area) to clearer addChildArea(Area). | Glen Mazza | 2005-03-16 | 1 | -2/+2 |
* | Corrected the logic of adding markers. LayoutManagers are responsible | Simon Pepping | 2005-02-20 | 1 | -4/+4 |
* | PR: | Glen Mazza | 2005-02-17 | 1 | -2/+2 |
* | Some LMs don't need the childLM List. So create only when necessary. | Jeremias Maerki | 2005-02-10 | 1 | -1/+7 |
* | moving retrieve-marker replacement into separate method to make preLoadList e... | Jeremias Maerki | 2005-02-08 | 1 | -12/+27 |
* | Temporary fix for markers (using isBogus() check) | Jeremias Maerki | 2005-02-07 | 1 | -2/+25 |
* | This patch implements a pluggable LayoutManagers system, according | Simon Pepping | 2004-12-24 | 1 | -1/+13 |
* | Implemented cloning and reparenting of the subtree under a marker to | Simon Pepping | 2004-12-21 | 1 | -1/+1 |
* | Remove unused import statements. | Finn Bock | 2004-12-10 | 1 | -1/+0 |