summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2022-01-14Resolve tdf#124572 - Draw a faint line between tabsHeiko Tietze1-0/+11
2022-01-10use less SvStream::Flush()Noel Grandin1-1/+1
2022-01-02Introduce OUString::unacquired(const OUStringBuffer&)Mike Kaganski1-1/+1
2022-01-01osl::Mutex->std::mutex in Svt*OptionsNoel Grandin5-30/+38
2021-12-25use comphelper::WeakComponentImplHelper in ValueSetAccNoel Grandin2-23/+17
2021-12-21Fix typo and removed duplicated commentAndrea Gelmini1-2/+2
2021-12-20osl::Mutex->std::mutex in AcceleratorExecuteNoel Grandin1-14/+14
2021-12-19use more cppu::BaseMutexNoel Grandin1-1/+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-12Small simplificationMike Kaganski1-12/+3
2021-12-11tdf#146173: combine non-BMP characters' surrogates correctlyMike Kaganski1-0/+20
2021-12-10tdf#146048: detect UTF-16 without BOMMike Kaganski2-60/+40
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-12-01tdf#145964 related: also drop special-casing in TransferableHelper::SetStringMike Kaganski1-1/+1
2021-11-26loplugin:stringliteraldefine in stoc,svtoolsNoel Grandin3-117/+114
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
2021-10-23Prefix just nDataRowHeight in brwbox so we can fix a typoJulien Nabet2-10/+10
2021-10-19Related: tdf#145173 Add English (Israel) {en-IL} 0xB409 to language listEike Rathke1-1/+2
2021-10-19Use MsLangId::getConfiguredSystemUILanguage()Eike Rathke1-1/+1