summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2021-09-14tdf#142415 mouse events not propogated to table control event handlersCaolán McNamara1-0/+33
2021-08-31tdf#144183: restore 'erase' that was accidentally droppedMike Kaganski1-0/+1
2021-08-25ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-08-17tdf#143357 use a DateFormatter and a separate Calendar menubuttonCaolán McNamara1-2/+5
2021-08-10Resolves: tdf#143023 explicitly connect to ControlBase focus-[in/out]Caolán McNamara1-0/+1
2021-07-21tdf#143452: make 2 buttons in the date form control translatableJulien Nabet1-2/+2
2021-07-18make calendar button small-button style so it fits in limited heightCaolán McNamara1-0/+3
2021-07-15crashreporting: Crash seen in CachePreview from Idle UpdateHdlCaolán McNamara1-1/+4
2021-07-15a11y crash on teardown of FmXGridPeerCaolán McNamara1-4/+10
2021-07-13Revert "flatten ValueSet item array"Caolán McNamara3-110/+110
2021-06-11Simplify Sequence/vector initializationsJulien Nabet1-3/+1
2021-06-10Simplify Sequences initializations (sot/stock/svl/svtools/svx)Julien Nabet1-13/+2
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-5/+0
2021-06-08Resolves tdf#131817 - Option to globally switch toolbar locking on/offHeiko Tietze2-63/+78
2021-06-06add x-office-calendar to allow symbolic namesCaolán McNamara1-1/+1
2021-06-04tdf#142638 crash leaving embedded object (GTK3)Noel Grandin1-0/+2
2021-06-03HtmlWriter: add end tag checking and helper for attribute writingTomaž Vajngerl2-5/+41
2021-06-01Add Sesotho {st-LS} 0x8030 to language listEike Rathke1-1/+2
2021-05-29flatten TabBar item listNoel Grandin1-137/+136
2021-05-29no need to allocate these on the heapNoel Grandin1-10/+10
2021-05-29flatten ValueSet item arrayNoel Grandin3-110/+110
2021-05-28tdf#142150 nothing already selected on MouseUp without previous MouseDownCaolán McNamara1-1/+3
2021-05-25tdf#142479 on 'return' select the entry the cursor is in before calling SelectCaolán McNamara1-0/+8
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara6-9/+9
2021-05-20move some headers inside modulesNoel Grandin4-2/+97
2021-05-19pass CheckButton argument instead of its Button baseclassCaolán McNamara1-1/+1
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-2/+1
2021-05-17split OutputDevice from WindowNoel Grandin9-51/+51
2021-05-07embeddedobj: handle getting the visible area on a threadMiklos Vajna1-0/+2
2021-05-06loplugin:unusedmethodsNoel Grandin1-1/+0
2021-05-06Add English (Denmark) {en-DK} locale dataEike Rathke1-1/+2
2021-05-05convert sal_uLong and tools::Long in vcl/settingsNoel Grandin1-1/+1
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-4/+4
2021-05-03vcl: remove MetricVectorChris Sherlock1-1/+1
2021-05-03sal_uLong->sal_Int32 in IMapCircleObjectNoel Grandin1-1/+1
2021-05-03sal_uLong->sal_uInt32 in HTMLOutFuncsNoel Grandin1-2/+2
2021-05-02sal_uLong->sal_uInt32 in SvParserNoel Grandin2-18/+18
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann11-27/+27
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-1/+1
2021-04-28use string_view in INetURLObject::encodeNoel Grandin2-5/+5
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-40/+25
2021-04-27use more string_view in tools/streamNoel Grandin4-15/+15
2021-04-23we want the a11y screen locationCaolán McNamara1-1/+1
2021-04-20rename DrawFocusRect to InvertFocusRectCaolán McNamara1-2/+2
2021-04-20uniformly remove xalign of 0Caolán McNamara1-2/+0
2021-04-19convert some #define to OUStringLiteralNoel Grandin2-33/+33
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-3/+3
2021-04-14tdf#115464 Added "prevent input" in export dialogAditya Pratap Singh3-246/+304
2021-04-12forward decl vcl::Window in uiobject.hxxCaolán McNamara1-0/+1
2021-04-09Avoid user interaction when determining recent documents' MIME typesStephan Bergmann1-7/+31