summaryrefslogtreecommitdiff
path: root/canvas/source/directx/dx_devicehelper.hxx
AgeCommit message (Collapse)Author
2016-04-07tdf#94306 replace boost::noncopyable in canvasJochen Nitschke
Replace with C++11 delete copy-constructur and copy-assignment. Some helper classes had boost/noncopyable.hpp included but didn't use it. Change-Id: I339f2c413a944649d9d63c046e8b7f7ee6e46791 Reviewed-on: https://gerrit.libreoffice.org/23866 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-22com::sun::star->css in canvasNoel Grandin
Change-Id: I23c3f774834bb7e84e2f02fe05fa9d844adadc9d Reviewed-on: https://gerrit.libreoffice.org/17259 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-10do not include boost/utility.hppMichael Stahl
It just includes a bunch of other boost headers; mostly we need boost/noncopyable.hpp so include that directly. This eliminates 831 MB(!) of boost/preprocessor/seq/fold_left.hpp completely, which is the 2nd biggest header after ustring.hxx. Change-Id: I3df55770adcb46e56f389af828e8ba80da2dc1f2
2015-05-25callcatcher: update unused codeCaolán McNamara
Change-Id: I735264eb32ebdd165d23a4717f0329f666b8b140
2015-04-17Windows compilation fix in DX canvas.Michael Meeks
Change-Id: I835b0d073885a452fc1031892ad2e59d8670cfac
2015-04-14More missing lifecycle pieces.Michael Meeks
Change-Id: I45ea68d75b03389a1ac0cdb74486c3701c1730a8
2015-04-10Convert last vestiges of OutputDevice* and VirtualDevice* members.Michael Meeks
Change-Id: I2353d8e9f2b30bf00cf5229613793d9605854b76
2014-05-08DX canvas: provide a OutputDevice pointer as a device handler instead of HDCZolnai Tamás
With it all canvas can be handled on the same way. avmedia/source/win/window.cxx: always comes a HWND Change-Id: Id6b8e6d52b8a136143f724daf8feff5c85cf5804
2014-05-08canvas: sal_Bool->boolNoel Grandin
Change-Id: I0f0fe3bb937299b4f00a46d7dda6764c9d21a18f
2013-11-05fixincludeguards.sh: canvasThomas Arnhold
Change-Id: I2fb527c2cb5814b15862144baf3783d226e675ef
2013-10-28fixincludeguards.sh: canvasThomas Arnhold
Change-Id: I5b17411c58e5c5ae7b473d263fa5e4ee97ff35c8
2012-06-19re-base on ALv2 code.Michael Meeks
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-10-05more removed include guards using fixguard.pyPetr Mladek
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.2.2); FILE MERGEDKurt Zenker
2008/04/21 07:30:14 thb 1.2.2.4: RESYNC: (1.2-1.3); FILE MERGED 2008/03/18 22:00:57 thb 1.2.2.3: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code 2008/01/25 14:27:08 thb 1.2.2.2: Intermediate dump 2007/12/20 22:18:57 thb 1.2.2.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering
2008-04-11INTEGRATION: CWS changefileheader (1.2.28); FILE MERGEDRüdiger Timm
2008/03/28 16:35:00 rt 1.2.28.1: #i87441# Change license header to LPGL v3.
2007-11-01INTEGRATION: CWS dxliberate01 (1.1.2); FILE ADDEDJens-Heiner Rechtien
2007/07/23 12:05:07 thb 1.1.2.1: #i48454# dxcanvas is now part of OOo