summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)Author
2013-09-12gbuild: remove gb_Rdb__get_final_targetMichael Stahl
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
2013-09-09gbuild: install rdb files directly in module they come fromMatúš Kukan
2013-08-30ENABLE_SCRIPTING_* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
2013-08-21deb#719941: pythonscript.py: use open() instead of file()Rene Engelhard
2013-08-20deb#719941: unbreak python script provider debug logging on Python 3Michael Stahl
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-08-19Mark as constTakeshi Abe
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-08-07resolved fdo#67444 don't push_back() with already reserved sizeEike Rathke
2013-07-30fdo#67547 fix access to methods (getScript) of MasterScriptProvider from VBNoel Power
2013-07-15Related: fdo#66761 the double-encoding bug appears gone in python 3.3.2Caolán McNamara
2013-07-14Related: fdo#66761 we want the bytes, not a str representation of themCaolán McNamara
2013-07-13Resolves: fdo#66761 Macro controlled Python Mailmerge brokenCaolán McNamara
2013-07-12Resolves: #i120083# make python loglevel and log output changeable...Herbert Dürr
2013-07-11use LanguageTag::getMatchingFallback()Eike Rathke
2013-07-10added FIXME-BCP47 commentsEike Rathke
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-28remove an unused headerThomas Arnhold
2013-06-18add python ver to debugging infoCaolán McNamara
2013-06-17Resolves: fdo#55411 python 2 vs 3 str/bytes encoding issuesCaolán McNamara
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-05-28fdo#46808, Convert awt::UnoControlDialog to new styleNoel Grandin
2013-05-25Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"Stephan Bergmann
2013-05-24Resolves: #i55055# Simplify pythonscript.py codePedro Giffuni
2013-05-24scripting: get CreateUnoDialog() work againMiklos Vajna
2013-05-23fix awt::UnoControlModelDialog crashNoel Grandin
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-05-21fdo#46808, Convert awt::XUnoControlDialog to new styleNoel Grandin
2013-05-21fdo#46808, Convert awt::UnoControlDialogModel to new styleNoel Grandin
2013-05-11Resolves: #ii118478# Implement getInvocationContext in PyUNO ScriptContextAriel Constenla-Haile
2013-05-10More gb_PROGRAMDIRNAME clean upStephan Bergmann
2013-05-09fix memory leak with orphaned controls created on the flyNoel Power
2013-05-09handle various ReturnXXXX types for formsNoel Power
2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-05-06Java cleanup, close file handles when done with themNoel Grandin
2013-05-06Java cleanup, delete some dead codeNoel Grandin
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin
2013-05-06Java cleanup, convert more Vector to ArrayListNoel Grandin
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin
2013-05-06fix typoNoel Grandin
2013-05-04install python scripting provider using filelistDavid Tardon
2013-04-30install example java scripts using filelistDavid Tardon
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin
2013-04-26From the context of the code, this field should not be staticNoel Grandin
2013-04-24Java cleanup, use generic containers where possibleNoel Grandin
2013-04-21fix typoDavid Tardon