1. dc23248 Fix the lldb helper under Python 3 and use configure's interpreter by Jim Jagielski · 18 hours ago trunk
  2. 70d516b Merge branch 'trunk' of https://github.com/apache/openoffice into trunk by Jim Jagielski · 19 hours ago
  3. 20bbb2d Merge branch 'trunk' of https://github.com/apache/openoffice into trunk by Jim Jagielski · 19 hours ago
  4. e4e2125 configmgr: avoid C++11-only Boost.Unordered by Jim Jagielski · 19 hours ago
  5. 345f7de Complete the Python 2 to 3 migration across the remaining holdouts by Jim Jagielski · 20 hours ago
  6. 56bedd1 Fix a regression in 7e8ab750cfd3aa68da5fd305f11cfb43d73e574c by Damjan Jovanovic · 29 hours ago
  7. bf22637 Merge branch 'trunk' of https://github.com/apache/openoffice into trunk by Jim Jagielski · 2 days ago
  8. fa62bc7 Generate the 'clean' helper script at configure time. by Jim Jagielski · 2 days ago
  9. c082241 Merge pull request #491 from apache/bugfix-dxf-filter by Arrigo Marchiori · 2 days ago
  10. 4195d08 Fold in some linted catches, foxusing on macOS and Linux by Jim Jagielski · 4 days ago
  11. 4780e0d vcl/win64: link version.lib + set the x64 DLL entry point (dmake) by Peter Kovacs · 5 days ago
  12. 7d7b15e Windows/amd64 compatibility fixes for winaccessibility. by Damjan Jovanovic · 1 year, 6 months ago
  13. 7e339f4 crashrep needs to link with psapi.dll for some imports. by Damjan Jovanovic · 1 year, 7 months ago
  14. 5e54f17 Use the right data types for the IMediaEvent::GetEvent() call. by Damjan Jovanovic · 1 year, 7 months ago
  15. 5da9be5 Fix ADO driver data types that differ between i386 and amd64. by Damjan Jovanovic · 1 year, 5 months ago
  16. 6a1563a Fix the OpenSSL packaging on Windows. The CPUNAME must be added to SCPDEFS. by Damjan Jovanovic · 1 year, 5 months ago
  17. 22f8d3a NSS/NSPR fixes for Windows/amd64. by Damjan Jovanovic · 1 year, 6 months ago
  18. 23448c9 Fix issues with the coinmp build on Windows/amd64. by Damjan Jovanovic · 1 year, 6 months ago
  19. 2cc1933 On Windows/amd64, OpenSSL library names have an "-x64" suffix. by Damjan Jovanovic · 1 year, 6 months ago
  20. 4ce04d5 Add needed types for unixODBC on Win64. by Damjan Jovanovic · 1 year, 7 months ago
  21. 43d3b33 Get the integer parameters passed to Min() to have the same type by Damjan Jovanovic · 1 year, 7 months ago
  22. 57d069c Fix Win64 compatibility issues with the ADO database driver. by Damjan Jovanovic · 1 year, 7 months ago
  23. d91b741 Add additional types unixODBC needs on Win64. by Damjan Jovanovic · 1 year, 7 months ago
  24. e395a22 crashrep: arch-guard dwRelOffset so x86 keeps building (Win64 regression) by Peter Kovacs · 5 days ago
  25. 02b513e sal/vcl: Win64 (x64) runtime source fixes -- thread key + window pointers by Peter Kovacs · 5 days ago
  26. ebdb555 bridges/msvc_win64: fix the x64 C++/UNO bridge (backport origin/windows-amd64) by Peter Kovacs · 5 days ago
  27. 5efb2b3 crashrep/fpicker/cui: Win64 (x64) source fixes by Peter Kovacs · 6 days ago
  28. 30f18d3 vcl/basic/sfx2/unixODBC: Win64 (x64) source fixes by Peter Kovacs · 8 days ago
  29. 040baae Additional check by Arrigo Marchiori · 12 days ago
  30. 96b0524 encoding is now based on RTL_TEXTENCODING_MS_1252 as a default. by Peter Kovacs · 3 weeks ago bugfix-dxf-filter
  31. 05e2156 pattern hatches render as proper section lines instead of solid blobs by Peter Kovacs · 3 weeks ago
  32. 3931960 fix 3D DXF import — skip OCS extrusion for WCS entities (render + bbox), case-insensitive VPORT lookup, 3D text via glyph outlines by Peter Kovacs · 3 weeks ago
  33. 5ed424c support LWPOLYLINE bulge (group 42) by Peter Kovacs · 4 weeks ago
  34. c4b51fd added support for dashed lines. by Peter Kovacs · 4 weeks ago
  35. 82ba6d6 the file detector now ignores comments at the start of the file to identifiy DXF files. by Peter Kovacs · 4 weeks ago
  36. 030749d Adding Ellipse and spine support fixed negative-z extrusion arcs by Peter Kovacs · 4 weeks ago
  37. e345bd9 for the boundary we need to measure as the renderer does. by Peter Kovacs · 4 weeks ago
  38. 65c7e15 fix zoom by ignoring the metadata. The correctness of the metadata depends on creators actions and may be stale. Better to calculate it by ourselfs. by Peter Kovacs · 4 weeks ago
  39. 22079cd dxt files labels and text are evaluated when deciding on the points where to corp the picture. by Peter Kovacs · 4 weeks ago
  40. 999d0e5 filter: idxf: chunk oversized LWPOLYLINE instead of truncating the count by Peter Kovacs · 4 weeks ago
  41. 93a2460 Merge branch 'trunk' of https://github.com/apache/openoffice into trunk by Jim Jagielski · 3 weeks ago
  42. a9afaeb Fix sal encoding-dispatch off-by-one (ISCII removal) + ZapfDingbats table bugs (#488) by Peter · 4 weeks ago
  43. e759edd Fix testHelperFunctions int64 overflow (test bug) + strengthen coverage (#487) by Peter · 4 weeks ago
  44. 88cf7e9 Add missing include directives by Arrigo Marchiori · 4 weeks ago
  45. e8b69c8 Fix check for enough bytes remaining by Arrigo Marchiori · 4 weeks ago
  46. 7f52a28 Fix the serious regression from commit 1972b29432a5b05e40ec16d939ddb345b981e240, by Damjan Jovanovic · 4 weeks ago
  47. 6fa1fa2 GTK+ headers include C++ headers when C++ 2011 is used, by Damjan Jovanovic · 4 weeks ago
  48. c0afafe C++ 2011 uses strict enums, and does not allow invalid enum values. by Damjan Jovanovic · 4 weeks ago
  49. 7dd1299 Use Java 1.8 for tests too, otherwise they don't build. by Damjan Jovanovic · 4 weeks ago
  50. 3e6a53e Pass --undefined-version to the linker on *nix where supported, by Damjan Jovanovic · 4 weeks ago
  51. f73ac41 Require Autoconf 2.72 by Arrigo Marchiori · 4 weeks ago
  52. f9e11e7 Merge branch 'trunk' of https://github.com/apache/openoffice into trunk by Jim Jagielski · 4 weeks ago
  53. 7ce5b5d Raise the C++ standard floor to C++11 on Linux and FreeBSD by Jim Jagielski · 4 weeks ago
  54. e84775e redland/raptor: build with --with-www=none to drop removed libxml nanoHTTP by Jim Jagielski · 4 weeks ago
  55. e278cb3 jvmfwk: recognize AARCH64 in JFW_PLUGIN_ARCH platform detection for Mac Silicon by Jim Jagielski · 4 weeks ago
  56. 00a90ea Support building with modern JDKs while keeping Java 8 runtime compatibility by Jim Jagielski · 4 weeks ago
  57. 2bd665d Hrmm Be sure to add these new entries with the bump in boost by Jim Jagielski · 4 weeks ago
  58. 2e60be5 Upgrade minimal supported version of Boost to 1.84 by Jim Jagielski · 4 weeks ago
  59. 8d1c74c Some macOS specific Java fixes by Jim Jagielski · 4 weeks ago
  60. 796c027 macOS configure: validate each Python 3 candidate's version before selecting it by Jim Jagielski · 4 weeks ago
  61. 27dee00 Python 3 migration: baseline 3.11.15, complete pyuno bridge and build files by Jim Jagielski · 4 weeks ago
  62. a88e2d1 macOS configure: export SDKROOT, fix SDK auto-detection for Xcode 13+ by Jim Jagielski · 4 weeks ago
  63. 68e3364 Fix a possible stack overflow caused by infinite recursion when by Damjan Jovanovic · 5 weeks ago
  64. 559fc67 Add support for iODBC on *nix. by Damjan Jovanovic · 5 weeks ago
  65. 32e6148 fix AOO-trunk cosmetic table definition (#489) by Peter · 6 weeks ago
  66. 7c8c582 Update AOO-trunk.md by Arrigo Marchiori · 7 weeks ago
  67. 1dfb23a Update AOO-trunk.md by Arrigo Marchiori · 7 weeks ago
  68. 68ff1d9 icc: fix SampleICC enum-constexpr error on Clang 16+ (icMaxEnumGeometry) by Jim Jagielski · 7 weeks ago
  69. 3bba8a3 Point JNI includes at the JDK on macOS, not the dead JavaVM.framework by Jim Jagielski · 7 weeks ago
  70. 8c537de Don't force MAC_OS_X_VERSION_MAX_ALLOWED (breaks on macOS 11+ SDKs) by Jim Jagielski · 7 weeks ago
  71. 7b0e10c nss: set CPU_ARCH=aarch64 on Apple Silicon so freebl picks 64-bit HACL by Jim Jagielski · 7 weeks ago
  72. 2a8fa3f coinmp: link sub-libraries explicitly on macOS (fixes arm64 link) by Jim Jagielski · 7 weeks ago
  73. 6ca087f nss: disable -Werror and gtests for the macOS build by Jim Jagielski · 7 weeks ago
  74. 32a1122 mythes: add 1.2.4 patches and rewire PATCH_FILES by Jim Jagielski · 7 weeks ago
  75. f1b9c24 nss: build NSPR for arm64 on Apple Silicon by Jim Jagielski · 7 weeks ago
  76. a3815d2 hyphen/mythes: drop dangling patch references after version bump by Jim Jagielski · 7 weeks ago
  77. adeec33 Fix bundled-module builds (nss/nspr) with autoconf >= 2.70 on macOS by Jim Jagielski · 7 weeks ago
  78. a9dc136 Fix macOS build with Clang 16+ (Xcode 15+): pin C dialect to gnu89 by Jim Jagielski · 7 weeks ago
  79. 7e8ab75 We can directly use the latest versions of hunspell/hyphen and mythes by Jim Jagielski · 7 weeks ago
  80. 85e35a2 Some downloads are now tar.xz, which we haven't supported. Add in basic by Jim Jagielski · 7 weeks ago
  81. aaf4fff Harden the SDK analysis and future proof (esp for the Apple Silicon case) by Jim Jagielski · 7 weeks ago
  82. 92dedce For macs, we must baseline 11.0 as the oldest supported version, due by Jim Jagielski · 7 weeks ago
  83. 286601b Merge branch 'bump-openssl-3.0.20' into trunk by Jim Jagielski · 7 weeks ago
  84. 6ee7c93 Handle error/warning message about escaping by Jim Jagielski · 7 weeks ago
  85. fe01e9b Bump bundled OpenSSL 3.0.13 -> 3.0.20 by Jim Jagielski · 7 weeks ago
  86. 27c2ffa Update via autoupdate by Jim Jagielski · 7 weeks ago
  87. ad26e20 commit LLM drafted review/assessment of the differneces between trunk (45x) and AOO42X for potential backports and general knowledge. by Jim Jagielski · 7 weeks ago
  88. 9d1a529 Fix crash, uninitialized-return, and buffer bugs in update check and macOS x86 bridge by Jim Jagielski · 7 weeks ago
  89. f92bdc3 Also protect AOO41X and AOO42X (#482) by Arrigo Marchiori · 8 weeks ago
  90. 11db77d Fix the macOS x86 bridge. Previous version was fragile. by Jim Jagielski · 8 weeks ago
  91. 5e139d9 Native Apple Silicon (arm64) support and bundled Python 3.10 baseline by Jim Jagielski · 8 weeks ago
  92. 4bb2673 Merge branch 'python-editing-embedding' into trunk by Damjan Jovanovic · 10 weeks ago
  93. a7a66e3 Use a fixed width font for the Python editor. by Damjan Jovanovic · 10 weeks ago python-editing-embedding
  94. 83e7f9c Set up default protection ruleset for default and release branches (#481) by The Apache Software Foundation · 3 months ago
  95. d7d7c2b Remove a duplicate method. by Damjan Jovanovic · 3 months ago
  96. 8e23be7 Use pop() instead of del to delete keys from the self.modules by Damjan Jovanovic · 3 months ago
  97. 1a9bb40 Forget Python modules from the cache after they are saved, so they by Damjan Jovanovic · 3 months ago
  98. 1b85a93 Our PythonScriptProvider is now actively developed, not deprecated. by Damjan Jovanovic · 3 months ago
  99. d2cc3a1 Make the edit dialog permanent. by Damjan Jovanovic · 3 months ago
  100. 36f82a9 Cleanups. Save in UTF-8 format just in case. by Damjan Jovanovic · 3 months ago