summaryrefslogtreecommitdiff
path: root/writerperfect/Library_wpftdraw.mk
AgeCommit message (Collapse)Author
2016-02-08drop unused includeDavid Tardon
Change-Id: Ia0d9568ee33cab8498946a535baa6edb4ae28796
2015-05-19upload libwps 0.4.0osnola
Change-Id: I9da61333b7c46d20cf7010553929b141ec011d84
2014-10-24fdo#84168 change writerperfect filters to use a new base class templateTakeshi Abe
in writerperfect/source/draw. Change-Id: I8ec2861da2af1e203157faa1319b837fe236b507 Reviewed-on: https://gerrit.libreoffice.org/12072 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-09-17Missing boost_headers dependenciesStephan Bergmann
Change-Id: I3e192bd3711ac690f3212fc36809b2c25526e9aa
2014-09-17convert wpftcalc to use ImportFilter base classDavid Tardon
Change-Id: I6692aee51753cddf57aaca1b7b7a94afafe60a9d
2014-06-27integrate libpagemakerDavid Tardon
Change-Id: I077d7c9a41793abdf5f001386f44ac407f94a6d3
2014-05-29add new libmwaw drawing formats (forgotten files)osnola
Change-Id: Ib9ecd643a552063e2a09874776b3ea0f30e8440a
2014-05-26rebase all import libsDavid Tardon
Change-Id: I9e1fc613816c943f4fb1033185e34e3acf317f1d
2014-04-24refactor to decrease the amount of copypastaDavid Tardon
Change-Id: Iedfa2a358bf098f6a5e28b994c4c340654a7c295
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
2013-10-31BIPU Freehand importerFridrich Štrba
Change-Id: I5b233343269b4107bbcfef5ea1c9b1fc7b735ed2 Reviewed-on: https://gerrit.libreoffice.org/6511 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
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-23re-order externals in Library_wpftdraw for ld with --as-neededMichael Stahl
Change-Id: I52e14ead53fe0af0b13919869a5f646586251cca
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-01-25Uploading libcdr 0.0.10, hoping it worksFridrich Štrba
Change-Id: Ibf21b856c0f9da276df60680513421be3c871a2d
2012-11-05Uploading new libvisio 0.0.20 releaseFridrich Štrba
Change-Id: Ic090ae81c28f12a106a74aa6d10b43cce9d68fed
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-06-05Adding Microsoft Publisher Import filterFridrich Štrba
Change-Id: Iec9c9c5419a40e7ad64af057f1bbb426ca3163b0
2012-04-19Cleaned up wpftdraw_component_getFactoryStephan Bergmann
...which required switching service implementations from XMultiServiceManager- based to XComponentContext-based (using comphelper::ComponentContext convenience helper for the occasional service instantiation via the XComponentContext).
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.