summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)AuthorFilesLines
2 daysofz#67445 TimeoutCaolán McNamara1-1/+18
12 daysfix use-after-free in PDFWriterImpl::appendUnicodeTextStringEncryptNoel Grandin1-1/+1
2024-03-02Drop unused variableMike Kaganski1-2/+1
2024-02-29vcl: separate scanline direction from ScanlineFormatTomaž Vajngerl1-12/+11
2024-02-29Read of uninitialized Printer::mbResetPrintAreaStephan Bergmann1-0/+1
2024-02-29tdf#155218 sc: fix regression page orientation in print dialogTibor Nagy1-1/+9
2024-02-26tdf#159251: Revert "vcl: Allow pushing/popping OutputDevice’s RTLEnabledKhaled Hosny1-2/+0
2024-02-23tdf#159793 Save printer paper tray in RTF and DOCXOliver Specht1-0/+8
2024-02-13ofz: scaling by 0 is an error for cairo renderingCaolán McNamara1-1/+1
2024-02-13tdf#159689: trailing newline before "endstream" must not count in LengthMike Kaganski1-1/+1
2024-02-11ofz#66222 Timeout, raise glyph cache size for fuzzingCaolán McNamara1-1/+1
2024-02-11tdf#155218 sc: fix incorrect print areaTibor Nagy1-0/+1
2024-02-09tdf#155218 sc: fix different page orientation in print dialogTibor Nagy1-0/+1
2024-02-07cid#1591747 Unsigned compared against 0Caolán McNamara1-6/+10
2024-02-06return string_view from some XmlWalker methodsNoel Grandin1-4/+4
2024-02-05tdf#108037 speed up exporting large pdf (2)Noel Grandin1-30/+32
2024-02-05ofz#66471 Direct-leakCaolán McNamara1-7/+19
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-19tdf#159254 import paper bin/paper source from rtf/docx filesOliver Specht1-0/+8
2024-01-10cid#1546141 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2024-01-02cid#1545235 COPY_INSTEAD_OF_MOVECaolán McNamara2-3/+3
2023-12-31cid#1546464 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+3
2023-12-31ofz#65266 TimeoutCaolán McNamara1-24/+30
2023-12-30move IsFuzzing to comphelperCaolán McNamara5-12/+11
2023-12-19cid#1557601 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin2-4/+4
2023-12-06make AlphaMask separate from BitmapNoel Grandin2-3/+3
2023-12-04ofz#64680 Integer-overflowCaolán McNamara1-0/+3
2023-12-02pass BitmapBuffer around by std::optionalNoel Grandin1-8/+8
2023-11-30vcl: Fix commentKhaled Hosny1-2/+2
2023-11-29Extended loplugin:ostr: vclStephan Bergmann2-13/+13
2023-11-19Extended loplugin:ostr: vclStephan Bergmann8-130/+132
2023-11-03tdf#157028 vcl: PDF export: inline OBJR dictionariesMichael Stahl1-31/+22
2023-11-03tdf#156478 Remove unused default values for MediaBox and UserUnitTobias Kokolakis1-41/+5
2023-10-31ofz#63741 Unknown ReadCaolán McNamara1-1/+1
2023-10-30tdf#157518: vcl: Introduce vcl control LevelBarSarper Akdemir2-0/+3
2023-10-29vcl: no raw pointersThorsten Behrens2-20/+14
2023-10-27tdf#152571 speedup slow draw file saveNoel Grandin2-2/+4
2023-10-27vcl: move textlayout.cxx from gdi to text directoryChris Sherlock1-734/+0
2023-10-27vcl: flatten TextLayoutCommon::GetEllipsisString()Chris Sherlock1-86/+96
2023-10-25vcl,sw: PDF/UA export: produce Ruby and Warichu SEsMichael Stahl1-0/+38
2023-10-24tdf#157028 vcl: PDF export: inline attribute dictionariesMichael Stahl1-21/+14
2023-10-23vcl: migrate text layout functions out of OutputDeviceChris Sherlock2-6/+392
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: vclStephan Bergmann1-20/+20
2023-10-20loplugin:indentation (macOS)Stephan Bergmann1-1/+1
2023-10-19tdf#157680 scale down size and adjust size and scale factor for /BBoxPatrick Luby2-8/+21
2023-10-14use a single queue of data for PDFExtOutDevDataSyncNoel Grandin1-469/+358
2023-10-12tdf#157397 vcl: PDF export: fix CreateControl replayMichael Stahl1-4/+16
2023-10-12cool#7318 Calc rendering acceleration (part2)Noel Grandin1-2/+2
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann3-3/+3