summaryrefslogtreecommitdiff
path: root/vcl/inc/salinst.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-08-18Emscripten: Clean up SolarMutexStephan Bergmann1-1/+1
2024-07-17Use IsRunningUnitTest / IsRunningUITest consistentlyMike Kaganski1-3/+0
2024-07-17Simplify checking for "running under unit/ui test"Noel Grandin1-3/+1
2024-07-16use generic clipboard when running UI testsNoel Grandin1-0/+2
2024-05-10loplugin:ostr in vclNoel Grandin1-1/+1
2023-07-31tdf#156230 remove now unused various bit and piecesNoel Grandin1-1/+0
2022-01-22Fix typoAndrea Gelmini1-1/+1
2022-01-21VCL fix shutdown when run via system loopJan-Marek Glogowski1-1/+3
2022-01-19WASM optionally run any app via system loopJan-Marek Glogowski1-0/+2
2022-01-17iOS+SVP convert remaining VCL plugins to salplugJan-Marek Glogowski1-4/+0
2022-01-07VCL move platform code from mouse.cxx into pluginsJan-Marek Glogowski1-2/+8
2021-10-22return weld::Builder by unique_ptrNoel Grandin1-2/+2
2021-09-04tdf#144289 invert / disable default OpenGL supportJan-Marek Glogowski1-1/+2
2021-08-20VCL allow plugins to declare OpenGL supportJan-Marek Glogowski1-8/+8
2021-05-29vcl: Implement static vclplug usageJan-Marek Glogowski1-0/+6
2021-05-01Related: cid#1478001 CreateVirtualDevice never passed a null pGraphics argCaolán McNamara1-1/+1
2020-10-19use tools::Long in vclNoel1-1/+1
2020-08-27add a DisableCycleFocusOut flag for an all-welded hierarchyCaolán McNamara1-1/+2
2020-07-19compact namespace: vclNoel Grandin1-5/+1
2020-07-03notebookbar: remember LOKWindowId in interim buildersSzymon Kłos1-1/+1
2020-04-08Make SalInstance::CreateClipboard return a single instance in the non-LOK caseStephan Bergmann1-0/+1
2019-12-19get native gtk widgets in sidebars workingCaolán McNamara1-1/+1
2019-12-12Fix typoAndrea Gelmini1-1/+1
2019-12-12android: add abstraction to allow us to DetachThread sensibly.Michael Meeks1-0/+3
2019-11-29make some function symbols module privateNoel Grandin1-1/+1
2019-09-04tdf#118314 Code clean up on imestatuswindowSzabolcs Toth1-4/+0
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vclStephan Bergmann1-1/+1
2019-07-14Qt5 also has native file selectionJan-Marek Glogowski1-2/+1
2019-06-13Don't link avmediagst with gtk3 and qt5Jan-Marek Glogowski1-0/+3
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen1-2/+0
2019-04-03Support for native 32bit Bitmap in VCL and SVP (cairo) backendTomaž Vajngerl1-0/+7
2019-01-11OSX Re-Introduce NSApplicationMain usageJan-Marek Glogowski1-0/+1
2018-11-15loplugin:staticmethods in vclNoel Grandin1-1/+1
2018-10-31loplugin:useuniqueptr in DeletePrinterQueueInfoNoel Grandin1-1/+0
2018-10-02Unify sal plugin loadersJan-Marek Glogowski1-6/+1
2018-10-02Implement MacOSX VCL backend as pluginJan-Marek Glogowski1-4/+0
2018-10-02Implement Windows VCL backend as pluginJan-Marek Glogowski1-1/+1
2018-09-18Move yield mutex handling into SalInstanceJan-Marek Glogowski1-6/+7
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin1-1/+1
2018-06-09hold and return SalMenu by std::unique_ptrNoel Grandin1-2/+1
2018-06-09return and hold SalMenuItem by std::unique_ptrNoel Grandin1-2/+1
2018-06-09hold and return SalPrinter with std::unique_ptrNoel Grandin1-2/+1
2018-06-09return SalSession with std::unique_ptrNoel Grandin1-2/+2
2018-06-09hold and return SalI18NImeStatus using std::unique_ptrNoel Grandin1-2/+2
2018-05-10loplugin:unnecessaryvirtual improvementsNoel Grandin1-1/+1
2018-04-25loplugin:useuniqueptr in VirtualDeviceNoel Grandin1-1/+2
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-0/+1
2018-04-05enable mapping direct from awt::XWindow and weld::WindowCaolán McNamara1-0/+9
2018-02-28lok: update main threadHenry Castro1-0/+2
2018-02-22tdf#103690: Set up notifications only after VCL has been initialisedTor Lillqvist1-0/+4