summaryrefslogtreecommitdiff
path: root/vcl/source/app
AgeCommit message (Expand)Author
2022-01-14Removed duplicated includeAndrea Gelmini
2022-01-14VCL move SolarMutex (un)locking into (De)InitVCLJan-Marek Glogowski
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski
2022-01-14VCL move PrinterInfoManager into GenericUnixSalDataJan-Marek Glogowski
2022-01-12gbuild: build static LO / link static executablesJan-Marek Glogowski
2022-01-10Revert "Use clear() instead of remove_if"Mike Kaganski
2022-01-09Catch exception if failing to set the drag sourceJan-Marek Glogowski
2022-01-07Use CreateThread instead of _beginthreadexMike Kaganski
2022-01-07Resolves: tdf#129745 don't override child help for application framesCaolán McNamara
2022-01-07Use clear() instead of remove_ifMike Kaganski
2022-01-07VCL move platform code from mouse.cxx into pluginsJan-Marek Glogowski
2022-01-01tdf#140286 fix INFO("OSVERSION") for Linux: return kernel versionscito
2021-12-29Move SalInstanceImage decl to header fileSzymon Kłos
2021-12-19osl::Mutex->std::mutex in I18nHelperNoel Grandin
2021-12-13desktop_detector is also a vcl pluginJan-Marek Glogowski
2021-12-11Fix typosAndrea Gelmini
2021-12-10add resize_to_request to popoverCaolán McNamara
2021-12-08only autopopup on mouse hover, not keyboard traversalCaolán McNamara
2021-12-06VCL always use nullptr terminated plugin listsJan-Marek Glogowski
2021-11-23only call signal_closed from Popdown dtor if it is still openCaolán McNamara
2021-11-19add placement to Popover popup_at_rectCaolán McNamara
2021-11-17allow menu placement either under or at endCaolán McNamara
2021-11-15qt6: Fix crash on exitMichael Weghorn
2021-11-02extract a ReorderingDropTarget for reuseCaolán McNamara
2021-10-22return weld::Builder by unique_ptrNoel Grandin
2021-10-21loplugin:flattenNoel Grandin
2021-10-17Simplify vector initialization in vclJulien Nabet
2021-10-11avoid O(n^2) in VclEventListeners::Call() if possibleLuboš Luňák
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock
2021-10-04Related: tdf#141633 similiarly support match combo/listbox font sizesCaolán McNamara
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-10-01Resolves: tdf#140992 Paste/Cut should mark Edit as modifiedCaolán McNamara
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-09-30Related: tdf#141633 support setting a custom font for TextViewCaolán McNamara
2021-09-29Use SetControlFont to set the font size for these controlsCaolán McNamara
2021-09-29Related: tdf#141633 PointFont gets overwritten by ControlFontCaolán McNamara
2021-09-28tdf#144139 gen backend doesn't crash but DrawOutDev is a null op for PrintersCaolán McNamara
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris 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-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-15loplugin:constvarsNoel Grandin
2021-09-11clang:optin.performance.Padding in vclNoel Grandin
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-24initial Metal support for Mac/SkiaLuboš Luňák
2021-08-23Move SalInstanceBox decl to headerSzymon Kłos
2021-08-20VCL allow plugins to declare OpenGL supportJan-Marek Glogowski
2021-08-18undo changes to TextAlignCaolán McNamara