summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski1-2/+1
2021-01-22tdf#135590 rotated paper sizes reported as portrait size they are notCaolán McNamara1-3/+3
2021-01-22find-can-be-private-symbolsNoel1-1/+1
2021-01-22jsdialog: fix tabcontrol json structureSzymon Kłos1-4/+23
2021-01-22jsdialog: partial updates for more widgetsSzymon Kłos2-24/+27
2021-01-22don't let weird xalign/yalign values creep back inCaolán McNamara1-0/+2
2021-01-22pdfium: use PDFiumDocument in SearchContextMiklos Vajna1-10/+7
2021-01-22jsdialog: enqueue update on dialog weldSzymon Kłos1-9/+1
2021-01-22vcl: rename ambiguious aSequence variable to aPropertySequenceTomaž Vajngerl1-5/+5
2021-01-22vcl: support creating a Graphic with only GfxLink as swapped-outTomaž Vajngerl6-5/+35
2021-01-22vcl: optimize copying size in px to ImpSwapInfo when swapping outTomaž Vajngerl1-1/+5
2021-01-22vcl: create PDF from DataContainer, use that when swapping inTomaž Vajngerl4-7/+73
2021-01-22[API CHANGE] change XPdfDecomposer to use XBinaryDataContainerTomaž Vajngerl1-4/+7
2021-01-22Fix MouseClick shoud be MouseLeft for drawing areaMert Tumer1-1/+1
2021-01-21remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara2-23/+2
2021-01-21merge pair of duplicate blocks together into one functionCaolán McNamara1-87/+55
2021-01-21RadioButton tick in a different place than CheckBox tickCaolán McNamara1-2/+2
2021-01-21drop RadioButton arg defaultsCaolán McNamara2-3/+3
2021-01-21loplugin:doubleconvert (macOS)Stephan Bergmann1-1/+1
2021-01-21distinguish these two similarly worded warningsCaolán McNamara1-2/+2
2021-01-21pdfium: use PDFiumDocument in VectorGraphicSearch::ImplementationMiklos Vajna1-13/+5
2021-01-21jsdialog: don't send multiple updates with the same contentSzymon Kłos1-0/+12
2021-01-21jsdialog: reduce number of unnecessary messagesSzymon Kłos1-1/+3
2021-01-21jsdialog: flush message queue on dialog closeSzymon Kłos2-1/+2
2021-01-21jsdialog: remove unnecessary handlerSzymon Kłos2-8/+0
2021-01-21jsdialog: send updates also for source treeview on dragSzymon Kłos2-46/+48
2021-01-21jsdialog: set entry text without back notificationSzymon Kłos3-4/+7
2021-01-20tdf#139115 vcl tree list: add new toggle behaviorsAttila Szűcs5-2/+16
2021-01-20vcl: check DISABLE_CVE_TESTS in TiffFilterTest::testCVEs()Michael Stahl1-1/+6
2021-01-20Revert "jsdialog: enqueue update on dialog weld"Stephan Bergmann1-1/+9
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara8-781/+647
2021-01-20jsdialog: enqueue update on dialog weldSzymon Kłos1-9/+1
2021-01-20jsdialog: implemented RadioButtonSzymon Kłos3-0/+50
2021-01-20Fix typosAndrea Gelmini3-3/+3
2021-01-20update Skia to chrome/m89Luboš Luňák3-4/+6
2021-01-20jsdialog: dump radio groupsSzymon Kłos1-0/+8
2021-01-20Move SalInstanceRadioButton decl to header fileSzymon Kłos2-50/+66
2021-01-20vcl: add an UNO interface and impl. for BinaryDataContainerTomaž Vajngerl4-0/+116
2021-01-20vcl: Improve graphic manager swapping allocationTomaž Vajngerl3-23/+58
2021-01-20pdfium: rework to eliminate FPDF_PAGEOBJECT from the public interfaceMiklos Vajna1-23/+54
2021-01-20OutputDevice*->Printer* for mpFirstPrnGraphicsNoel Grandin2-4/+4
2021-01-20OutputDevice->Window for mpFirstWinGraphicsNoel Grandin2-4/+4
2021-01-20use unique_ptr for GraphicConverterNoel Grandin5-11/+7
2021-01-19Avoid deadlock when macOS menu-related code is run on non-main threadStephan Bergmann1-0/+4
2021-01-19loplugin:unusedmethodsNoel10-284/+0
2021-01-19tdf#139368 new database dialog doesn't have focus on start-center launchCaolán McNamara1-2/+8
2021-01-19loplugin:colorcheck (macOS)Stephan Bergmann1-3/+3
2021-01-19jsdialog: clear notifications when sentSzymon Kłos1-0/+2
2021-01-19-Werror,-Wdeprecated-anon-enum-enum-conversionStephan Bergmann1-1/+1
2021-01-19Related: tdf#135617 grab focus after shownCaolán McNamara1-2/+4