summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Collapse)Author
2012-03-28removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe
2012-03-26removed duplicate includes in basic / canvas / chart2 / comphelperTakeshi Abe
2012-03-17compile these with exceptions againLuboš Luňák
a13a88bd2c673d059b60e339dcf3b8fabf991f18 changes them to build without exceptions by mistake, causing a boost problem
2012-03-16Add missing component file for canvas.Thorsten Behrens
2012-03-16Cleanup formatting in cairocanvasThorsten Behrens
White-space changes - code was in parts unreadable after tab/spaces conversion. While at it, removed a few lines of commented-out code.
2012-03-16Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changesThorsten Behrens
Did I mention I hate boilerplate copied all over the place? ;)
2012-03-16Use transparency for gradients fdo#45219Thorsten Behrens
vclcanvas has 1bpp alpha - so cut-off transparency at 98% This looks for all practical cases close enough to full alpha.
2012-03-16Return proper transparency value even for ignore_color.Thorsten Behrens
Rather unexpectedly, calling setupOutDevState() with IGNORE_COLOR does not return a proper transparency, but null. Fixed now.
2012-03-16Make sure mask is rendered opaque in vclcanvas.Thorsten Behrens
2012-03-16Remove nasty xor hack for non-Mac vclcanvasThorsten Behrens
This nowadays really is a pessimization.
2012-03-16Another partial fix for fdo#45219Thorsten Behrens
Make sure transparent polygons really only cover the polygonal area, not the whole bounding box for sprites.
2012-03-16Consistent use of alpha in cairocanvasThorsten Behrens
Use GetIndex() instead of GetBlue() (does the same, but more self-documenting); use opaque when no alpha channel consistently.
2012-03-14fdo#47246: canvas: split out static library directxcanvasMichael Stahl
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-02-25Remove unused codeElton Chung
2012-02-22Fix fdo#45219 wrong transparency for animated objects.Thorsten Behrens
With the attachement from said bug, and cairocanvas, sprites are displayed multiple times above each other (which, for semi- transparent sprites, lead to incorrect overall transparency)
2012-02-18Fix typos in commentsElton Chung
2012-02-17mark parameter as unusedDavid Tardon
2012-02-17remove unused variableDavid Tardon
2012-02-13Remove unused codeElton Chung
2012-02-10Removing one obsolte GNUC check for GCC < 4.0.1Carsten Niehaus
See https://bugs.freedesktop.org/show_bug.cgi?id=45131
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich
2012-02-07Remove obsolete quirk for text rotation.Thorsten Behrens
With 800806ba850c7fd03e37acb011fa993e08cb8fc8 matrix decompose returns the correct angle right away, no need to catch it here.
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-05Eliminate un-used DIRECTX5Norbert Thiebaud
2012-02-01remove duplicate includeDavid Tardon
2012-02-01the depth argument must be >= 0David Tardon
2012-01-25transparency gradient effect fade in is wrong (fdo#45219)David Tardon
2012-01-24make slide transitions workDavid Tardon
2012-01-13WaE: unused iCaolán McNamara
2012-01-09Kill unused macro in canvas.Thorsten Behrens
2012-01-09Avoid pointless const_cast, use getConstArray in all cases.Thorsten Behrens
Another code-review follow-up fix from fdo#44533 - don't use Sequence::getArray, that tends to create a new copy everytime you call.
2012-01-09Fix more incorrect iterator re-use.Thorsten Behrens
Follow-up fix for 540963d879296ef81f883305057e63465b2ff586 std::algos use iterator arguments by value, and may change them.
2012-01-09Fix crash when play particular presentation with soundjulien2412
This fixes fdo#44533.
2012-01-04canvas: work around NOMINMAX windows breakageMichael Stahl
2011-12-22unusedcode: remove various unused classesMatúš Kukan
2011-12-22remove some unused codeCaolán McNamara
2011-12-15Removed extra semicolonsJesse
2011-12-14regpathhelper: unused, so we've got to have two of themCaolán McNamara
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-06fix annoying debugging-mode crashCaolán McNamara
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan
2011-11-30catch by constant referenceTakeshi Abe
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header in canvasNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen