summaryrefslogtreecommitdiffstats
path: root/include/vcl/outdev.hxx
Commit message (Expand)AuthorAgeFilesLines
...
* Add OutputDevice::isTiledRendering()Miklos Vajna2015-02-231-0/+7
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-4/+6
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-4/+4
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-4/+4
* font cache gets broken on adding an embedded fontCaolán McNamara2015-01-201-0/+9
* Extract slow path of DrawDeviceAlphaBitmap into its own methodTomaž Vajngerl2015-01-191-0/+6
* vcl: add OutputDevice::LogicInvalidate()Miklos Vajna2015-01-061-0/+8
* Resolves: fdo#82219 color graphics as black and whiteCaolán McNamara2015-01-061-0/+2
* Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida2014-11-251-3/+2
* vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne2014-11-221-0/+4
* vcl: remove commented out friend class from outdev.hxxChris Sherlock2014-11-221-1/+0
* vcl: remove unnecessary typedef VCLXGraphicsList_implChris Sherlock2014-11-221-5/+3
* vcl: remove System as friend of OutputDeviceChris Sherlock2014-11-221-1/+1
* vcl: remove ImplImageBmp as friend of OutputDeviceChris Sherlock2014-11-221-1/+0
* vcl: remove ::Bitmap as friend of OutputDeviceChris Sherlock2014-11-211-1/+0
* vcl: remove Application as friend of OutputDeviceChris Sherlock2014-11-201-1/+3
* vcl: Kill IsMapMode(), it means the same as IsMapModeEnabled().Jan Holesovsky2014-11-201-1/+0
* vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne2014-11-131-1/+3
* vcl: move OutputDevice::ImplDrawFrameDev() to WindowChris Sherlock2014-11-111-11/+0
* vcl: make ImplDrawOutDevDirect a protected function in OutputDeviceChris Sherlock2014-11-111-2/+2
* vcl: move OutputDevice::ImplGetFrameDev() to WindowChris Sherlock2014-11-111-2/+0
* vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne2014-11-101-0/+2
* vcl: renamed OutputDevice::PaintLineGeometryWithEvtlExpand()Chris Sherlock2014-11-051-1/+1
* vcl: Allow SalGraphics to draw gradients nativelyChris Sherlock2014-11-031-2/+6
* vcl: merge DrawPolyLineDirect() and drawPolyLineDirectNoAACheck()Chris Sherlock2014-11-031-10/+4
* vcl: Refactor OutputDevice::TryDrawPolyLineDirect()Chris Sherlock2014-11-021-2/+2
* vcl: include variable names in definition of OutputDevice::DrawPolyLine()Chris Sherlock2014-11-021-2/+2
* vcl: rename OutputDevice::DrawPolyLineWithLineInfo() to drawPolyLine()Chris Sherlock2014-11-021-1/+1
* tools & vcl: move OutputDevice::ImplRotatePos() to Point::RotateAbout()Chris Sherlock2014-11-011-4/+0
* vcl: fixup outdev.hxx tab spacingChris Sherlock2014-10-231-6/+6
* create a macro library for implementing bit-flags typesNoel Grandin2014-10-131-1/+1
* vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock2014-10-131-1/+4
* fdo#82577: Handle PolyPolygonNoel Grandin2014-09-301-25/+25
* fdo#82577: Handle RegionNoel Grandin2014-09-301-16/+16
* fdo#82577: Handle WindowNoel Grandin2014-09-231-3/+3
* fdo#82577: Handle FontNoel Grandin2014-09-181-11/+11
* Revert "vcl: use DeviceCoordinate for GetCaretPositions in sallayout"Norbert Thiebaud2014-09-121-2/+0
* vcl: use DeviceCoordinate for GetCaretPositions in sallayoutNorbert Thiebaud2014-09-121-0/+2
* vcl: convert push flags to type-safe enum-like classNoel Grandin2014-08-211-1/+1
* vcl: use enum for complex text layout constantsNoel Grandin2014-08-201-14/+3
* typoThomas Arnhold2014-08-041-1/+1
* vcl use DeviceCoordinate got GetNextGlyphsNorbert Thiebaud2014-07-201-2/+5
* vcl consitent use of long for corrdinateNorbert Thiebaud2014-07-201-10/+10
* vcl: add floating equivalent for MapResNorbert Thiebaud2014-07-201-0/+3
* Use DeviceCorrdinate for DXArray in FillDXArray and ImplLayoutArgsNorbert Thiebaud2014-07-201-3/+2
* add config_vcl to control DevicePixel coordinate base typeNorbert Thiebaud2014-07-201-0/+2
* fdo#79673 quartz: draw 'bullet' for 'space' directly in one passNorbert Thiebaud2014-07-151-4/+20
* More debugging; fixed Font::IsTransparentmatteocam2014-06-301-1/+1
* Removed experimental change to IsTextFillColormatteocam2014-06-301-1/+1
* Moved Text Filling Color in OutDev. Text Filling occurs in ImplDrawTextmatteocam2014-06-301-2/+2