Age | Commit message (Expand) | Author |
2024-06-27 | warning C6011: Dereferencing NULL pointer 'sNewPath' | Mike Kaganski |
2024-01-24 | Normalize include syntax in include/LibreOfficeKit | Hossein |
2023-01-27 | Remove support for AIX | Stephan Bergmann |
2022-12-13 | Attempt to add ifdefs for WASM (Emscripten) for LOKit-based code | Tor Lillqvist |
2022-11-28 | WASM LibreOfficeKit add EMSCRIPTEN to ifdef | Michael Stahl |
2022-10-24 | lok: Undefine DELETE after including Windows headers | Mike Kaganski |
2022-04-13 | Handle "addfont" from Collabora Online | Tor Lillqvist |
2021-10-12 | Don't #include within extern "C" | Stephan Bergmann |
2020-10-24 | Fix remaining invalid usages of __FreeBSD_kernel__ define. | Gleb Popov |
2020-10-16 | Fix another misuse of __FreeBSD_kernel__ define in LibreOfficeKitInit.h. | Gleb Popov |
2019-03-11 | android: Separate the Android-specific setup from the actual LOK init. | Jan Holesovsky |
2018-11-03 | No need to mark libreofficekit_hook_2 with default visibility for iOS | Tor Lillqvist |
2018-10-25 | Verify that we are actually passed a URL, not a pathname | Tor Lillqvist |
2018-07-27 | Related: rhbz#1602589 add comments to coverity annotations | Caolán McNamara |
2018-07-19 | Avoid gcc: "specified bound depends on the length of the source argument" | Tor Lillqvist |
2018-07-09 | lok: export preinit helper, and share code variously. | Michael Meeks |
2018-02-01 | LibreOfficeKit: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski |
2018-01-12 | Repair windows build break. | jan Iversen |
2018-01-12 | iOS, stop trying to do dynamic load in init() | jan Iversen |
2017-11-23 | iOS, cleaned unused parameter | jan Iversen |
2017-11-04 | Make Windows error reporting more robust | Mike Kaganski |
2017-10-23 | loplugin:includeform: libreofficekit | Stephan Bergmann |
2017-10-19 | Consistently use #include <LibreOfficeKit/...> in include/LibreOfficeKit | Stephan Bergmann |
2017-10-17 | iOS, changed define to IOS | jan Iversen |
2017-09-29 | LibreOfficeKitInit.h: release memory after lok_dlerror() on Windows | Mike Kaganski |
2017-09-18 | Some more WIN32_LEAN_AND_MEAN | Mike Kaganski |
2017-06-01 | Fix typos | Andrea Gelmini |
2017-05-29 | LibreOfficeKit, changed test for iOS. | jan Iversen |
2017-04-06 | lokit: this was supposed to be plain C functions | Thorsten Behrens |
2017-04-06 | lokit: make this build on windows, silence extra warnings | Thorsten Behrens |
2017-04-06 | lokit: avoid null pointer access w/ undefined LOPath var | Gabriel Herrera |
2017-03-22 | Consistently mark function definitions in LibreOfficeKitInit.h as static | Stephan Bergmann |
2017-03-20 | LibreOfficeKitInit.h modified to avoid ODR. | jan Iversen |
2017-03-19 | ios LibreOfficeLight LOkit integration | jan Iversen |
2017-02-16 | ios update to make TiledLibreOffice compile/link | jan Iversen |
2016-08-20 | Check arm64 too | Tor Lillqvist |
2016-08-18 | Better fix for Objective-C | Tor Lillqvist |
2016-08-17 | Revert "These 'inline' keywords are fairly pointless" | Tor Lillqvist |
2016-08-17 | These 'inline' keywords are fairly pointless | Tor Lillqvist |
2016-08-09 | LOK init: strcpy() -> strncpy() | Miklos Vajna |
2016-08-04 | LOK init: avoid non-inline function definition in header file | Miklos Vajna |
2016-04-19 | In lok_init_2, allow vnd.sun.star.pathname user_profile_url | Stephan Bergmann |
2016-03-08 | New LOK_LOADLIB_GLOBAL to let clients control dlopen(RTLD_GLOBAL) | Stephan Bergmann |
2016-02-04 | Include headers using OpenBSD too | coypu |
2016-01-19 | Make LibreOffice kit usable on windows | Oliver Specht |
2015-12-07 | improve error message for nonexist. path | David Tardon |
2015-12-07 | tdf#96243 don't crash if LibO install. wasn't found | David Tardon |
2015-11-28 | -Werror,-Wunused-function | Stephan Bergmann |
2015-11-28 | -Wmicrosoft-cast | Stephan Bergmann |
2015-11-12 | Windows header sanitization | Ashod Nakashian |