summaryrefslogtreecommitdiffstats
path: root/vcl/headless
Commit message (Expand)AuthorAgeFilesLines
* The previous commit wasn't really thought throughStephan Bergmann2017-03-101-1/+1
* loplugin:loopvartoosmallStephan Bergmann2017-03-101-4/+5
* Resolves: tdf#106280 under X we get into the 'unlikely' non-image surface caseCaolán McNamara2017-03-031-1/+1
* loplugin:subtlezeroinit: vclStephan Bergmann2017-02-211-1/+1
* remove ConnectionIdentifierType enumNoel Grandin2017-02-091-4/+2
* convert PaintMode to scoped enumNoel Grandin2017-02-091-8/+5
* Blind fix for buildStephan Bergmann2017-02-071-2/+0
* bubble the original gtk surface type through renderingCaolán McNamara2017-02-073-59/+97
* revert unready stuffCaolán McNamara2017-02-073-97/+59
* bubble the original gtk surface type through renderingCaolán McNamara2017-02-073-59/+97
* gtk3 hidpi xor hack needs to use unscaled extentsCaolán McNamara2017-02-011-6/+15
* loplugin: unnecessary destructor vbahelper..vclNoel Grandin2017-01-271-3/+0
* Resolves: tdf#105416 blank windows under HiDPI RTLCaolán McNamara2017-01-191-1/+1
* new loplugin: useuniqueptr: vclNoel Grandin2017-01-132-4/+3
* oss-fuzz: make max sane bitmap allocation smallerCaolán McNamara2017-01-061-2/+2
* use same logic in both CreatesCaolán McNamara2017-01-061-2/+10
* Related: ofz#318 limit bitmap max to SAL_MAX_INT32Caolán McNamara2016-12-231-1/+7
* unroll code for early returns, no logic changed intendedCaolán McNamara2016-12-231-78/+76
* loplugin:overrideTor Lillqvist2016-12-121-4/+4
* loplugin:nullptrTor Lillqvist2016-12-121-3/+3
* loplugin:unnecessaryoverrideTor Lillqvist2016-12-121-6/+0
* Use GlyphItem in more placesKhaled Hosny2016-12-101-4/+4
* Try to fix --disable-gui buildTor Lillqvist2016-12-081-0/+16
* convert PolyFlags to scoped enumNoel Grandin2016-12-071-3/+3
* Strip down GetEmbedFontData to what is really usedKhaled Hosny2016-11-291-8/+2
* SalGraphics::GetFontEncodingVector() is a noop nowKhaled Hosny2016-11-291-5/+0
* ServerFontLayout is already goneKhaled Hosny2016-11-261-7/+2
* cairo_surface_set_device_scale is in >= cairo 1.14.0Caolán McNamara2016-11-242-1/+6
* Resolves: tdf#99508 ensure sufficient size for hidpi backing surfaceCaolán McNamara2016-11-233-20/+24
* gtk3: scrollbar damage area one pixel too narrow/shortCaolán McNamara2016-11-141-1/+3
* Rename ServerFont to FreetypeFontKhaled Hosny2016-10-301-2/+2
* GSoC: Modify DrawServerFontLayout and add DrawSalLayoutAkash Jain2016-10-181-2/+8
* SalI18NImeStatus is stubbed the same way for everyone except...Caolán McNamara2016-09-062-10/+0
* convert DuplexMode to scoped enumNoel Grandin2016-09-051-4/+4
* convert Orientation to scoped enumNoel Grandin2016-09-051-1/+1
* convert OutDevSupportType to scoped enumNoel Grandin2016-09-051-2/+2
* boost::intrusive_ptr->tools::SvRefCaolán McNamara2016-09-021-2/+2
* cppcheck: noCopyConstructorCaolán McNamara2016-08-182-0/+10
* Massage ifdefs etc for iOS to avoid undefinedsTor Lillqvist2016-08-173-21/+12
* Intermediate iOS hackTor Lillqvist2016-08-101-1/+7
* 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