summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)AuthorFilesLines
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-09-23Try to fix cross-compilationTor Lillqvist7-7/+7
2013-09-12gbuild: remove gb_Rdb__get_final_targetMichael Stahl2-6/+2
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann7-7/+7
2013-09-09gbuild: install rdb files directly in module they come fromMatúš Kukan2-0/+4
2013-08-30ENABLE_SCRIPTING_* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud1-2/+2
2013-08-21deb#719941: pythonscript.py: use open() instead of file()Rene Engelhard1-1/+1
2013-08-20deb#719941: unbreak python script provider debug logging on Python 3Michael Stahl1-1/+1
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist1-1/+1
2013-08-19Mark as constTakeshi Abe2-2/+2
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist7-10/+10
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist7-14/+15
2013-08-07resolved fdo#67444 don't push_back() with already reserved sizeEike Rathke1-2/+3
2013-07-30fdo#67547 fix access to methods (getScript) of MasterScriptProvider from VBNoel Power1-1/+3
2013-07-15Related: fdo#66761 the double-encoding bug appears gone in python 3.3.2Caolán McNamara1-5/+11
2013-07-14Related: fdo#66761 we want the bytes, not a str representation of themCaolán McNamara1-1/+3
2013-07-13Resolves: fdo#66761 Macro controlled Python Mailmerge brokenCaolán McNamara1-1/+4
2013-07-12Resolves: #i120083# make python loglevel and log output changeable...Herbert Dürr1-8/+16
2013-07-11use LanguageTag::getMatchingFallback()Eike Rathke2-21/+11
2013-07-10added FIXME-BCP47 commentsEike Rathke1-0/+8
2013-06-29remove OUString wrap for string literalsThomas Arnhold3-13/+13
2013-06-28remove an unused headerThomas Arnhold11-38/+0
2013-06-18add python ver to debugging infoCaolán McNamara1-0/+1
2013-06-17Resolves: fdo#55411 python 2 vs 3 str/bytes encoding issuesCaolán McNamara1-4/+7
2013-06-03re-base on ALv2 code. Includes:Michael Meeks7-0/+119
2013-05-28fdo#46808, Convert awt::UnoControlDialog to new styleNoel Grandin2-56/+47
2013-05-25Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"Stephan Bergmann4-65/+85
2013-05-24Resolves: #i55055# Simplify pythonscript.py codePedro Giffuni1-41/+41
2013-05-24scripting: get CreateUnoDialog() work againMiklos Vajna1-1/+2
2013-05-23fix awt::UnoControlModelDialog crashNoel Grandin1-1/+5
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin3-7/+5
2013-05-21fdo#46808, Convert awt::XUnoControlDialog to new styleNoel Grandin2-42/+33
2013-05-21fdo#46808, Convert awt::UnoControlDialogModel to new styleNoel Grandin4-49/+33
2013-05-11Resolves: #ii118478# Implement getInvocationContext in PyUNO ScriptContextAriel Constenla-Haile1-5/+51
2013-05-10More gb_PROGRAMDIRNAME clean upStephan Bergmann1-2/+2
2013-05-09fix memory leak with orphaned controls created on the flyNoel Power1-5/+33
2013-05-09handle various ReturnXXXX types for formsNoel Power1-8/+5
2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer1-4/+2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-9/+9
2013-05-06Java cleanup, close file handles when done with themNoel Grandin4-41/+40
2013-05-06Java cleanup, delete some dead codeNoel Grandin2-41/+15
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin2-3/+2
2013-05-06Java cleanup, convert more Vector to ArrayListNoel Grandin2-8/+8
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin14-117/+119
2013-05-06fix typoNoel Grandin1-1/+1
2013-05-04install python scripting provider using filelistDavid Tardon1-2/+4
2013-04-30install example java scripts using filelistDavid Tardon4-51/+43
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks21-484/+84
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin10-18/+18
2013-04-26From the context of the code, this field should not be staticNoel Grandin1-1/+1