summaryrefslogtreecommitdiffstats
path: root/vcl/headless
Commit message (Expand)AuthorAgeFilesLines
* ofz#1605 check multiply and shiftCaolán McNamara2017-06-011-2/+16
* cleanup tools/debug.hxx includesJochen Nitschke2017-05-081-1/+0
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-1/+1
* printerinfomanager.hxx can be moved into vclCaolán McNamara2017-05-021-1/+1
* loplugin:checkunusedparams in configmgr and vclNoel Grandin2017-04-282-4/+3
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-252-0/+2
* fix issue related to using namespace with pchMarkus Mohrhard2017-04-131-5/+3
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-313-6/+6
* ofz#954 out of memoryCaolán McNamara2017-03-281-0/+5
* loplugin:redundantcast find redundant c-style enum castsNoel Grandin2017-03-221-1/+1
* Related: tdf#106577 extend damage rect a little for TrackFrameCaolán McNamara2017-03-201-0/+4
* tdf#106577 cairo_mask pattern affects more surface than expectedCaolán McNamara2017-03-201-1/+14
* 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