summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-18Related: tdf#145169 use "sftp" because that's a known ProtocolCaolán McNamara1-1/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2-4/+4
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski3-7/+8
2021-10-12loplugin:moveparam in variousNoel Grandin1-3/+3
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-2/+3
2021-10-09Typo: braket->bracketJulien Nabet1-10/+10
2021-10-08remove GtkLabel "xpad" propertyCaolán McNamara1-1/+0
2021-10-08don't warn about missing TopMostParentSystemWindowCaolán McNamara1-23/+13
2021-10-06Related: tdf#141633 similiarly support match spinbutton font sizeCaolán McNamara1-0/+3
2021-10-06CellController always controls something derived from svt::ControlBaseCaolán McNamara1-7/+3
2021-10-05drop 'using namespace std' in s* + toolkitJulien Nabet2-8/+6
2021-10-04Related: tdf#141633 similiarly support match combo/listbox font sizesCaolán McNamara1-4/+14
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann3-4/+4
2021-10-01tdf#141633 table control expects the textview widget to word-char wrapCaolán McNamara1-0/+1