summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)Author
2016-07-21use CAIRO_FILL_RULE_EVEN_ODD by defaultCaolán McNamara
2016-06-29update other places that read data from cairo image surfaceDavid Tardon
2016-06-29rhbz#1341064 fix OutputDevice test on big endian systemsDavid Tardon
2016-06-011 bit masks need each byte to be reversedCaolán McNamara
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-05-23loplugin:overrideTor Lillqvist
2016-05-21split GLWindow into platform dependent parts and move to respective backendsCaolán McNamara
2016-05-21Split OpenGLContext up into SalInstance specific classesCaolán McNamara
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-05-12simplify SalGraphics::copyArea flags argumentNoel Grandin
2016-05-11convert SAL_FRAME_TOTOP to scoped enumNoel Grandin
2016-05-11remove unused return type from SalGraphics::SetFontNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Convert SAL_INVERT to scoped enumNoel Grandin
2016-05-10convert SAL_ROP to scoped enumNoel Grandin
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin
2016-05-10Avoid non--async-signal-safe functions in child after forkStephan Bergmann
2016-05-10convert WINDOWSTATE_STATE to scoped enumNoel Grandin
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel
2016-04-22Blind fix for Android buildTor Lillqvist
2016-04-22loplugin:nullptrStephan Bergmann
2016-04-22Don't share the wakeup pipe with child processesTor Lillqvist
2016-04-13tdf#99165 always provide control points for beziersArmin Le Grand
2016-04-12Avoid reserved identifierStephan Bergmann
2016-04-06Avoid division by zeroStephan Bergmann
2016-03-27Revert "vcl: two printing headers should be private Unix headers"Julien Nabet
2016-03-28vcl: two printing headers should be private Unix headersChris Sherlock
2016-03-25fix headless buildOliver Specht
2016-03-14fix memory leak in headless backendMarkus Mohrhard
2016-03-08loplugin:constantparams in vclNoel Grandin
2016-02-22loplugin:commaoperator in vcl/Noel Grandin
2016-02-12nothing needs GetClipRegionType or uses SAL_OBJECT_CLIP_INCLUDERECTS nowCaolán McNamara
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2016-02-09Don't leak old m_pSurfaceStephan Bergmann
2016-02-08headless: for now don't allocate big cairo surfaces for invisible frames.Michael Meeks
2016-02-08duplicate leaky linesCaolán McNamara
2016-02-08cppcheck: noExplicitConstructorCaolán McNamara
2016-02-06vcl: split exception types from input typesChris Sherlock
2016-02-05mysterious OutDevSupport_B2DClip is unusedCaolán McNamara
2016-02-05ok non-zeroed empty extents is legitimate after allCaolán McNamara
2016-02-05Re-add "Avoid undefined out-of-bounds double -> sal_Int32 conversion"Stephan Bergmann
2016-02-03default B2DRange ctor doesn't do what I thought it didCaolán McNamara
2016-02-02Avoid undefined out-of-bounds double -> sal_Int32 conversionStephan Bergmann
2016-02-02use same cut-off width value for non-joining drawPolyLine as windows doesCaolán McNamara
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara
2016-02-02windows impl doesn't care if drawPolyLine LineWidth y != xCaolán McNamara
2016-02-02move CairoTextRender cleanup to callersCaolán McNamara
2016-02-02rename drawSurface to releaseCairoContextCaolán McNamara