summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Expand)Author
2013-03-06odk: use proper gbuild functions; helps cross-compilationMatúš Kukan
2013-03-03doxygen fixesPeter Foley
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-03-03silence doxygenDavid Tardon
2013-03-03make sure the outdir exists before it is usedDavid Tardon
2013-03-03add missing dep on sal/typesizes.hDavid Tardon
2013-03-02-writer -> --writerThomas Arnhold
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King
2013-03-01use short names for doxygen-generated filesLuboš Luňák
2013-03-01Use "optimal" zoom settingTor Lillqvist
2013-02-28remove all d.lstMichael Stahl
2013-02-28Fix typo "persistant" -> "persistant"Julien Nabet
2013-02-28Unused UDK_MAJOR/MINOR/MICRO macros (and udkversion.mk), also removed from SDKStephan Bergmann
2013-02-28odk: do not copy to the same place in parallelMatúš Kukan
2013-02-27odk: pull idl files directly from udkapi/offapiMatúš Kukan
2013-02-27Use PRODUCTVERSION instead of UDK_MAJOR/MINOR/MICRO in SDK HTML documentationStephan Bergmann
2013-02-27remove odk/CustomTarget_include.mk and package udkversion.mk in salMichael Stahl
2013-02-27move generation of udkversion.mk to configureMichael Stahl
2013-02-27odk, scp2: remove the horribly broken "find" in CustomTarget_includeMichael Stahl
2013-02-27store: new ZipPackage_store_odk_headersMichael Stahl
2013-02-27registry: new ZipPackage_registry_odk_headersMichael Stahl
2013-02-27cppuhelper: new ZipPackage_cppuhelper_odk_headersMichael Stahl
2013-02-27cppu: new ZipPackage_cppu_odk_headersMichael Stahl
2013-02-27salhelper: new ZipPackage_salhelper_odk_headersMichael Stahl
2013-02-27sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl
2013-02-26odk: add some quotes too so sh does not eat ;Michael Stahl
2013-02-26odk: javadoc -sourcepath separated by ; on that other platformMichael Stahl
2013-02-26odk: remove pointless variableMichael Stahl
2013-02-26odk: remove temporary Zip file gratuitous complexityMichael Stahl
2013-02-26Fix sources of odk/CustomTarget_include copy actionsStephan Bergmann
2013-02-26fdo#60724: lintian typo fix: useful -> usefulGregg King
2013-02-26CustomTarget_include had apparently been forgottenStephan Bergmann
2013-02-26Add comment about dependency gotchaStephan Bergmann
2013-02-26Revert "Clean up"Stephan Bergmann
2013-02-26Clean upStephan Bergmann
2013-02-25odk: fix typoMichael Stahl
2013-02-24Declaration of stat shadows a global declarationStephan Bergmann
2013-02-23convert odk to gbuild and add to tail_buildPeter Foley
2013-02-23Fix typo recieved/receivedJulien Nabet
2013-02-23Fix typo "sucessfully" -> "successfully"Julien Nabet
2013-02-23Fix typo "teh" -> "the"Julien Nabet
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet
2013-02-22s/the the/the/Tor Lillqvist
2013-02-22s/whith/with/Tor Lillqvist
2013-02-20rhbz#742780: Let make OPT_FLAGS=... override SDK optimization/debugging flagsStephan Bergmann
2013-02-17spelling: otherwhise -> otherwiseIvan Timofeev
2013-02-13don't use -notimestanp when using gjdoc as javadocRene Engelhard
2013-02-13link to java.sun.com/j2se/1.5/docs/api instead of /1.4.1/ in the odk java docsRene Engelhard
2013-02-12Adapt odk to new css.cui.ColorPickerStephan Bergmann
2013-02-06bump copyright year + small fixes in SDK docsAndras Timar
rt2Noel Grandin Change-Id: Ie6650628683ec7c67359351eec0e09033f2b50cb Reviewed-on: https://gerrit.libreoffice.org/30750 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e 2016-03-14com::sun::star->css in chart2Noel Grandin Change-Id: I04320d32d6d5c54e461cfabef58645f8b772bc69