summaryrefslogtreecommitdiff
path: root/writerperfect/Library_wpftwriter.mk
AgeCommit message (Collapse)Author
2016-02-08wpftwriter: use service constructorDavid Tardon
Change-Id: I217988ca09b40af7cb2b3b28ea7c2af6a9db12d0
2015-05-20enable Apple Pages importDavid Tardon
Change-Id: I1ae1a09de43a2743d6bf9eba0c9a389b99bdfc67
2015-05-19upload libwps 0.4.0osnola
Change-Id: I9da61333b7c46d20cf7010553929b141ec011d84
2014-10-22fdo#84168 change writerperfect filters to use a new base class templateTakeshi Abe
in writerperfect/source/writer. Change-Id: I8840f13b44aa1060dab9383583bdb1db4db70aaa Reviewed-on: https://gerrit.libreoffice.org/12038 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-05-26rebase all import libsDavid Tardon
Change-Id: I9e1fc613816c943f4fb1033185e34e3acf317f1d
2014-04-25refactor to decrease the amount of copypastaDavid Tardon
Change-Id: Ib540d79034f1963905685c1282d091bc034cf4f3
2014-04-24change libwriterperfect to shared libraryDavid Tardon
There are already 3 libs linking with it and there will be another one in near future. It is time to stop the duplication :-) Change-Id: Ia7d24882c37a8bf49fa031b73fa1bd5296f78820
2014-04-12Unnecessary to mention dependency on icudata as only libicuuc directly uses itTor Lillqvist
libicudata exports a single symbol, icudt52_data (for ICU version 52), and only libicuuc refers to it. Change-Id: Ia04356fda20cf8109156ccd1cbbd9091e70adf27
2014-03-23remove unnecessary util dirDavid Tardon
Change-Id: I66e1882d14c59abeb6aa01b662dfc3a89238d3c0
2014-01-13AbiWord Import filterFridrich Štrba
Change-Id: I90dc115044e5f81fa3a2b105d30d7d39e438b086 Reviewed-on: https://gerrit.libreoffice.org/7411 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-11-11bundle libebookDavid Tardon
Change-Id: I05d96875b9d1deb87dadd63f446080a6fe3494a9 Reviewed-on: https://gerrit.libreoffice.org/6630 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-30update libodfgenDavid Tardon
Change-Id: I9466c07f18b4befaba662386d69426dd6687d2dd Reviewed-on: https://gerrit.libreoffice.org/6487 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-09-22find lots of external static libraries in UnpackedTarball dirMichael Stahl
Note: do NOT put file paths to static libraries into FOO_LIBS variables that are passed to bundled externals that are built with --enable-static: on Mac OS X this will result in .a archives that contain other .a archives as entries, and trying to link those results in errors like: ld: warning: ignoring file .../libodfgen-0.0.a, file was built for archive which is not the architecture being linked (i386) Change-Id: If2c5a458058e4da76f80b3643e55b489d1edee24
2013-05-02Splitting writerperfect into serializer and libodfgenFridrich Štrba
Change-Id: I69f12fb097dbc977e63463b6b764a3553bcf9271
2013-03-14First step for a MWAWImportFilterFridrich Štrba
Change-Id: I03f48d26a4bafcd82cb96b1b90a7f49f3ea433ce
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-07-05audit and re-license writerperfect.Fridrich Štrba
Written entirely by non-Oracle contributors to LibreOffice. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-04-20Monkey sberg's work for the other writerperfect libraryFridrich Štrba
2012-04-19Diminish the number of writerperfect librariesFridrich Štrba
Instead of a pleiade of libraries, one for graphic filters (wpftdraw) and one for text document filters (wpftwriter) to diminish duplicate static linking.