summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)Author
2021-12-13remove newly unused Menu::InsertItem variantCaolán McNamara
2021-12-10tdf#127341 Do not activate TextEdit at right-klick on URL in calcArmin Le Grand (Allotropia)
2021-12-06Revert "tdf#145354: Ensure displayed paper name matches displayed paper ..."Tor Lillqvist
2021-12-02undo "allow vcl gen menus to have non-square images"Caolán McNamara
2021-11-29move PopupMenu::IsInExecute out of vcl/include/menu.hxxCaolán McNamara
2021-11-28don't need to include vcl/menu.hxx from vcl/menubarupdateicon.hxxCaolán McNamara
2021-11-23Crash around help-windows.Michael Meeks
2021-11-23avoid only painting to windows in LOK mode, not invalidationsLuboš Luňák
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-23tdf#129638 print preview: use new paper size after switching pageJustin Luth
2021-11-19rtl::Static->thread-safe static in vclNoel Grandin
2021-11-18draw symbols using polygons instead of raster of linesLuboš Luňák
2021-11-18allow vcl gen menus to have non-square imagesCaolán McNamara
2021-11-17weld colormenuCaolán McNamara
2021-11-17drop unused PopupMenuFlags::NoHorzPlacementCaolán McNamara
2021-11-09One LogicToLogic lessMike Kaganski
2021-11-09tdf#145354: Don't let an arbitrary paper size match any other arbitrary sizeTor Lillqvist
2021-11-03tdf#145354: Don't claim random paper sizes from the system are "User Defined"Tor Lillqvist
2021-11-03tdf#145354: Ensure displayed paper name matches displayed paper dimensionsTor Lillqvist
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski
2021-10-31tools::Long->sal_Int32 in ToolboxNoel Grandin
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-10-22return weld::Builder by unique_ptrNoel Grandin
2021-10-21loplugin:flattenNoel Grandin
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin
2021-10-20add suggested-action to some buttonsCaolán McNamara
2021-10-18sw: avoid popup window for the EmbeddedObject property of an UNO OLE objectMiklos Vajna
2021-10-17Simplify vector initialization in vclJulien Nabet
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-08vertical centering is WB_VCENTER not WB_CENTERCaolán McNamara
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock
2021-10-08loplugin:moveparam in vclNoel Grandin
2021-10-08add 'destructive-action' to the yes of delete header/footer messageboxesCaolán McNamara
2021-10-08sort buttons using id instead of HelpIdCaolán McNamara
2021-10-08tdf#144984 default edit width got widerCaolán McNamara
2021-10-05do not block out PaintImmediately() in LOK modeLuboš Luňák
2021-10-05Check mpWindowImpl before use in Window::EndTrackingSzymon Kłos
2021-10-05remove useless '&& true'Luboš Luňák
2021-10-04Fix typosAndrea Gelmini
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-09-29drop 'using namespace std' hereRoman Kuznetsov
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28optimize out a bit of Invalidate() in LOK modeLuboš Luňák
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-25vcl: Add sal/config.h in preparation for patchChris Sherlock
2021-09-23WB_DEFAULTWIN should be sufficient to flag that no icon is requiredCaolán McNamara
2021-09-23tdf#144624 Prevent infinite recursion when loading SVG iconAleksei Nikiforov
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: vclStephan Bergmann