summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)AuthorFilesLines
2017-06-27ofz#2287 check multiplyCaolán McNamara1-1/+9
2017-05-18ofz#1605 check multiply and shiftCaolán McNamara1-2/+16
2017-02-01gtk3 hidpi xor hack needs to use unscaled extentsCaolán McNamara1-6/+15
2017-01-22Resolves: tdf#105416 blank windows under HiDPI RTLCaolán McNamara1-1/+1
2016-11-24Resolves: tdf#99508 ensure sufficient size for hidpi backing surfaceCaolán McNamara3-21/+30
2016-11-14gtk3: scrollbar damage area one pixel too narrow/shortCaolán McNamara1-1/+3
2016-10-30Rename ServerFont to FreetypeFontKhaled Hosny1-2/+2
2016-10-18GSoC: Modify DrawServerFontLayout and add DrawSalLayoutAkash Jain1-2/+8
2016-09-06SalI18NImeStatus is stubbed the same way for everyone except...Caolán McNamara2-10/+0
2016-09-05convert DuplexMode to scoped enumNoel Grandin1-4/+4
2016-09-05convert Orientation to scoped enumNoel Grandin1-1/+1
2016-09-05convert OutDevSupportType to scoped enumNoel Grandin1-2/+2
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara1-2/+2
2016-08-18cppcheck: noCopyConstructorCaolán McNamara2-0/+10
2016-08-17Massage ifdefs etc for iOS to avoid undefinedsTor Lillqvist3-21/+12
2016-08-10Intermediate iOS hackTor Lillqvist1-1/+7
2016-07-29set antialias once when context is createdCaolán McNamara1-5/+2
2016-07-28tdf#101026 Create more correct replacement control vectorArmin Le Grand1-3/+5
2016-07-25new loplugin overrideparamNoel Grandin1-1/+1
2016-07-24don't use AA in SVP backend when getAntiAliasB2DDraw is falseTomaž Vajngerl1-1/+5
2016-07-19use CAIRO_FILL_RULE_EVEN_ODD by defaultCaolán McNamara1-0/+1
2016-07-14vcl headless: ignore visibility in GetClientSize()Miklos Vajna1-7/+2
2016-07-08loplugin:redundantcast: redundant static_casts in vclStephan Bergmann1-1/+1
2016-06-28update other places that read data from cairo image surfaceDavid Tardon1-21/+15
2016-06-28rhbz#1341064 fix OutputDevice test on big endian systemsDavid Tardon1-0/+6
2016-06-24tdf#62525 vcl: use cow_wrapper for jobsetXisco Fauli1-33/+35
2016-06-23vcl: avoid vcl_filters_test crash with ASAN 32-bitMichael Stahl1-1/+11
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page1-1/+1
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu1-2/+2
2016-06-011 bit masks need each byte to be reversedCaolán McNamara1-1/+1
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-6/+6
2016-05-23loplugin:overrideTor Lillqvist1-2/+2
2016-05-21split GLWindow into platform dependent parts and move to respective backendsCaolán McNamara1-0/+4
2016-05-21Split OpenGLContext up into SalInstance specific classesCaolán McNamara1-0/+11
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin1-2/+2
2016-05-12simplify SalGraphics::copyArea flags argumentNoel Grandin1-6/+6
2016-05-11convert SAL_FRAME_TOTOP to scoped enumNoel Grandin1-1/+1
2016-05-11remove unused return type from SalGraphics::SetFontNoel Grandin1-2/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-10Convert SAL_INVERT to scoped enumNoel Grandin1-2/+2
2016-05-10convert SAL_ROP to scoped enumNoel Grandin1-6/+6
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin3-12/+12
2016-05-10Avoid non--async-signal-safe functions in child after forkStephan Bergmann1-9/+18
2016-05-10convert WINDOWSTATE_STATE to scoped enumNoel Grandin1-1/+1
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin1-7/+7
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-5/+5
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel1-3/+8
2016-04-22Blind fix for Android buildTor Lillqvist1-0/+7
2016-04-22loplugin:nullptrStephan Bergmann1-2/+2
2016-04-22Don't share the wakeup pipe with child processesTor Lillqvist1-13/+44