summaryrefslogtreecommitdiff
path: root/basegfx/source/range
AgeCommit message (Collapse)AuthorFilesLines
2006-06-20INTEGRATION: CWS warnings01 (1.3.8); FILE MERGEDJens-Heiner Rechtien1-3/+3
2005/11/07 19:38:43 pl 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/24 16:15:04 pl 1.3.8.1: #i55991# remove warnings for solaris platform
2005-11-02INTEGRATION: CWS canvas02 (1.2.24); FILE MERGEDKurt Zenker1-2/+3
2005/10/08 13:23:22 thb 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/17 23:08:14 thb 1.2.24.1: #i48939# Moved set difference calculation for ranges to basegfx (the computeSetDifference() methods); added more basic type conversion to canvastools
2005-11-02INTEGRATION: CWS canvas02 (1.6.10); FILE MERGEDKurt Zenker2-21/+39
2005/10/24 16:16:18 thb 1.6.10.1: #i48939# The int<->double conversions now preserve the empty state of ranges
2005-11-02INTEGRATION: CWS canvas02 (1.1.2); FILE ADDEDKurt Zenker1-0/+147
2005/10/11 15:39:29 thb 1.1.2.4: #i54170# Corrected license headers 2005/06/30 15:09:40 thb 1.1.2.3: #i10000# gcc is again much more picky about typename... 2005/06/29 19:18:58 thb 1.1.2.2: #i48939# Added B2IBox case for computeSetDifference 2005/06/17 23:08:14 thb 1.1.2.1: #i48939# Moved set difference calculation for ranges to basegfx (the computeSetDifference() methods); added more basic type conversion to canvastools
2005-11-02INTEGRATION: CWS canvas02 (1.5.10); FILE MERGEDKurt Zenker1-6/+12
2005/10/24 16:16:17 thb 1.5.10.1: #i48939# The int<->double conversions now preserve the empty state of ranges
2005-09-07INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 17:38:43 rt 1.2.28.1: #i54170# Change license header: remove SISSL
2005-09-07INTEGRATION: CWS ooo19126 (1.5.26); FILE MERGEDRüdiger Timm2-94/+42
2005/09/05 17:38:43 rt 1.5.26.1: #i54170# Change license header: remove SISSL
2005-09-07INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:38:43 rt 1.3.16.1: #i54170# Change license header: remove SISSL
2005-09-07INTEGRATION: CWS ooo19126 (1.4.28); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:38:42 rt 1.4.28.1: #i54170# Change license header: remove SISSL
2005-04-18INTEGRATION: CWS presfixes03 (1.2.18); FILE MERGEDOliver Bolte1-3/+3
2005/04/14 22:57:09 thb 1.2.18.1: #i47428# After fixing the actual bug, it turned out that _background_ objects vanish, when the characters reach their final position. Reason was the generation of equal rectangles, with only the tiniest roundoff difference between them. And the clipper turned that into one huge 'clip nothing' mess. Fixed by using approximate equal now in b2dmultirange
2004-11-26INTEGRATION: CWS presentationengine01 (1.1.2); FILE MERGEDRüdiger Timm1-3/+4
2004/08/19 00:10:02 thb 1.1.2.1: #110496# Added B2DMultiRange implementation
2004-11-26INTEGRATION: CWS presentationengine01 (1.4.2); FILE MERGEDRüdiger Timm2-15/+31
2004/11/20 00:00:23 thb 1.4.2.2: #110496# After-merge cleanups, finished BxD<->BxI conversions for range and tuples 2004/11/17 20:20:09 thb 1.4.2.1: #110496# Unified integer constructors/fround converters
2004-11-26INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDEDRüdiger Timm1-0/+316
2004/11/23 18:28:47 thb 1.1.2.6: #110496# Fixing merge fault: removing polygons _must_ use the OR version, otherwise, disjunct areas will vanish completely. That is, the two clipper operations must emulate the union operation 2004/11/20 00:00:23 thb 1.1.2.5: #110496# After-merge cleanups, finished BxD<->BxI conversions for range and tuples 2004/09/29 23:34:17 thb 1.1.2.4: #110496# Making the new modules Wall clean 2004/08/26 12:19:38 thb 1.1.2.3: #110496# Worked around some basegfx clipper bugs. Will prolly need a separate rect clipper sooner or later 2004/08/20 13:40:58 thb 1.1.2.2: #i10000# Expression did not compile under Linux/Solaris 2004/08/19 00:08:44 thb 1.1.2.1: Initial revision
2004-11-26INTEGRATION: CWS presentationengine01 (1.3.2); FILE MERGEDRüdiger Timm1-2/+20
2004/11/20 00:00:23 thb 1.3.2.2: #110496# After-merge cleanups, finished BxD<->BxI conversions for range and tuples 2004/11/17 20:20:09 thb 1.3.2.1: #110496# Unified integer constructors/fround converters
2004-11-03INTEGRATION: CWS aw019 (1.3.36); FILE MERGEDPascal Junck2-4/+37
2004/10/06 11:14:28 aw 1.3.36.1: #i34831#
2003-11-28Removed in-between namespaces (curve, matrix, numeric, point, polygon, ↵Armin Weiss3-15/+6
range, tuple, vector). Names were too common and e.g. vector leaded to problems with some defines. This is now avoided. Also some bug fixes, addition of 3d polygon tooling etc.
2003-10-31includes were one inc too deep, correctingArmin Weiss3-9/+9
2003-10-28basegfx reorganizationArmin Weiss4-0/+303