Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-02-28 | Avoid temporary rtl::OUString | Takeshi Abe | |
in scripting / sdext / starmath / stoc / svtools / svx | |||
2012-02-27 | s/interpreters/scripting/ | Tor Lillqvist | |
2012-02-27 | Decouple disabling of scripting (BASIC &co) from OS being iOS | Tor Lillqvist | |
2012-02-21 | expand and remove dcsssf macro | Thomas Arnhold | |
2012-02-21 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-27 | Bypass building BASIC and scripting related modules for iOS | Tor Lillqvist | |
Any LO-based app distributed through the App Store can't have scripting or extendability anyway. Sure, this will break the build elsewhere because of missing headers. No big deal, I will take care of that eventually. It isn't as if there would anybody else building for iOS anyway, as far as I know. If there is, please make yourself heard. | |||
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 | Fix for fdo43460 Part XXIX getLength() to isEmpty() | Olivier Hallot | |
Part XXIX Modules sax, scaddins, sccomp, scripting | |||
2011-12-25 | catch exception by constant reference | Takeshi Abe | |
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-08 | childs -> children | Michael T. Whiteley | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
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 scripting | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-24 | switch python scripting extension to passive registration | Michael Meeks | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-08 | ScriptProviderForPython: better description | Michael Stahl | |
2011-11-05 | ScriptProviderForPython: add some description | Michael Stahl | |
2011-11-04 | a very minor typo in a comment | Laurent Godard | |
2011-11-03 | fdo#42312: Change bsh and js script providers from extensions to optional ↵ | Stephan Bergmann | |
modules. Their jar files reference other non-URE jars, so they cannot be extensions. bsh.jar has been moved into the optional module (it used to be installed always, but it looks like only the bsh script provider needs it; also, it had been added to URE_MORE_JAVA_CLASSPATH_URLS if SYSTEM_BSH, which also appears unnecessary as it is mentioned with an absolute file URL in the Class-Path of the script provider jar). js.jar has been included in the optional module (it used to be not installed at all?). | |||
2011-10-24 | Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵ | Stephan Bergmann | |
BaseInstallation. | |||
2011-10-23 | no need for SRCDIR parameter here | Matúš Kukan | |
2011-10-16 | add Class-Path: to ScriptProviderForBeanShell.jar when using system-beanshell | Rene Engelhard | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-04 | bsh can be external | David Tardon | |
2011-10-01 | finished converting scripting to gbuild | Matúš Kukan | |
2011-10-01 | convert scripting to gbuild - first step | Matúš Kukan | |
There are java and extensions missing. | |||
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-26 | callcatcher: unused code | Caolán McNamara | |
2011-09-21 | set lang to en-US in order l10ntools can extract strings | Andras Timar | |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold | |
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines | |||
2011-09-12 | Revert "n#676858: added new menu entry for headers/footers edit mode" | Cédric Bosdonnat | |
This reverts the following commits: + f3e275a2123c6356951a294051d0be230c178851 + 29a45a09ba8a21022e105f3d500a027f93a4fca0 (partly) Conflicts: officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | |||
2011-09-07 | replace api.openoffice.org to api.libreoffice.org | Andras Timar | |
2011-08-31 | Resolves: fdo#40516 missing : on line 52 | Caolán McNamara | |
2011-08-21 | scripting: make a debug build log uncaught exception when loading a provider | Lionel Elie Mamane | |
Also put a newline between "Error creating provider from factory" and message of the exception raised by the provider load | |||
2011-08-13 | fix a missing parentheis | Takeshi Abe | |
2011-08-02 | make logging less painful under windows | Caolán McNamara | |
2011-08-02 | can't use set_debuglevel under windows | Caolán McNamara | |
2011-07-31 | Some cppcheck cleaning | Julien Nabet | |
2011-07-26 | coerce port to int | Caolán McNamara | |
2011-07-22 | Bin unused files | Tor Lillqvist | |
2011-07-12 | Remove component_getImplementationEnvironment methods | Matúš Kukan | |