summaryrefslogtreecommitdiff
path: root/include/LibreOfficeKit/LibreOfficeKitInit.h
AgeCommit message (Expand)Author
2020-10-24Fix remaining invalid usages of __FreeBSD_kernel__ define.Gleb Popov
2020-10-16Fix another misuse of __FreeBSD_kernel__ define in LibreOfficeKitInit.h.Gleb Popov
2019-03-11android: Separate the Android-specific setup from the actual LOK init.Jan Holesovsky
2018-11-03No need to mark libreofficekit_hook_2 with default visibility for iOSTor Lillqvist
2018-10-25Verify that we are actually passed a URL, not a pathnameTor Lillqvist
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara
2018-07-19Avoid gcc: "specified bound depends on the length of the source argument"Tor Lillqvist
2018-07-09lok: export preinit helper, and share code variously.Michael Meeks
2018-02-01LibreOfficeKit: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-12Repair windows build break.jan Iversen
2018-01-12iOS, stop trying to do dynamic load in init()jan Iversen
2017-11-23iOS, cleaned unused parameterjan Iversen
2017-11-04Make Windows error reporting more robustMike Kaganski
2017-10-23loplugin:includeform: libreofficekitStephan Bergmann
2017-10-19Consistently use #include <LibreOfficeKit/...> in include/LibreOfficeKitStephan Bergmann
2017-10-17iOS, changed define to IOSjan Iversen
2017-09-29LibreOfficeKitInit.h: release memory after lok_dlerror() on WindowsMike Kaganski
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-06-01Fix typosAndrea Gelmini
2017-05-29LibreOfficeKit, changed test for iOS.jan Iversen
2017-04-06lokit: this was supposed to be plain C functionsThorsten Behrens
2017-04-06lokit: make this build on windows, silence extra warningsThorsten Behrens
2017-04-06lokit: avoid null pointer access w/ undefined LOPath varGabriel Herrera
2017-03-22Consistently mark function definitions in LibreOfficeKitInit.h as staticStephan Bergmann
2017-03-20LibreOfficeKitInit.h modified to avoid ODR.jan Iversen
2017-03-19ios LibreOfficeLight LOkit integrationjan Iversen
2017-02-16ios update to make TiledLibreOffice compile/linkjan Iversen
2016-08-20Check arm64 tooTor Lillqvist
2016-08-18Better fix for Objective-CTor Lillqvist
2016-08-17Revert "These 'inline' keywords are fairly pointless"Tor Lillqvist
2016-08-17These 'inline' keywords are fairly pointlessTor Lillqvist
2016-08-09LOK init: strcpy() -> strncpy()Miklos Vajna
2016-08-04LOK init: avoid non-inline function definition in header fileMiklos Vajna
2016-04-19In lok_init_2, allow vnd.sun.star.pathname user_profile_urlStephan Bergmann
2016-03-08New LOK_LOADLIB_GLOBAL to let clients control dlopen(RTLD_GLOBAL)Stephan Bergmann
2016-02-04Include headers using OpenBSD toocoypu
2016-01-19Make LibreOffice kit usable on windowsOliver Specht
2015-12-07improve error message for nonexist. pathDavid Tardon
2015-12-07tdf#96243 don't crash if LibO install. wasn't foundDavid Tardon
2015-11-28-Werror,-Wunused-functionStephan Bergmann
2015-11-28-Wmicrosoft-castStephan Bergmann
2015-11-12Windows header sanitizationAshod Nakashian
2015-10-20Add DLOPEN_LIBS to configure for some cases where -ldl is neededRichard PALO
2015-08-18lok: namespace and re-work various types & helper functions.Michael Meeks
2015-04-24Don't be fooled by the dummy libsofficeapp.so in the mergedlib caseTor Lillqvist
2015-04-23No F_OK on Windows eitherTor Lillqvist
2015-04-23No <unistd.h> on _WIN32Tor Lillqvist
2015-04-23Improve error handlingTor Lillqvist
2015-04-23More informative error message after dlopen() or LoadLibrary() has failedTor Lillqvist
2015-04-16CID#1294411: dlhandle is "leaked"Tor Lillqvist