summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-18sw: fix not needed invalidation of title field on each keypressMiklos Vajna3-1/+111
2021-05-18cid#1484904 Dereference after null checkCaolán McNamara1-1/+1
2021-05-18loplugin:logexceptionnicely (clang-cl)Stephan Bergmann1-6/+6
2021-05-18Replace rtl_string_getTokenView with o3tl::getTokenStephan Bergmann7-142/+44
2021-05-18tdf#76817 tdf#141966 ooxmlexport: write OutlineRule if not inheritedJustin Luth1-11/+20
2021-05-18Drop assert checking address of reference is not nullptrMichael Weghorn1-1/+0
2021-05-18tdf#128985: sd_export: Add unittestXisco Fauli2-1/+40
2021-05-18gtk4: adapt to new focus controllerCaolán McNamara1-0/+90
2021-05-18Use some more std::string_viewStephan Bergmann1-9/+9
2021-05-18Don't remove section at the end of inserted text tdf#142157Georgy Litvinov1-5/+6
2021-05-18gtk4: convert width/height to column-span/row-spanCaolán McNamara1-2/+12
2021-05-18update "add OString::getTokenView"Noel Grandin6-64/+16
2021-05-18gtk4: relocate GtkButton image to be a child of the GtkButtonCaolán McNamara1-1/+46
2021-05-18Move per-Parser::parseLine state into its own LineParser classStephan Bergmann1-109/+117
2021-05-18gtk4: use gtk_text_set_activates_default on GtkSpinButtonCaolán McNamara1-3/+7
2021-05-18gtk4: enable SpinButtonCaolán McNamara1-11/+25
2021-05-18gtk4: use GtkText delegate in GtkEditableCaolán McNamara1-9/+55
2021-05-18gtk[3|4] refactor GtkInstanceEntryCaolán McNamara1-37/+46
2021-05-18gtk[3|4] these provide a GtkEditable* argCaolán McNamara1-8/+8
2021-05-18gtk[3|4] operate on prefetched GtkEditableCaolán McNamara1-33/+35
2021-05-18Typo: solt=>slotJulien Nabet1-5/+5
2021-05-18Related: tdf#138604 sw: advertise AT_CHAR as "to char"Miklos Vajna2-0/+4
2021-05-18tdf#112369 allow to disable the add command button in menu customizebaltasarq3-25/+71
2021-05-18tdf#127533 Make Tip-of-the-Day dialog non-modal and allow multiple tips to openMatt K6-5/+64
2021-05-18tdf#142335: fix bashism in configure.acJulien Nabet1-1/+1
2021-05-18tdf#142252 Reorder navigation commands of Calc Print Preview toolbarGabor Kelemen1-2/+2
2021-05-18Resolves tdf#142041 - Hyperlink to file locationHeiko Tietze1-1/+4
2021-05-18make --disable-odk the defaultNoel Grandin27-6/+32
2021-05-18loplugin:stringview (--enable-breakpad)Stephan Bergmann1-1/+1
2021-05-18tdf#104169 - Change mouse cursor to FatCross in calc spreadsheetSarabjot Singh20-7/+96
2021-05-18Use implicit conversion from OStringBuffer to std::string_viewStephan Bergmann1-1/+1
2021-05-18tdf#142276 Use vertical GtkBox insted of horizontal GtkGrid for the left side.Gülşah Köse1-43/+42
2021-05-17tdf#141677 Make columns sortableGülşah Köse3-10/+34
2021-05-17fix is_double_buffered_windowNoel Grandin1-2/+2
2021-05-17dont leak slot-list in updateSlotsNoel Grandin1-2/+2
2021-05-17gtk4: reenable buttonCaolán McNamara8-33/+74
2021-05-17fix some leaks in SigningNoel Grandin1-1/+6
2021-05-17don't leak on error path in Coin solverNoel Grandin1-0/+1
2021-05-17don't leak ICU transliteratorNoel Grandin2-3/+4
2021-05-17Simplify some initializations in connectivityJulien Nabet5-86/+86
2021-05-17tdf#142165 restore a SwShellTableCursor if the orig selection described thatCaolán McNamara1-2/+6
2021-05-17sc_ucalc: move formula tests to their own moduleXisco Fauli9-699/+536
2021-05-17sc_ucalc: use DoLoad instead of DoInitNewXisco Fauli5-201/+15
2021-05-17Resolves: tdf#128314 Use GenitiveMonths name also if comma is followingEike Rathke1-4/+6
2021-05-17Fix types and orderSamuel Mehrbrodt3-7/+7
2021-05-17Fix typosAndrea Gelmini6-8/+8
2021-05-17dont leak NSS Arena in svl::crypto::Signing::SignNoel Grandin1-0/+3
2021-05-17vcl PDF export: fix re-exporting PDF images with arbitrary page-level rotationMiklos Vajna3-21/+99
2021-05-17small perf improvement in checking for noteNoel Grandin5-5/+49
2021-05-17sc_ucalc: move copypaste tests to their own moduleXisco Fauli7-6819/+6960