summaryrefslogtreecommitdiff
path: root/vcl/source/treelist
AgeCommit message (Expand)Author
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
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock
2021-08-18loplugin:constparamsNoel Grandin
2021-08-18tdf#143114 Avoid StartDrag on TreeListBox when CaptureOnButtonArmin Le Grand (Allotropia)
2021-08-17Replace GDIMetaFile::Write and WriteGDIMetaFile with SvmWriter::Writepanoskorovesis
2021-08-16Revert "tdf#143114 Avoid StartDrag on TreeListBox when CaptureOnButton"Julien Nabet
2021-08-13Replace ReadGDIMetaFile with SvmReader::Readpanoskorovesis
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl
2021-08-05vcl/accel.hxx is not used outside vclCaolán McNamara
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-31tdf#143114 Avoid StartDrag on TreeListBox when CaptureOnButtonArmin Le Grand (Allotropia)
2021-07-31osl::Mutex->std::mutex in DropTargetHelperNoel Grandin
2021-07-31osl::Mutex->std::mutex in DragSourceHelperNoel Grandin
2021-07-13tdf#143245 activate-on-single-click only if 'up' is at active entryCaolán McNamara
2021-07-02convert SvSortMode to scoped enumNoel Grandin
2021-07-02convert AccessibleBrowseBoxObjType to scoped enumNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-19use more TellEnd()Noel Grandin
2021-06-10loplugin:unnecessaryreturn SvImpLBox::SetMostRightNoel Grandin
2021-06-01configure: Refactor platform defaultsJan-Marek Glogowski
2021-05-27no need to allocate these on the heapNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin
2021-05-05factor in borders regardless of WB_BORDERCaolán McNamara
2021-05-05the border size SvTreeListBox uses is not StyleSettings::GetBorderSizeCaolán McNamara
2021-05-03vcl: remove MetricVectorChris Sherlock
2021-05-03sal_uLong->sal_uInt32 in SvTreeListNoel Grandin
2021-05-03sal_uLong->sal_Int32 in IMapCircleObjectNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-27use more string_view in tools/streamNoel Grandin
2021-04-22pEntry argument can be constCaolán McNamara
2021-04-21simplify stripStart/End pairs into a single strip callNoel Grandin
2021-04-19use more string_view in comphelper::stringNoel Grandin
2021-04-13tdf#124176 Use pragma once in vclsarynasser
2021-04-07rtl::Static -> function local staticNoel Grandin