Age | Commit message (Expand) | Author | Files | Lines |
2013-09-12 | gbuild: remove gb_Rdb__get_final_target | Michael Stahl | 2 | -6/+2 |
2013-09-11 | Towards a working instdir for Mac OS X | Stephan Bergmann | 7 | -7/+7 |
2013-09-09 | gbuild: install rdb files directly in module they come from | Matúš Kukan | 2 | -0/+4 |
2013-08-30 | ENABLE_SCRIPTING_* Harmonize ENABLE_* variable to TRUE/<nothing> | Norbert Thiebaud | 1 | -2/+2 |
2013-08-21 | deb#719941: pythonscript.py: use open() instead of file() | Rene Engelhard | 1 | -1/+1 |
2013-08-20 | deb#719941: unbreak python script provider debug logging on Python 3 | Michael Stahl | 1 | -1/+1 |
2013-08-19 | Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA | Tor Lillqvist | 1 | -1/+1 |
2013-08-19 | Mark as const | Takeshi Abe | 2 | -2/+2 |
2013-08-18 | Further work on the "Mac-like app structure" option | Tor Lillqvist | 7 | -10/+10 |
2013-08-18 | Use subfolder names from <config_folders.h> | Tor Lillqvist | 7 | -14/+15 |
2013-08-07 | resolved fdo#67444 don't push_back() with already reserved size | Eike Rathke | 1 | -2/+3 |
2013-07-30 | fdo#67547 fix access to methods (getScript) of MasterScriptProvider from VB | Noel Power | 1 | -1/+3 |
2013-07-15 | Related: fdo#66761 the double-encoding bug appears gone in python 3.3.2 | Caolán McNamara | 1 | -5/+11 |
2013-07-14 | Related: fdo#66761 we want the bytes, not a str representation of them | Caolán McNamara | 1 | -1/+3 |
2013-07-13 | Resolves: fdo#66761 Macro controlled Python Mailmerge broken | Caolán McNamara | 1 | -1/+4 |
2013-07-12 | Resolves: #i120083# make python loglevel and log output changeable... | Herbert Dürr | 1 | -8/+16 |
2013-07-11 | use LanguageTag::getMatchingFallback() | Eike Rathke | 2 | -21/+11 |
2013-07-10 | added FIXME-BCP47 comments | Eike Rathke | 1 | -0/+8 |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold | 3 | -13/+13 |
2013-06-28 | remove an unused header | Thomas Arnhold | 11 | -38/+0 |
2013-06-18 | add python ver to debugging info | Caolán McNamara | 1 | -0/+1 |
2013-06-17 | Resolves: fdo#55411 python 2 vs 3 str/bytes encoding issues | Caolán McNamara | 1 | -4/+7 |
2013-06-03 | re-base on ALv2 code. Includes: | Michael Meeks | 7 | -0/+119 |
2013-05-28 | fdo#46808, Convert awt::UnoControlDialog to new style | Noel Grandin | 2 | -56/+47 |
2013-05-25 | Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style" | Stephan Bergmann | 4 | -65/+85 |
2013-05-24 | Resolves: #i55055# Simplify pythonscript.py code | Pedro Giffuni | 1 | -41/+41 |
2013-05-24 | scripting: get CreateUnoDialog() work again | Miklos Vajna | 1 | -1/+2 |
2013-05-23 | fix awt::UnoControlModelDialog crash | Noel Grandin | 1 | -1/+5 |
2013-05-22 | Use the new type-checking Reference constructor to reduce code noise | Noel Grandin | 3 | -7/+5 |
2013-05-21 | fdo#46808, Convert awt::XUnoControlDialog to new style | Noel Grandin | 2 | -42/+33 |
2013-05-21 | fdo#46808, Convert awt::UnoControlDialogModel to new style | Noel Grandin | 4 | -49/+33 |
2013-05-11 | Resolves: #ii118478# Implement getInvocationContext in PyUNO ScriptContext | Ariel Constenla-Haile | 1 | -5/+51 |
2013-05-10 | More gb_PROGRAMDIRNAME clean up | Stephan Bergmann | 1 | -2/+2 |
2013-05-09 | fix memory leak with orphaned controls created on the fly | Noel Power | 1 | -5/+33 |
2013-05-09 | handle various ReturnXXXX types for forms | Noel Power | 1 | -8/+5 |
2013-05-06 | cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removal | Philipp Riemer | 1 | -4/+2 |
2013-05-06 | remove usage of RTL_CONSTASCII_USTRINGPARAM | Luboš Luňák | 1 | -9/+9 |
2013-05-06 | Java cleanup, close file handles when done with them | Noel Grandin | 4 | -41/+40 |
2013-05-06 | Java cleanup, delete some dead code | Noel Grandin | 2 | -41/+15 |
2013-05-06 | Java cleanup, convert Hashtable to HashMap | Noel Grandin | 2 | -3/+2 |
2013-05-06 | Java cleanup, convert more Vector to ArrayList | Noel Grandin | 2 | -8/+8 |
2013-05-06 | Java cleanup, Convert Vector to ArrayList | Noel Grandin | 14 | -117/+119 |
2013-05-06 | fix typo | Noel Grandin | 1 | -1/+1 |
2013-05-04 | install python scripting provider using filelist | David Tardon | 1 | -2/+4 |
2013-04-30 | install example java scripts using filelist | David Tardon | 4 | -51/+43 |
2013-04-30 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks | 21 | -484/+84 |
2013-04-26 | Java cleanup, access static methods using correct syntax | Noel Grandin | 10 | -18/+18 |
2013-04-26 | From the context of the code, this field should not be static | Noel Grandin | 1 | -1/+1 |
2013-04-24 | Java cleanup, use generic containers where possible | Noel Grandin | 3 | -3/+3 |
2013-04-21 | fix typo | David Tardon | 1 | -1/+1 |