summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-07update creditsChristian Lohmaier1-647/+648
2020-10-07CustomWeld is finalCaolán McNamara1-1/+1
2020-10-07ui files: fix some capitalisation issuesNoel28-38/+38
2020-10-07Revert "lint-ui: check that we only have one has_default==True"Noel Grandin23-10/+29
2020-10-07tdf#136555 drop custom start center button colorsJan-Marek Glogowski3-31/+0
2020-10-06SwGrammarContext: ::Modify no moreBjoern Michaelsen1-11/+7
2020-10-06Online: Copy hyperlink location. / Core side.gokaysatir6-11/+50
2020-10-06loplugin:const* make some params and methods constNoel32-54/+54
2020-10-06loplugin:const* make some params and methods constNoel25-62/+62
2020-10-06loplugin:const* make some params and methods constNoel28-33/+34
2020-10-06loplugin:const* make some params and methods constNoel49-78/+81
2020-10-06tdf#123025 - fixed broken tests for cverr methodAndreas Heinisch1-17/+9
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara48-88/+68
2020-10-06tdf#137165: sc: Add UItestXisco Fauli1-4/+5
2020-10-06loplugin:const& make some params and methods constNoel24-53/+54
2020-10-06add missing null pointer checkLuboš Luňák1-1/+2
2020-10-06drop ownership argumentCaolán McNamara6-377/+261
2020-10-06reparent to nothing to break gtk ownership cycleCaolán McNamara3-3/+21
2020-10-06Allow to save file if chart editing is activeSzymon Kłos1-1/+1
2020-10-06lok: Add posibility to change chart fill colorSzymon Kłos3-0/+30
2020-10-06Use default diagram page selection for chartsSzymon Kłos1-1/+14
2020-10-06loplugin:const* make some params and methods constNoel43-81/+87
2020-10-06tdf#136430, tdf#136573: sc: Add UItest (take 2)Xisco Fauli1-0/+41
2020-10-06Drop unused codeMike Kaganski1-14/+2
2020-10-06pRuntimeWindow is always a ScInputBarGroupCaolán McNamara2-4/+4
2020-10-06tdf#97128 DOCX import: fix frame directionDaniel Arato (NISZ)6-1/+94
2020-10-06let a subclass defer creating its EditViewCaolán McNamara1-5/+8
2020-10-06avoid calling gtk_widget_add_events when not neededCaolán McNamara1-2/+4
2020-10-06fix possible >= 0 warningLuboš Luňák1-1/+1
2020-10-06tdf#105875 DOCX VML shape import: fix missing rotationRegényi Balázs4-13/+51
2020-10-06tdf#137000 XLSX shape export: fix uprightSzabolcs Toth4-7/+61
2020-10-06tdf#137023 PPTX import: fix unexpected center alignment of shape text, 2nd tryMiklos Vajna10-131/+160
2020-10-06tdf#107893 sw: fix broken "Add Text Box" after UndoAttila Bakos (NISZ)3-2/+34
2020-10-06Use idle to update preview in print dlgSamuel Mehrbrodt2-14/+40
2020-10-06Colibre: Revert NB Cell Style iconsRizal Muttaqin23-17/+0
2020-10-05Related tdf#137167: reference Excel pb on limitation for data validity formulaJulien Nabet1-0/+2
2020-10-05Pre-set the host and build platform on WSLTor Lillqvist1-0/+102
2020-10-05unconflicting commits stomped on eachotherCaolán McNamara1-2/+2
2020-10-05SwUndoParagraphSigning never passed null SwDoc*Caolán McNamara9-136/+136
2020-10-05SwEditShell::SignParagraph always dereferences GetDoc()Caolán McNamara1-4/+5
2020-10-05lcl_ValidateParagraphSignatures always dereferences its SwDoc* argCaolán McNamara1-21/+21
2020-10-05SwUndoDelete::CanGrouping never passed a null SwDoc*Caolán McNamara23-114/+114
2020-10-05SwUndoMove ctor is never passed a null SwDoc*Caolán McNamara4-6/+6
2020-10-05SwUndoTableMerge::MoveBoxContent always dereferences its SwDoc* argCaolán McNamara4-7/+7
2020-10-05tdf#133033: sc_jumbosheets_test: Add unittestXisco Fauli1-0/+45
2020-10-05try not to hog the CPU during slideshow animationsLuboš Luňák1-2/+11
2020-10-05sw: ODF import: convert the simplest sub-tables to rowspan tablesMichael Stahl3-0/+307
2020-10-05fix allocating thread pool workersLuboš Luňák4-4/+78
2020-10-05SwGetRefFieldType ctor never passed a null SwDoc*Caolán McNamara20-193/+186
2020-10-05lint-ui: check that we only have one has_default==TrueNoel23-29/+10