Age | Commit message (Expand) | Author | Files | Lines |
2021-06-23 | EMF+ tdf#142975 Add brush support to DrawString record | Bartosz Kosiorek | 2 | -16/+30 |
2021-06-18 | Resolves: ofz#34920 allow displaying only one text string | Bartosz Kosiorek | 1 | -83/+82 |
2021-06-17 | EMF+ WMF Update the variable names and add additional TODO warnings | Bartosz Kosiorek | 1 | -3/+7 |
2021-06-11 | drop EMF+ also when converting WMF, not just EMF | Luboš Luňák | 4 | -2/+11 |
2021-06-11 | EMF tdf#59814 tdf#142567 Align RestoreDC record with MSO implementation | Bartosz Kosiorek | 1 | -1/+3 |
2021-06-11 | ofz#35150 crash in Bitmap::Crop from wmf load | Caolán McNamara | 1 | -1/+1 |
2021-06-11 | ofz#35149 crash in vcl::bitmap::CreateFromData from wmf load | Caolán McNamara | 1 | -1/+1 |
2021-06-11 | WMF/EMF tdf#59814 tdf#142567 Fix RestoreDC record | Bartosz Kosiorek | 7 | -6/+87 |
2021-06-10 | EMF tdf#142745 Improve performance of FILLRGN, PAINTRGN, EXTSELECTCLIPRGN | Bartosz Kosiorek | 1 | -19/+20 |
2021-06-09 | WMF tdf#55058 tdf#142722 Add implementation of BitBlt and StretchBlt | Bartosz Kosiorek | 3 | -82/+124 |
2021-06-08 | WMF tdf#142625 Refactor Bitmap records, to better handle missing features | Bartosz Kosiorek | 2 | -50/+45 |
2021-06-07 | WMF tdf#142625 Continue read records if unimlemented features found | Bartosz Kosiorek | 1 | -8/+33 |
2021-06-05 | WMF Change the sign of read fields in BITBLT and DIB records | Bartosz Kosiorek | 4 | -48/+103 |
2021-06-03 | ofz#34867 Timeout | Caolán McNamara | 1 | -1/+1 |
2021-06-02 | WMF: add more SAL warnings in case record was not implemented | Bartosz Kosiorek | 1 | -2/+6 |
2021-06-02 | ofz#34847 Integer-overflow | Caolán McNamara | 1 | -5/+12 |
2021-06-01 | tdf#142566 EMF Add support for EMR_POLYTEXTOUT records | Bartosz Kosiorek | 1 | -85/+92 |
2021-05-31 | tdf#53004 tdf#142495 WMF EMF Always display Text rectangle | Bartosz Kosiorek | 4 | -5/+20 |
2021-05-28 | tdf#53004 tdf#142495 WMF EMF Fix displaying Text with OPAQUE and CLIPPED | Bartosz Kosiorek | 8 | -39/+190 |
2021-05-28 | tdf#117957 WMF Replace ellipses with rects to fix tests on arm64 | Bartosz Kosiorek | 2 | -2/+2 |
2021-05-27 | tdf#117957 WMF Fix failing tests on arm64 | Bartosz Kosiorek | 2 | -4/+4 |
2021-05-22 | tdf#55007 EMF Allow negatives values for Start Point and End Point | Bartosz Kosiorek | 2 | -13/+6 |
2021-05-22 | tdf#127145 WMF Fix displaying line width in ROUNDRECT record | Bartosz Kosiorek | 3 | -5/+25 |
2021-05-21 | tdf#55007 tdf#142263 tdf#142268 EMF ARC, PIE, CHORD allow to draw circle | Bartosz Kosiorek | 3 | -29/+37 |
2021-05-18 | tdf#55007 tdf#142263 tdf#142268 EMF Properly display ARC and CHORD | Bartosz Kosiorek | 2 | -0/+15 |
2021-05-17 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2021-05-15 | tdf#117957 WMF Add support for selecting colors from palette | Bartosz Kosiorek | 5 | -5/+97 |
2021-05-13 | tdf#142014 Fix displaying strokes when line width is 0 | Bartosz Kosiorek | 3 | -4/+30 |
2021-05-12 | tdf#112603 tdf#142014 tdf#142139 WMF/EMF Fix line width | Bartosz Kosiorek | 3 | -1/+33 |
2021-05-11 | tdf#141982 tdf#142139 Add rotation and line width support to ROUNDRECT | Bartosz Kosiorek | 3 | -3/+38 |
2021-05-07 | tdf#55058 tdf#141982 EMF: Add rotation support for INTERSECTCLIPRECT record | Bartosz Kosiorek | 4 | -12/+45 |
2021-05-06 | tdf#55058 tdf#141982 EMF: Add rotation support for ARC, ARCTO, CHORD, PIE | Bartosz Kosiorek | 3 | -19/+33 |
2021-05-06 | tdf#142004 tdf#141982 EMF Import: Add rotation and path support for EMR_ELLIPSE | Bartosz Kosiorek | 3 | -3/+29 |
2021-05-05 | tdf#55058 tdf#141982 EMF: Add rotation and path support for RECTANGLE record | Bartosz Kosiorek | 3 | -4/+30 |
2021-05-02 | SAL_INFO we want to display nVersion not nSignature (emfio/emfreader) | Julien Nabet | 1 | -1/+1 |
2021-04-27 | More aggressive Clang 13 trunk -Werror,-Wdeprecated-copy[-with-dtor] | Stephan Bergmann | 1 | -0/+3 |
2021-04-26 | drop mask from BitmapEx | Noel Grandin | 1 | -1/+1 |
2021-04-23 | CppunitTest_emfio_emf: avoid --disable-pdfium failure | Miklos Vajna | 1 | -0/+6 |
2021-04-09 | -Werror,-Wformat (clang-cl) | Stephan Bergmann | 1 | -1/+1 |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein | 1 | -1/+5 |
2021-04-05 | ofz: skip slow path when fuzzing | Caolán McNamara | 1 | -0/+7 |
2021-04-04 | pass ImplReadRegion the remaining len of record available for consumption | Caolán McNamara | 1 | -45/+65 |
2021-04-03 | tdf#37281 tdf#45820 tdf#48916 tdf#55058 EMF Implement complex clipping | Bartosz Kosiorek | 4 | -25/+41 |
2021-04-02 | tdf#55058 EMF: Implement PAINTRGN record | Bartosz Kosiorek | 1 | -1/+12 |
2021-03-31 | tdf#55058 tdf#141394 EMF FILLRGN record is not displayed correctly | Bartosz Kosiorek | 3 | -21/+49 |
2021-03-28 | drop operator bool and operator! from Bitmap and BitmapEx | Noel | 1 | -1/+1 |
2021-03-26 | loplugin:flatten | Noel | 1 | -75/+75 |
2021-03-25 | WMF/EMF Convert all index type of Objects to unsigned | Bartosz Kosiorek | 3 | -14/+26 |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein | 1 | -0/+0 |
2021-03-22 | WMF EMF Add more SAL_INFO and SAL_WARN to help debugging import issues | Bartosz Kosiorek | 2 | -89/+198 |