summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)AuthorFilesLines
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-1/+1
2017-03-20Related: tdf#106577 extend damage rect a little for TrackFrameCaolán McNamara1-0/+4
2017-03-20tdf#106577 cairo_mask pattern affects more surface than expectedCaolán McNamara1-1/+14
2017-03-10The previous commit wasn't really thought throughStephan Bergmann1-1/+1
2017-03-10loplugin:loopvartoosmallStephan Bergmann1-4/+5
2017-03-03Resolves: tdf#106280 under X we get into the 'unlikely' non-image surface caseCaolán McNamara1-1/+1
2017-02-21loplugin:subtlezeroinit: vclStephan Bergmann1-1/+1
2017-02-09remove ConnectionIdentifierType enumNoel Grandin1-4/+2
2017-02-09convert PaintMode to scoped enumNoel Grandin1-8/+5
2017-02-07Blind fix for buildStephan Bergmann1-2/+0
2017-02-07bubble the original gtk surface type through renderingCaolán McNamara3-59/+97
2017-02-07revert unready stuffCaolán McNamara3-97/+59
2017-02-07bubble the original gtk surface type through renderingCaolán McNamara3-59/+97
2017-02-01gtk3 hidpi xor hack needs to use unscaled extentsCaolán McNamara1-6/+15
2017-01-27loplugin: unnecessary destructor vbahelper..vclNoel Grandin1-3/+0
2017-01-19Resolves: tdf#105416 blank windows under HiDPI RTLCaolán McNamara1-1/+1
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin2-4/+3
2017-01-06oss-fuzz: make max sane bitmap allocation smallerCaolán McNamara1-2/+2
2017-01-06use same logic in both CreatesCaolán McNamara1-2/+10
2016-12-23Related: ofz#318 limit bitmap max to SAL_MAX_INT32Caolán McNamara1-1/+7
2016-12-23unroll code for early returns, no logic changed intendedCaolán McNamara1-78/+76
2016-12-12loplugin:overrideTor Lillqvist1-4/+4
2016-12-12loplugin:nullptrTor Lillqvist1-3/+3
2016-12-12loplugin:unnecessaryoverrideTor Lillqvist1-6/+0
2016-12-10Use GlyphItem in more placesKhaled Hosny1-4/+4
2016-12-08Try to fix --disable-gui buildTor Lillqvist1-0/+16
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-3/+3
2016-11-29Strip down GetEmbedFontData to what is really usedKhaled Hosny1-8/+2
2016-11-29SalGraphics::GetFontEncodingVector() is a noop nowKhaled Hosny1-5/+0
2016-11-26ServerFontLayout is already goneKhaled Hosny1-7/+2
2016-11-24cairo_surface_set_device_scale is in >= cairo 1.14.0Caolán McNamara2-1/+6
2016-11-23Resolves: tdf#99508 ensure sufficient size for hidpi backing surfaceCaolán McNamara3-20/+24
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