summaryrefslogtreecommitdiff
path: root/vcl/source/window/layout.cxx
AgeCommit message (Expand)Author
2024-09-21vcl: Move UTF-16 toBool helper to it's local non-UTF16 equivalentMichael Weghorn
2024-09-12These bogus -Wdangling-reference still hit with current GCC 15 trunkStephan Bergmann
2024-07-25tdf#85677: Add support for Windows touch gestures (panning,zooming)Tibor Nagy
2024-07-17vcl: support for Windows ITaskbarList3 interfaceVasily Melenchuk
2024-05-10loplugin:ostr in vclNoel Grandin
2024-04-04A number of bogus GCC 13 warnings still hit with recent GCC 14 trunkStephan Bergmann
2024-02-23Do not suppress newer compiler warnings on WindowsMike Kaganski
2023-11-29Online: Put the image width height info into json.Gülşah Köse
2023-07-24jsdialog: dark mode support in drawing areaSzymon Kłos
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-31jsdialog: enable sort dialogSzymon Kłos
2023-03-23jsdialog: render full edit engine contentSzymon Kłos
2023-03-21gtk4: use PANEL a11y role for VclBox under gtk4Caolán McNamara
2023-03-21typo: then->themCaolán McNamara
2023-03-21jsdialog: dump properties of scrolled windowSzymon Kłos
2023-03-15Silence some false -Werror=dangling-referenceStephan Bergmann
2023-03-06no need to allocate these separatelyNoel Grandin
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt
2022-08-22DumpAsPropertyTree: use more efficient overloads of JsonWriter::putMike Kaganski
2022-08-09move scrbar.hxx to vcl/toolkitCaolán McNamara
2022-07-26lok: allow shrinking too big widgetsSzymon Kłos
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2022-06-29Adapt to LLVM 15 trunk libc++ dropping std::unary_/binary_functionStephan Bergmann
2022-06-09a Frame has max two childrenCaolán McNamara
2022-06-03Related: tdf#147844 still log the discrepancyAron Budea
2022-05-27tdf#147844: Use sanity check only if LibreOfficeKit is activeXisco Fauli
2022-04-14Resolves: tdf#148476 allow dialog resize buttons to "shrink" againCaolán McNamara
2022-04-01uitest: add wrapper for VclExpanderXisco Fauli
2022-03-08Resolves: tdf#147722 ScrolledWindow expands beyond buttonboxCaolán McNamara
2022-02-16Add sanity check to avoid potential crash in the Collabora Online serverTor Lillqvist
2022-01-27tdf#144166 use border drawing style for VclScrolledWindowCaolán McNamara
2021-10-21loplugin:flattenNoel Grandin
2021-10-08sort buttons using id instead of HelpIdCaolán McNamara
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-15Resolves: tdf#143487 don't draw a border at all for DrawFrameStyle::NONECaolán McNamara
2021-09-07Related: tdf#142458 don't change border size during PaintCaolán McNamara
2021-09-03tdf#142458 Set correct ScrolledWindow BorderWidth in the ctorCaolán McNamara
2021-08-05move RequestHelp into layout.cxxCaolán McNamara
2021-06-04android: Fix DrawingArea inside CsvTableBox is shrinkedmerttumer
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-12tdf#141426 Fix VclBox inital size allocation.Gülşah Köse
2021-05-06tdf#141424 Include the margin sizes while calculating width of window.Gülşah Köse
2021-05-05tdf#141424 Include the margin sizes while calculating width of window.Gülşah Köse
2021-04-16jsdialog: uitest: handle click for drawing areaSzymon Kłos
2021-04-01Resolves: tdf#141258 turn scrollbars on/off once per layout loopCaolán McNamara
2021-03-01tdf#140537 scroll-wheeling shouldn't affect disabled scrollbarsCaolán McNamara
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara
2021-01-06remove support for deprecated GtkAlignmentCaolán McNamara
2020-12-29jsdialog: export alignment typeSzymon Kłos