summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-27no need to allocate PrintFont separatelyNoel Grandin3-139/+139
2021-05-27gtk4: reenable EntryTreeViewCaolán McNamara1-11/+23
2021-05-27gtk4: continue to provide Paintable via cairo surfaceCaolán McNamara2-29/+98
2021-05-27no need to allocate these on the heapNoel Grandin1-7/+7
2021-05-27TETextPortion can be allocated inside the vectorNoel Grandin4-110/+109
2021-05-27no need to allocate ListenerMap on the heapNoel Grandin3-8/+8
2021-05-27no need to allocate these on the heapNoel Grandin2-10/+14
2021-05-27IsDisposed->isDisposed in scNoel Grandin2-2/+2
2021-05-27IsDisposed->isDisposed in dbaccessNoel Grandin1-2/+2
2021-05-27installer-code: remove some unused or pointless subsChristian Lohmaier11-460/+11
2021-05-27VisualStudio 16.10 doesn't like this constructionNoel Grandin1-29/+29
2021-05-27sw XHTML / reqif export, RTF markup of images: write objdataMiklos Vajna4-7/+79
2021-05-27gtk4: old GtkImage can be new GtkImage or GtkPictureCaolán McNamara1-13/+78
2021-05-27configure: drop --disable-neonJan-Marek Glogowski1-14/+14
2021-05-27tdf#135332 Return MAXROW/MAXCOL for rows/columns out of range.tushar1-5/+5
2021-05-27gtk4: reenable menubuttonCaolán McNamara1-9/+111
2021-05-27tdf#34724, tdf#91420: svl_qa_cppunit: Add unittestXisco Fauli1-2/+4
2021-05-27sw_uiwriter2: this is basically a export testXisco Fauli3-17/+11
2021-05-27tdf#60382 sw xmloff: import/export tracked table/row deletionLászló Németh15-12/+163
2021-05-27tdf#94628: sw: allow setting for bullet style for outline paragraphsJustin Luth1-1/+1
2021-05-27no need to allocate this on the heapNoel Grandin1-3/+3
2021-05-27no need to allocate Style objects separatelyNoel Grandin2-33/+33
2021-05-27we can search std::set without allocating on the heapNoel Grandin2-18/+32
2021-05-27Fix typosAndrea Gelmini4-5/+5
2021-05-27add missing xmlns:loext to example_sl-SI.xmlCaolán McNamara1-1/+1
2021-05-27gtk4: strip accelerator tagCaolán McNamara1-1/+11
2021-05-27no need to make copies hereNoel Grandin1-6/+6
2021-05-27tdf#117957 WMF Fix failing tests on arm64Bartosz Kosiorek2-4/+4
2021-05-27tdf#141309 tdf#142215 OOXML import: fix double conversion in autofilterBalazs Varga4-15/+23
2021-05-27no need to allocate Sw2LinesPos separately on heapNoel Grandin4-26/+26
2021-05-27sw_ooxmlexport: just use exportonly hereXisco Fauli8-60/+28
2021-05-27fix leaks in ScAcceptChgDlgNoel Grandin1-0/+4
2021-05-27tdf#47065 Add new file open UI options and implement a new threadMatt K20-20/+919
2021-05-27sw_ooxmlexport14: simplify codeXisco Fauli1-34/+6
2021-05-27gtk4: drop can't focus from GtkBox and GtkGridCaolán McNamara1-1/+15
2021-05-27gtk4: apply 'border' to dialog content child widget if it existsCaolán McNamara1-23/+33
2021-05-27Introduce SwContentFrameInvFlags to replace magic numbers in ...Miklos Vajna2-23/+40
2021-05-27expand frames horizontally to fitCaolán McNamara2-0/+3
2021-05-27resave with latest gladeCaolán McNamara2-71/+71
2021-05-27tdf#139196 - Import/export macros using utf-8 including BOMAndreas Heinisch2-24/+13
2021-05-27osl::Module::loadRelative against symbol from executable is unreliableStephan Bergmann1-128/+44
2021-05-27sw: rework to avoid the DECLARE_ODFIMPORT_TEST macroMiklos Vajna3-65/+128
2021-05-27cross-toolset: explicitly add PythonJan-Marek Glogowski1-0/+1
2021-05-26Cleanup Library_vcl.mkJan-Marek Glogowski1-96/+56
2021-05-26configure: internal OpenLDAP depends on NSSJan-Marek Glogowski1-36/+42
2021-05-26gbuild: Handle glxtest + vclmain usage via macrosJan-Marek Glogowski13-162/+46
2021-05-26gtk[3|4] gtk_widget_get_root returns null when no rootCaolán McNamara6-30/+31
2021-05-26gtk4: add parent-less widgets to default containerCaolán McNamara1-3/+5
2021-05-26gtk4: wrap gtk_buildable_set_name/GtkBuildableIface::set_idCaolán McNamara1-31/+27
2021-05-26gtk4: wrap gtk_buildable_get_name/gtk_buildable_get_buildable_idCaolán McNamara1-74/+34