summaryrefslogtreecommitdiff
path: root/canvas/source/cairo/cairo_sprite.hxx
AgeCommit message (Collapse)Author
2020-09-04tdf#124176 Use #pragma once in canvasGeorge Bateman
This commit was carried out by a Python script, source of which is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97. Change-Id: Icd712adf20fa2dbaaea2fc33a0fd870c8595b7e2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100147 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-02-12move some canvas/ headers inside the moduleNoel Grandin
Change-Id: Iaa00cff88ad756b7e084cc68fe744d387328180b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88360 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara
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>
2013-11-05fixincludeguards.sh: canvasThomas Arnhold
Change-Id: I2fb527c2cb5814b15862144baf3783d226e675ef
2013-10-28fixincludeguards.sh: canvasThomas Arnhold
Change-Id: I5b17411c58e5c5ae7b473d263fa5e4ee97ff35c8
2012-10-08re-base on ALv2 code. Includes:Michael Meeks
linecap: Reintegrating finished LineCap feature Patch contributed by Regina Henschel http://svn.apache.org/viewvc?view=revision&revision=1232507 disable extended linecap API for now. gnumake4 work primarily from Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1394326 misc. dead code cleanups Patch contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1204995 http://svn.apache.org/viewvc?view=revision&revision=1207270
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.
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-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-06-24INTEGRATION: CWS canvas05 (1.3.56); FILE MERGEDKurt Zenker
2008/04/21 07:32:25 thb 1.3.56.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/02 22:56:28 thb 1.3.56.1: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2008-04-11INTEGRATION: CWS changefileheader (1.3.80); FILE MERGEDRüdiger Timm
2008/03/28 16:34:57 rt 1.3.80.1: #i87441# Change license header to LPGL v3.
2006-12-13INTEGRATION: CWS presfixes09 (1.2.4); FILE MERGEDKurt Zenker
2006/04/20 14:12:10 thb 1.2.4.1: #i63717# Removed SISSL header
2006-02-28INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDEDKurt Zenker
2005/11/11 15:14:00 thb 1.1.2.3: #i10000# Fixed build issues (sprite.hxx was missing, took available cairoo_sprite.hxx instead) 2005/09/14 10:51:00 radekdoulik 1.1.2.2: Issue number: #51657 Submitted by: radekdoulik Reviewed by: radekdoulik Sync code in ooo-build with cairo canvas cws 2005/07/07 07:58:02 radekdoulik 1.1.2.1: Issue number: 51657 Submitted by: radekdoulik Reviewed by: radekdoulik initial import of cairo canvas code