summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2023-10-04vcl: remove defensive programming from SetCurrentStructureElement()Michael Stahl1-10/+9
2023-10-04vcl,drawinglayer,sw: PDF/UA export: footnote-container-in-list problemMichael Stahl2-3/+77
2023-10-03Use Degree100Mike Kaganski2-3/+3
2023-10-03ofz: Timeout, reduce limitCaolán McNamara1-1/+1
2023-10-03Try to use doubles in a saner wayMike Kaganski1-34/+28
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin2-132/+18
2023-10-03optimize DrawRect if we fill but no line colorCaolán McNamara1-2/+13
2023-10-03tdf#147906 Use std::hypot for Pythagorean additionAnkit_Jaipuriar1-2/+2
2023-10-02tdf#157164 Vertical Position preview does not show red line for baselineNoel Grandin1-5/+10
2023-10-01tdf#156881 Disable Metal with AMD Radeon Pro 5XXX GPUs on macOS CatalinaPatrick Luby4-4/+67
2023-10-01Fix iOS build breakages when building on macOS SonomaPatrick Luby3-5/+9
2023-09-30pdf-dialog general-tab: set_sensitive if config not read-onlyJustin Luth1-0/+14
2023-09-29Drop some newly obsolete __cplusplus version checksStephan Bergmann1-4/+2
2023-09-28cid#1545247 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+1
2023-09-27Let SkBitmap determine when it is safe to delete the pixel bufferPatrick Luby1-4/+17
2023-09-27vcl: remove rTargetDevice from OutputDevice::ImplGetEllipsisString()Chris Sherlock1-7/+7
2023-09-27gtk4 a11y: Map paragraph role to Gtk equivalentMichael Weghorn1-0/+4
2023-09-27tdf#139935 Part B: Show all menu items possible/potential actions,Jim Raykowski1-2/+8
2023-09-26tdf#124591: Update Noto Naskh Arabic to v2.016Khaled Hosny1-7/+7
2023-09-26tdf#152675 treat all cairo versions <= 1.17.8 the same (actually)Aron Budea1-1/+1
2023-09-25ofz#62439 Integer-overflow on scale using SAL_MIN_INT32Caolán McNamara1-0/+4
2023-09-24Drop some newly obsolete __GNUC__ version checksStephan Bergmann2-14/+0
2023-09-24Fix typoAndrea Gelmini1-1/+1
2023-09-24tdf#156539 Draw the gradient with polypolygonal clip when using SkiaPatrick Luby1-9/+27
2023-09-23Revert partly "Use less epoxy external headers dependency"Julien Nabet2-0/+2
2023-09-23tdf#152675 treat all cairo versions <= 1.17.8 the sameCaolán McNamara1-4/+7
2023-09-23tdf#105303: Drop html export wizardXisco Fauli1-2/+0
2023-09-23Use less epoxy external headers dependencyGabor Kelemen7-17/+0
2023-09-23tdf#157168 GtkSpinButton ignores out-of-range value instead of limitingCaolán McNamara1-12/+1
2023-09-22tdf#143148: Use pragma once instead of include guardsCosmin Humeniuc1-4/+1
2023-09-22tdf#157312 Don't change priorityPatrick Luby1-1/+7
2023-09-22tdf#143148: Use pragma once instead of include guardsBogdan Buzea1-4/+1
2023-09-20tdf#156842 increase scale for external PDF dataPatrick Luby2-3/+10
2023-09-20Remove duplicated includesAndrea Gelmini1-19/+0
2023-09-19jsdialog: enable chart trend line tabSzymon Kłos1-1/+2
2023-09-19The name is macOS since 2016Andras Timar1-1/+1
2023-09-18jsdialog: vertical notebookSzymon Kłos2-5/+56
2023-09-18Move SalInstanceVerticalNotebook decl to headerSzymon Kłos2-96/+128
2023-09-18a11y: Call base class impl at beginning of Edit::GetFocusMichael Weghorn1-2/+2
2023-09-15Make svptest VCL example build on all platformsHossein1-1/+1
2023-09-14nFrames can't be trusted to believe nSequence existsCaolán McNamara1-5/+8
2023-09-14ofz#62352 Null-dereference READCaolán McNamara1-0/+2
2023-09-13loplugin:unusedmethodsNoel Grandin3-15/+0
2023-09-13tdf#90341 Clean up excessive const_cast'ingsahil1-16/+18
2023-09-12tdf#149545: increase svg check sizeXisco Fauli3-1/+45
2023-09-12add a unit test for AlphaMask::BlendWithNoel Grandin1-0/+61
2023-09-12attempt to fix macos jenkins hangs - part 3Patrick Luby1-1/+7
2023-09-12ofz#62155 skip line with negative widthCaolán McNamara1-0/+5
2023-09-12tdf#156890 SalInstanceTreeView: Indent the entry context bitmapJim Raykowski1-0/+14
2023-09-11gbWatchdogFiring, replace 'volatile bool' with std::atomic<bool>Noel Grandin1-1/+3