6091 Commits (8119cfd58ef86900184a5f9584cff9d2714cb1ff)

Author SHA1 Message Date
  Glenn Adams 42a81499cd FOP-2303: fix negative text indent in bidi context 9 years ago
  Glenn Adams 86a5e25c0c FOP-2258: fix erroneous mirroring 9 years ago
  Glenn Adams 86ad807809 FOP-2410: fix fo:page-number in bidi context 9 years ago
  Glenn Adams 02984d1034 Fix findbugs warning recently introduced by SS. 9 years ago
  Glenn Adams 0394f4435f FOP-2391: add missing file 9 years ago
  Glenn Adams 8c1e3b4a89 FOP-2391: enable bidi processing of SVG text chunks 9 years ago
  Simon Steiner 29ea21902d Fix checkstyle 9 years ago
  Simon Steiner 07f112a532 FOP-2353: PDF-A preflight warnings 9 years ago
  Simon Steiner 6a7d94c7d4 FOP-2406: Error when image next to pdf 9 years ago
  Glenn Adams 0dab5ca00a FOP-2391: ensure mapping is non-null in CS SVG text 9 years ago
  Glenn Adams fda6cc3570 Add verbose (-v) flag to FontList tool that shows URI of font resource. 9 years ago
  Glenn Adams e3e2a59cf6 Fix or suppress 5- to 9-instance findbug warnings. 10 years ago
  Glenn Adams 56358d7a5f Fix 4-instance findbug warnings. 10 years ago
  Glenn Adams 25219a74ef Fix or suppress 3-instance findbug warnings. 10 years ago
  Glenn Adams c26b7d9975 Fix 2-instance findbug warnings. 10 years ago
  Glenn Adams 1f44261a1b Fix or suppress 1-instance findbug warnings. 10 years ago
  Glenn Adams e42cb462d2 FOP-2391: preliminary (but incomplete) support for complex script text nodes in svg foreign object 10 years ago
  Vincent Hennebert e5aa0b6d56 FOP-2393: only the gradient's transform should be used. Other transforms will have already been applied to the user space. 10 years ago
  Vincent Hennebert 6148ed6e81 FOP-2394: Removed non-standard layout extensions 10 years ago
  Vincent Hennebert 8f10014653 Disable checkEOF when processing PS files. It's perfectly valid to have an %%EOF comment in the middle of a file if it includes other documents. 10 years ago
  Luis Bernardo c86b1b50e6 FOP-2107: org.apache.batik.bridge.BridgeException: Unable to make sense of URL for connection; implemented a better approach. 10 years ago
  Luis Bernardo 0cedc5b8ca fix equality comparison between border, padding and background (see FOP-2307 comments) 10 years ago
  Luis Bernardo 91a566ec78 FOP-2395: PDF encryption does not work when PDF version is set in FOP config; change suggested by Seifeddine Dridi. 10 years ago
  Vincent Hennebert b9e0c7843d Removed unused code 10 years ago
  Vincent Hennebert e6a9ec46f6 Added more complete tests 10 years ago
  Vincent Hennebert 883a60e1b6 Check bounds and encode 10 years ago
  Vincent Hennebert f940f596a4 For a Shading object, domain is optional and its default value is what we need 10 years ago
  Vincent Hennebert bc6e418dd9 Removed unused functionType parameter 10 years ago
  Vincent Hennebert 6f6f50617d Added test case for the gradient package 10 years ago
  Vincent Hennebert 4f5d724ce1 Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warnings 10 years ago
  Vincent Hennebert 935f51c220 ... And actually fix resulting warnings 10 years ago
  Vincent Hennebert 5796dc8a97 Removed CSOFF: LineLengthCheck that have crept in existing files 10 years ago
  Vincent Hennebert 4ac52f1779 createPDFPattern can be made private 10 years ago
  Vincent Hennebert edc98c399e Use the appropriate double formatter depending on the selected output 10 years ago
  Vincent Hennebert 35f488169a Factorized outputDoubles into GradientMaker 10 years ago
  Vincent Hennebert aa2ac13a2e Rename toWriteableString into output and added StringBuilder parameter 10 years ago
  Vincent Hennebert e0931c2f5a Delegate function rendering to dedicated class intead of taking as parameter a list of Strings coming from who knows where 10 years ago
  Vincent Hennebert bc41541c96 Renamed shading package to gradient 10 years ago
  Vincent Hennebert 052f9d02ce Moved stuff that is common to PDF and PS to Pattern 10 years ago
  Vincent Hennebert 5251e5e6cc Moved content of FunctionPattern into Function 10 years ago
  Vincent Hennebert c4fead43e0 Moved content of ShadingPattern into Shading 10 years ago
  Vincent Hennebert 1b1b619770 Factorized shading code that was common to PDF and PostScript 10 years ago
  Vincent Hennebert 851bbf3feb Renamed GradientFactory into GradientMaker 10 years ago
  Vincent Hennebert bf8a31975a Tightened access control to Function's fields 10 years ago
  Vincent Hennebert 530eb5a41b Simplified makeShading and makePattern methods 10 years ago
  Vincent Hennebert a5ac2a9759 More sensible variable naming 10 years ago
  Vincent Hennebert e4ae0a47f7 Avoid unnecessary conversion to List of Double by keeping the original float[] array for colors 10 years ago
  Vincent Hennebert 2bd50a1cdb Removed makeFunction methods, whose implementations are the same for both PDF and PS 10 years ago
  Vincent Hennebert 09ec49acaf Removed unnecessary FunctionDelegate class 10 years ago
  Vincent Hennebert d1b3c869ac Moved creation of colors into createFunctions 10 years ago