summaryrefslogtreecommitdiff
path: root/scripting/java
AgeCommit message (Expand)AuthorFilesLines
2019-11-08Respect DisableMacrosExecution option in javascript editorSamuel Mehrbrodt3-51/+64
2019-11-08Respect DisableMacrosExecution option in beanshell editorSamuel Mehrbrodt1-0/+29
2019-09-29Fix typosAndrea Gelmini1-3/+3
2019-09-06Fixing "...."Andrea Gelmini1-2/+2
2019-08-31Fix typosAndrea Gelmini1-1/+1
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-08-08Related tdf#116767: Call URLClassLoader.closeStephan Bergmann2-43/+52
2019-08-08Remove unused NoSuitableClassLoaderExceptionStephan Bergmann1-42/+0
2019-08-08Remove odd catch of ArrayStoreExceptionStephan Bergmann1-17/+4
2019-07-23cid#1448376 SIC: Inner class could be made staticCaolán McNamara1-1/+1
2019-07-20cid#1448526 RANGE: Range checksCaolán McNamara1-1/+1
2019-07-19tdf#123587 Beanshell editor: Show current file name as window titleAndreas Heinisch2-1/+10
2019-07-09tdf#125355 Beanshell Editor: Corrected indentation when Enter is pressedAndreas Heinisch1-0/+26
2019-07-03cid#1448470: perf inefficient map iteratorJulien Nabet1-6/+3
2019-05-21tdf#97635 Added unindentation using shift-tab (mimicked eclipse behavior)Andreas Heinisch1-2/+2
2019-05-20tdf#97635 Added unindentation using shift-tab (mimicked eclipse's behavior)Andreas Heinisch1-5/+8
2019-05-16tdf#97635 Added unindentation using shift-tab (mimicked eclipse behavior)Andreas Heinisch1-0/+22
2019-05-10an uno -> a unoCaolán McNamara3-6/+6
2019-03-27Beanshell: Display full exception messageSamuel Mehrbrodt1-1/+1
2019-03-27Beanshell: Wrap long error messagesSamuel Mehrbrodt1-2/+14
2019-03-27tdf#123586 Set minimum size for beanshell editorkushagrakasliwal11-0/+2
2019-03-13tdf#123588 Beanshell editor to indicate whether script is savedSainal Shah4-3/+50
2019-02-24tdf#123589 Removing close button from toolbar in Beanshell editorEL-SHREIF1-3/+1
2019-02-18Fix product nameSamuel Mehrbrodt1-1/+1
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-1/+1
2018-07-05cid#1437407: create class loader in doPrivilegedStephan Bergmann1-3/+8
2018-06-15Restore binary compatibility for ClassLoaderFactoryStephan Bergmann4-9/+6
2018-04-02use https links for api.libreoffice.org and opengrokdennisroczek2-6/+6
2018-01-27Fix typosAndrea Gelmini1-1/+1
2017-02-23In Java, css.uno.RuntimeException doesn't derive from css.uno.ExceptionStephan Bergmann1-1/+1
2016-10-16tdf#98004 - Enhansment on Editor(Beanshell)nadith1-6/+9
2016-10-03ClassLoader->URLClassLoaderCaolán McNamara4-7/+10
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-08-19Revert "coverity#1371372 Resource leak on an exceptional path"Caolán McNamara4-30/+8
2016-08-19coverity#1371372 Resource leak on an exceptional pathCaolán McNamara4-8/+30
2016-08-19coverity#1371367 Resource leak on an exceptional pathCaolán McNamara1-0/+3
2016-06-06remove unused imports in java codeNoel Grandin1-1/+0
2016-05-15coverity#1361587 Dereference null return valueCaolán McNamara2-24/+26
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-03-14remove some unused Java codeNoel Grandin2-8/+0
2016-03-14scripting: JDK 1.5 compatibility: don't use java.awt.Font.MONOSPACEDDouglas Mencken1-1/+1
2016-03-04cid#1326861,1326862: Eq: Problems with implementation of equals()Stephan Bergmann2-27/+1
2016-03-04This ScriptEntry ctor is always called with empty languagedeppropsStephan Bergmann3-10/+4
2016-03-04Scripting.location is unusedStephan Bergmann4-16/+7
2016-03-04ScriptEntry fields can be finalStephan Bergmann1-6/+6
2016-03-04Turn forwarding among ScriptEntry ctors around, dropping oneStephan Bergmann1-19/+11
2016-03-04Remove unusd ScriptEntry ctorStephan Bergmann1-4/+0
2016-03-04Forwarding-only ctor, can be privateStephan Bergmann1-1/+1
2016-03-04This ScriptEntry ctor is only needed by ctor of derived class ScriptMetaDataStephan Bergmann1-1/+1
2016-03-04Remove unused ScriptEntry.setLogicalNameStephan Bergmann1-4/+0