summaryrefslogtreecommitdiffstats
path: root/vcl/headless
Commit message (Expand)AuthorAgeFilesLines
* set antialias once when context is createdCaolán McNamara2016-07-291-5/+2
* tdf#101026 Create more correct replacement control vectorArmin Le Grand2016-07-281-3/+5
* new loplugin overrideparamNoel Grandin2016-07-251-1/+1
* don't use AA in SVP backend when getAntiAliasB2DDraw is falseTomaž Vajngerl2016-07-241-1/+5
* use CAIRO_FILL_RULE_EVEN_ODD by defaultCaolán McNamara2016-07-191-0/+1
* vcl headless: ignore visibility in GetClientSize()Miklos Vajna2016-07-141-7/+2
* loplugin:redundantcast: redundant static_casts in vclStephan Bergmann2016-07-081-1/+1
* update other places that read data from cairo image surfaceDavid Tardon2016-06-281-21/+15
* rhbz#1341064 fix OutputDevice test on big endian systemsDavid Tardon2016-06-281-0/+6
* tdf#62525 vcl: use cow_wrapper for jobsetXisco Fauli2016-06-241-33/+35
* vcl: avoid vcl_filters_test crash with ASAN 32-bitMichael Stahl2016-06-231-1/+11
* tdf#96099 Remove various smart pointer typedefs in vclMark Page2016-06-101-1/+1
* tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu2016-06-091-2/+2
* 1 bit masks need each byte to be reversedCaolán McNamara2016-06-011-1/+1
* Convert BMP_FORMAT to scoped enumNoel Grandin2016-05-251-6/+6
* loplugin:overrideTor Lillqvist2016-05-231-2/+2
* split GLWindow into platform dependent parts and move to respective backendsCaolán McNamara2016-05-211-0/+4
* Split OpenGLContext up into SalInstance specific classesCaolán McNamara2016-05-211-0/+11
* clang-tidy modernize-loop-convert in vclNoel Grandin2016-05-131-2/+2
* simplify SalGraphics::copyArea flags argumentNoel Grandin2016-05-121-6/+6
* convert SAL_FRAME_TOTOP to scoped enumNoel Grandin2016-05-111-1/+1
* remove unused return type from SalGraphics::SetFontNoel Grandin2016-05-111-2/+2
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* Convert SAL_INVERT to scoped enumNoel Grandin2016-05-101-2/+2
* convert SAL_ROP to scoped enumNoel Grandin2016-05-101-6/+6
* Convert SAL_EVENT to scoped enumNoel Grandin2016-05-103-12/+12
* Avoid non--async-signal-safe functions in child after forkStephan Bergmann2016-05-101-9/+18
* convert WINDOWSTATE_STATE to scoped enumNoel Grandin2016-05-101-1/+1
* convert WINDOWSTATE_MASK to scoped enumNoel Grandin2016-05-101-7/+7
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-061-5/+5
* tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel2016-04-261-3/+8
* Blind fix for Android buildTor Lillqvist2016-04-221-0/+7
* loplugin:nullptrStephan Bergmann2016-04-221-2/+2
* Don't share the wakeup pipe with child processesTor Lillqvist2016-04-221-13/+44
* tdf#99165 always provide control points for beziersArmin Le Grand2016-04-131-0/+18
* Avoid reserved identifierStephan Bergmann2016-04-121-3/+3
* Avoid division by zeroStephan Bergmann2016-04-061-1/+3
* Revert "vcl: two printing headers should be private Unix headers"Julien Nabet2016-03-271-1/+1
* vcl: two printing headers should be private Unix headersChris Sherlock2016-03-281-1/+1
* fix headless buildOliver Specht2016-03-252-2/+4
* fix memory leak in headless backendMarkus Mohrhard2016-03-141-1/+5
* loplugin:constantparams in vclNoel Grandin2016-03-082-3/+3
* loplugin:commaoperator in vcl/Noel Grandin2016-02-221-2/+6
* nothing needs GetClipRegionType or uses SAL_OBJECT_CLIP_INCLUDERECTS nowCaolán McNamara2016-02-121-1/+0
* vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock2016-02-131-3/+3
* Don't leak old m_pSurfaceStephan Bergmann2016-02-091-0/+5
* headless: for now don't allocate big cairo surfaces for invisible frames.Michael Meeks2016-02-081-2/+7
* duplicate leaky linesCaolán McNamara2016-02-081-2/+0
* cppcheck: noExplicitConstructorCaolán McNamara2016-02-081-2/+2
* vcl: split exception types from input typesChris Sherlock2016-02-061-14/+14