Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-01-17 | Implementing text rotations | Fridrich Štrba | |
2012-01-14 | Some cppcheck cleaning | Julien Nabet | |
2012-01-13 | Implement flips and rotations of raster images in the OdgGenerator.cxx | Fridrich Štrba | |
2012-01-13 | Adapt to the more intuitive libvisio/libwpg API | Fridrich Štrba | |
2012-01-12 | Logical error in writerperfect | Fridrich Štrba | |
2012-01-12 | Consider the style:mirror property | Fridrich Štrba | |
2012-01-05 | add mode-lines to some new files | Caolán McNamara | |
2011-12-25 | Some cppcheck cleaning | julien | |
2011-12-20 | Link most libs and executables with gb_STDLIBS as presumably is intended | Tor Lillqvist | |
2011-12-08 | CDR importer: fixing some build and esthetic issues | Fridrich Štrba | |
2011-12-08 | Stub Corel Draw importer | Fridrich Štrba | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | Allow inserting of ole objects into draw documents | Fridrich Štrba | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-29 | callcatcher: some unused methods | Caolán McNamara | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. |