summaryrefslogtreecommitdiffstats
path: root/emfio/source
Commit message (Expand)AuthorAgeFilesLines
* ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara2021-09-071-5/+10
* ofz#31370 Divide-by-zeroCaolán McNamara2021-07-111-2/+8
* EMF tdf#142745 Improve performance of FILLRGN, PAINTRGN, EXTSELECTCLIPRGNBartosz Kosiorek2021-06-141-13/+20
* tdf#127145 WMF Fix displaying line width in ROUNDRECT recordBartosz Kosiorek2021-05-261-1/+0
* tdf#117957 WMF Add support for selecting colors from paletteBartosz Kosiorek2021-05-162-5/+41
* tdf#142014 Fix displaying strokes when line width is 0Bartosz Kosiorek2021-05-161-4/+8
* tdf#112603 tdf#142014 tdf#142139 WMF/EMF Fix line widthBartosz Kosiorek2021-05-161-1/+9
* tdf#141982 tdf#142139 Add rotation and line width support to ROUNDRECTBartosz Kosiorek2021-05-161-2/+3
* tdf#55058 tdf#141982 EMF: Add rotation support for INTERSECTCLIPRECT recordBartosz Kosiorek2021-05-161-9/+25
* tdf#55058 tdf#141982 EMF: Add rotation support for ARC, ARCTO, CHORD, PIEBartosz Kosiorek2021-05-161-19/+17
* tdf#142004 tdf#141982 EMF Import: Add rotation and path support for EMR_ELLIPSEBartosz Kosiorek2021-05-161-1/+7
* tdf#55058 tdf#141982 EMF: Add rotation and path support for RECTANGLE recordBartosz Kosiorek2021-05-161-1/+8
* tdf#37281 tdf#45820 tdf#48916 tdf#55058 EMF Implement complex clippingBartosz Kosiorek2021-04-061-21/+6
* pass ImplReadRegion the remaining len of record available for consumptionCaolán McNamara2021-04-061-38/+59
* tdf#55058 EMF: Implement PAINTRGN recordBartosz Kosiorek2021-04-061-1/+12
* tdf#55058 tdf#141394 EMF FILLRGN record is not displayed correctlyBartosz Kosiorek2021-04-061-22/+25
* tdf#35986 tdf#140271 EMF Fix line width of CREATEPEN recordBartosz Kosiorek2021-03-221-11/+6
* tdf#127471 Detect&Correct EMF/WMF with wrong FontScaleArmin Le Grand (Allotropia)2021-03-113-3/+215
* tdf#127471 correct EMF/WMF im/export for scaled fontArmin Le Grand (Allotropia)2021-03-101-1/+19
* ofz#28271 divide-by-zeroCaolán McNamara2020-12-071-10/+40
* EMF: tdf#138467 Fix MapMode translationBartosz Kosiorek2020-12-031-14/+14
* Instead of labs, use overloaded absStephan Bergmann2020-11-162-4/+7
* tdf#35986 EMF import: Add support for PS_COSMETIC line style in CREATEPENBartosz Kosiorek2020-11-141-11/+18
* tdf#35986 tdf#92315 tdf#116335 tdf#116622 Add support for MapMode TEXTBartosz Kosiorek2020-11-141-8/+27
* tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen2020-11-121-1/+1
* make tools::Long 64-bit on Windows platformNoel Grandin2020-11-113-9/+9
* disable O(U)String::concat for internal codeNoel Grandin2020-11-111-1/+1
* tdf#137413 EMF import: fix transparency in the PDF fallback caseMiklos Vajna2020-10-272-2/+10
* long->tools::Long in emfio..filterNoel2020-10-222-7/+7
* new tools::Degree10 strong typedefNoel Grandin2020-10-211-4/+3
* loplugin:reducevarscope in desktop..emfioNoel2020-10-022-10/+6
* [API CHANGE] tdf#136836 emfio: set size hint on inner PDF if used as shape fillMiklos Vajna2020-09-182-2/+17
* tdf#136836 emfio: speed up import of EMF import when the orig PDF is availableMiklos Vajna2020-09-171-8/+78
* remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl2020-08-151-1/+1
* Silence loplugin:staticmethods when the definition involves preprocessingStephan Bergmann2020-08-051-4/+4
* emfio: create instances with uno constructorsNoel Grandin2020-07-063-122/+11
* Upcoming improved loplugin:staticanonymous -> redundantstatic: emfioStephan Bergmann2020-07-012-2/+2
* tdf#133448 tdf#133435 ignore broken rectangles so can we load dodgy EMF/WMFNoel Grandin2020-05-302-4/+2
* loplugin:simplifybool in dbaccess..frameworkNoel Grandin2020-05-291-1/+1
* compact namespace in editeng..extensionsNoel Grandin2020-05-081-4/+4
* Extract getting default locale for filters into separate unotools functionMike Kaganski2020-04-271-17/+2
* Don't convert OUString to char*Mike Kaganski2020-04-271-1/+1
* fixes for code creating reversed RectanglesNoel Grandin2020-04-162-0/+12
* loplugin:flatten in embeddedobj,emfioNoel Grandin2020-04-143-259/+259
* Drop o3tl::optional wrapperStephan Bergmann2020-02-211-3/+3
* clang-tidy modernize-concat-nested-namespaceNoel Grandin2020-01-311-15/+6
* New loplugin:unsignedcompareStephan Bergmann2020-01-282-4/+5
* fix constants according to [MS-EMF] 2.1.10Andras Timar2020-01-201-2/+2
* tweak GetBitmap methods in BitmapExNoel Grandin2020-01-151-4/+4
* use more std::make_sharedNoel Grandin2020-01-101-2/+2