Commit graph

1056 commits

Author SHA1 Message Date
Thomas Arnhold
d86e9a3906 Move OSL_ENSURE(false,...) to OSL_FAIL(...) 2011-03-12 14:19:17 +01:00
Radek Doulik
74ccf00ef4 Revert "fix cairo canvas regression - do not access polygon points outside range"
- it is not needed anymore

This reverts commit a898a8cb077c05b1085da8254e66f61aa265b7dc.
2011-02-17 18:47:30 +01:00
Radek Doulik
7d613299ae fix edge count calculation 2011-02-17 16:03:17 +01:00
Radek Doulik
c661a55df1 fix cairo canvas regression - do not access polygon points outside range 2011-02-16 18:14:23 +01:00
Tor Lillqvist
6444836dbd Fix x64 Windows build 2011-02-13 19:56:54 +02:00
Tor Lillqvist
b14f9301ef prewin.h already includes <windows.h> 2011-02-09 01:04:21 +02:00
Thorsten Behrens
b14a690506 Added iota to stl compat header, switch canvas to use that 2011-02-08 20:26:26 +01:00
Fridrich Štrba
d935718b6e Port stuff to our private implementation of SGI extensions 2011-02-08 17:42:35 +01:00
Tor Lillqvist
f10a74f4fd Move prewin.h and postwin.h to solenv and adapt 2011-02-08 14:02:04 +02:00
Thomas Arnhold
957c87b827 Clean up makefiles 2011-02-01 17:58:55 +01:00
Fridrich Štrba
dcb890250f Revert "Work around compilation errors on 64-bit Windows"
This reverts commit a82aae8c5da6d708ff0efd17d28548f6d2fa5cc0, which breaks
directx canvas build on Windows 32-bit
2011-01-30 11:51:29 +01:00
Caolán McNamara
1ee2893b84 WaE: gcc 4.6.0 various warnings 2011-01-27 16:53:22 +00:00
Tor Lillqvist
eb841ee609 Work around compilation errors on 64-bit Windows
Again the ULONG clashes on 64-bit Windows cause pain. Work around by
using pre/postwin.h, and that then necessitates use of explict
WIN_BYTE instead of just BYTE. Sigh...
2011-01-25 01:52:16 +02:00
Thomas Arnhold
2fb4d4800c Replace suitable equalsAscii calls with equalsAsciiL.
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20 11:35:10 +01:00
Pierre-André Jacquod
1daab75fea fix after struct member renaminge (pXRenderFormat)
the right one, this time.... sorry.
2011-01-17 20:37:33 +01:00
Pierre-André Jacquod
bf1b1b9f8f fix after variable renaming (pXrenderformat) 2011-01-17 20:33:32 +01:00
Sebastian Spaeth
7e34142aba Use FONTCONFIG_LIBS rather than -lfontconfig
And add some spaces.
2010-12-10 14:59:37 +01:00
Takeshi Abe
54b4213411 Replace all occured, occurance etc. 2010-12-05 19:05:55 +00:00
Caolán McNamara
c50bf79ecc Related: fdo#31243 remove shadowed variable names 2010-12-03 11:06:13 +00:00
Caolán McNamara
c290fd4808 Resolves: fdo#31243 glyph fallback for cairo-canvas 2010-12-03 11:00:01 +00:00
Gert Faller
7a65687ca2 RTL_CONSTASCII_USTRINGPARAM in libs-gui 13 2010-11-23 18:59:05 +01:00
Kevin Hunter
e080757dc9 EasyHack: RTL macro converted from createFromAscii 2010-11-09 21:51:03 +01:00
Kevin Hunter
597faa1032 EasyHack: RTL macro converted from createFromAscii 2010-11-09 21:49:16 +01:00
Rene Engelhard
5b4d4af3e8 bin agg 2010-10-29 18:27:37 +02:00
Caolán McNamara
08cbfebc04 add modelines to .h and .c files as well 2010-10-28 15:52:27 +01:00
Norbert Thiebaud
d88b292704 merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
2010-10-25 19:55:38 -05:00
Norbert Thiebaud
5ef746c218 use SolarMutexGuard instead of LocalGuard in canvas
LocalGuard is a wrapper guard around the SolarMutex.
SolarMutexGuard already provide this function.
2010-10-25 19:55:37 -05:00
Norbert Thiebaud
18a9a87a80 use SolarMutexGuard to guard the SolarMutex 2010-10-25 19:55:36 -05:00
Kenneth Venken
bbe30ed814 replace sizeof(foo)/sizeof(foo[0]) by SAL_N_ELEMENTS 2010-10-18 12:28:33 +02:00
Sebastian Spaeth
4905a19032 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-14 17:02:15 +02:00
Caolán McNamara
41e955d473 #i113910# fix frame effect around images in cairo on some drivers 2010-10-06 11:47:54 +01:00
Petr Mladek
1275d274db more removed include guards using fixguard.py 2010-10-05 18:21:30 +02:00
Petr Mladek
028b400398 remove include guards using fixguard.py 2010-10-05 18:21:29 +02:00
Caolán McNamara
4bdbb59c38 #i113400# Maths brackets misformed in presentation mode 2010-10-05 10:43:00 +01:00
Tor Lillqvist
43353febc0 Need to include <com/sun/star/rendering/PanoseProportion.hpp>
Thanks to caolan for the hint.
2010-10-01 18:15:42 +03:00
Caolán McNamara
4361349144 #i64671# transfer VCL's FontPitch through DrawingLayer to Canvas 2010-09-30 16:10:40 +01:00
Radek Doulik
5edd416e83 emf+-canvas-vcl-clear.diff: emf+ import - fix vcl canvas clearing
of empty canvas
2010-09-15 17:54:14 +02:00
Thorsten Behrens
428a2d7f37 win32-force-version-fix.diff: force WINVER when using non-std win api 2010-09-14 12:58:20 +02:00
Tor Lillqvist
aab9dafd7b win32-dxsdk-200908.diff: Build also against DirectX SDK August 2009. 2010-09-14 12:10:19 +02:00
Kurt Zenker
ac41da2ac3 masterfix: #i114215# builderror in canvas/source/vcl fixed 2010-08-31 12:21:23 +02:00
Andre Fischer
f6708992a0 impress193 #i112841# Prevent marquee text from crashing when too wide. 2010-07-01 14:05:39 +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