1. 3326ae0 follow python recommendation and pass SSL contexts by Caolán McNamara · 2 years, 8 months ago
  2. d74c010 Use getXWeak in scripting by Mike Kaganski · 3 years ago
  3. 4b3308a Avoid NullPointerException by Stephan Bergmann · 3 years ago
  4. e7dbef9 rtl::Static to thread-safe-static by Noel Grandin · 3 years ago
  5. d015989 Fix some errors in the scripting module's XInputStreamImpl: by Damjan Jovanovic · 3 years, 6 months ago
  6. 00f6c36 Fix/simplify some vnd.sun.star.expand: handling by Mike Kaganski · 3 years, 2 months ago
  7. 12896c9 tdf#153571: properly unquote (URL-decode) vnd.sun.star.expand payload by Mike Kaganski · 3 years, 2 months ago
  8. 1726c27 check SfxObjectShell::Current() by Caolán McNamara · 3 years, 4 months ago
  9. c91ec11 loplugin:unusedfields by Noel Grandin · 3 years, 5 months ago
  10. 8cbc179 use more TempFileFastService in scripting by Noel Grandin · 3 years, 6 months ago
  11. 4252555 use more string_view by Noel Grandin · 3 years, 6 months ago
  12. 84e9a00 tdf#151076 Create callable Python script using InsertText by Rafael Lima · 3 years, 7 months ago
  13. 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
  14. c7c2f6b clang-tidy modernize-pass-by-value in scripting by Noel Grandin · 3 years, 10 months ago
  15. d952df3 LanguageTool Grammar Checker implementation by Mert Tumer · 4 years ago
  16. f71606c new loplugin:moveit by Noel Grandin · 3 years, 10 months ago
  17. 2a263cb tdf#145527 Revert "Related tdf#116767: Call URLClassLoader.close" by Stephan Bergmann · 3 years, 10 months ago
  18. f2c0233 new loplugin:unnecessary locking by Noel Grandin · 3 years, 11 months ago
  19. d03e7a8 speed up simple use of NamedValueCollection by Noel Grandin · 3 years, 11 months ago
  20. cde416f in SetGlobalUNOConstant, only retrieve old value if we need it by Noel Grandin · 4 years ago
  21. 5fc8f86 Just use Any ctor instead of makeAny in scripting by Stephan Bergmann · 4 years ago
  22. d384925 use more string_view in INetURLObject by Noel Grandin · 4 years ago
  23. 33bd16b loplugin:stringviewparam convert methods using copy() by Noel Grandin · 4 years ago
  24. c898611 loplugin:stringviewparam convert methods using compareTo by Noel Grandin · 4 years ago
  25. cd973e7 Remove special-casing Windows stderr handling by Mike Kaganski · 4 years, 1 month ago
  26. 14001bc Recheck modules s[a-c]* with IWYU by Gabor Kelemen · 4 years, 2 months ago
  27. 6a0f00d tdf#146742 - Move the initialization code of a method to SbMethod::Call by Andreas Heinisch · 4 years, 2 months ago
  28. a2eaf99 make comphelper::OInterfaceContainerHelper4 more threadsafe by Noel Grandin · 4 years, 3 months ago
  29. 5de44f1 osl::Mutex->std::mutex in StringResourceImpl by Noel Grandin · 4 years, 4 months ago
  30. 822998f tdf#143582: Avoid error on clearing leftover return value of a method by Mike Kaganski · 4 years, 4 months ago
  31. 1d83453 use more cppu::BaseMutex by Noel Grandin · 4 years, 4 months ago
  32. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  33. fb308c1 Fix --disable-scripting for DESKTOP build by Jan-Marek Glogowski · 4 years, 11 months ago
  34. 9622b62 use more OInterfaceContainerHelper2 in scripting by Noel Grandin · 4 years, 4 months ago
  35. ec5788d Fix typos and translations by Andrea Gelmini · 4 years, 4 months ago
  36. acd820a Add more beanshell samples by Samuel Mehrbrodt · 4 years, 4 months ago
  37. 2ab40e9 use more OUStringLiteral in MediaDescriptor by Noel Grandin · 4 years, 5 months ago
  38. f23a4e6 Typo: implemnented->implemented by Julien Nabet · 4 years, 5 months ago
  39. 22ba855 Prepare for removal of non-const operator[] from Sequence in scripting by Mike Kaganski · 4 years, 5 months ago
  40. d425cd6 Revert incompatible ScriptEditor change by Stephan Bergmann · 4 years, 6 months ago
  41. 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
  42. 8a017d2 Avoid COW overhead using css::uno::Sequence by Mike Kaganski · 4 years, 6 months ago
  43. 581efde loplugin:constmethod by Noel Grandin · 4 years, 6 months ago
  44. 2bc1a04 New loplugin:unusedcapturedefault by Stephan Bergmann · 4 years, 8 months ago
  45. ac586d1 Make some scripts more portable by Ilmari Lauhakangas · 4 years, 8 months ago
  46. 14cfff5 Pass context and resource string down to boost::locale separately by Noel Grandin · 4 years, 9 months ago
  47. 24d24de tdf#143582 - Clear return value of the method before calling it by Andreas Heinisch · 4 years, 8 months ago
  48. 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
  49. 1597cc5 convert #defines to OUStringLiteral by Noel Grandin · 4 years, 8 months ago
  50. 933cf26 osl::Mutex->std::mutex in ProviderCache by Noel Grandin · 4 years, 8 months ago
  51. 86d66c6 osl::Mutex->std::mutex in MasterScriptProvider by Noel Grandin · 4 years, 8 months ago
  52. bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
  53. 3823e81 std::unique_ptr -> std::optional by Noel Grandin · 4 years, 10 months ago
  54. 601e9d4 inline some typedefs by Noel Grandin · 5 years ago
  55. 04aafba loplugin:stringadd simplify some *StringBuffer operations by Noel Grandin · 5 years ago
  56. 39c3574 use string_view in INetURLObject::encode by Noel Grandin · 5 years ago
  57. 46ce0d2 loplugin:stringliteralvar look for assignments by Noel Grandin · 5 years ago
  58. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  59. 5707ec3 Use javax.xml.transform instead of reflection to write a Document by Stephan Bergmann · 5 years ago
  60. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  61. 24552a0 tdf#124176 Use pragma once in s* by Vincent LE GARREC · 5 years ago
  62. fbaf865 Drop "32" from names of SbxArray methods taking 32-bit indices by Mike Kaganski · 5 years ago
  63. ab559cf tdf#124176 Used pragma once instead of include guards by ViKrAm-Baisclear · 5 years ago
  64. 61d2014 tdf#133889 Upcasting the type of actual parameter. by tushar · 5 years ago
  65. 3b3591d tdf#133887 Set flag of variable when formal parameter is not expecting variant. by tushar · 5 years ago
  66. ac396f2 fix coverity parse errors by Caolán McNamara · 5 years ago
  67. 9c5f2dc Fix typos by Andrea Gelmini · 5 years ago
  68. 6b57cfb tdf#128463: Revert the change to license information by Kevin Suo · 5 years ago
  69. 8c9cc54 tdf#128463: Rewrite NamedRanges.py to make it work when run from UI by Kevin Suo · 5 years ago
  70. 97d5144 tdf#128463: Make SetCellColor python example actually do sth by Kevin Suo · 5 years ago
  71. a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  72. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  73. 107399d tdf#42949 Fix new IWYU warnings in directories s* by Gabor Kelemen · 5 years ago
  74. d6d80c4 OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTION by Noel · 5 years ago
  75. 93c64a6 loplugin:stringview by Noel · 5 years ago
  76. cc1e6ee disable O(U)String::concat for internal code by Noel Grandin · 5 years ago
  77. c967a7f loplugin:reducevarscope in scripting by Noel · 5 years ago
  78. f76f15f Replace list by vector in scripting/eventhelpher by Julien Nabet · 5 years ago
  79. 5fb0e0f Improve example python code in scripting. by Kevin Suo · 5 years ago
  80. e6dfaf9 Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString by Stephan Bergmann · 6 years ago
  81. f10a4e2 Fix typos in code by Andrea Gelmini · 6 years ago
  82. 33ecd0d Change OUStringLiteral from char[] to char16_t[] by Stephan Bergmann · 6 years ago
  83. dd2b321 Fix typos by Andrea Gelmini · 6 years ago
  84. e78b166 scripting/basprov: create instances with uno constructors by Noel Grandin · 6 years ago
  85. b2835b2 scripting/protocolhandler: create instances with uno constructors by Noel Grandin · 6 years ago
  86. fd55315 scripting/stringresource: create instances with uno constructors by Noel Grandin · 6 years ago
  87. 8e6c563 scripting/provider: create instances with uno constructors by Noel Grandin · 6 years ago
  88. b4f1f2d scripting/dlgprov: create instances with uno constructors by Noel Grandin · 6 years ago
  89. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  90. 493ae7a6 replace usage of blacklist with denylist by Thorsten Behrens · 6 years ago
  91. d70da0b reduce number of framework libraries by Noel Grandin · 6 years ago
  92. 9c6100c Upcoming improved loplugin:staticanonymous -> redundantstatic: scripting by Stephan Bergmann · 6 years ago
  93. 2c0906b tdf#42949 Fix IWYU warnings in scripting/ by Gabor Kelemen · 6 years ago
  94. 2b47c5f remove the fake SvxScriptErrorDialog code by Noel Grandin · 6 years ago
  95. 9e07acf Upcoming loplugin:elidestringvar: scripting by Stephan Bergmann · 6 years ago
  96. b5fcdc3 fix python 3.8 deprecation warnings by Noel Grandin · 6 years ago
  97. c37fe88 compact namespace in sal..svgio by Noel Grandin · 6 years ago
  98. 35518c9 Move all public Java classes to libreoffice.jar by Samuel Mehrbrodt · 6 years ago
  99. 9762353 Fix typos by Andrea Gelmini · 6 years ago
  100. c4fa6ef pyuno,*: kill Python 2 support with fire by Michael Stahl · 6 years ago