summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2023-10-08Fix buildMike Kaganski1-1/+1
2023-10-08tdf#156040 pick a better "LightColor" for windows dark themeCaolán McNamara1-1/+8
2023-10-07jsdialog: enable font name & size comboboxSzymon Kłos1-1/+4
2023-10-07consistently restore the original endianness hereCaolán McNamara1-3/+8
2023-10-07ofz#63036 Timeout in new png codeCaolán McNamara1-5/+8
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann17-128/+127
2023-10-07tdf#157639 a11y: Set proper role for status barMichael Weghorn1-0/+3
2023-10-06tdf#157576 and tdf#157635 mask out black pixelsPatrick Luby1-1/+7
2023-10-05cool#7254 crash on double click of value set item in bullets and numberingCaolán McNamara2-6/+8
2023-10-05Drop MinMax in favor of std::clampMike Kaganski13-69/+76
2023-10-05Simplify Bitmap::DitherMike Kaganski2-89/+74
2023-10-04Fix typoAndrea Gelmini1-1/+1
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