Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-06 | Bin RTL_CONSTASCII_USTRINGPARAM | Fridrich Štrba | |
Change-Id: Idba2f900f962da57f9e9254b71b68f9b64f6ba6c | |||
2012-07-05 | audit 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-04 | Targeted cleanup of namespaces | Fridrich Štrba | |
Change-Id: I9e3449b44ff47f77f72da398c4f651519b824bfd | |||
2012-07-04 | No need to suppress warnings anymore | Fridrich Štrba | |
The corresponding classes in libwpd-0.9.x have virtual destructor if they have virtual functions. Change-Id: Ibf97b45e7ce7d5949ac8bea0a8c204b548f567e4 | |||
2012-07-04 | re-base on ALv2 code. | Michael Meeks | |
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | |
2012-06-26 | removed unnecessary forward declarations of class | Takeshi Abe | |
Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec | |||
2012-06-05 | Adding Microsoft Publisher Import filter | Fridrich Štrba | |
Change-Id: Iec9c9c5419a40e7ad64af057f1bbb426ca3163b0 | |||
2012-06-01 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I2c166c63e9d2ab7d60bb404f643045678ef239a2 | |||
2012-05-30 | Handle opacity in gradients | Brennan Vincent | |
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> | |||
2012-05-25 | Trying to wrap the tools references inside a struct | Fridrich Štrba | |
Change-Id: Ie4d9a1d2c131f14928d7cc47f1b6314cf7e7f41d | |||
2012-05-25 | Revert "Blind Hail Mary trying to solve tinderbox breakages" | Fridrich Štrba | |
This reverts commit 70d473c07d79dc59a69f6cc725c026eacdc12c2a. | |||
2012-05-25 | Blind Hail Mary trying to solve tinderbox breakages | Fridrich Štrba | |
Change-Id: Ic69195e2ae991cf837c3dcfb086d9834f99b2d40 | |||
2012-05-25 | Don't get out of bonds | Fridrich Štrba | |
Change-Id: Ifd743fe59d468b3d89c95f4963a038068cf34629 | |||
2012-05-25 | Allow WPXSvStream to read stream in a hierarchy of substorages | Fridrich Štrba | |
Change-Id: I8f9726e3e93a16d59f0e3c24783a98f4b9edd692 | |||
2012-05-07 | Add possibility of generating foot/endnotes with text labels | Laurent Alonso | |
2012-05-07 | Check for frame borders and frame background | Laurent Alonso | |
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-26 | Fix a C&P error | Fridrich Štrba | |
2012-04-20 | Monkey sberg's work for the other writerperfect library | Fridrich Štrba | |
2012-04-19 | Cleaned up wpftdraw_component_getFactory | Stephan 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-19 | Diminish the number of writerperfect libraries | Fridrich Štrba | |
Instead of a pleiade of libraries, one for graphic filters (wpftdraw) and one for text document filters (wpftwriter) to diminish duplicate static linking. | |||
2012-04-19 | Prefix the UNO components in writerperfect | Fridrich Štrba | |
2012-04-19 | cdrfilter.component has now two filters inside | Fridrich Štrba | |
2012-04-19 | Stub CMX importer | Fridrich Štrba | |
2012-04-09 | Write out the groupping | Fridrich Štrba | |
2012-04-08 | Generate SVG preview of embedded WPG image | Fridrich Štrba | |
2012-04-08 | Allow conversion of embedded images to another binary image format | Fridrich Štrba | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-04 | removed duplicate #includes | Takeshi Abe | |
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity | |||
2012-03-12 | C&P error | Fridrich Štrba | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-09 | Use information about position and offsets of the bitmap fill | Fridrich Štrba | |
2012-03-09 | Make sure that the right libraries are there in all cases | Fridrich Štrba | |
2012-03-09 | With the new libcdr, writerperfect will depend on lcms2 | Fridrich Štrba | |
2012-03-09 | Cubic and quadratic bezier bounding boxes | Fridrich Štrba | |
2012-03-02 | Initial support of bitmap fills in OdgGenerator | Fridrich Štrba | |
2012-02-28 | writerperfect depends on libwp[dgs], libcdr and libvisio | Tor Lillqvist | |
Don't try to build libraries that depend on libraries we don't have. | |||
2012-02-20 | Improve (?) explanation | Tor Lillqvist | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | |
2012-02-17 | remove extraneous qualifiers that break some compilers | Mariusz Dykierek | |
2012-02-08 | Added and improved READMEs for modules which used to be in filter | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-30 | Initial support for quadratic beziers | Fridrich Štrba | |
2012-01-26 | Use the right define | Fridrich Štrba | |
2012-01-26 | Fix crashes due to inexisting attribute | Fridrich Štrba | |
2012-01-23 | Fix for fdo43460 Part XLV getLength() to isEmpty() | Olivier Hallot | |
Part XLV Modules writerfilter, writerperfect | |||
2012-01-18 | removed some dead code | Marc-André Laverdière-Papineau | |