Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-19 | Fix build with boost-1.67. | Pedro Giffuni | |
The release notes say: ____ Utility: Breaking change: <boost/utility.hpp> header no longer includes boost::next and boost::prior as they have been moved to the iterator module. Instead include <boost/next_prior.hpp>. Other uses of <boost/utility.hpp> are discouraged, it's better to use the header for the specific functionality instead. ____ Obtained from: Jan Beich FreeBSD PR: 227553 Notes: ignore: obsolete | |||
2016-12-04 | Standardize all gbuild bridge makefile.mk files | Damjan Jovanovic | |
(main/*/prj/makefile.mk) to the version that sets gbuild debug flags from the configure.ac debug settings, and make this the standard gbuild template too. Patch by: me Notes: ignore: obsolete | |||
2016-08-31 | Add a missing file to the basegfx static library to unbreak the | Don Lewis | |
pdf import extension build. Notes: ignore: obsolete | |||
2016-08-07 | Merge branches/gbuild-reintegration to trunk. | Damjan Jovanovic | |
Notes: ignore: obsolete | |||
2016-05-22 | Spelling, spelling ... | Pedro Giffuni | |
Why worry about some sprinkled German when we haven't yet learned English. Notes: prefer: b37a07f2da6c4fcc1a01cc3ea547c558c23edd71 | |||
2015-12-02 | Uninitialized scalar value | Pedro Giffuni | |
CID: 984038 Notes: prefer: 8fdd994aa793664652da2794b46d3a63a237b189 | |||
2015-09-15 | Add missing precompiled header include to basegfx. | Damjan Jovanovic | |
Notes: ignore: obsolete | |||
2015-08-29 | $(SLOFILES) is unnecessary for applications, and other | Damjan Jovanovic | |
makefiles simplifications for recently ported tests. Notes: ignore: googletest | |||
2015-08-28 | No need for version map file with Google Test. | Damjan Jovanovic | |
Notes: prefer: b2462b3fea5f2477ceff51518070eeb64cea2bcf | |||
2015-08-28 | #i125003# migrate main/basegfx from cppunit to Google Test. | Damjan Jovanovic | |
Notes: prefer: b2462b3fea5f2477ceff51518070eeb64cea2bcf | |||
2015-08-24 | Fix further basegfx test build errors. | Damjan Jovanovic | |
Notes: ignore: obsolete | |||
2015-08-24 | Fix a mistyped comma in a basegfx test commited in 1536730. | Damjan Jovanovic | |
Notes: ignore: aoo | |||
2014-10-08 | i125447 corrected some string to number conversion tools to correct svg:d ↵ | Armin Le Grand | |
imports Notes: merged as: e6bd33d4425bc568fbb40d5dd9137c72c82d411c | |||
2014-08-06 | i125349 refined to exclude possible recursive calls | Armin Le Grand | |
Notes: merged as: 5554be7f4cddcfeb450bfe41d0b588c8e8f6de76 | |||
2014-08-05 | i125349 moved clip enhancements to base clipping functionality | Armin Le Grand | |
Notes: merged as: 1ca06ce59b7d3cea873d2dc109a2acaec0a80759 | |||
2014-04-29 | Many spelling fixes: directories a* - g*. | Pedro Giffuni | |
Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. Notes: merged as: 0a1d822372927e3252f40b7a16590716ccc2eedd | |||
2014-01-21 | #i123948# fix more class/struct mismatches | Herbert Dürr | |
fix forward declarations that don't match the actual definitions Notes: prefer: 154643d59b6e01606356b7d2e627cbe4e20302e7 | |||
2013-11-28 | #i123068# remove implicit conversions from rtl strings to their elements | Herbert Dürr | |
Notes: prefer: 112bdf84d684590e042725c7173e059b4afa2f83 | |||
2013-11-18 | #i122362# remove stlport4-build support | Herbert Dürr | |
but keep the --without-stlport configure option for now it is the new default anyway Notes: ignore: obsolete | |||
2013-11-05 | i123500 redefined ColorModifiers and ColorModifierStack, redefined ↵ | Armin Le Grand | |
GraphicAttr to be expressed as primitives if needed, enhanced render and export quality if graphic is modified using graphic attributes Notes: merged as: f120005ea41d59caf4b7d7f6017f3549d25b4287 | |||
2013-10-29 | i123433 Detect pseudo-vertices at svg import, unify svg:d handling, correct ↵ | Armin Le Grand | |
svg:d import for relative sub-polygons in svg import; changed default for moveto writes for svg:d in ODF to absolute Notes: merged as: 223f6b631c1b087754c0f9051fb55f029f2503ce | |||
2013-10-28 | i123465 no longer correct svg:d imports | Armin Le Grand | |
Notes: merged as: c07016b79e95f157f6342a1cb9dca51bb77e1f6c | |||
2013-10-11 | i123379 various SVG marker corrections | Armin Le Grand | |
Notes: merged as: 66c803ebcb4bc164ca5af1cf752aeb645735f186 | |||
2013-08-15 | WaE: Initialize boolean variable to false to prevent compiler warning about ↵ | Pavel Janík | |
uninitialized variable. Notes: prefer: d82fc9a85f4b812af9e7c090c777a92600b337cf | |||
2013-08-13 | i122149 Corrected stuff around polygon-based clip regions, do not use them ↵ | Armin Le Grand | |
where nt needed Notes: merged as: b5c9668d34acdbce500609725760d6578debb95a | |||
2013-06-10 | i122509 Corrected typo in basegfx | Armin Le Grand | |
Notes: merged as: 744244997da79ca95278249eeadf716730fffd82 | |||
2012-12-05 | Small vector calculation correction | Armin Le Grand | |
Notes: merged as: bed6ac7d1b3e8327fa27091ddde0b515f44875cd | |||
2012-10-26 | #121267# added support for taking clipping into account for metafile-based ↵ | Armin Le Grand | |
exporters to vector formats Notes: merged as: 70e3eb2c1762fb1ca097cf671e3c7ce3d0dfd1b7 | |||
2012-10-04 | #120604# corrected 3d gradients, adapted basegfx to be smarter in some areas | Armin Le Grand | |
Notes: merged as: 59db4be207ca6651a29366d326436ba2f40bb6ab | |||
2012-10-02 | #120604# Adapted back texture mapper for gradients for 3D usage | Armin Le Grand | |
Notes: merged as: 5e39bc0937940e8d0f78668366e9de447269f0df | |||
2012-10-02 | #120604# unified and secured gradient tooling for primitives, adapted usages | Armin Le Grand | |
Notes: merged as: 385bb4547359027bca6d5158e00e541f094b277e | |||
2012-09-07 | #120642# streamlined a little bit | Armin Le Grand | |
Notes: merged as: 38d02291f32d0f605a4046a96fd6c90abd935f6b | |||
2012-09-07 | #i120642# expand target to maximum edge not to diagonal | Regina Henschel | |
Notes: merged as: d3dde5d940d69d6b859fef3ff722e349d7d89c54 | |||
2012-08-23 | #120596# Optimized grid primitive, added some tooling to basegfx | Armin Le Grand | |
Notes: merged as: 5a6ed660ec74e445a827c7aa41e4793c64a46271 | |||
2012-08-14 | #120539# Fixed visualisation of gradeint type 'square' which was broken in ↵ | Armin Le Grand | |
OOo3.3 Notes: merged as: ed43421545c86f85b5fc4b9a33be077748fb8487 | |||
2012-03-29 | Update headers to Alv2 headers | Andrew Rist | |
2012-02-22 | Update headers to Alv2 headers | Andrew Rist | |
2012-02-18 | i118923 - OS/2 port: new link system now uses unix style. | Yuri Dario | |
2012-02-16 | i118923 - OS/2 port: cppunit is no longer broken. | Yuri Dario | |
2012-02-15 | remove svn:executable properties from more source files | Herbert Dürr | |
2012-02-15 | remove svn:executable properties from make and pack files | Herbert Dürr | |
2012-02-15 | remove svn:executable properties from source files | Herbert Dürr | |
2012-01-26 | #118838# LineGeometry creation for complicated cases optimized to create ↵ | Armin Le Grand | |
single Polygons | |||
2012-01-17 | linecap: Reintegrating finished LineCap feature, kudos to Regina Henschel ↵ | Armin Le Grand | |
for doing the basic implementation and offering it under apache license Notes: merged as: 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70 | |||
2012-01-13 | Update headers to Alv2 headers | Andrew Rist | |
2012-01-12 | Update headers to Alv2 headers | Andrew Rist | |
2012-01-12 | Update headers to Alv2 headers | Andrew Rist | |
2011-12-19 | Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement to ↵ | Armin Le Grand | |
trunk, first version of Svg stable and done | |||
2011-11-24 | i118608 - IP clearance: Remove internal cppunit source, use system-cppunit ↵ | Pedro Giffuni | |
instead. Patch by Andre Fischer (af). | |||
2011-11-13 | i118582: OS/2 port - more misc. changes by ydario. | Pedro Giffuni | |