summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2023-04-11Revert "[API CHANGE] Add createShortCutManager function to..."Gökay Şatır1-23/+0
2023-02-24Fix build error when compiling on iOS or macOS with Xcode 14.2Patrick Luby1-0/+2
2023-02-22[API CHANGE] Add createShortCutManager function to uiconfigurationmanager.Gökay Şatır1-0/+21
2023-01-10tdf#88484: Show sample text for Abyssinica SIL fontKhaled Hosny1-0/+6
2022-12-02svtools: add new entry "RestProtocol"Henry Castro1-1/+20
2022-09-13new uno command uno:Translate with deepl apiMert Tumer2-0/+129
2022-07-05Added option to disable ssl verification for languagetoolMert Tumer1-0/+16
2022-06-27svtools: avoid divide by zero in calcCustomItemSizeXisco Fauli1-1/+2
2022-06-14LanguageTool Grammar Checker implementationMert Tumer2-0/+165
2022-04-27Resolves: tdf#141441 get and set selected entry when "unfrozen"Caolán McNamara1-16/+12
2022-02-14support for the WebP image format (tdf#114532)Luboš Luňák5-17/+88
2022-02-14use more cppu::BaseMutexNoel Grandin1-1/+0
2022-02-14tdf#113191: Add 21 and 42 in size list for CJK for typographic scale conventionJulien Nabet1-0/+2
2022-02-05We no longer know how to contact TLX anywayStephan Bergmann1-15/+0
2021-12-18Resolves: tdf#145853 Add Interslavic Latin|Cyrillic to language listEike Rathke1-1/+3
2021-12-17tdf#146250 fix SvxHtmlOptions::IsDefaultTextEncodingNoel Grandin1-1/+2
2021-12-13tdf#146173: combine non-BMP characters' surrogates correctlyMike Kaganski1-0/+20
2021-12-13tdf#146048: detect UTF-16 without BOMMike Kaganski2-60/+40
2021-12-03tdf#145964 related: also drop special-casing in TransferableHelper::SetStringMike Kaganski1-1/+1
2021-11-25sw: allow viewing OLE objects in protected sectionsMiklos Vajna1-1/+20
2021-11-24Resolves: tdf#145840 call ToggledDavsHdl on setting checkbox stateCaolán McNamara1-0/+2
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-5/+5
2021-11-22tdf#132470 tabbar: revert back to bold font on visible tabJustin Luth1-2/+5
2021-11-19gtk3: default to an explicit constrain-to for PopoversCaolán McNamara3-0/+3
2021-11-19rtl::Static->thread-safe static in svtoolsNoel Grandin6-37/+33
2021-11-17Remove newly redundant breakStephan Bergmann1-1/+0
2021-11-16svtools: HTMLParser: don't insert EOF into stringsMichael Stahl1-6/+2
2021-11-16ofz#40766 svtools, sw: HTMLParser: really stop inserting control charsMichael Stahl1-1/+5
2021-11-15add a rule to enforce always-show-image of True if an image is usedCaolán McNamara1-0/+1
2021-11-15Resolves: tdf#140250 don't share adjustments between differerent spinbuttonsCaolán McNamara1-2/+16
2021-11-11Handle UNO command aliases in ToolBoxesSzymon Kłos1-0/+25
2021-11-09tdf#145158: pre-multiply the value by factor before conversionMike Kaganski1-2/+2
2021-11-07Resolves: tdf#145386 Use "Default" for LANGUAGE_PROCESS_OR_USER_DEFAULTEike Rathke1-6/+7
2021-11-03loplugin:constparamsNoel Grandin2-2/+2
2021-11-02keep showing focus rect on the first element during highlightCaolán McNamara1-11/+21
2021-11-02mbDrawSelection is always true when evaluatedCaolán McNamara1-10/+4
2021-10-31Prepare for removal of non-const operator[] from Sequence in svtoolsMike Kaganski16-163/+104
2021-10-31uniformly allow focus into GtkToolbarCaolán McNamara1-1/+1
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin1-2/+2
2021-10-27make fat valueset selection rectangles solidCaolán McNamara1-39/+67
2021-10-27draw valuesets with a visual difference between selected and mouse hoverCaolán McNamara1-25/+67
2021-10-27if the mouse move is a leave event ignore the crossing positionCaolán McNamara1-3/+3
2021-10-27remove highlight when mouse tracking is finishedCaolán McNamara1-1/+1
2021-10-27don't second guess the theme colors in valuesetsCaolán McNamara1-21/+0
2021-10-27dont draw highlighted value with focus, only focus the selected valueCaolán McNamara1-6/+8
2021-10-27don't second guess the theme colors in valuesetsCaolán McNamara1-20/+3
2021-10-26ValueSet doesn't use WB_NOPOINTERFOCUS anymoreCaolán McNamara1-8/+2
2021-10-26grab focus if clicked on anywhere, not just on a specific valueCaolán McNamara1-9/+16
2021-10-26don't do any work if we'll ignore it afterwardsCaolán McNamara1-2/+2
2021-10-23Fix typo to complete commit 25278dc22ff6Andrea Gelmini1-10/+10