summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2020-06-24Fix sending reference marks for current selectionSzymon Kłos1-5/+11
2020-06-24tdf#133326 Crash after redoNoel Grandin1-2/+3
2020-06-24use more std::container::insert instead of std::copyNoel Grandin2-2/+2
2020-06-23tdf#133629 calc, crash on format borders on multiple sheetsNoel Grandin1-0/+1
2020-06-23remove JSON node erasingNoel Grandin2-46/+0
2020-06-23tdf#133699 Slow sorting of a columnNoel Grandin1-2/+1
2020-06-23jsdialog: weld SpinButton and CheckButtonSzymon Kłos1-2/+2
2020-06-22tdf#133855: sc: Add UItestXisco Fauli2-0/+53
2020-06-22tdf#128502: Avoid potential crash in mobile app with multiple open documentsTor Lillqvist1-1/+1
2020-06-22jsdialog: use for message dialogs on mobileSzymon Kłos1-1/+6
2020-06-22failed cell dependency check should not set invalid values (tdf#132451)Luboš Luňák5-4/+95
2020-06-22tdf#97177 speedup loading of large ODS fileNoel Grandin10-329/+173
2020-06-21uitest : Add support for Dropdown items in grid windowAhmed ElShreif2-2/+108
2020-06-21Fix typoAndrea Gelmini1-1/+1
2020-06-20use JsonWriter for the rest of ITiledRenderableNoel Grandin5-148/+145
2020-06-18distinguish active dnd-operation case from simple query caseCaolán McNamara1-2/+2
2020-06-18delay and batch calls to StartListeningFormulaCells() (tdf#132165)Luboš Luňák2-0/+22
2020-06-18new json writer for LOKNoel Grandin4-27/+16
2020-06-17tdf#133807 re-present search dialog after a short timeoutCaolán McNamara1-1/+1
2020-06-17tdf#133692: Spacing within Calc formulabar reworkedThorsten Wagner1-7/+10
2020-06-17inline typedefNoel Grandin2-6/+4
2020-06-16tdf#134038 use mnCheckWidthReq to avoid text width calculationCaolán McNamara1-1/+2
2020-06-16tdf#134038 insert in optimal orderCaolán McNamara2-29/+52
2020-06-16tdf#133268: Update non cmd icons, update Glue point iconsRizal Muttaqin1-1/+1
2020-06-16size width request to fit column hintCaolán McNamara4-14/+18
2020-06-16use hover-selection for filterlist dropdownCaolán McNamara1-0/+1
2020-06-16Use SvNumberformat::GetMaskedType()Eike Rathke1-8/+2
2020-06-15tdf#103414 Add/Delete decimal for 100th secondLaurent BP3-10/+12
2020-06-15consume tab key press in single-widget dropdownCaolán McNamara1-0/+4
2020-06-15ReleaseMouse so focus can be grabbed by the FilterFloatCaolán McNamara2-11/+25
2020-06-15rhbz#1847031 null-derefCaolán McNamara1-1/+1
2020-06-15WinBits are always the same for ScFilterFloatingWindowCaolán McNamara1-6/+7
2020-06-15Resolves: tdf#133985 make ok the defaultCaolán McNamara1-1/+0
2020-06-14tdf#133971 hold self-ref until we returnCaolán McNamara1-1/+4
2020-06-14Fix typoAndrea Gelmini1-1/+1
2020-06-14checklistmenu needs dockwin.hxx instead of floatwin.hxxJulien Nabet1-1/+1
2020-06-14Fix typoAndrea Gelmini1-1/+1
2020-06-13tdf#133855 return early if disposed by FilterSelectCaolán McNamara1-0/+5
2020-06-13tdf#133953 use a popover to show interactive row/column resize intoCaolán McNamara2-1/+15
2020-06-12weld checklistmenuCaolán McNamara20-2617/+1156
2020-06-12fix ASAN in SharedStringPoolNoel Grandin1-4/+4
2020-06-11loplugin:unusedmethodsNoel Grandin3-10/+0
2020-06-11tdf#132431: sc: Add unittestXisco Fauli2-0/+22
2020-06-11initialise ScMatrix once instead of twiceNoel Grandin1-5/+4
2020-06-10tdf#133858 opening spreadsheet with large array formula takes 10 minsNoel Grandin1-0/+9
2020-06-10CppunitTest_sc_uicalc: minimize test documentXisco Fauli1-0/+0
2020-06-10uitest: Add support for Calc / Format cell / background color selectorShiko1-0/+209
2020-06-10detect inconsistent SUMIFS() ranges when range reducing (tdf#132431)Luboš Luňák1-1/+9
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia26-41/+53
2020-06-10lokit: fix autofilter window position...Dennis Francis1-1/+14