| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved the instantiation of the FontManager to the constructor along with all ... | Adrian Cumiskey | 2008-05-09 | 1 | -10/+8 |
* | Unwanted list self concatenation :). | Adrian Cumiskey | 2008-05-09 | 1 | -1/+1 |
* | Checkstyle and minor typo fixes | Vincent Hennebert | 2008-05-09 | 40 | -725/+725 |
* | Quick-fix to avoid creating unnecessarily large ArrayLists when adding inline... | Andreas L. Delmelle | 2008-05-08 | 1 | -2/+6 |
* | In collapsed borders, the 'nonLeadingTrailing' case actually corresponds to t... | Vincent Hennebert | 2008-05-08 | 3 | -93/+89 |
* | Tweak: | Andreas L. Delmelle | 2008-05-08 | 13 | -71/+78 |
* | Added support for font referencing for auto-detected fonts. | Jeremias Maerki | 2008-05-08 | 16 | -101/+309 |
* | Checkstyle fix. | Jeremias Maerki | 2008-05-08 | 1 | -1/+3 |
* | Removed tabs. Checkstyle now configured. Late nights.. and a new machine b... | Adrian Cumiskey | 2008-05-08 | 1 | -2/+2 |
* | Removed inadvertently added override [Avoid late night commits...] | Andreas L. Delmelle | 2008-05-08 | 1 | -23/+0 |
* | Whoops.. small checkstyle nit :) | Adrian Cumiskey | 2008-05-07 | 1 | -1/+1 |
* | Looks like the serialVersionUID got bumped but the log statement wasn't being... | Adrian Cumiskey | 2008-05-07 | 1 | -0/+5 |
* | Corrected errors in ColumnNumberPropertyMaker.java; temporarily disabled two ... | Andreas L. Delmelle | 2008-05-07 | 1 | -12/+36 |
* | Added comment | Andreas L. Delmelle | 2008-05-07 | 1 | -1/+6 |
* | Bugzilla 41500: | Andreas L. Delmelle | 2008-05-07 | 5 | -31/+67 |
* | * Added font substitution configuration reader, model, business logic, junit ... | Adrian Cumiskey | 2008-05-06 | 41 | -795/+2263 |
* | Correction of indentation | Andreas L. Delmelle | 2008-05-05 | 1 | -60/+54 |
* | Bugzilla #43650: | Jeremias Maerki | 2008-05-05 | 1 | -22/+32 |
* | Further refinements: | Andreas L. Delmelle | 2008-05-04 | 1 | -98/+89 |
* | Change private element-generating methods to add the elements to a passed Lis... | Andreas L. Delmelle | 2008-05-04 | 1 | -155/+147 |
* | Fix that preserves the final status of the fobj member variable. | Adrian Cumiskey | 2008-05-03 | 2 | -3/+2 |
* | Fixed the build. Assignment on final variable fobj. | Adrian Cumiskey | 2008-05-03 | 1 | -1/+1 |
* | Tweaks: make fobj member final; have default implementations for some methods... | Andreas L. Delmelle | 2008-05-03 | 1 | -31/+20 |
* | Tweak/correction: save local hash-code (as originally intended...) | Andreas L. Delmelle | 2008-05-03 | 1 | -2/+3 |
* | Cleanup: improve code-readibility | Andreas L. Delmelle | 2008-05-03 | 1 | -444/+320 |
* | Bugzilla 42703: | Andreas L. Delmelle | 2008-05-02 | 1 | -3/+2 |
* | Expand imports... | Andreas L. Delmelle | 2008-05-02 | 1 | -1/+6 |
* | Cleanup/Correction after r657673 | Andreas L. Delmelle | 2008-05-02 | 4 | -74/+80 |
* | Code style: single class imports only... | Andreas L. Delmelle | 2008-05-01 | 1 | -2/+6 |
* | First steps towards fo:retrieve-table-marker | Andreas L. Delmelle | 2008-05-01 | 8 | -143/+350 |
* | DSC = Document Structuring Conventions! | Jeremias Maerki | 2008-05-01 | 1 | -8/+11 |
* | Javadoc corrections | Andreas L. Delmelle | 2008-05-01 | 3 | -4/+5 |
* | Forgot about dependency on PrintRenderer, last commit broke the build - will ... | Adrian Cumiskey | 2008-05-01 | 1 | -2/+2 |
* | Renamed variable | Adrian Cumiskey | 2008-05-01 | 1 | -2/+2 |
* | Minor cleanup: remove height/width members and unused getHeight()/getWidth() ... | Andreas L. Delmelle | 2008-05-01 | 1 | -14/+0 |
* | Added enum "none" as a legitimate value for max-height/min-height (behavior t... | Andreas L. Delmelle | 2008-05-01 | 1 | -0/+2 |
* | Tweak: activate max-height/min-height and max-width/min-width | Andreas L. Delmelle | 2008-05-01 | 1 | -5/+9 |
* | Correction of r651866 | Andreas L. Delmelle | 2008-04-27 | 1 | -2/+2 |
* | Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in A... | Andreas L. Delmelle | 2008-04-26 | 8 | -24/+31 |
* | Javadoc updates: attempt at improving interactivity and consistency | Andreas L. Delmelle | 2008-04-26 | 70 | -1045/+1118 |
* | Basic activation on some widely used properties (prepare for implementation) | Andreas L. Delmelle | 2008-04-26 | 1 | -34/+82 |
* | Basic activation of keep-* properties on Character and AbstractGraphics | Andreas L. Delmelle | 2008-04-26 | 2 | -117/+79 |
* | Bugzilla 44203: | Andreas L. Delmelle | 2008-04-26 | 1 | -4/+6 |
* | Restored Java 1.4 compatibility (Boolean.parseBoolean() is a Java 5 method). | Jeremias Maerki | 2008-04-25 | 1 | -17/+15 |
* | Renamed method. | Adrian Cumiskey | 2008-04-25 | 1 | -3/+3 |
* | Added missing file from r651575 | Andreas L. Delmelle | 2008-04-25 | 1 | -12/+0 |
* | Bugzilla 44634: Added partial implementation for show-destination. | Andreas L. Delmelle | 2008-04-25 | 10 | -190/+205 |
* | Second part of the implementation of stage 1 for advanced keeps (see Wiki): I... | Jeremias Maerki | 2008-04-25 | 24 | -297/+431 |
* | Cleanup: removal of commented block/methods + some javadoc updates | Andreas L. Delmelle | 2008-04-25 | 1 | -135/+25 |
* | Removed the tab characters that were causing a big moan from eclipse | Adrian Cumiskey | 2008-04-25 | 1 | -42/+53 |