Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-31 | look for /Applications/LibreOffice.app on Mac | Andras Timar | |
2012-01-27 | Copy of index.html, with Google custom search. | Thorsten Behrens | |
This is the file as seen on api.libreoffice.org. | |||
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | |
2012-01-11 | fix prefix of command line switches (-- instead of -) | Andras Timar | |
2012-01-05 | Switch from autodoc to doxygen for SDK C++ documentation. | Stephan Bergmann | |
* New build prerequisite doxygen (controllable via --with-doxygen). * Adapted various headers to slightly different doxygen documentation syntax, but much clean up still remains to be done (i.e., warnings emitted by doxygen fixed). | |||
2012-01-02 | Temporary hack to work around autodoc bug | Stephan Bergmann | |
...where autodoc fails to parse "class CPPUHELPER_DLLPUBLIC xxx" correctly. Best fixed by replacing autodoc with something mature (that hopefully does not have such a bug). | |||
2011-12-22 | "*.*" is not "all files" (bnc#738021) | Luboš Luňák | |
Not on any Unix, at least. I have no idea how deep entrenched is this mistake all over the code, so I'll play safe and just fix the KDE4 fpicker (GNOME/KDE3 seem to handle it fine), but at least in the UI show just "All files" instead of "All files (*.*)"). | |||
2011-12-14 | set correct header/footer of examples html pages | Andras Timar | |
2011-12-14 | add makefile.mk that copies Python example to SDK | Andras Timar | |
2011-12-11 | typo, trailing whitespace cleanup | Lionel Elie Mamane | |
2011-12-11 | minor around python and SDK | Laurent Godard | |
- add Python as available language desc. in SDK homepage - replace OpenOffice.org with LibreOffice in examples index file - add a readme file to toolpanel example Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu> | |||
2011-12-11 | I don't see NO_BSYMBOLIC being used anywhere | Tor Lillqvist | |
2011-12-08 | Added Makefile for SDK Python example. | Stephan Bergmann | |
2011-12-08 | SDK examples : add Python section and ToolPanel python example | Laurent Godard | |
correct minor css rendering too | |||
2011-12-08 | Less succes, more success | Stefan Knorr (astron) | |
2011-11-30 | Remove unused variable PACKAGE_LIB_DIR | François Tigeot | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from odk | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-14 | Simplified some uses of css.configuration.theDefaultProvider. | Stephan Bergmann | |
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext. | |||
2011-10-24 | lost } | Stephan Bergmann | |
2011-10-24 | Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵ | Stephan Bergmann | |
BaseInstallation. | |||
2011-10-08 | Revert "cppcheck reduce scope of var in odk/..unoapploader.c" | Matúš Kukan | |
This reverts commit 595de860c7a3fb274d2cf432bd1fa04a008503a0. MSVC couldn't handle this. | |||
2011-10-07 | cppcheck reduce scope of var in odk/..unoapploader.c | Pierre-André Jacquod | |
2011-09-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba | |
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51. | |||
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba | |
2011-09-07 | replace api.openoffice.org to api.libreoffice.org | Andras Timar | |
2011-09-07 | don't use fixed version number | Andras Timar | |
2011-09-07 | css tweaks and LibreOffice branding | Andras Timar | |
2011-09-07 | add LibreOffice colors to SDK cpp doc css | Andras Timar | |
2011-09-03 | add LibreOffice colors to SDK doc css | Andras Timar | |
2011-09-03 | add LibreOffice branding: logos and colors | Andras Timar | |
2011-07-25 | Resolves: rhbz#725144 wrong csh syntax | Caolán McNamara | |
2011-07-12 | Remove component_getImplementationEnvironment | Matúš Kukan | |
2011-06-27 | Fix two obvious errors, but this still sucks | Tor Lillqvist | |
The generated setsdkenv_windows.bat file still does not seem to work properly on a 64-bit OS where LibreOffice has been installed in the default C:\Program Files (x86)\LibreOffice 3.4 folder. The horror of cmd.exe, "special characters", quoting... | |||
2011-06-24 | bad merge, fix to enable extensions to build again | Caolán McNamara | |
2011-06-21 | Pack binaries for the HOST ("target") platform when cross-compiling | Tor Lillqvist | |
2011-06-16 | Use DESKTOP and NATIVE where appropriate | Tor Lillqvist | |
2011-06-10 | Build specifically for x86 only as that is what cli_cppuhelper.dll is | Tor Lillqvist | |
2011-06-10 | Fix typo, add some comments, use build env if possible to find cli_*.dll | Tor Lillqvist | |
2011-06-10 | This makefile is for a standard Make, so use TABs | Tor Lillqvist | |
2011-06-10 | There is no dk.mk in settings | Tor Lillqvist | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-06-03 | tweak the odk example to be equivalent to the standard template | Caolán McNamara | |
2011-05-08 | Some cppcheck cleaning | Julien Nabet | |
2011-05-03 | Change <file>.toURL() to <file>.toURI().toURL() | Julien Nabet | |
2011-05-02 | Change <file>.toURL() to <file>.toURI().toURL() | Julien Nabet | |
2011-04-13 | Even more OOo -> LO changes (in comments now) | Fridrich Štrba | |
2011-04-13 | Some more OOo -> LO changes | Fridrich Štrba | |