summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Collapse)Author
2011-02-16fix cairo canvas regression - do not access polygon points outside rangeRadek Doulik
2011-02-13Fix x64 Windows buildTor Lillqvist
2011-02-09prewin.h already includes <windows.h>Tor Lillqvist
2011-02-08Added iota to stl compat header, switch canvas to use thatThorsten Behrens
2011-02-08Port stuff to our private implementation of SGI extensionsFridrich Štrba
2011-02-08Move prewin.h and postwin.h to solenv and adaptTor Lillqvist
2011-02-01Clean up makefilesThomas Arnhold
2011-01-30Revert "Work around compilation errors on 64-bit Windows"Fridrich Štrba
This reverts commit a82aae8c5da6d708ff0efd17d28548f6d2fa5cc0, which breaks directx canvas build on Windows 32-bit
2011-01-27WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-25Work around compilation errors on 64-bit WindowsTor Lillqvist
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-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-17fix after struct member renaminge (pXRenderFormat)Pierre-André Jacquod
the right one, this time.... sorry.
2011-01-17fix after variable renaming (pXrenderformat)Pierre-André Jacquod
2010-12-10Use FONTCONFIG_LIBS rather than -lfontconfigSebastian Spaeth
And add some spaces.
2010-12-05Replace all occured, occurance etc.Takeshi Abe
2010-12-03Related: fdo#31243 remove shadowed variable namesCaolán McNamara
2010-12-03Resolves: fdo#31243 glyph fallback for cairo-canvasCaolán McNamara
2010-11-23RTL_CONSTASCII_USTRINGPARAM in libs-gui 13Gert Faller
2010-11-09EasyHack: RTL macro converted from createFromAsciiKevin Hunter
2010-11-09EasyHack: RTL macro converted from createFromAsciiKevin Hunter
2010-10-29bin aggRene Engelhard
2010-10-28add modelines to .h and .c files as wellCaolán McNamara
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25use SolarMutexGuard instead of LocalGuard in canvasNorbert Thiebaud
LocalGuard is a wrapper guard around the SolarMutex. SolarMutexGuard already provide this function.
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud
2010-10-18replace sizeof(foo)/sizeof(foo[0]) by SAL_N_ELEMENTSKenneth Venken
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
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-06#i113910# fix frame effect around images in cairo on some driversCaolán McNamara
2010-10-05more removed include guards using fixguard.pyPetr Mladek
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-10-05#i113400# Maths brackets misformed in presentation modeCaolán McNamara
2010-10-01Need to include <com/sun/star/rendering/PanoseProportion.hpp>Tor Lillqvist
Thanks to caolan for the hint.
2010-09-30#i64671# transfer VCL's FontPitch through DrawingLayer to CanvasCaolán McNamara
2010-09-15emf+-canvas-vcl-clear.diff: emf+ import - fix vcl canvas clearingRadek Doulik
of empty canvas
2010-09-14win32-force-version-fix.diff: force WINVER when using non-std win apiThorsten Behrens
2010-09-14win32-dxsdk-200908.diff: Build also against DirectX SDK August 2009.Tor Lillqvist
2010-08-31masterfix: #i114215# builderror in canvas/source/vcl fixedKurt Zenker
2010-07-01impress193 #i112841# Prevent marquee text from crashing when too wide.Andre Fischer
2010-04-16CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien
2010-04-07sb118: merged in re/DEV300_next towards DEV300_m76sb
2010-04-12Merged DEV300_m76thb
2010-03-31Merge DEV300_m75thb
* 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-02-25sb118: merged in DEV300_m72sb
2010-02-19Merged with dev300_m71thb
2010-02-19Fix dxcanvas gradient glitchesthb
* 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-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
Notes: split repo tag: libs-gui_ooo/DEV300_m72 split repo tag: libs-gui_ooo/DEV300_m73
2010-02-12changefileheader2: #i10000#: convert files with CR/LF characters to CR onlyJens-Heiner Rechtien
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-08sb118: merged in DEV300_m71sb
2010-02-04CWS svxsplit: merge with m71Mathias Bauer