summaryrefslogtreecommitdiff
path: root/vcl/source/control
AgeCommit message (Expand)Author
2018-07-06Resolves: tdf#115816 second 'Insert' menu is pasteCaolán McNamara
2018-03-25tdf#115892: properly get the box' saved valueMike Kaganski
2018-03-25tdf#94341: Set child transparent mode for ToolBoxMike Kaganski
2018-03-25lokdialog: Handle dialog items' invalidation in generalTamás Zolnai
2018-03-20Make line color consitent between CategoryListBox and simple ListBoxTamás Zolnai
2018-03-19lokdialog: Move lok cursor invalidation callbacks to vcl::CursorPranav Kant
2018-03-19lokdialog: Window* -> VclPtr<Window>, and a small simplification.Jan Holesovsky
2018-03-19lokdialog: Simplify; make the LOK dialog API more genericPranav Kant
2018-01-23tdf#115023 Check mpControlData for nullptrMaxim Monastirsky
2017-11-23tdf#111782: fix Wrong rendering of image radiobutton on Split Cells dialogG??bor Koruhely
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-15lokdialog: Expose cursor visible statusPranav Kant
2017-11-15lokdialog: Callback for dialog cursor invalidationPranav Kant
2017-11-15loplugin:flatten in vclNoel Grandin
2017-11-15Related tdf#113652: fix crash when closing Data providerJulien Nabet
2017-11-09loplugin:unusedvariable add some more std:: typesNoel Grandin
2017-11-09lokdialog: Support painting parts of the dialogPranav Kant
2017-10-30loplugin:constantparam in vclNoel Grandin
2017-10-27Handle decimalSeparatorAlternative, tdf#81671Eike Rathke
2017-10-27Handle decimalSeparatorAlternative, tdf#81671Eike Rathke
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-25Parsing locale decimal separator after OUStringBuffer::append(double) is wrongEike Rathke
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-18tdf#107224 use correct bg for notebookbarSzymon Kłos
2017-10-17turn implicit container explicit in buildable notebooksCaolán McNamara
2017-10-12Notebookbar: allow only one tab lineSzymon Kłos
2017-10-12prevent crash while disposing ListControl when children are disposedMarkus Mohrhard
2017-10-10add a method to get all entries from ListControlMarkus Mohrhard
2017-10-10store vcl::Window in ListControl to allow adding VclContainerMarkus Mohrhard
2017-10-06coverity#1418966 static_cast should be sufficientCaolán McNamara
2017-10-03convert WB_FORCECTRLBACKGROUND to bool field on EditNoel Grandin
2017-10-02lokdialog: Mouse events for dialog floating child windowsPranav Kant
2017-10-02lokdialog: Dialog invalidation supportPranav Kant
2017-09-30Translate German comments and debug strings (leftovers)Johnny_M
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt
2017-09-24tdf#106762 Base SvxColorToolBoxControl on svt::PopupWindowControllerMaxim Monastirsky
2017-09-22vcl: [loplugin:badstatics] xCharClassMichael Stahl
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin
2017-09-13drop first/last link callbackCaolán McNamara
2017-09-11Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M
2017-09-06Use o3tl::make_unique when var is unique_ptrJulien Nabet
2017-09-03Assertion when editing pattern fieldTamás Zolnai
2017-08-29move ListControl to vclMarkus Mohrhard
2017-08-21WB_CBLINESTYLE is deadNoel Grandin
2017-08-21WB_FAST/WB_TOPLEFTVISIBLE are deadNoel Grandin
2017-08-19convert WB_SLIDERSET to a bool fieldNoel Grandin
2017-08-17Fix typosAndrea Gelmini