summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Collapse)AuthorFilesLines
2015-04-08A UNO Any can't contain an AnyStephan Bergmann1-1/+1
...and css::uno::makeAny<css::uno::Any>() was never meant to be used. Introduce css::uno::toAny for the (template-code) cases that shall return an Any for both Any and non-Any inputs. Change-Id: Ifa977d73f1da71b2fedde7e8140b19497c4a0257
2015-04-02loplugin:staticmethodsNoel Grandin2-2/+2
Change-Id: Ibf0c73ac17ec19ed672f66907db47057920babca
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-2/+2
Change-Id: Ic903d2429672159691fef58d0d7a15433c884250
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
Change-Id: Ic87452261d5104e86d22c1b37ea07b05864ca991
2015-03-23More Windows define whack-a-moleStephan Bergmann1-1/+2
Change-Id: I09bf1cfe22a65b8dbbcc7139cd1055f0e829210d
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara30-1475/+61
Change-Id: I4de4d5c3a191784598e93a8cf70e45a3f59ae857 Reviewed-on: https://gerrit.libreoffice.org/14907 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-19move ucs4toindexCaolán McNamara3-41/+42
Change-Id: I8ae441a68ba74422c607a8830325c3afa954ad92 Reviewed-on: https://gerrit.libreoffice.org/14908 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-19reorganize resizing surfaces logicCaolán McNamara8-46/+14
the only case where we don't just create a new surface is the X11 case Change-Id: I98a3c8f227e208ac9db969ed7711e293fb237c2e Reviewed-on: https://gerrit.libreoffice.org/14902 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-19loplugin:constantfunction: canvasNoel Grandin19-232/+0
Change-Id: I2fb2c4ec0e9467d7ced05b0e815e0d5bd2ba74c3
2015-03-19move the cairo resize hack into vclCaolán McNamara1-6/+6
Change-Id: I41868da3901d9c3fff69c11da467952176e58f09 Reviewed-on: https://gerrit.libreoffice.org/14897 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-18revert work in progressCaolán McNamara3-123/+14
Change-Id: I1387b0ed7b2d8bb9df801c03cf59efc9c0e1cfd3
2015-03-18more thinkingCaolán McNamara2-0/+5
Change-Id: Ie349bd35b1fc92b77cc15f51eb886a1c9c92cbe1
2015-03-18thinkingCaolán McNamara2-8/+112
Change-Id: Ib1a086bed7f70e244db2a0bd32819560c6949d51
2015-03-18move the cairo resize hack into vclCaolán McNamara1-6/+6
Change-Id: Ifd1817a28f4fb7ddcc85447fd3388fd0efd86476
2015-03-18we don't need any xlib things here, but we do need freetype supportCaolán McNamara1-3/+2
Change-Id: I4b3055b7a3582e8dd64599ad33b767302b101dad
2015-03-18move IsCairoWorking to vclplug level and renameCaolán McNamara6-35/+5
Change-Id: Id31de932afa61df6933d61ddba971f5d7060f0c1
2015-03-18OpenOffice.org->LibreOfficeCaolán McNamara3-3/+3
Change-Id: I0ba431b9227b3717b25f99c3ad6da552073bb712
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann3-3/+9
...for a 32-bit build, similar to what ee11e221d2108212619e1bbe7f029e7d9afdba32 "tdf#43157: Fix format string violations in OSL_TRACE etc." did for a 64-bit build Change-Id: I05dd79ede3e66cb9ab7a33792319eb34b34c82dd
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann3-22/+26
...in preparation of enabling the __attribute__((format(...))) in sal_detail_logFormat (include/sal/detail/log.h) Change-Id: I8a859199fa11ca0f9f4f4b4b23a8ebddec955a86
2015-03-11presumably this Commit->ImplCommit is the right build fixCaolán McNamara2-3/+3
Change-Id: Ica4ccac97c077dd3046e42650889ba538814bf9b
2015-03-11Clean up previous commitStephan Bergmann2-14/+4
Change-Id: Icd4703c1541fa82bbe76f44369434a12cb397a19
2015-03-11canvas: use constructor syntax in canvas.componentChris Sherlock2-26/+6
Change-Id: I983307f7eeb5702c51ca2398e69c9c560c6e2435 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-2/+1
Change-Id: I4a33bd92fc8448638a4bfe1eab7e5041a4c5cc39
2015-03-09V801: Decreased performanceCaolán McNamara4-10/+6
Change-Id: I9e9a00acf9503980f0c6c7cd0a20378e5ca7390d
2015-03-05Simplify o3tl::LazyUpdateStephan Bergmann1-5/+5
Change-Id: I7569a20877411a5ceb4a7475d82cb634eb6cb114
2015-03-05gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl1-4/+0
... and remove the definitions in makefiles, except in fpicker, which defines a different value for the Vista file picker. The WINVER value is derived automatically from _WIN32_WINNT by SDK header sdkddkver.h. Change-Id: I73358a9bf5d070f71821654cae2a29335a754a21
2015-03-02Remove references to unused GLUStephan Bergmann1-1/+0
(after removing the one remaining use of gluErrorString in a SAL_WARN call) Change-Id: Ib94e346d73e508e69c07deafdc690e3ae0e23d4e
2015-02-18TyposJulien Nabet2-4/+4
Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan1-2/+2
Fixed some cppcheck defects Change-Id: I25fd6aba9d76df98d20b9a1bb4c9d3c1bf6f84bb Reviewed-on: https://gerrit.libreoffice.org/14487 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+1
Change-Id: Ibfed67bd911579caa19ca2203f60a86a4e6d637c
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+1
This cleanups up indentation and removes dead classes. This is a followup patch to commit 272b1dd55797aacf511fb4342b0054e3697243f6 "new loplugin: change virtual methods to non-virtual" Change-Id: I1c2139589cf8cb23bb9808defe22c51039d38de1
2015-01-20Some more loplugin:cstylecast: canvasStephan Bergmann2-2/+2
Change-Id: I3654875c560ba4c2d88b023e3b2104c6f43bb4a0
2015-01-13svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at allDouglas Mencken1-12/+0
Change-Id: Iea164e00262822d571f2c49665165795706a57a4 Reviewed-on: https://gerrit.libreoffice.org/13645 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-4/+1
Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
2014-12-11only checked for new VirtualDeviceCaolán McNamara1-2/+2
Change-Id: I64d7a3c6c0894e231cb0644922675dcce0db89fa
2014-12-11stray debugging codeCaolán McNamara1-1/+0
Change-Id: I953389e236739c01226365c33ab777fc3972b69d
2014-12-11Resolves: fdo#87242 reuse vcl clip for cairo during animationsCaolán McNamara2-3/+25
Change-Id: I0a26d4c4092226732620c3852b0402ee45d4fa1d
2014-12-11Related: fdo#87242 merge duplicate clip setup codeCaolán McNamara3-147/+106
favoring the vclcanvas one for the places where they diverge Change-Id: I18e3d4e7659ebd4cb90c86718c1b1035671b4be3
2014-12-11Related: fdo#87242 init VirtualDevice with size of surfaceCaolán McNamara3-3/+8
otherwise vcl's clipping doesn't work quite right when the render text with vcl apis fallback is used. Manually forced in my case, but it should happen in practice with vertical text, so if there is a bug about vertical text not appearing in slideshows then this is part of the fix for that. Windows and Mac remain unchanged as initialized with 1, 1. If the same problem affects those platforms then they'll need to be adjusted to remember their height/widths from the ctor and those values plugged in here instead Change-Id: I2f82f0db0cf446d7db21f0a7ee4f8c15c7ebdb42
2014-12-11reduce scope of local variablesMichael Weghorn4-8/+4
This addresses some cppcheck warnings. Change-Id: I1122494e295af756ef3cc32717fe204505aeb9e3 Reviewed-on: https://gerrit.libreoffice.org/13335 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-10canvas: DIRECTX_VERSION macro is obsoleteMichael Stahl5-11/+0
It was only checked by our own code, and only DirectX 9 is supported. Change-Id: I03035f87969301624df011cb4d76c6a9532f3c99
2014-12-10canvas: remove Windows SDK #ifdefs - all supported MSVC/SDK have DirectXMichael Stahl4-36/+2
Change-Id: I5106593ad5472992e3607665849fb35802b6e266
2014-12-10Kill unused directx < 9 ifdeferyRiccardo Magliocchetti1-16/+1
Change-Id: I2cd5dd5b4f723e26802930003c68433917af782d Reviewed-on: https://gerrit.libreoffice.org/13371 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-07mpSurface->getCairo() == mpCairoCaolán McNamara3-10/+8
so make that clearer, and we only need to pass a Cairo context not a surface here Change-Id: If385dbd4e8a546fa18c2f93650428fe0ed0c76fc
2014-12-07cairo_restore without matching cairo_saveCaolán McNamara1-2/+0
Change-Id: I74496f40a532f9202e8729b8a81ef20ee86a5133
2014-12-05Slightly less verbose adaptation to boost-1.56.0Thorsten Behrens2-4/+3
This fixes up 45dfbdca6a9afba1a6aef21623ec025ded635a4d Change-Id: I754fec5c94d51cbae69ad1155f57b0bb53788ba5
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
2014-11-12Bump cairo version to 1.2.0Riccardo Magliocchetti1-7/+0
Requirement already fullfilled by RHEL 5 Change-Id: I2304ecac744d1b46b4329ab6d1a0b75739d5c4ea Reviewed-on: https://gerrit.libreoffice.org/12250 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>