summaryrefslogtreecommitdiffstats
path: root/vcl/unx/generic/plugadapt/salplug.cxx
Commit message (Expand)AuthorAgeFilesLines
* use gtk3 vclplug by default under GNOME3 if availableCaolán McNamara2015-08-061-8/+0
* Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann2015-03-241-1/+1
* The 'svp' "plug-in" library is empty so don't build it at allTor Lillqvist2015-03-201-3/+4
* Fix types of functions called via pointer (-fsanitze=function)Stephan Bergmann2015-01-261-2/+9
* Some more loplugin:cstylecast: vclStephan Bergmann2015-01-201-3/+3
* Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan2015-01-091-2/+2
* Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann2015-01-061-2/+2
* Make IsHeadlessModeRequested hack work for LOKStephan Bergmann2014-12-101-0/+3
* Demote Application::IsHeadlessModeRequested to local hackStephan Bergmann2014-12-101-1/+21
* Add Breeze icon theme for use with KDE Plasma 5Jonathan Riddell2014-11-221-2/+2
* fix libmerged: vclplug_svp is inMatúš Kukan2014-07-031-0/+3
* create_SalInstance does not need an oslModule parameterStephan Bergmann2014-06-271-2/+2
* gbuild: remove config_libraries.h and gb_Helper_generate_config_librariesMichael Stahl2014-06-091-3/+1
* Add config_libraries.h definitions to get library names easily.Matúš Kukan2014-02-251-10/+8
* fdo#70885: disable app menu under UnityIvan Timofeev2013-11-031-1/+2
* Consistently use SAL_USE_VCLPLUGIN as a bootstrap variableStephan Bergmann2013-10-171-5/+1
* Clean up logging and string handlingStephan Bergmann2013-08-281-55/+50
* fdo#46990 - re-work new desktop checks, guard against NULL DESKTOP_SESSION.Michael Meeks2013-07-021-2/+8
* fdo#46990 - detect MATE and XFCE desktops.Pader Rezso2013-07-021-2/+2
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-7/+5
* vcl: don't try to dlopen kde plugins when kde support is disabledMiklos Vajna2013-04-021-2/+16
* fix vcl with Library_mergedPeter Foley2013-03-311-1/+5
* Fix force-choosing gtk3 backend.Thorsten Behrens2013-03-211-1/+1
* liblibo: install test library by itself and install it.Michael Meeks2013-03-121-19/+11
* Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAM from salplug.cxxChris2013-03-081-2/+2
* Remove commented out code in salplug.cxxChris2013-03-061-1/+0
* Remove unused DeInitSalMainStephan Bergmann2013-01-301-4/+0
* re-base on ALv2 code. Includes:Michael Meeks2012-11-121-23/+15
* Enable experimental gtk3 plugin only via SAL_USE_VCLPLUGINStephan Bergmann2012-09-181-11/+5
* Fix TDE VCL interfaceTimothy Pearson2012-08-201-3/+0
* TDE is certainly not a preferred fallback over KDE4Luboš Luňák2012-05-181-1/+1
* TDE integrationNorbert Thiebaud2012-05-141-3/+13
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-6/+2
* configuration checked before component context existsCaolán McNamara2012-03-261-5/+10
* Actually there is no need to have if and elseif with same action.Tomas Chvatal2012-02-281-11/+5
* Fix crash on exit using KDE interfaceTomas Chvatal2012-02-281-1/+3
* headless: more work in vclRiccardo Magliocchetti2012-02-211-2/+2
* Put HEADLESS definition under LIBO namespaceRiccardo Magliocchetti2012-02-211-2/+2
* Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti2012-02-171-2/+2
* gtk3: follow SAL_USE_VCLPLUGIN=gtk3 irrespective of 'experimental' mode.Michael Meeks2012-01-311-3/+4
* Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2012-01-311-3/+1
* use officecfg/Office/Common.hxx directlyDavid Tardon2011-12-221-1/+4
* The "generic" thing is X11-specificTor Lillqvist2011-12-151-2/+2
* Disable gtk3 at run-time, unless in experimental mode.Michael Meeks2011-12-131-0/+6
* Hardcode to try just the "svp" VCL plugin on Android for nowTor Lillqvist2011-12-121-1/+10
* remove include of pch header from vclNorbert Thiebaud2011-11-271-2/+0
* Convert Sal to rtl::O(U)StringDavid Tardon2011-11-211-2/+2
* fix android build post feature/gtk3Michael Meeks2011-10-261-1/+1
* Let SalAbort dump core on developer builds.Stephan Bergmann2011-09-281-2/+5
* gsl_getSystemTextEncoding->osl_getThreadTextEncodingCaolán McNamara2011-08-221-1/+1