summaryrefslogtreecommitdiff
path: root/vcl/source/control
AgeCommit message (Expand)AuthorFilesLines
2022-06-12Related: tdf#125040 NB: rework print preview contextMaxim Monastirsky1-29/+57
2022-06-10new loplugin:moveitNoel Grandin1-2/+1
2022-06-10Add asserts to those places where I fixed a EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli1-0/+2
2022-06-03implement "show-tabs" for TabControlCaolán McNamara1-17/+53
2022-06-03elide some makeStringAndClear() classNoel Grandin1-4/+6
2022-05-30Related: tdf#89131 draw up/down spins disabled if value is at max/minCaolán McNamara2-2/+36
2022-05-20vcl: avoid EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli1-2/+2
2022-05-05tdf#148771 in scrollable dropdowns show some lines before selected entryCaolán McNamara1-0/+5
2022-05-05use more o3tl::getTokenNoel Grandin2-4/+5
2022-05-03Just use Any ctor instead of makeAny in vclStephan Bergmann1-3/+3
2022-05-01jsdialog: export symbol for buttonsSzymon Kłos1-0/+47
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann2-2/+4
2022-04-13use more string_view in vclNoel Grandin1-6/+6
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-3/+4
2022-04-11use more string_viewNoel Grandin1-1/+1
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-5/+5
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-3/+4
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-4/+5
2022-04-08use more subView when converting to Int32Noel Grandin1-4/+4
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-14/+14
2022-03-04jsdialog: enable Accessibility Check dialogSzymon Kłos1-0/+7
2022-02-26cid#1500406 Uninitialized scalar fieldCaolán McNamara1-0/+3
2022-02-19uilogger: make vertical tab handling more robustIlmari Lauhakangas1-3/+2
2022-02-06We know the length hereMike Kaganski5-10/+6
2022-02-03tdf#125849 cannot modify the ruler unit of measure in translated UICaolán McNamara1-2/+2
2022-01-26move ToolBoxItemId into its own headerCaolán McNamara1-0/+1
2022-01-24gtk4: adapt to window_[g|s]et_default_widgetCaolán McNamara1-10/+4
2022-01-20WASM open links in new browser tabsJan-Marek Glogowski1-2/+3
2022-01-02Introduce OUString::unacquired(const OUStringBuffer&)Mike Kaganski1-2/+2
2021-12-30jsdialog: send default button stateSzymon Kłos1-0/+3
2021-12-29jsdialog: export common properties for ImageSzymon Kłos1-0/+1
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski2-9/+13
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin2-3/+3
2021-11-16Resolves: tdf#143511 SysObj is clipped out if the widget is out of viewCaolán McNamara1-0/+20
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák1-1/+1
2021-10-30tools::Long->sal_Int32 in GetCaretPositionsNoel Grandin1-13/+13
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin1-1/+1
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin2-2/+5
2021-10-22return weld::Builder by unique_ptrNoel Grandin1-2/+2
2021-10-21loplugin:flattenNoel Grandin1-19/+19
2021-10-17Simplify vector initialization in vclJulien Nabet1-4/+6
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2-13/+14
2021-10-10Revert "Initialize nDXBuffer array (vcl/edit)"Julien Nabet1-1/+1
2021-10-10Initialize nDXBuffer array (vcl/edit)Julien Nabet1-1/+1
2021-10-08loplugin:moveparam in vclNoel Grandin1-3/+3
2021-09-30loplugin:constmethod handle more casesNoel Grandin8-15/+16
2021-09-30Related: tdf#141633 drawing buttons to outputdevice affects later drawingCaolán McNamara1-1/+14
2021-09-29Resolves: tdf#144783 shift+RETURN not searching backwardsCaolán McNamara1-3/+1
2021-09-28gives names to all the Idles and TasksNoel Grandin8-13/+11
2021-09-28vcl: rename OutDevState to StackChris Sherlock6-15/+15