summaryrefslogtreecommitdiffstats
path: root/include/LibreOfficeKit/LibreOfficeKitInit.h
Commit message (Expand)AuthorAgeFilesLines
* android: Separate the Android-specific setup from the actual LOK init.Jan Holesovsky2019-03-111-2/+2
* No need to mark libreofficekit_hook_2 with default visibility for iOSTor Lillqvist2018-11-031-2/+1
* Verify that we are actually passed a URL, not a pathnameTor Lillqvist2018-10-251-0/+9
* Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara2018-07-271-3/+3
* Avoid gcc: "specified bound depends on the length of the source argument"Tor Lillqvist2018-07-191-1/+1
* lok: export preinit helper, and share code variously.Michael Meeks2018-07-091-4/+36
* LibreOfficeKit: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-011-1/+0
* Repair windows build break.jan Iversen2018-01-121-0/+2
* iOS, stop trying to do dynamic load in init()jan Iversen2018-01-121-8/+11
* iOS, cleaned unused parameterjan Iversen2017-11-231-0/+1
* Make Windows error reporting more robustMike Kaganski2017-11-041-1/+2
* loplugin:includeform: libreofficekitStephan Bergmann2017-10-231-1/+1
* Consistently use #include <LibreOfficeKit/...> in include/LibreOfficeKitStephan Bergmann2017-10-191-1/+1
* iOS, changed define to IOSjan Iversen2017-10-171-3/+3
* LibreOfficeKitInit.h: release memory after lok_dlerror() on WindowsMike Kaganski2017-09-291-2/+19
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-0/+3
* Fix typosAndrea Gelmini2017-06-011-1/+1
* LibreOfficeKit, changed test for iOS.jan Iversen2017-05-291-6/+9
* lokit: this was supposed to be plain C functionsThorsten Behrens2017-04-061-14/+16
* lokit: make this build on windows, silence extra warningsThorsten Behrens2017-04-061-7/+8
* lokit: avoid null pointer access w/ undefined LOPath varGabriel Herrera2017-04-061-2/+5
* Consistently mark function definitions in LibreOfficeKitInit.h as staticStephan Bergmann2017-03-221-35/+10
* LibreOfficeKitInit.h modified to avoid ODR.jan Iversen2017-03-201-5/+5
* ios LibreOfficeLight LOkit integrationjan Iversen2017-03-191-0/+10
* ios update to make TiledLibreOffice compile/linkjan Iversen2017-02-161-1/+4
* Check arm64 tooTor Lillqvist2016-08-201-1/+1
* Better fix for Objective-CTor Lillqvist2016-08-181-4/+16
* Revert "These 'inline' keywords are fairly pointless"Tor Lillqvist2016-08-171-4/+4
* These 'inline' keywords are fairly pointlessTor Lillqvist2016-08-171-4/+4
* LOK init: strcpy() -> strncpy()Miklos Vajna2016-08-091-4/+5
* LOK init: avoid non-inline function definition in header fileMiklos Vajna2016-08-041-5/+5
* In lok_init_2, allow vnd.sun.star.pathname user_profile_urlStephan Bergmann2016-04-191-5/+5
* New LOK_LOADLIB_GLOBAL to let clients control dlopen(RTLD_GLOBAL)Stephan Bergmann2016-03-081-4/+1
* Include headers using OpenBSD toocoypu2016-02-041-1/+1
* Make LibreOffice kit usable on windowsOliver Specht2016-01-191-9/+9
* improve error message for nonexist. pathDavid Tardon2015-12-071-0/+7
* tdf#96243 don't crash if LibO install. wasn't foundDavid Tardon2015-12-071-0/+2
* -Werror,-Wunused-functionStephan Bergmann2015-11-281-1/+1
* -Wmicrosoft-castStephan Bergmann2015-11-281-1/+1
* Windows header sanitizationAshod Nakashian2015-11-121-1/+2
* Add DLOPEN_LIBS to configure for some cases where -ldl is neededRichard PALO2015-10-201-1/+3
* lok: namespace and re-work various types & helper functions.Michael Meeks2015-08-181-23/+37
* Don't be fooled by the dummy libsofficeapp.so in the mergedlib caseTor Lillqvist2015-04-241-7/+7
* No F_OK on Windows eitherTor Lillqvist2015-04-231-0/+1
* No <unistd.h> on _WIN32Tor Lillqvist2015-04-231-2/+3
* Improve error handlingTor Lillqvist2015-04-231-2/+16
* More informative error message after dlopen() or LoadLibrary() has failedTor Lillqvist2015-04-231-2/+14
* CID#1294411: dlhandle is "leaked"Tor Lillqvist2015-04-161-0/+4
* WaE: ‘LibreOfficeKit* lok_init(const char*)’ defined but not usedTor Lillqvist2015-04-091-1/+5
* Add lok_init_2() that takes also the path to a user profile to useTor Lillqvist2015-04-081-7/+29