summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2020-10-25Replace list by vector in svtools/sampletextJulien Nabet1-5/+5
2020-10-24Resolves: tdf#137703 crash on 2nd launch of cell bg color dropdownCaolán McNamara1-0/+1
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara23-23/+23
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-3/+3
2020-10-19use tools::Long in svtoolsNoel26-519/+520
2020-10-16add a DrawingAreaUIObject to avoid need to include layout.hxx for uitestCaolán McNamara2-14/+10
2020-10-15need to ClearFormats to invalidate cache of what is dndedCaolán McNamara1-0/+6
2020-10-12tdf#134742 Distinguishing all CJK fonts such as Noto CJK Fonts.DaeHyun Sung1-21/+39
2020-10-09inherit OStringTransferable from TransferDataContainerCaolán McNamara1-14/+3
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara2-5/+1
2020-10-06loplugin:const& make some params and methods constNoel1-1/+1
2020-10-04loplugin:reducevarscope in store..svtoolsNoel5-10/+8
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-1/+1
2020-09-29tdf#136520 allow color popdowns to be tearable againCaolán McNamara1-2/+5
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák2-2/+2
2020-09-24Related: tdf#115436 Add English (Kenya) {en-KE} to language listEike Rathke1-1/+2
2020-09-21update pchesCaolán McNamara1-1/+2
2020-09-19tdf#134157 fix Edit with external tool causes a CPU hitTomofumi Yagi1-9/+12
2020-09-17tdf#136737 grid in change icon dialog ends up oversizedCaolán McNamara1-0/+4
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann3-1795/+1798
2020-09-12Replace remaining uses of sal_uCharJulien Nabet1-3/+3
2020-09-12replace sal_IntPtr with simple integer typeCaolán McNamara2-7/+7
2020-09-12tdf#136217 fix moving tag in writerNoel Grandin1-1/+1
2020-09-11invalidate prerendered fontname cache on style changeCaolán McNamara1-15/+36
2020-09-11convert IMAP_OBJ to scoped enumNoel Grandin2-26/+26
2020-09-10remove image_position top from GtkButtonandreas kainz1-1/+0
2020-09-09tdf#134413 must add scrollbar width on turning it off to occupy the same spaceCaolán McNamara1-16/+20
2020-09-09Resolves: tdf#136494 get preferred height after contents filled inCaolán McNamara1-1/+2
2020-09-09tdf#135042 update scrolledwindow vadjustment when resizedCaolán McNamara1-9/+24
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin1-8/+0
2020-09-07loplugin:constantparamNoel Grandin1-1/+1
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann1-1/+1
2020-09-02use VCL_TOOLBOX_STYLE_FLAT directly instead of a define with the same valueCaolán McNamara1-3/+1
2020-09-02replace unnecessary includeCaolán McNamara1-1/+1
2020-09-02weld TabBarEditCaolán McNamara3-70/+105
2020-09-01tdf#136319 do logging before calling handler which might destroy the valuesetCaolán McNamara1-1/+1
2020-09-01Fix typo in codeAndrea Gelmini1-23/+23
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann1-1/+1
2020-08-29Fix typosAndrea Gelmini1-1/+1
2020-08-29Fix typosAndrea Gelmini1-2/+2
2020-08-29Make the OUString ConstCharArrayDetector::TypeUtf16 overloads are actually usedStephan Bergmann1-4/+4
2020-08-29Directly use OUStringBuffer::indexOfStephan Bergmann1-1/+1
2020-08-28move ScrollableWindow to beside its only consumerCaolán McNamara2-346/+0
2020-08-28drop unneeded includeCaolán McNamara1-1/+0
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann3-1798/+1799
2020-08-27uitest : Change all the ValueSet uitest statments to CHOOSEAhmed ElShreif1-1/+1
2020-08-27uilogger : Add support in the Logger and DSL for ValueSetAhmed ElShreif1-0/+13
2020-08-27add a DisableCycleFocusOut flag for an all-welded hierarchyCaolán McNamara1-1/+1
2020-08-26make get_extents_relative_to constCaolán McNamara3-10/+3
2020-08-24restore translatable="no"Caolán McNamara1-10/+10