summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)Author
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
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-17avoid more window invalidation in LOK modeLuboš Luňák
2021-09-15Resolves: tdf#143487 don't draw a border at all for DrawFrameStyle::NONECaolán McNamara
2021-09-15loplugin:constvarsNoel Grandin
2021-09-08Revert "Tentative fix for crash in the iOS app"Tor Lillqvist
2021-09-08avoid painting to windows in LOK modeLuboš Luňák
2021-09-07vcl: rename PrinterOptions to vcl::printer::OptionsChris Sherlock
2021-09-07Related: tdf#142458 don't change border size during PaintCaolán McNamara
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-03tdf#142458 Set correct ScrolledWindow BorderWidth in the ctorCaolán McNamara
2021-09-02tdf#35129 a11y: Let SPINBUTTON have role SPIN_BOX, not PUSH_BUTTONMichael Weghorn
2021-09-01tdf#135588 a11y: Consider text as a11y nameMichael Weghorn
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock
2021-08-30vcl: move TextLayoutCache into vcl::text namespaceChris Sherlock
2021-08-25Use o3tl::saturating_cast hereMike Kaganski
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin
2021-08-18jsdialog: dump selected state for toolitemsSzymon Kłos
2021-08-17jsdialog: dump image for toolitemsSzymon Kłos
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-11no need to allocate AllSettings separately in ImplSVAppDataNoel Grandin
2021-08-10flatten Accelerator a littleNoel Grandin