summaryrefslogtreecommitdiffstats
path: root/canvas/source/cairo
Commit message (Expand)AuthorAgeFilesLines
* bnc#681110: Fix squashed glyphs with Cairo canvas.Jan Holesovsky2012-11-091-23/+2
* Resolves: fdo#47432 Improve the "faux bold" in cairo canvasFlex Liu2012-11-091-2/+3
* fill whole polypolygon at once, so that fill rule is applied correctlyRadek Doulik2012-10-151-7/+7
* fdo#30519 paint scrolled area from the right surfaceDavid Tardon2012-06-182-15/+53
* OSL_TRACE -> SAL_INFODavid Tardon2012-06-181-5/+5
* Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky2012-06-171-4/+0
* Related: fdo#48961 don't crash on silly pixmap sizesCaolán McNamara2012-05-091-1/+19
* bomb out compilation of cairo canvas for mac or windowsMichael Meeks2012-04-231-0/+4
* Nah, don't obscure the right type with void*Tor Lillqvist2012-04-151-1/+1
* Copy and adapt current state of Norbert's CoreText work for iOSTor Lillqvist2012-04-151-1/+5
* add .5 to control points coordinates after transformationRadek Doulik2012-04-121-2/+4
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-2/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-064-4/+4
* UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2012-04-051-4/+4
* Cleanup formatting in cairocanvasThorsten Behrens2012-03-1619-589/+649
* Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changesThorsten Behrens2012-03-161-10/+1
* Consistent use of alpha in cairocanvasThorsten Behrens2012-03-161-4/+4
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-141-0/+3
* the depth argument must be >= 0David Tardon2012-02-011-1/+2
* WaE: unused iCaolán McNamara2012-01-131-1/+0
* unusedcode: remove various unused classesMatúš Kukan2011-12-221-1/+0
* Removed extra semicolonsJesse2011-12-151-1/+1
* fix annoying debugging-mode crashCaolán McNamara2011-12-061-1/+3
* typo fix: explicitely -> explicitlyLior Kaplan2011-12-013-3/+3
* remove include of pch header in canvasNorbert Thiebaud2011-11-2718-36/+0
* Using #if etc. inside OSL_TRACE is not a good idea, breaks Windows.Jan Holesovsky2011-11-221-5/+7
* gtk3: fix cairo canvas crash for non X (or svp) backendMichael Meeks2011-10-251-0/+3
* WaE: '=' : truncation of constant valueTor Lillqvist2011-10-061-1/+1
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-2/+2
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-1/+1
* add more component prefixesMatúš Kukan2011-08-172-2/+10
* silence unused parameter warningNorbert Thiebaud2011-07-241-1/+1
* resyncing to masterBjoern Michaelsen2011-07-215-13/+29
|\
| * Build the cairo canvas also for Windows if we don't build the DirectX oneTor Lillqvist2011-07-211-0/+7
| * Fix compilation for iOSTor Lillqvist2011-07-144-9/+31
| * Remove component_getImplementationEnvironment methodsMatus Kukan2011-07-121-1/+0
| * fix set color regression in cairo canvasRadek Doulik2011-07-121-6/+4
| * Cannot build cairocanvas without cairoTor Lillqvist2011-07-041-1/+5
| * make cairo an unconditional requirement for text renderingCaolán McNamara2011-06-301-6/+0
| * fix condition for compositing surface refreshRadek Doulik2011-06-231-2/+2
* | Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-1938-99/+166
|\|
| * Fixes to make it compile on WindowsTor Lillqvist2011-05-301-0/+2
| * Fix overloaded-virtual warning in canvasThorsten Behrens2011-04-088-27/+19
| * Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4Petr Mladek2011-04-051-1/+1
| |\
| | * fix cairo canvas edge count calculationRadek Doulik2011-02-211-1/+1
| | * fix cairo canvas regression - do not access polygon points outside rangeRadek Doulik2011-02-161-1/+1
| | * fix after struct member renaminge (pXRenderFormat)Pierre-André Jacquod2011-01-171-1/+1
| | * fix after variable renaming (pXrenderformat)Pierre-André Jacquod2011-01-171-2/+2
| | * Related: fdo#31243 remove shadowed variable namesCaolán McNamara2010-12-031-10/+9
| | * Resolves: fdo#31243 glyph fallback for cairo-canvasCaolán McNamara2010-12-031-135/+176