summaryrefslogtreecommitdiff
path: root/vcl/inc/headless
AgeCommit message (Expand)AuthorFilesLines
2016-05-21Split OpenGLContext up into SalInstance specific classesCaolán McNamara1-0/+2
2016-05-12simplify SalGraphics::copyArea flags argumentNoel Grandin1-1/+1
2016-05-11convert SAL_FRAME_TOTOP to scoped enumNoel Grandin1-1/+1
2016-05-11remove unused return type from SalGraphics::SetFontNoel Grandin1-1/+1
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin1-3/+3
2016-05-10Avoid non--async-signal-safe functions in child after forkStephan Bergmann1-2/+2
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-1/+1
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel1-1/+2
2016-04-22Don't share the wakeup pipe with child processesTor Lillqvist1-0/+3
2016-03-27Revert "vcl: two printing headers should be private Unix headers"Julien Nabet1-1/+1
2016-03-28vcl: two printing headers should be private Unix headersChris Sherlock1-1/+1
2016-03-08loplugin:constantparams in vclNoel Grandin1-1/+1
2016-02-12nothing needs GetClipRegionType or uses SAL_OBJECT_CLIP_INCLUDERECTS nowCaolán McNamara1-2/+1
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-1/+1
2016-02-02rename drawSurface to releaseCairoContextCaolán McNamara1-1/+1
2016-02-01work around lack of cairo_rectangle_int_t with basegfxCaolán McNamara1-2/+1
2016-01-27vcl: cairotextrender.hxx is a private Unix headerChris Sherlock1-1/+1
2016-01-26vcl: actually that shared_array was a scamMichael Stahl1-1/+1
2016-01-26vcl: convert boost::shared_array to std::shared_ptrMichael Stahl1-1/+1
2016-01-22Use C++ osl::Mutex, osl::MutexGuardStephan Bergmann1-1/+1
2016-01-20-Werror,-Wmismatched-tagsStephan Bergmann1-1/+1
2016-01-20replace use of basebmp in vcl entirely nowCaolán McNamara3-17/+11
2016-01-18svp: use SalColor instead of basebmp::ColorCaolán McNamara1-10/+5
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara2-2/+1
2016-01-18svp: replace basebmp surfaces with native cairo surfacesCaolán McNamara3-35/+25
2016-01-18svp: vcl and cairo have a difference of opinion on fg/bg of 1bit masksCaolán McNamara1-0/+3
2016-01-18svp: route copyBits through cairoCaolán McNamara1-0/+1
2016-01-18drop newly unused m_aDrawMode nowCaolán McNamara1-1/+0
2016-01-18svp: emulate XOR in cairo paths when necessaryCaolán McNamara1-3/+6
2016-01-18svp: merge duplicates to releaseCairoContextCaolán McNamara1-0/+1
2016-01-18svp: implement other invert variantCaolán McNamara1-1/+1
2016-01-18svp: like quartz implement ROP_INVERT via differenceCaolán McNamara1-0/+3
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock1-1/+1
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock1-1/+2
2016-01-11vcl: move vcl/generic/app/ files to vcl/unx/generic/appChris Sherlock2-2/+2
2016-01-11vcl: move vcl/generic/print files to vcl/unx/generic/printChris Sherlock2-4/+4
2016-01-10vcl: promote ImplFontAttributes to FontAttributesChris Sherlock1-1/+1
2016-01-03vcl: rename variables from metric names to font attribute namesChris Sherlock1-1/+1
2016-01-03vcl: merge ImplFontMetricData with ImplFontAttributesChris Sherlock1-1/+1
2015-12-21loplugin:unusedmethodsNoel Grandin1-2/+0
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist1-4/+4
2015-12-07Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara1-1/+1
2015-11-25gtk3: implement drawAlphaBitmap for svp/gtk3 backendCaolán McNamara1-0/+2
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks1-1/+1
2015-11-23Restore deleted svpcairotextrender.hxxJan-Marek Glogowski1-0/+34
2015-11-23only one headless text renderer nowCaolán1-2/+2
2015-11-23loplugin:staticmethodsStephan Bergmann1-2/+2
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-3/+0
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2-4/+5
2015-11-23Do all svp text rendering with cairoCaolán McNamara4-97/+11