summaryrefslogtreecommitdiff
path: root/vcl/source/treelist
AgeCommit message (Expand)Author
2022-06-15Make sure pEntry is not nullSamuel Mehrbrodt
2022-06-13vcl: Trigger IconView action on space key as wellMichael Weghorn
2022-06-10Entry may have no textMike Kaganski
2022-06-09Accessibility for IconViewMike Kaganski
2022-06-09loplugin:unusedmethodsNoel Grandin
2022-06-03elide some makeStringAndClear() classNoel Grandin
2022-06-01Introduce weld::IconView::insert_separatorMike Kaganski
2022-06-01Don't resize to parent windowMike Kaganski
2022-05-27Drop useless text width calculationMike Kaganski
2022-05-17std::map -> std::unordered_map (tdf#149112)Luboš Luňák
2022-05-14Fix typoAndrea Gelmini
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin
2022-05-12make the expand/collapse node drawing easier to readCaolán McNamara
2022-05-12tdf#148740 draw expanders instead of using iconsCaolán McNamara
2022-05-12merge SetNodeBitmaps and SetNodeDefaultImagesCaolán McNamara
2022-05-11GetDontKnowNodeBmp is always emptyCaolán McNamara
2022-05-04Related: tdf#131725 if SvTreeListBox RTL set, set scrollbars to matchCaolán McNamara
2022-05-03Don't add empty labels to fontwork's icon viewMike Kaganski
2022-05-02Reimplement IconView::PaintEntryMike Kaganski
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-15Introduce rtl::createUriCharClassStephan Bergmann
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann
2022-03-11new loplugin:trivialdestructorNoel Grandin
2021-12-22tdf#129625, tdf#144672: sw: Add UItestXisco Fauli
2021-12-16Fix iOS compilation after recent changes to SequenceTor Lillqvist
2021-12-08only autopopup on mouse hover, not keyboard traversalCaolán McNamara
2021-12-03tdf#145604 indicate the row as the target when dropping in a visual treeCaolán McNamara
2021-12-03Windows format name is FileGroupDescriptorW for Unicode stringsMike Kaganski
2021-12-03Use strncpy to avoid overflow and fill the rest with nullsMike Kaganski
2021-12-03Windows format name is UniformResourceLocatorW for Unicode stringsMike Kaganski
2021-12-01tdf#145964 related: also drop special-casing in TransferableHelper::SetStringMike Kaganski
2021-11-27Related: tdf#144410 we don't want a gap in a multicol spanning separatorCaolán McNamara
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-19rtl::Static->thread-safe static in vclNoel Grandin
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski
2021-10-21loplugin:flattenNoel Grandin
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin
2021-10-04Related: tdf#143391 avoid creatinging a negative height for the scroll areaCaolán McNamara
2021-10-04Resolves: tdf#143391 scrolling by an entry height taller than visible areaCaolán McNamara
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-13loplugin:methodcyclesNoel Grandin
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin