这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: LibreOffice/noa-libre

Tags

v3.0.1-RC1

Toggle v3.0.1-RC1's commit message
Major changes in 3.0.1-RC1 release:

* using eclipse SWT directly for embedding LibreOffice bean
* removed a workaround interfering with toolbar layout
* added sources for nativeview.dll, updated dll, fixed crash
  induced into awt.dll
* add snippet example for SWT embedding

v3.0.0

Toggle v3.0.0's commit message
Major changes in 3.0.0 release:

* Bootstrapping with bootstrapconnector.jar replaced by LibreOffice's own javaunohelper bootstrap
* UNO jars dropped from lib directory and pulled from Maven central repository during build
* Added a customized URLClassLoader (OfficeLoader) that will find UNO installation on the system and/or allow specifying an own path to soffice

v3.0.0-RC1

Toggle v3.0.0-RC1's commit message
Create v3.0.0-RC1 tag

v3.0.0-beta1

Toggle v3.0.0-beta1's commit message
v3.0.0-beta1:

 - forked from NOA
 - applied pending patch contributions
 - adjusted to LibreOffice name, path, and API changes
 - moved to builtin LibreOffice bootstrap, removed unsupportable
   BootstrapSocketConnector
 - removed checked-in office JARs, now pulling stuff from maven