summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2024-12-03Simplify ImplStyleDataMike Kaganski
2024-12-03vcl: flatten functions in bitmapex.cxxChristopher Sherlock
2024-12-02vcl: Simplify MenuBar::ImplDestroy a bitMichael Weghorn
2024-12-02vcl: Drop unnecessary null checkMichael Weghorn
2024-12-02vcl: Switch MenuBar::ImplCreate param to MenuBarWindow*Michael Weghorn
2024-12-02vcl: Consistently use pMenuBarWindow in MenuBar::ImplCreateMichael Weghorn
2024-12-02vcl: Drop commented code in menu.cxxMichael Weghorn
2024-12-02vcl: Merge PopupMenu::PrepareRun into PopupMenu::ImplExecuteMichael Weghorn
2024-12-02vcl: Use existing PopupMenu::ImplGetFloatingWindowMichael Weghorn
2024-12-02vcl: Use VclPtr<PopupMenu> and reduce castingMichael Weghorn
2024-12-02vcl: Pass GetSystemMenuData param by refMichael Weghorn
2024-12-02vcl: Add a default SalMenu::GetSystemMenuData implementationMichael Weghorn
2024-12-02vcl: Make Menu::ImplGetSalMenu constMichael Weghorn
2024-12-02vcl: Prefix Menu::pWindow member with "m_"Michael Weghorn
2024-12-02vcl: Consolidate to one Menu::pWindow getterMichael Weghorn
2024-12-02loplugin:unnecessaryvirtualNoel Grandin
2024-12-02Drop Window::IsAccessibilityEventsSuppressed paramMichael Weghorn
2024-12-02vcl a11y: Drop newly unused vcl::Window::SetAccessibilityEventsSuppressedMichael Weghorn
2024-12-01tdf#130857 qt weld: Support "Insert Breaks" dialogMichael Weghorn
2024-12-01tdf#130857 qt weld: Support "Split Table" dialogMichael Weghorn
2024-12-01tdf#130857 qt weld: Support "Split Cells" dialogMichael Weghorn
2024-11-30cid#1635783 silence Using invalid iteratorCaolán McNamara
2024-11-30tdf#130857 vcl: Deduplicate extract* methods returning OUStringMichael Weghorn
2024-11-30tdf#130857 vcl: Deduplicate extract* methods returning boolMichael Weghorn
2024-11-30vcl: Drop local var pointing to self in WindowData ctorMichael Weghorn
2024-11-30tdf#130857 qt weld: Assign QtInstanceFrame::m_pGroupBoxMichael Weghorn
2024-11-30tdf#130857 qt weld: Implement more TreeView methods wrt selectionMichael Weghorn
2024-11-30tdf#130857 qt weld: Add member for tree view selection modelMichael Weghorn
2024-11-30tdf#130857 qt weld: Notify about current tree view item changeMichael Weghorn
2024-11-30tdf#130857 qt weld: Call tree view row activation handlerMichael Weghorn
2024-11-30tdf#130857 qt weld: Support "Paste Special" dialogMichael Weghorn
2024-11-30tdf#130857 qt weld: Implement QtInstanceTreeView::get_selected_{id,text}Michael Weghorn
2024-11-30tdf#130857 qt weld: Implement QtInstanceTreeView::find_{id,text}Michael Weghorn
2024-11-30tdf#130857 qt weld: Implement setting tree view entry IDMichael Weghorn
2024-11-30tdf#130857 qt weld: Evaluate GtkTreeView:show-expanders propertyMichael Weghorn
2024-11-30tdf#130857 qt weld: Evaluate tree view header visibilityMichael Weghorn
2024-11-30tdf#130857 VclBuilder: Move extractHeadersVisible to base classMichael Weghorn
2024-11-30tdf#130857 qt weld: Support Calc's "Show Sheet" dialogMichael Weghorn
2024-11-30tdf#130857 qt weld: Implement basic tree view logicMichael Weghorn
2024-11-29LibreOffice Theme Part 2: GTK Color CustomizationSahil Gautam
2024-11-29tdf#158237 Use C++20 contains() instead of find() and end()Manish
2024-11-29Related: tdf#163945 don't directly flush graphics with Skia/MetalPatrick Luby
2024-11-29pdf: R6 hash algorithm and test, introduce PDFEncryptorR6Tomaž Vajngerl
2024-11-29tdf#164048 sw a11y: improve error/warning levels withBalazs Varga
2024-11-29tdf#130857 qt weld: Implement QtInstanceTreeView::set_selection_modeMichael Weghorn
2024-11-29cid#1607551 silence Overflowed constantCaolán McNamara
2024-11-28tdf#163913 Implement font-relative marginsJonathan Clark
2024-11-28tdf#143148: Replace include guards with #pragma once in XpmReader.hxxManish
2024-11-28loplugin:fakeboolStephan Bergmann
2024-11-28loplugin:reftotempStephan Bergmann