summaryrefslogtreecommitdiff
path: root/framework/source/uielement
AgeCommit message (Expand)Author
2023-04-15Simplify initialized checkMike Kaganski
2023-04-10Use of O(U)StringNumber for float/double is actually a pessimisationMike Kaganski
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-25loplugin:stringadd in editeng..frameworkNoel Grandin
2023-03-21sc drawstyles: Handle style commands and undoMaxim Monastirsky
2023-03-14elide some temporary OStringsNoel Grandin
2023-02-28tdf#153857 Writer hangs right-clicking on form fieldNoel Grandin
2023-02-22BaseMutex->std::mutex in PopupMenuControllerBaseNoel Grandin
2023-02-14osl::Mutex->std::mutex in ConfigurationAccess_UICommandNoel Grandin
2023-02-03tdf#56696 - Sort recent document list according to current LibO moduleAndreas Heinisch
2023-01-14XUnoTunnel->dynamic_cast in VCLXMenuNoel Grandin
2023-01-14use more VCLXPopupMenu instead of XPopupMenuNoel Grandin
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-20loplugin:unocast (weld::TransportAsXWindow)Stephan Bergmann
2022-12-14loplugin:implinheritancehelper in frameworkNoel Grandin
2022-12-14loplugin:unocast (framework::AddonsToolBarWrapper)Stephan Bergmann
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-10-03tdf#127856: sc: Status bar "languages" when you click...Henry Castro
2022-09-30tdf#151172 crash in notebookbar with extension enabledMaxim Monastirsky
2022-08-30tdf#149956 Rework toolbar image flippingMaxim Monastirsky
2022-08-30tdf#149741 tdf#149956 Make flipping work also in the sidebarMaxim Monastirsky
2022-08-30tdf#149956 Remove previous vcl only solutionMaxim Monastirsky
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-10Missing colon in toolbar help idsMaxim Monastirsky
2022-08-10Make ToolBox::InsertItem take the command nameMaxim Monastirsky
2022-08-10Unnecessary ToolBox::SetItemText callMaxim Monastirsky
2022-08-04tdf#150249 close of popover not detectedCaolán McNamara
2022-07-18Simplify by using InitAnyPropertySequenceMaxim Monastirsky
2022-07-18Remove the broken SupportsVisible hackMaxim Monastirsky
2022-07-17No need for SfxWeldToolBoxControllerFactoryMaxim Monastirsky
2022-07-13tdf#149956 Pass the correct frame to VclStatusListenerMaxim Monastirsky
2022-07-05tdf#149741 Mirror insert column icons for RTL tablesMaxim Monastirsky
2022-06-28NewMenuController: Use status update to determine the default factoryMaxim Monastirsky
2022-06-17tdf#125040 Ignore the default contextMaxim Monastirsky
2022-06-16tdf#125040 Avoid flickering on context changeMaxim Monastirsky
2022-06-13tdf#125040 Make single mode toolbar context awareMaxim Monastirsky
2022-06-02clang-tidy modernize-pass-by-value in frameworkNoel Grandin
2022-05-27tdf#149170 framework,sfx2: don't add ReadOnly=falseMichael Stahl
2022-05-17elide some OUString allocationNoel Grandin
2022-05-14simplify initialisation in ToolBarManager::CreateControllersNoel Grandin
2022-05-08osl::Mutex->std::mutex in framework::ToolBarManagerNoel Grandin
2022-05-07osl::Mutex->std::mutex in framework::StatusBarManagerNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in frameworkStephan Bergmann
2022-05-01use more string_view in variousNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-03-25Fold MenuBarManager::Destroy into its only call siteStephan Bergmann