summaryrefslogtreecommitdiff
path: root/desktop/qa
AgeCommit message (Expand)AuthorFilesLines
2023-01-18don't crash with --disable-pdfiumCaolán McNamara1-0/+4
2023-01-12drop internal support for 1-bit imagesNoel Grandin1-2/+2
2022-12-19tdf#145538 Use range based for loopsLeonid Ryzhov1-8/+8
2022-11-19lok: masterpage: Introduce mode property to tile renderingSzymon Kłos1-2/+3
2022-11-10lok: Introudce getDataArea for CalcSzymon Kłos1-1/+2
2022-11-10lok: masterpage: use EditMode as parameter in invalidation callbackSzymon Kłos1-48/+48
2022-11-09UnoApiTest: factor out common codeXisco Fauli1-37/+14
2022-10-24UnoApiTest: factor out common codeXisco Fauli1-8/+4
2022-10-21test: merge CalcUnoApiTest and UnoApiTest into oneXisco Fauli1-36/+25
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-8/+8
2022-09-26Fix typoAndrea Gelmini1-1/+1
2022-09-26lok: create sidebar on demandSzymon Kłos1-9/+28
2022-09-05tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala1-1/+1
2022-08-11some --disable-pdfium fixesCaolán McNamara1-0/+2
2022-07-20tdf#127236 vcl: fix missing encryption of PDF images during exportMiklos Vajna1-1/+1
2022-07-19Replace old png writer in test_desktop_lib.cxxofftkp1-5/+5
2022-05-31lok: add more efficient getSelectionType() replacementLuboš Luňák1-1/+8
2022-05-13sw content controls, dropdown: add LOK APIMiklos Vajna1-1/+3
2022-05-05Just use Any ctor instead of makeAny (Linux, sequel)Stephan Bergmann1-9/+9
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-3/+4
2022-02-18lok: sc: unit test drag & dropHenry Castro1-0/+128
2022-02-18lok: test: fix testSheetSelectionsHenry Castro1-14/+0
2022-01-26desktop lok, export options: allow passing through a JSON string as-isMiklos Vajna2-0/+29
2022-01-14Recheck modules d* with IWYUGabor Kelemen1-1/+0
2022-01-10Move HAVE_MORE_FONTS into an extra config headerJan-Marek Glogowski1-0/+1
2021-12-14fix handling of the "EMPTY" LOK tile invalidationLuboš Luňák1-2/+16
2021-11-11Use o3tl::convertMike Kaganski1-2/+3
2021-10-30Prepare for removal of non-const operator[] from Sequence in desktopMike Kaganski1-25/+19
2021-10-25use pull model also for LOK text selectionLuboš Luňák1-0/+12
2021-10-22LOK: maintain blocked command list per viewPranam Lashkari1-3/+2
2021-10-22LOK: unify freemium APIs and uno command restriction APIsPranam Lashkari1-6/+4
2021-10-22LOK: introduce way to restrict uno commandsPranam Lashkari1-4/+6
2021-10-15do not use text-based LOK callback internallyLuboš Luňák1-0/+41
2021-10-13Unify JsonWriter::put and putRaw a bitMike Kaganski1-1/+1
2021-09-23Fix typosAndrea Gelmini1-1/+1
2021-09-22lok-desktop: unit tests for LOK_CALLBACK_TABLE_SELECTEDDennis Francis2-0/+121
2021-09-08indexing: fix correct size and pos. for shapes + more testsTomaž Vajngerl2-3/+50
2021-09-08indexing: rename "type" for prargraph an object nodesTomaž Vajngerl1-1/+1
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-3/+3
2021-08-16LOK: introduced Freemium LOK APIPranam Lashkari1-1/+3
2021-08-10indexing: use XML as input that is identical to indexing XMLTomaž Vajngerl1-2/+5
2021-08-10indexing: add support for SdrObjects in SearchResultLocatorTomaž Vajngerl1-1/+1
2021-08-05No need for extra uno commands for shape hyperlinksSamuel Mehrbrodt1-1/+1
2021-07-30indexing: add LOKit API to render the search result into a bitmapTomaž Vajngerl2-1/+48
2021-05-25fix some crypto leaksNoel Grandin1-0/+13
2021-05-22fix leak in desktop testNoel Grandin1-1/+4
2021-05-14Improve loplugin:stringviewStephan Bergmann1-1/+1
2021-03-14tdf#139734 Drop redundant asserts after MacrosTest::loadFromDesktopdipanshu1241-1/+0
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-5/+12
2021-02-06weld annotation windowCaolán McNamara1-36/+0