summaryrefslogtreecommitdiff
path: root/vcl/source/control/imp_listbox.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-12-03tdf#129043 Correctly deliver combo box events when used with keyboardSamuel Mehrbrodt1-1/+4
2019-11-04Update listbox after scrollSzymon Kłos1-0/+2
2019-07-30Fix typosAndrea Gelmini1-1/+1
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen1-5/+0
2019-06-17tdf#101978 vcl combobox/listbox floating window: avoid flickerMiklos Vajna1-1/+8
2019-05-22VCL replace some code with common function callsJan-Marek Glogowski1-21/+7
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski1-1/+1
2019-04-03Related: tdf#124148 null-deref on clicking inside empty listboxCaolán McNamara1-2/+4
2019-03-28tdf#124148 add configurable margin for the listbox pop-up listTomaž Vajngerl1-19/+34
2019-03-26tdf#124146 Support panning (pan gesture) of the combobox listTomaž Vajngerl1-0/+4
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-01-23loplugin:constparams in vclNoel Grandin1-1/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin1-8/+5
2018-11-07map GtkTreeView to SvTreeViewBox now it is in vclCaolán McNamara1-15/+0
2018-11-01tdf#121030 invalidate referenced FontInstancesJan-Marek Glogowski1-1/+1
2018-11-01drop LISTBOX_ERRORNoel Grandin1-14/+4
2018-10-30Hide SalLayoutGlyphs detailsJan-Marek Glogowski1-0/+1
2018-10-16loplugin:singlevalfields in vclNoel Grandin1-17/+18
2018-09-28weld SvxNumberFormatTabPageCaolán McNamara1-0/+15
2018-09-10vcl: less text layout calls in ListBoxMiklos Vajna1-1/+24
2018-08-24Just set highlight color for focus rect list boxJan-Marek Glogowski1-1/+4
2018-08-24Fix list box focused text colorJan-Marek Glogowski1-6/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-13tdf#109353 - Base: Listbox doesn't show a value.Alex McMurchy19171-1/+1
2018-04-24loplugin:useuniqueptr in ImplListBoxWindowNoel Grandin1-2/+2
2018-04-20towards solving tdf#112323: Allow multiple separators in listboxesMuhammet Kara1-4/+25
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-3/+3
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-3/+3
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-4/+2
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-33/+33
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-21/+21
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2017-12-27Make line color consitent between CategoryListBox and simple ListBoxTamás Zolnai1-0/+1
2017-12-27tdf#111781 Drawing selection highlight twice in listBoxesBán Róbert1-2/+1
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-4/+4
2017-11-15loplugin:flatten in vclNoel Grandin1-39/+40
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-11/+11
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-16/+16
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-1/+1
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin1-16/+1
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-5/+5
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: vclStephan Bergmann1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-18/+18
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-2/+2