Vladimir Glazunov
a4587226ee
CWS-TOOLING: integrate CWS codecleanup02
2010-08-25 17:21:42 +02:00
Vladimir Glazunov
9b727fc028
CWS-TOOLING: integrate CWS cmcfixes77
2010-08-25 17:13:00 +02:00
Caolán McNamara
40f797d028
cmcfixes78: #i113910# get rid of frame effect in cairo-canvas
2010-08-16 14:20:39 +01:00
Caolán McNamara
840d9a7c6a
cmcfixes77: #i113400# Maths brackets misformed in presentation mode
2010-08-06 13:25:47 +01:00
Caolán McNamara
3833427a35
cmcfixes77: merge with DEV300 m86
2010-08-03 10:25:58 +01:00
obo
ba8c722c3f
CWS-TOOLING: integrate CWS unxlngxnewbaseline
2010-07-29 09:00:46 +02:00
Vladimir Glazunov
2b5bd61341
unxlngxnewbaseline: #162926# some fixes for 64 bit linux baseline, disactivated old, not-buildable debug code
2010-07-22 11:23:15 +02:00
Andre Fischer
f6708992a0
impress193 #i112841# Prevent marquee text from crashing when too wide.
2010-07-01 14:05:39 +02:00
Malte Timmermann
5965bb5243
codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31
2010-06-25 13:15:03 +02:00
Jens-Heiner Rechtien
a3ed338f81
CWS-TOOLING: integrate CWS sb118
2010-04-16 10:09:51 +02:00
sb
4a366e4ee7
sb118: merged in re/DEV300_next towards DEV300_m76
2010-04-07 13:14:23 +02:00
thb
630a7d6e0a
Merged DEV300_m76
2010-04-12 18:17:01 +02:00
thb
ce1a6f9141
Merge DEV300_m75
...
* resolved two conflicts caused by lineend changes in
canvashelper_texturefill.cxx and implrenderer.cxx. Took the cws
version, which uses new texture fill semantics, and fixes clipping
bug
* binned file header changes from head for deleted files
2010-03-31 14:57:58 +02:00
sb
ba88d908e6
sb118: merged in DEV300_m72
2010-02-25 12:46:45 +01:00
thb
0755c94f9a
Merged with dev300_m71
2010-02-19 12:46:18 +01:00
thb
b76532e1fb
Fix dxcanvas gradient glitches
...
* moved common gradient step size code
out to canvastools to share
* reverted back to manual polygon rendering
for anisotrophic rect and ellipse gradients
* fixed tilemode==none case for bitmap fills
2010-02-19 01:13:34 +01:00
Vladimir Glazunov
f20bccf295
CWS-TOOLING: integrate CWS changefileheader2
2010-02-17 10:32:35 +01:00
Jens-Heiner Rechtien
96cacc4118
changefileheader2: #i10000#: convert files with CR/LF characters to CR only
2010-02-12 16:56:44 +01:00
Jens-Heiner Rechtien
8764506704
changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-12 15:01:35 +01:00
sb
9ec2223b10
sb118: merged in DEV300_m71
2010-02-08 09:18:14 +01:00
Mathias Bauer
509f78fb1d
CWS svxsplit: merge with m71
2010-02-04 17:59:58 +01:00
sb
eeca9dafb7
sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
2010-01-29 17:01:54 +01:00
Ivo Hinkelmann
20c9b2305c
CWS-TOOLING: integrate CWS impress181
2010-01-26 16:17:30 +01:00
thb
9f35771929
#i105937# Removed demo-quality java canvas. no longer maintained.
2010-01-25 22:42:19 +01:00
thb
0c770cb000
#i10000# help msvc to find the right one of an overloaded func
2010-01-22 14:17:52 +01:00
Mathias Bauer
e1418e1b15
resync to DEV300_m70
2010-01-21 13:49:22 +01:00
thb
03fc1bd0e9
#i10000# Disable fp-fragile unit tests; fix build on win32
2010-01-21 10:46:19 +01:00
thb
2ced8e8176
#i105937# Finalized gradient rework in dxcanvas
2010-01-20 11:55:37 +01:00
thb
9fb80cbeee
#i107137# fix wrong colorspace calculations
...
* applied patch from i107137
2010-01-18 21:01:43 +01:00
thb
80e02df062
#i105834# Fix cairo link flags
...
* applied patch, kudos to Petr for the fix
2010-01-18 20:58:27 +01:00
thb
d0427d8261
#i10000# buildbots fretted out another breakage - no axial grads
2010-01-18 20:50:28 +01:00
thb
58ed75fad4
#i108160# #i10000# backport cairocanvas build fix & more build fixes
...
* adapted tests to use new testshl include dir
* took P1 masterfix also for this cws
* more tweaks to get build done
2010-01-18 16:10:01 +01:00
thb
ea48c18b84
thbfixes10: merge with DEV300 m69
2010-01-18 01:10:42 +01:00
thb
1737f4d2fd
#i52325# #i108250# removed B3DGeometry, fixed gradient/fill bitmap
...
* removed unused & broken B3DGeometry class
* fixed bug in basegfx::tools::isRectangle for polygons with curves
* fixed cairocanvas gradient and bitmap fill rendering
* fixed vclcanvas bitmap fill rendering (not clipping properly)
* added TextureMode::NONE, adapted all client code
* fixed snafu in XGraphicDevice.idl, with missing include
2010-01-18 00:37:41 +01:00
thb
a3de1ad361
#i105937# Fixed a few remaining gradient glitches
...
* linear/axial gradient were f*cked up when border and rotation
was given
* found another place where drawinglayer was generating helper
polygons for gradients (vclgradienthelper.cxx), adapted to new
value ranges
* fixed build breakage in debug build in oox
* fixed order of gradient color generation
2010-01-16 02:20:50 +01:00
Kurt Zenker
dcbaee1e7d
masterfix: #i108160# build error fixed
2010-01-14 17:37:57 +01:00
Christian Lippka
3107778b2e
merging m68
2010-01-04 17:04:05 +01:00
Armin Le Grand
c15bb1c231
aw078: resync to DEV300m68for integration
2009-12-21 20:40:13 +01:00
Mathias Bauer
4770f50e0c
#i107706#: liquidate goodies module
2009-12-15 21:55:40 +01:00
Frank Schoenheit [fs]
db5a0cd99b
autorecovery: merged changes from m74. Still need to find out how to re-do two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
2010-03-11 11:26:05 +01:00
Frank Schoenheit [fs]
3641e034cb
autorecovery: commit resolved merge (after rebase to m71)
2010-02-04 10:38:39 +01:00
Frank Schoenheit [fs]
40ae7d9aca
autorecovery: ENSURE_OR_RETURN => ENSURE_OR_RETURN_FALSE, added new ENSURE_OR_RETURN taking a return value
2010-01-29 08:49:42 +01:00
sj
d5a8b4a9cf
impress181: #i107614#: fixed build error, dxerr9.h has been renamed to dxerr.h in the latest DirectX SDK from August 2009
2009-12-11 12:22:43 +01:00
Mathias Bauer
37cd2a528c
merge commit for m62
2009-10-26 17:41:29 +01:00
Armin Le Grand
1e7cd1ecd7
commit after rebase to DEV300m62
2009-10-22 17:29:01 +02:00
Mathias Bauer
dbea801cbb
#i103496#: some warnings, pch and windows only fixes
2009-10-21 10:47:51 +02:00
thb
1837a267a2
#i105937# Much improved gradient support for canvas/basegfx/drawinglayer.
...
See http://blog.thebehrens.net/2009/07/28/hackweek-iv-canvas-convwatch/ for more background information
2009-10-16 00:43:16 +02:00
Kurt Zenker
f546307248
CWS-TOOLING: integrate CWS impress177
...
2009-10-07 13:02:12 +0200 sj r276751 : #i104579# fixed horz and vert adjustment for master styles (excluding notes master)
2009-10-06 18:09:14 +0200 sj r276724 : #i104579# fixed horz and vert adjustment for master styles
2009-10-05 15:02:38 +0200 sj r276679 : #i104685# fixed text color problem
2009-10-02 14:01:22 +0200 aw r276641 : #i105508# added own flag for ClipOnBounds to SdrBlockTextPrimitive2D and the helper createTextPrimitive; adapted usages; corrected VerticalText stuff; corrected ClipOnBounds for CustomShapes
2009-09-30 11:55:44 +0200 cl r276550 : CWS-TOOLING: rebase CWS impress177 to trunk@276429 (milestone: DEV300:m60)
2009-09-28 17:57:37 +0200 cl r276498 : #i94900# after a paste special make sure the stylesheets for outline shapes are correct
2009-09-24 17:36:29 +0200 af r276425 : #i103464# Restore device more reliably.
2009-09-24 12:29:31 +0200 sj r276417 : #i104685# fixed text color propblem
2009-09-22 16:48:06 +0200 sj r276360 : #i104682# fixed table border line thickness
2009-09-22 16:46:29 +0200 sj r276359 : #i104682# fixed table border line thickness
2009-09-22 10:29:30 +0200 sj r276346 : #104579# fixed horz and vert adjustment for master styles
2009-09-21 14:18:29 +0200 af r276330 : #i100905# Fixed crash when region is split into bands.
2009-09-15 15:44:30 +0200 cl r276181 : #i103179# always hide presentation shapes from master page if rendered as slide background
2009-09-15 10:44:52 +0200 cl r276155 : #i104579# return correct IsEmptyPresObj state
2009-09-14 16:51:41 +0200 cl r276132 : #i96538# restored OOo 3.0 numbering behaviour
2009-10-14 15:14:05 +00:00
Armin Le Grand
727411be78
#i105655# commiting changes so far for preparing linux version
2009-10-14 13:55:31 +02:00
Kurt Zenker
3179dc6eb2
#i105388# patch applied
2009-09-28 13:04:02 +00:00