Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-22 | Fix 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-18 | Fix typos in comments | Elton Chung | |
2012-02-17 | mark parameter as unused | David Tardon | |
2012-02-17 | remove unused variable | David Tardon | |
2012-02-13 | Remove unused code | Elton Chung | |
2012-02-10 | Removing one obsolte GNUC check for GCC < 4.0.1 | Carsten Niehaus | |
See https://bugs.freedesktop.org/show_bug.cgi?id=45131 | |||
2012-02-07 | Remove 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-05 | Eliminate un-used DIRECTX5 | Norbert Thiebaud | |
2012-02-01 | the depth argument must be >= 0 | David Tardon | |
2012-01-25 | transparency gradient effect fade in is wrong (fdo#45219) | David Tardon | |
2012-01-24 | make slide transitions work | David Tardon | |
2012-01-13 | WaE: unused i | Caolán McNamara | |
2012-01-09 | Kill unused macro in canvas. | Thorsten Behrens | |
2012-01-09 | Avoid 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-09 | Fix 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-09 | Fix crash when play particular presentation with sound | julien2412 | |
This fixes fdo#44533. | |||
2011-12-22 | unusedcode: remove various unused classes | Matúš Kukan | |
2011-12-22 | remove some unused code | Caolán McNamara | |
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-06 | fix annoying debugging-mode crash | Caolán McNamara | |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | |
2011-11-30 | catch by constant reference | Takeshi Abe | |
2011-11-27 | remove include of pch header in canvas | Norbert Thiebaud | |
2011-11-22 | Using #if etc. inside OSL_TRACE is not a good idea, breaks Windows. | Jan Holesovsky | |
2011-11-14 | Simplified some uses of css.configuration.theDefaultProvider. | Stephan Bergmann | |
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext. | |||
2011-11-03 | Better fix for removed RangeExpander | Thorsten Behrens | |
The sole reason for that late class was the overloaded Range::expand() method - but it's actually quite easy to disambiguate that for boost::bind. | |||
2011-11-03 | RangeExpander functor removed, but needed in one place. | Cédric Bosdonnat | |
Added a local class for it: there may be a better fix, but it avoids the build to break. Removed a few remaining includes | |||
2011-10-25 | gtk3: fix cairo canvas crash for non X (or svp) backend | Michael Meeks | |
2011-10-06 | WaE: '=' : truncation of constant value | Tor Lillqvist | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold | |
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines | |||
2011-08-17 | add more component prefixes | Matúš Kukan | |
2011-07-26 | Removed weird VERBOSE overload in canvas | Thorsten Behrens | |
Now doing extra logging / graphical debug cues via OSL_DEBUG_LEVEL of 3. Also saves some lines in makefiles. | |||
2011-07-24 | silence unused parameter warning | Norbert Thiebaud | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-07-21 | Generate import library that matches libs.mk for WNTGCC | Tor Lillqvist | |
2011-07-21 | Build the cairo canvas also for Windows if we don't build the DirectX one | Tor Lillqvist | |
2011-07-14 | Fix compilation for iOS | Tor Lillqvist | |
2011-07-12 | Remove component_getImplementationEnvironment methods | Matus Kukan | |
2011-07-12 | fix set color regression in cairo canvas | Radek Doulik | |
- the cairo_set_source_rgba should be called with non-alpha-pre-multiplied color values - fixes fdo#33591 and fdo#35681 | |||
2011-07-04 | Cannot build cairocanvas without cairo | Tor Lillqvist | |
2011-06-30 | make cairo an unconditional requirement for text rendering | Caolán McNamara | |
2011-06-23 | fix condition for compositing surface refresh | Radek Doulik | |
- fixes problems on slideshow window shrinking | |||
2011-06-19 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | |
Conflicts: basebmp/prj/d.lst basebmp/test/basictest.cxx basebmp/test/makefile.mk basegfx/inc/basegfx/basegfxdllapi.h basegfx/inc/basegfx/tools/debugplotter.hxx basegfx/inc/basegfx/tuple/b2ituple.hxx basegfx/prj/d.lst basegfx/source/numeric/makefile.mk basegfx/source/polygon/makefile.mk basegfx/source/range/makefile.mk basegfx/source/raster/makefile.mk basegfx/source/tuple/makefile.mk basegfx/source/vector/makefile.mk basegfx/test/basegfx1d.cxx basegfx/test/makefile.mk basegfx/util/makefile.mk canvas/Library_canvasfactory.mk canvas/Module_canvas.mk canvas/prj/build.lst canvas/prj/d.lst canvas/source/cairo/cairo_canvashelper_texturefill.cxx canvas/source/cairo/makefile.mk canvas/source/tools/makefile.mk comphelper/qa/string/makefile.mk cppcanvas/Module_cppcanvas.mk cppcanvas/inc/cppcanvas/cppcanvasdllapi.h cppcanvas/prj/build.lst cppcanvas/prj/d.lst cppcanvas/source/mtfrenderer/makefile.mk cppcanvas/util/makefile.mk i18npool/source/search/makefile.mk regexp/Library_regexp.mk regexp/prj/d.lst sax/CppunitTest_sax.mk sax/Library_sax.mk sax/prj/d.lst sax/qa/cppunit/test_converter.cxx sax/source/expatwrap/attrlistimpl.hxx sax/util/makefile.mk svtools/Library_svt.mk tools/Executable_sspretty.mk ucbhelper/prj/d.lst ucbhelper/source/provider/configureucb.cxx ucbhelper/source/provider/provconf.cxx ucbhelper/util/makefile.mk unotools/Library_utl.mk unotools/Module_unotools.mk unotools/Package_inc.mk unotools/prj/build.lst vcl/Library_desktop_detector.mk vcl/Library_vcl.mk vcl/Library_vclplug_gtk.mk vcl/aqua/source/gdi/salprn.cxx vcl/inc/aqua/saldata.hxx vcl/unx/generic/gdi/salgdi3.cxx | |||
2011-06-16 | CWS gnumake4: convert canvas to new build system [hg:04b466050e00] | Mathias Bauer | |
2011-06-16 | CWS gnumake4: convert canvas to new build system | Mathias Bauer | |
2011-05-30 | Fixes to make it compile on Windows | Tor Lillqvist | |
2011-05-18 | generalize ScopedBitmapAccess and simplify usage | David Tardon | |
It can be used for AlphaMask too now. | |||
2011-04-21 | Easyhack: Add visibility markup to all component_get* functions | Julien Nabet | |
2011-04-11 | Fix typo in disambiguated disposing change | Thorsten Behrens | |