7 커밋 (daad32822e9da5a05bb8dbe17878c8e677d0af29)

작성자 SHA1 메시지 날짜
  Vincent Hennebert f8e822efe1 Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs. 11 년 전
  Jeremias Maerki 29e8badcec Bugzilla #49733: 14 년 전
  Jeremias Maerki 05c9bf8726 Javadocs: Removed all <tt> occurrences with <code> or {@link}. 14 년 전
  Jeremias Maerki f6fafddeff GOCA improvements: 15 년 전
  Adrian Cumiskey 714492e8e4 Removed AbstractGraphics2DImagePainter and Graphics2DImagePainterGOCA (painting preparator mechanism). 15 년 전
  Adrian Cumiskey 91a223f9a2 Default 10pt font fallback removed. 15 년 전
  Adrian Cumiskey f637010908 * PDFImageHandler interface split into ImageHandler and PDFImageHandler. 15 년 전
  Adrian Cumiskey 9db4cd2992 Improved font selection strategy when matching AWT Font against FontTriplet. 15 년 전
  Adrian Cumiskey 9500bbcde7 Moved AFPTextElementBridge and AFPTextPainter to org.apache.fop.afp since they have no org.apache.fop.renderer.afp package dependencies. 15 년 전
  Adrian Cumiskey 17bc8aa087 All AFP library classes without Renderer dependencies moved from org.apache.fop.renderer.afp.* to org.apache.fop.afp.*. 15 년 전
  Adrian Cumiskey 94e331eebc * Removed unused goca accessor methods from AFPState. 16 년 전
  Adrian Cumiskey cb82679d9f Merged revisions 603890,603926,603943,603945,603959,603961-603962,603968,603975,603979,603990,604171,604180,604185,604293,604299,604475,604678,604814,604965,604970,605195,605246,605253,605295,605297,605517,605978,606004,607032,607036,608812,609567,609627,610020-610023,610337,610355,610420,610704,610739,610821,610848,610853,610886,610891,610893,610905,611114,611142,611175,611278,611285,611766-611768,612560,612785,612815-612816,612825,613144,613185,613828,613831,613835,613896,614156,614169-614170,614191,614201-614202,614566,614845,614920,614924,614964,614966,614993,615144,615164,615197,615251,615598,615604,615845,615906,615917,616080,616191,616260,616334,616485,616691,616694,616798,617126,617473,617512,617531,617550,617708,617716,617765,617812,617907,617909,617976,617989,618239,618470,618626-618627,618992,619417,619461,619670,619674,619790,619854,619856,619870,619923,619979,620272,620276-620278,620283,620285,620558-620559,620565,620567,620570,620723,620750,620761,627318,627324,627367,627495,627497,627553,627576,627679,627698,627702,627712,627719,627721,628140,628280,628652,628668,628775,628804,628816,628826,628829,629048,629093,629103,629129,629131,629169,629769,629902,630215,630772,630814,631178,631226,631276,631575,631609,631984,632121-632122,632321,632558,632716,632784,632938,632972,633389-633391,633396-633397,633437,633460,633470,633473,633525,633557,633559,633561,633961,634187,635508,635686,635701,635741,635884,635961,635967,636276,636293,636295,636405,636409,636471,637057,637076,638396,640089,640242,641742,641764,641827,642923-642924,642927,644208,644213,644691,644697,645104,647692,647742,647745,647770,648122,648206,648381,648985,649012,649091,649119,649146,649149,649160,649279,649283,649285,649393,649396,649420,649477,649552,649657,650050,651323,651333,651538,651540,651543-651544,651551,651558,651575,651577,651591,651613,651622-651623,651853,651855-651856,651866-651867,651880,651898,652456,652465,652467,652520,652525,652565,652581-652582,652673-652674,652821-652822,652835,653036,653045,653048,653106,653144,653202,653204,653311,653564,653826,653828,654111,654121,654190,654314,654322-654323,654338,654347,654437,654461,654528,654557,654563,654600,654654,654783,654849,654869,654946,654982,655085,655093,655275,655281,655285,655309,655349,655370,655489,655500,655522,655531,655578,655601,655603,655614,655766,655771,655775,655791,655801,655829,656104 via svnmerge from 16 년 전
  Jeremias Maerki 37a7749a65 Reverted revision 603590 which broke the AFP renderer. The other changes after revision 603590 should be preserved as well as possible, including the switch to the new image library. 16 년 전
  Maximilian Berger f265c0e1c1 Ensured all SVN properties are set equally 16 년 전
  Adrian Cumiskey e30bf175fe * Added an SVG handler and Graphics2D implementation for AFP which injects AFP GOCA structured fields into the AFPDataStream. 16 년 전
  Jeremias Maerki d2a740ec8e Bugzilla #43041: 16 년 전
  Jeremias Maerki 8c1aba3f97 Bugzilla #41831: 17 년 전
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 년 전
  Jeremias Maerki dece1d7361 Adding dependency on XML Graphics Commons. 18 년 전
  Jeremias Maerki 17094f3329 Creation of Font instances centralized in FontInfo and added a cache for them. This removes duplicate code in a number of places, improves speed a little and saves memory. 18 년 전
  Jeremias Maerki 250a5e5363 As announced, I brought FontTriplet to more life by making it Serializable and using it to transport the information about the font in use through the area tree. This has small effects on the test cases as the values in the generated XML are slightly different. While refactoring I saw that there's some room for optimization. Too many objects are still created. It should be quite easy now with the FontTriplet to create a small cache. 18 년 전
  Jeremias Maerki 18536029a6 Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils.copy() again. CopyUtils in 1.0 was not ideal design decision. 18 년 전
  Glen Mazza d3952e1a02 More apps.Document->fonts.FontInfo conversion. 20 년 전
  Glen Mazza 5f10d18560 PR: 20 년 전
  Jeremias Maerki 78e4c46bdf Some improvements on the quality fallback for text (use stroking when in doubt). 20 년 전
  Jeremias Maerki f375715f4b Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. 20 년 전
  Peter Bernard West 865149ea05 Remove unused imports to quieten Eclipse. 20 년 전
  Jeremias Maerki 01e5181827 Substantial refactoring of the PS transcoder (especially the text painting, less painting using the StrokingTextPainter, therefore more speed and smaller output files) 20 년 전
  Glen Mazza 2febf79f72 Applied Thomas DeWeese's (Batik team) patches to the transcoder code. 21 년 전
  Glen Mazza 09b4c0fbed Changes to PSTextPainter to accomodate new Batik library. 21 년 전
  William Victor Mote d43ad404c0 move control/Document to apps/Document 21 년 전
  William Victor Mote 7de2ca0a5e move font constants from control.Document to fonts.Font 21 년 전
  William Victor Mote a9a3ea1493 move layout.FontState to fonts.Font 21 년 전
  William Victor Mote 1041ea8c48 1. create control package 21 년 전
  William Victor Mote 590d69eaf4 javadoc changes to clean up gump warnings. 21 년 전
  Jeremias Maerki 1e5d512c21 Moved sources from src/org/** to src/java/org/** 21 년 전
  Jeremias Maerki ac8d584dfd Port of the PDF TextPainter to PostScript. 21 년 전
  Jeremias Maerki 2005ccf746 Switched to long licence 21 년 전
  Jeremias Maerki 6a6d316a50 Adjustments for font refactoring 21 년 전
  Keiron Liddle 4f2657162e fixed some more style violations 22 년 전
  Keiron Liddle 54bc09f8b0 Updated batik with change to TextPainter interface and UserAgent. 22 년 전
  Keiron Liddle 81812e2f47 spearated GraphicsConfiguration classes 22 년 전
  Keiron Liddle 072a9d2808 improved gstate usage 22 년 전
  Keiron Liddle 4e2d8dcbda removed println 22 년 전
  Keiron Liddle bdabe33342 fixed compile error 22 년 전
  Keiron Liddle d4fcf5b78d changed the parent to FONode 22 년 전
  Keiron Liddle 49459fd44b changed api associated with batik to current batik 22 년 전
  Keiron Liddle c035335895 updated use of batik to changed api 23 년 전
  Keiron Liddle 0f35bc7169 added support for embedded fonts for svg text, also added proper escaping 23 년 전
  Tore Engvig e0edd21572 Formatted code according to code standards. 23 년 전