summaryrefslogtreecommitdiff
path: root/vcl/source/treelist
AgeCommit message (Expand)AuthorFilesLines
2020-09-11drop misleading GetWindowTextColor useCaolán McNamara1-1/+0
2020-09-11convert IMAP_OBJ to scoped enumNoel Grandin2-32/+32
2020-09-11convert IMAP_FORMAT to scoped enumNoel Grandin1-13/+13
2020-09-02move Edit into toolkit only headersCaolán McNamara1-1/+1
2020-08-29loplugin:unusedmethodsNoel Grandin1-10/+0
2020-08-26make get_extents_relative_to constCaolán McNamara1-1/+1
2020-08-20loplugin:singlevalfieldsNoel Grandin1-114/+4
2020-08-20loplugin:virtualdeadNoel Grandin1-5/+5
2020-08-20loplugin:constantparamNoel Grandin1-2/+2
2020-08-17loplugin:unusedmethodsNoel Grandin2-28/+0
2020-08-16loplugin:unusedmethodsNoel Grandin4-60/+0
2020-08-16loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2020-08-16loplugin:virtualdeadNoel Grandin2-7/+0
2020-08-14loplugin:simplifybool moreNoel Grandin1-2/+2
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara9-19/+19
2020-08-12svlbitm.hxx can be toolkit only nowCaolán McNamara5-5/+5
2020-08-12expand out DELETEZ in vclNoel Grandin1-2/+4
2020-08-08loplugin:virtualdeadNoel Grandin3-46/+0
2020-08-07IMnemonicEntryList interface of SvTreeListBox is unusedCaolán McNamara1-40/+14
2020-08-07nothing calls EnableEntryMnemonics anymoreCaolán McNamara2-26/+0
2020-08-06for hover-select require mouse to be really over the rowCaolán McNamara1-0/+4
2020-08-04loplugin:elidestringvar (clang-cl)Stephan Bergmann1-2/+1
2020-08-04loplugin:unusedmethodsNoel Grandin1-5/+0
2020-08-04loplugin:flatten in vclNoel Grandin1-39/+39
2020-07-31drop unused SvTreeList::LastSelectedCaolán McNamara1-9/+0
2020-07-03DragDropMode::CTRL_COPY is deadNoel Grandin1-16/+11
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann2-2/+2
2020-06-27cid#1464969 Unchecked return valueCaolán McNamara1-3/+1
2020-06-25loplugin:virtualdeadNoel Grandin2-8/+1
2020-06-24loplugin:unusedmethodsNoel Grandin1-1/+0
2020-06-18ReleaseMouse if disposed during mouse downCaolán McNamara1-0/+3
2020-06-17ignore positions on top of scrollbars for GetTargetAtPointCaolán McNamara1-0/+22
2020-06-12allow hover-select to unselect when mouse outside treeviewCaolán McNamara1-3/+9
2020-06-09tdf#129856 invalidate old internal border if we scrollCaolán McNamara1-1/+8
2020-06-07Resolves: tdf#133744 stop processing if DoubleClickHdl consumed eventCaolán McNamara1-2/+1
2020-06-06focus rect in treeview doesn't match the selected areaCaolán McNamara1-13/+0
2020-06-05Upcoming loplugin:elidestringvar: vclStephan Bergmann1-5/+2
2020-06-04customize dialog menu treeview icons misplacedCaolán McNamara1-2/+2
2020-06-03skip unselectable entriesCaolán McNamara1-1/+1
2020-06-02add separators to TreeViewCaolán McNamara1-1/+32
2020-06-01support hover-selection in SvTreeListBoxCaolán McNamara2-2/+10
2020-06-01tdf#133527: the code may be called without solar mutex guardMike Kaganski1-0/+4
2020-05-30tdf#133365: only release solar mutex on WindowsMike Kaganski1-0/+6
2020-05-29loplugin:simplifybool in ucb..vclNoel Grandin1-1/+1
2020-05-27Resolves: tdf#133385 dangling pTargetEntry after remove or clearCaolán McNamara1-1/+6
2020-05-26emit activate-row in vcl treeview on returnCaolán McNamara1-2/+1
2020-05-25support activate-on-single-clickCaolán McNamara2-4/+11
2020-05-24Prevent deadlock accessing clipboardMike Kaganski1-0/+8
2020-05-24inline some use-once typedefsNoel Grandin1-4/+1
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara1-2/+2