summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* vcl-svp: add 24-bit (3-byte) RGB surface support to CairoAshod Nakashian2017-12-182-14/+35
* vcl-svp: Store 24-bit images in 3-byte pixelsAshod Nakashian2017-12-184-23/+105
* tdf#97228 Move include file include/vcl/BitmapProcessor.hxx to vcl/inc/abdulwd2017-12-185-4/+31
* Drop a bunch of font metrics flagsKhaled Hosny2017-12-1824-643/+132
* Use Freetypefont::GetFontMetric()Khaled Hosny2017-12-181-25/+5
* Drop assigned but never used parameterKhaled Hosny2017-12-183-8/+3
* Kill old Core Text layout engineKhaled Hosny2017-12-189-1006/+37
* There is one font file type nowKhaled Hosny2017-12-188-391/+190
* Dead codeKhaled Hosny2017-12-186-837/+5
* Kill PspFontLayoutKhaled Hosny2017-12-183-131/+5
* ServerFontLayout is already goneKhaled Hosny2017-12-1815-39/+19
* DisableGlyphProcessing flag is never set nowKhaled Hosny2017-12-183-24/+8
* Kill code for Type 1 fonts on UnixKhaled Hosny2017-12-1817-3983/+21
* Kill the old Unix layout enginesKhaled Hosny2017-12-189-1005/+21
* Kill old Graphite layout enginesKhaled Hosny2017-12-1819-2468/+4
* move the FontConfigFontOptions out of FreetypeFontInstance nowCaolán McNamara2017-12-181-2/+1
* reorg a bit and ensure FontConfigFontOptions is always availableCaolán McNamara2017-12-181-1/+2
* fold GetGlyphMetric and GetGlyphData togetherCaolán McNamara2017-12-182-6/+4
* GetGlyphData is only used by GetGlyphMetric so can be privateCaolán McNamara2017-12-181-1/+1
* This code is only ever compiled on UnixKhaled Hosny2017-12-183-48/+3
* vcl: rename Window::Notify to EventNotifyMichael Stahl2017-12-1820-64/+64
* use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin2017-12-183-5/+5
* loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann2017-12-1813-79/+18
* convert DecodeMechanism to scoped enumNoel Grandin2017-12-1810-27/+27
* convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2017-12-185-8/+8
* Resolves: tdf#114117 draw page shadow mangledCaolán McNamara2017-12-181-4/+44
* Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann2017-12-1823-33/+33
* ofz#3028 check bitmap creation for failureCaolán McNamara2017-12-181-1/+7
* Resolves: tdf#111073 incorrect gif background colorCaolán McNamara2017-12-181-1/+8
* Resolves: tdf#111483 1 bit bitmaps with non-standard black/white indexesCaolán McNamara2017-12-181-4/+9
* ofz#3092 Direct-leakCaolán McNamara2017-12-181-1/+8
* Resolves: tdf#104141 CAIRO_FORMAT_A1 vs N1BitLsbPalCaolán McNamara2017-12-181-16/+38
* loplugin:useuniqueptr in vclNoel Grandin2017-12-189-117/+93
* Resolves: rhbz#1467512 mask not created as 1 bit depthCaolán McNamara2017-12-181-1/+1
* Related: tdf#106577 extend damage rect a little for TrackFrameCaolán McNamara2017-12-181-0/+4
* tdf#106577 cairo_mask pattern affects more surface than expectedCaolán McNamara2017-12-181-1/+14
* Resolves: tdf#106280 under X we get into the 'unlikely' non-image surface caseCaolán McNamara2017-12-181-1/+1
* convert PaintMode to scoped enumNoel Grandin2017-12-182-9/+6
* Blind fix for buildStephan Bergmann2017-12-181-2/+0
* bubble the original gtk surface type through renderingCaolán McNamara2017-12-187-87/+127
* convert PolyFlags to scoped enumNoel Grandin2017-12-1831-134/+142
* no need to assign a nullptr after a bad_allocNoel Grandin2017-12-182-89/+81
* oss-fuzz: make max sane bitmap allocation smallerCaolán McNamara2017-12-181-2/+2
* use same logic in both CreatesCaolán McNamara2017-12-181-1/+9
* unroll code for early returns, no logic changed intendedCaolán McNamara2017-12-181-99/+97
* move the exception handlingCaolán McNamara2017-12-181-159/+152
* return false on exceptionCaolán McNamara2017-12-181-152/+159
* lokdialog: Give non-programmatic name to autofilterPranav Kant2017-12-151-0/+2
* lokdialog: If we already have the title, emit it during creationPranav Kant2017-12-152-7/+7
* lokdialog: Unblock custom window mouse key eventsPranav Kant2017-12-141-12/+33