Age | Commit message (Collapse) | Author |
|
2005/09/05 17:26:54 rt 1.4.22.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 17:26:53 rt 1.4.20.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 17:26:53 rt 1.9.6.1: #i54170# Change license header: remove SISSL
|
|
2005/06/07 13:42:25 thb 1.3.32.1: #i50426# Corrected license header
|
|
2005/06/07 13:42:25 thb 1.5.18.1: #i50426# Corrected license header
|
|
2005/05/25 16:56:41 thb 1.8.6.1: #i49681# Fixed build breakage for FreeBSD (powerof2 already defined)
|
|
2005/06/02 07:43:19 cmc 1.2.44.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/06/02 07:43:17 cmc 1.5.20.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/06/02 07:43:15 cmc 1.3.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/06/02 07:43:15 cmc 1.4.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/06/02 07:43:13 cmc 1.4.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/06/02 07:43:12 cmc 1.3.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/06/02 07:43:11 cmc 1.4.10.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/06/02 07:43:09 cmc 1.4.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/06/02 07:43:08 cmc 1.4.10.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/06/02 07:43:06 cmc 1.3.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/06/02 07:43:04 cmc 1.4.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/06/02 07:43:03 cmc 1.4.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/06/02 07:43:02 cmc 1.4.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/06/02 07:43:00 cmc 1.4.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/06/02 07:42:59 cmc 1.4.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/06/02 07:42:57 cmc 1.4.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/06/02 07:42:55 cmc 1.3.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/06/02 07:42:53 cmc 1.4.10.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/06/02 07:42:51 cmc 1.3.14.1: #i50224# gcj has the required bits to build java canvas now, while sun.awt imports are unnecessary
|
|
2005/04/30 23:56:17 thb 1.4.8.1: #i43238# Largely reworked the update area optimization; now also serving the needs of the RedrawManager to determine whether we can update without backbuffer output preparation; En passant, also fixed a bug that output pos and scale where calculated wrong, if a shape transformation was set but not changed for a sprite redraw
|
|
2005/04/30 23:56:16 thb 1.6.2.2: #i43238# Largely reworked the update area optimization; now also serving the needs of the RedrawManager to determine whether we can update without backbuffer output preparation; En passant, also fixed a bug that output pos and scale where calculated wrong, if a shape transformation was set but not changed for a sprite redraw
2005/04/26 12:17:25 mbu 1.6.2.1: update area now handled smarter while clip is set
|
|
2005/04/30 23:56:16 thb 1.7.2.2: #i43238# Largely reworked the update area optimization; now also serving the needs of the RedrawManager to determine whether we can update without backbuffer output preparation; En passant, also fixed a bug that output pos and scale where calculated wrong, if a shape transformation was set but not changed for a sprite redraw
2005/04/26 12:17:24 mbu 1.7.2.1: update area now handled smarter while clip is set
|
|
2005/04/07 10:28:28 thb 1.3.4.2: #i36190# Preparations for full sprite transform support at VCL canvas; safe-guarding against zero-sized sprites; corrected queryTextBounds() to handle baseline offset right.
2005/04/01 15:48:10 thb 1.3.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/08 11:23:25 thb 1.6.2.1: #i36190# Sprite-transform support made it necessary to track update area also for moves (because the sprite size is no longer fixed, but can vary between the enqueuing of the sprite record and the actual repaint; slightly adapted getSpriteRect(), to match bounds actually attained during sprite transform
|
|
2005/04/08 11:23:24 thb 1.7.2.2: #i36190# Sprite-transform support made it necessary to track update area also for moves (because the sprite size is no longer fixed, but can vary between the enqueuing of the sprite record and the actual repaint; slightly adapted getSpriteRect(), to match bounds actually attained during sprite transform
2005/04/05 15:24:06 thb 1.7.2.1: #i46666# Fixed resource leak (SpriteCanvas::dispose() did not dispose the member maCanvasHelper, which holds references to the backbuffer; fixed on/off problems for stroked lines, the stroke polygons generated by basegfx are not free of mutual intersections.
|
|
2005/04/12 03:21:23 thb 1.5.2.2: #i44807# Added preliminary version for VCL canvas transformed sprites (taking the slow Set/GetPixel affine transformater from impltools for the time being)
2005/04/01 15:48:09 thb 1.5.2.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/01 15:48:08 thb 1.2.2.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/05 15:24:06 thb 1.4.2.2: #i46666# Fixed resource leak (SpriteCanvas::dispose() did not dispose the member maCanvasHelper, which holds references to the backbuffer; fixed on/off problems for stroked lines, the stroke polygons generated by basegfx are not free of mutual intersections.
2005/04/01 15:48:08 thb 1.4.2.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/12 03:21:23 thb 1.5.2.2: #i44807# Added preliminary version for VCL canvas transformed sprites (taking the slow Set/GetPixel affine transformater from impltools for the time being)
2005/04/07 10:28:27 thb 1.5.2.1: #i36190# Preparations for full sprite transform support at VCL canvas; safe-guarding against zero-sized sprites; corrected queryTextBounds() to handle baseline offset right.
|
|
2005/04/12 03:21:23 thb 1.6.2.4: #i44807# Added preliminary version for VCL canvas transformed sprites (taking the slow Set/GetPixel affine transformater from impltools for the time being)
2005/04/11 15:08:47 thb 1.6.2.3: #i36190# Now fully dumped storing of sprite positions (was kinda redundant anyway), because the nominal sprite position has nothing to do with the bound rect's top left edge anymore (due to the transformations); made order of setting/Sprite interface calls more coherent; corrected XSprite::move() semantics (now passes on the bound rect's position and size); changed getSpriteRect() to look similar to dx canvas'
2005/04/08 11:23:23 thb 1.6.2.2: #i36190# Sprite-transform support made it necessary to track update area also for moves (because the sprite size is no longer fixed, but can vary between the enqueuing of the sprite record and the actual repaint; slightly adapted getSpriteRect(), to match bounds actually attained during sprite transform
2005/04/07 10:28:27 thb 1.6.2.1: #i36190# Preparations for full sprite transform support at VCL canvas; safe-guarding against zero-sized sprites; corrected queryTextBounds() to handle baseline offset right.
|
|
2005/04/01 15:48:07 thb 1.3.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/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/03 19:19:02 thb 1.3.4.1: #i39245# Adaptions to changed bezier API
|
|
2005/04/03 19:19:01 thb 1.3.4.1: #i39245# Adaptions to changed bezier API
|
|
2005/04/01 15:48:06 thb 1.4.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/01 15:48:05 thb 1.7.2.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/03/14 16:03:09 thb 1.5.2.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches
|
|
2005/03/14 16:03:09 thb 1.6.2.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches
|
|
2005/03/15 00:34:31 thb 1.1.2.1: #i44100# Added bitmap caching, as a natural consequence when using GraphicObject
|
|
2005/03/22 23:17:22 dbo 1.3.14.3: #i38985# splitted fillTextured...
2005/03/22 23:14:16 dbo 1.3.14.2: *** empty log message ***
2005/03/14 16:03:08 thb 1.3.14.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches
|
|
2005/03/14 16:03:08 thb 1.4.2.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches
|
|
2005/03/15 11:24:56 thb 1.4.2.2: #i35136# Finished bitmap texturing for VCL canvas
2005/03/14 16:03:08 thb 1.4.2.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches
|
|
2005/03/22 23:17:23 dbo 1.1.2.2: #i38985# splitted fillTextured...
2005/03/22 23:14:15 dbo 1.1.2.1: *** empty log message ***
|
|
2005/03/14 16:03:07 thb 1.3.2.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches
|