8 Commits (ca59f6a1e4c917e250a45922dc2ad125e62542fc)

Author SHA1 Message Date
  Simon Steiner ca59f6a1e4 FOP-2871: Render space for accessible pdf 5 years ago
  Chris Bowditch 9d476fbd47 fix FOP-2514. Patch submitted by Björn Kautler 5 years ago
  Simon Steiner 476c43c26b FOP-1760: Add change bar generation 5 years ago
  Simon Steiner d200761a82 FOP-1969: Support for unicode Surrogate pairs 6 years ago
  Simon Steiner f7a782fe06 Fix javadocs under java 8 6 years ago
  Simon Steiner ddeba2b442 Fix findbugs 3 warnings 7 years ago
  Simon Steiner 88ed408348 FOP-2648: Code cleanup, use foreach 7 years ago
  Glenn Adams 73eea615f8 Configure fop-{sandbox,servlet,transcoder}, checkstyle, findbugs; fixups for ant targets. 8 years ago
  Glenn Adams b5612f6095 Configure maven build. 8 years ago
  Glenn Adams 2a0a8ea487 Transition source to standard maven hierarchy (initial). 8 years ago
  Andreas L. Delmelle cc2598e33d Address low priority findbugs warnings 9 years ago
  Glenn Adams aa26b092ad FOP-2420: ensure word area's bidi level is initialized when word is mapped to empty string, e.g., when controls are elided 9 years ago
  Glenn Adams ef1ac97e1f FOP-2249: elide formatting controls - preliminary 9 years ago
  Glenn Adams 0dab5ca00a FOP-2391: ensure mapping is non-null in CS SVG text 9 years ago
  Glenn Adams e42cb462d2 FOP-2391: preliminary (but incomplete) support for complex script text nodes in svg foreign object 9 years ago
  Vincent Hennebert 4f5d724ce1 Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warnings 10 years ago
  Vincent Hennebert 74dd94b26c Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs. 11 years ago
  Vincent Hennebert 8657e238ff Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed corresponding violations 11 years ago
  Vincent Hennebert 62bb3aa6be Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding violations 11 years ago
  Peter Hancock 1bfd5d4b89 JIRA FOP-2171: Missing Glyph in Postscript using DejaVuSans. Submitted by Simon Steiner. 11 years ago
  Vincent Hennebert 351ad2de8b Bugzilla #54081: properly tag hyphenated words in PDF output when accessibility is enabled 11 years ago
  Vincent Hennebert d7b344af36 When PDF accessibility is enabled, treat repeated table headings as artifacts 12 years ago
  Vincent Hennebert 459bdc580d Removed trailing whitespace and enabled corresponding RegexpSingleline Checkstyle rule 12 years ago
  Glenn Adams 01e1fa7005 enable ImportOrder rule; fix violations 12 years ago
  Glenn Adams c8ae711928 enable MultipleVariableDeclarations rule; fix violations 12 years ago
  Glenn Adams 1d4e8c30c8 enable OneStatementPerLine rule; fix violations 12 years ago
  Vincent Hennebert 97b4d77acf Removed duplicate line 12 years ago
  Glenn Adams 4b0c6913a9 apply complex scripts patch 12 years ago
  Peter Hancock e860287fcc Associate structure tree elements directly to render content 12 years ago
  Andreas L. Delmelle 0de2babb90 Bugzilla 49848: Correct behavior of keep-together.within-line in case of nested inlines 13 years ago
  Simon Pepping e84dc68c0a Avoid unwrapping and rewrapping of Positions; use inspection instead. Remove unused method removeWordSpace 13 years ago
  Simon Pepping a20922b0a3 Allow for words consisting of only soft hyphens; fixes bug 49837 13 years ago
  Andreas L. Delmelle 5d7dbbb96b Bugzilla 38264: hyphenation in combination with preserved linefeeds and/or white-space 13 years ago
  Vincent Hennebert 08cfb7fa2f Fixed indentation 13 years ago
  Jeremias Maerki 9b3c6aa26f Bugzilla #49733: 14 years ago
  Vincent Hennebert 325ecf09c4 Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups and minor refactorings. 14 years ago
  Vincent Hennebert 409d8072b3 Merged back Temp_Accessibility branch into Trunk 14 years ago
  Adrian Cumiskey 57206e2a05 Application of the patch submitted by Alexander Kiel to improve variable names around Kerning and KnuthElement (see https://issues.apache.org/bugzilla/show_bug.cgi?id=48003). 14 years ago
  Jeremias Maerki 571b0732cb Merged from Trunk revisions 706551 to 719661. 15 years ago
  Andreas L. Delmelle a08f5f3e64 Bugfix: do not reset TextLM.hasChanged, but combine (||) with previous value. 15 years ago
  Jeremias Maerki ccc9b4e77c Merge from Trunk revisions 677589 to 679734. 16 years ago
  Vincent Hennebert efec634548 Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
  Adrian Cumiskey 4d972de73c Merged revisions 656546,657465,657521,657921,660979,660998,661276,661310,661999,662009,662203,662417,662807,662991,663045,663493,664347,664349-664350,665691,665699,665740,665793,665995,666596,666967,667367,667831,667862,667864,667893,668177,668576,669423,669436,669835,670217,670222,670323,670325,670332,670335-670336,670341,670344,670401,670409,670411-670412,670422-670424,670492,670689,670723,670760-670761,670763,670765-670767,670770,670773,670777,671145,672010,672026,672495-672496,672499,672537,672539,672564-672565,672617-672618,672670,672833,674039,674043,674056,674065,674245,674267,674269,674272-674273,674276,674325,674468,674470-674471,674484,674486-674487 via svnmerge from 16 years ago
  Andreas L. Delmelle f690babbbe Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence interface. 16 years ago
  Maximilian Berger 8376586158 Replaced getLast() calls with calls to listUtil 16 years ago
  Maximilian Berger fe4cef4d7d Replaced LinkedList with generic List interface 16 years ago
  Andreas L. Delmelle 253b8e7283 Minor cleanup: remove unneeded constant 16 years ago
  Andreas L. Delmelle a02b6cfd30 Extended behavior of preserved linefeeds to codepoints representing mandatory breaks in Unicode UAX#14: 16 years ago
  Andreas L. Delmelle b4b254bf92 Minor cleanup: remove spurious white-space 16 years ago
  Maximilian Berger 323fdde649 More code Cleanups (no functional changes) 16 years ago