Age | Commit message (Expand) | Author | Files | Lines |
2024-10-19 | cid#1633260 COPY_INSTEAD_OF_MOVE | Caolán McNamara | 1 | -4/+2 |
2024-10-18 | tdf#148526 sdext,pdfimport: Write clipToStrokePath | Dr. David Alan Gilbert | 2 | -0/+12 |
2024-10-18 | tdf#148526 sdext,pdfimport: clipToStrokePath: Set line join | Dr. David Alan Gilbert | 1 | -1/+2 |
2024-10-18 | tdf#148526 sdext,pdfimport: rendering::PathJoinType to B2DLineJoin | Dr. David Alan Gilbert | 6 | -16/+19 |
2024-10-18 | tdf#148526 sdext,pdfimport: Expand path to contour | Dr. David Alan Gilbert | 5 | -3/+49 |
2024-10-17 | tdf#148526 sdext,pdfimport: Parse clipToStrokePath | Dr. David Alan Gilbert | 6 | -0/+28 |
2024-10-05 | Use good old string literals in assertXPath and friends | Mike Kaganski | 1 | -52/+52 |
2024-09-27 | tdf#162887 sdext.pdfimport: Fix tilingPatternFill crash | Dr. David Alan Gilbert | 1 | -0/+1 |
2024-08-29 | tdf#101611, tdf#108813, tdf#86211, sdext,pdfimport: Clip fills | Dr. David Alan Gilbert | 1 | -0/+14 |
2024-08-09 | cid#1556026 COPY_INSTEAD_OF_MOVE | Caolán McNamara | 1 | -1/+1 |
2024-08-08 | cid#1607356 COPY_INSTEAD_OF_MOVE | Caolán McNamara | 1 | -1/+1 |
2024-08-06 | cid#555593 COPY_INSTEAD_OF_MOVE | Caolán McNamara | 1 | -1/+1 |
2024-07-31 | cid#1555417 COPY_INSTEAD_OF_MOVE | Caolán McNamara | 1 | -1/+1 |
2024-07-28 | cid#1556624 COPY_INSTEAD_OF_MOVE | Caolán McNamara | 1 | -1/+1 |
2024-07-18 | cid#1555824 Check of thread-shared field evades lock acquisition | Caolán McNamara | 1 | -20/+11 |
2024-07-11 | Resolves: tdf#161965 missing UpdateControlStates on page switch | Caolán McNamara | 2 | -20/+38 |
2024-07-09 | cid#1606955 Use of auto that causes a copy | Caolán McNamara | 1 | -2/+1 |
2024-06-02 | READMEs update: presenter console is now in sd instead of sdext | Julien Nabet | 1 | -18/+0 |
2024-05-16 | loplugin:ostr in sdext | Noel Grandin | 21 | -414/+414 |
2024-05-15 | add explicit png build dependency to xpdfimport | Caolán McNamara | 1 | -0/+1 |
2024-05-12 | WaE: C6011 Dereferencing NULL pointer warnings | Caolán McNamara | 4 | -2/+4 |
2024-05-03 | makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) | Christian Lohmaier | 1 | -3/+3 |
2024-04-26 | run gperf via wsl in wsl-as-helper case | Christian Lohmaier | 1 | -1/+1 |
2024-04-22 | use more OUString literal | Noel Grandin | 1 | -6/+3 |
2024-04-04 | A small refactor | Mike Kaganski | 1 | -6/+10 |
2024-04-04 | Drop a bit of redundancy | Mike Kaganski | 2 | -2/+2 |
2024-04-04 | Related: tdf#160260 Drop xpdfimport.err.pdf, let PDF import return false | Mike Kaganski | 4 | -31/+9 |
2024-04-03 | tdf#160260: make poppler wrapper executable Unicode-aware on Windows | Mike Kaganski | 1 | -21/+61 |
2024-03-31 | tdf#146619 Drop unused 'using namespace' in: sdext/ | Gabor Kelemen | 8 | -15/+1 |
2024-03-19 | remove leftover PresenterScreen PCH files | Noel Grandin | 2 | -174/+0 |
2024-03-08 | use more string_view | Noel Grandin | 2 | -4/+5 |
2024-03-07 | sdext.pdfimport: Use std::unique_ptr | Dr. David Alan Gilbert | 1 | -22/+20 |
2024-02-29 | tdf#113050 sdext.pdfimport: Enable tilingPatternFill | Dr. David Alan Gilbert | 1 | -1/+1 |
2024-02-29 | tdf#113050 sdext.pdfimport: Set and write TileWidth/Height | Dr. David Alan Gilbert | 3 | -2/+10 |
2024-02-29 | tdf#113050 sdext.pdfimport: Add TileWidth and TileHeight fields | Dr. David Alan Gilbert | 3 | -9/+18 |
2024-02-29 | tdf#113050 sdext.pdfimport: Create the fill-image style and use it | Dr. David Alan Gilbert | 2 | -2/+40 |
2024-02-29 | tdf#113050 sdext.pdfimport: Expose the ImageContainer const | Dr. David Alan Gilbert | 1 | -0/+1 |
2024-02-29 | tdf#113050 sdext.pdfimport: Add FillImage field to PolyPolyElement | Dr. David Alan Gilbert | 3 | -10/+18 |
2024-02-29 | tdf#113050 sdext.pdfimport: Add ImageContainer::asBase64EncodedString' | Dr. David Alan Gilbert | 2 | -0/+32 |
2024-02-29 | tdf#113050 sdext.pdfimport: In styles wrap 'Contents' | Dr. David Alan Gilbert | 1 | -0/+4 |
2024-02-29 | tdf#113050 sdext.pdfimport: In styles Specialise draw:fill-image | Dr. David Alan Gilbert | 1 | -1/+1 |
2024-02-29 | tdf#113050 sdext.pdfimport: Create poly for tiling pattern | Dr. David Alan Gilbert | 1 | -4/+48 |
2024-02-29 | tdf#113050 sdext.pdfimport: Plumb tiling pattern fill to pdfiprocessor | Dr. David Alan Gilbert | 5 | -4/+35 |
2024-02-29 | tdf#113050 sdext.pdfimport Tiling pattern fill parser | Dr. David Alan Gilbert | 2 | -0/+34 |
2024-02-29 | tdf#113050 sdext.pdfimport: Flip bitmap | Dr. David Alan Gilbert | 1 | -2/+42 |
2024-02-29 | tdf#113050 sdext.pdfimport: Write the tiling pattern image | Dr. David Alan Gilbert | 1 | -2/+62 |
2024-02-29 | tdf#113050 sdext.pdfimport: Write the tiling pattern header | Dr. David Alan Gilbert | 2 | -1/+70 |
2024-02-25 | Simplify boost includes, and drop unneeded warning suppression | Mike Kaganski | 1 | -24/+1 |
2024-01-27 | Drop std::as_const from css::uno::Sequence iterations | Mike Kaganski | 2 | -2/+2 |
2024-01-13 | Fix obscure xpdfimport crash on missing fonts | Thorsten Behrens | 1 | -6/+6 |