Commit Graph

12 Commits

Author SHA1 Message Date
Rüdiger Timm
10120034ab INTEGRATION: CWS changefileheader (1.12.80); FILE MERGED
2008/03/28 16:35:11 rt 1.12.80.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:35:25 +00:00
Kurt Zenker
b42fe193ed INTEGRATION: CWS presfixes09 (1.8.32); FILE MERGED
2006/10/18 13:59:54 thb 1.8.32.4: RESYNC: (1.10-1.11); FILE MERGED
2006/09/15 15:41:01 thb 1.8.32.3: RESYNC: (1.8-1.10); FILE MERGED
2006/03/15 13:45:57 thb 1.8.32.2: #i49357# Added VCL window coordinate absolutization method
2006/03/06 21:21:11 thb 1.8.32.1: #i59324# Correctly handling the case of 'empty' ranges now in all canvastools methods (before, we'd happily process empty ranges, yielding rather arbitrary non-empty ones afterwards); improved debug display for VCL canvas sprite count
2006-12-13 13:45:56 +00:00
Oliver Bolte
f50b8389ec INTEGRATION: CWS pchfix02 (1.10.20); FILE MERGED
2006/09/01 17:18:05 kaib 1.10.20.1: #i68856# Added header markers and pch files
2006-09-17 02:25:21 +00:00
Jens-Heiner Rechtien
d46cdb84d4 INTEGRATION: CWS warnings01 (1.8.8); FILE MERGED
2006/05/23 23:35:33 sb 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED
2005/11/15 16:51:45 thb 1.8.8.1: #i55991# made code compile without warnings for gcc
2006-06-20 01:17:03 +00:00
Rüdiger Timm
ca849be1ab INTEGRATION: CWS thbpp3 (1.8.26); FILE MERGED
2006/02/09 15:25:32 thb 1.8.26.1: Corrected debugging for sprite numbers; sanitized tools methods to return empty ranges, when input range is empty (doing calculations with the magic empty values usually yield non-magic, non-empty results)
2006-05-04 06:47:46 +00:00
Kurt Zenker
e23167ddb9 INTEGRATION: CWS canvas02 (1.6.4); FILE MERGED
2005/10/08 12:50:21 thb 1.6.4.6: RESYNC: (1.6-1.7); FILE MERGED
2005/10/07 23:05:03 thb 1.6.4.5: #i48939# Unified formatting; improved constness; avoided a few copy constructions; pruned debug code; removed empty destructors; moved end iterator queries out of the loops
2005/08/02 14:07:57 thb 1.6.4.4: #i48939# moved polyPolygonFromXPolyPolygon2D to canvastools
2005/07/25 00:56:26 thb 1.6.4.3: #i48939# Added common clip and scroll tool methods
2005/07/22 00:12:17 thb 1.6.4.2: #i48939# Factored out stubby corner sprite bound rect rendering to canvastools; finished removal of actual redraw methods from ::canvas::Sprite
2005/06/17 23:49:46 thb 1.6.4.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations
2005-11-02 11:52:11 +00:00
Rüdiger Timm
bbe6bcccb4 INTEGRATION: CWS ooo19126 (1.6.18); FILE MERGED
2005/09/05 17:27:07 rt 1.6.18.1: #i54170# Change license header: remove SISSL
2005-09-07 22:14:37 +00:00
Oliver Bolte
66008eceed INTEGRATION: CWS presfixes03 (1.5.4); FILE MERGED
2005/04/01 15:48:07 thb 1.5.4.1: #i36190#, #i37793#, #i39245#, #i46023# Fixes for open/close polygon stroking; beefed up the canvas tools; moved try/catch block around configuration in cf_factory (to facilitate canvasdemo with broken/incomplete services.rdb; enhanced TextLayout to cope with new Action::getBounds() functionality in cppcanvas (needed for proper mtf bounds calculation); removed extra pixel right and bottom for filled polygons; avoiding uno::Sequence::operator[] for non-const cases, but using the naked mem ptr instead (performance)
2005-04-18 08:09:20 +00:00
Vladimir Glazounov
ca43babf1c INTEGRATION: CWS presfixes01 (1.4.2); FILE MERGED
2005/02/17 23:58:04 thb 1.4.2.2: #i42499# Changed getTransformedRectBounds() according to comments from AW
2005/02/16 11:13:56 fs 1.4.2.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
2005-03-10 10:55:14 +00:00
Kurt Zenker
3a89c00298 INTEGRATION: CWS impress23 (1.3.4); FILE MERGED
2005/01/04 12:28:47 thb 1.3.4.1: #i39829# Corrected XGraphicDevice::getSize() behaviour, added createInfiniteSize2D() method to tools
2005-01-21 15:26:02 +00:00
Rüdiger Timm
22d573fb62 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/11/17 17:00:25 thb 1.2.2.8: #118514# Canvas module reorg
2004/09/02 13:38:24 ka 1.2.2.7: separation of DX- and VCLDeviceInfo access functions
2004/09/02 11:38:24 ka 1.2.2.6: added helper function to retrieve device (implementation) specific information
2004/08/26 12:22:11 thb 1.2.2.5: #110496# Factored out LinePolyPolygonBase from canvastools.hxx/cxx
2004/08/17 16:04:54 aw 1.2.2.4: #110496# Added clipping for text on DX
2004/05/27 20:51:23 thb 1.2.2.3: #110496#
Added classification code to all TODO/HACK/FIXME comments.
There are four categories:
 - code quality (C)
 - performance (P)
 - missing functionality (F)
 - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/04/12 15:12:22 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
2004/04/05 15:57:56 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 16:07:40 +00:00
Thorsten Behrens
6e89341b50 #110496# Merge from cws_srx645_canvas01: first working version of XCanvas UNO components, for now consisting of javacanvas.uno.jar, vclcanvas.uno and directxcanvas.uno (windows only) 2004-03-18 09:38:44 +00:00