summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-01-29lokdialog: Call LOK invalidate explicitly herecp-5.3-39Pranav Kant1-0/+1
2018-01-29lokdialog: Don't leak tooltip text window through tunnelling f/wPranav Kant1-0/+4
2018-01-26tdf#38915: don't wait on message queue if application already has quit.Mike Kaganski1-1/+2
2018-01-25lokdialog: Fix incorrect dialog sizes sent to clientPranav Kant1-3/+2
2018-01-24lok dialog: enable MessageDialog tunnelingHenry Castro2-9/+47
2018-01-18use the same shade of grey as Online UI usesAndras Timar1-1/+1
2018-01-18lokdialog: Make the badstatic loplugin happy.Jan Holesovsky1-10/+27
2018-01-15lokdialog: Allow closing the Format Cell dialogs in any order.Jan Holesovsky3-32/+78
2018-01-09vcl: mask must alwasy be argb32 even when we can use rgb24Ashod Nakashian1-4/+17
2018-01-02lokdialog: Use Post(Mouse,Key)Event() to post to main threadPranav Kant1-68/+0
2017-12-18vcl-svp: add 24-bit (3-byte) RGB surface support to CairoAshod Nakashian2-14/+35
2017-12-18vcl-svp: Store 24-bit images in 3-byte pixelsAshod Nakashian4-23/+105
2017-12-18tdf#97228 Move include file include/vcl/BitmapProcessor.hxx to vcl/inc/abdulwd5-4/+31
2017-12-18Drop a bunch of font metrics flagsKhaled Hosny24-643/+132
2017-12-18Use Freetypefont::GetFontMetric()Khaled Hosny1-25/+5
2017-12-18Drop assigned but never used parameterKhaled Hosny3-8/+3
2017-12-18Kill old Core Text layout engineKhaled Hosny9-1006/+37
2017-12-18There is one font file type nowKhaled Hosny8-391/+190
2017-12-18Dead codeKhaled Hosny6-837/+5
2017-12-18Kill PspFontLayoutKhaled Hosny3-131/+5
2017-12-18ServerFontLayout is already goneKhaled Hosny15-39/+19
2017-12-18DisableGlyphProcessing flag is never set nowKhaled Hosny3-24/+8
2017-12-18Kill code for Type 1 fonts on UnixKhaled Hosny17-3983/+21
2017-12-18Kill the old Unix layout enginesKhaled Hosny9-1005/+21
2017-12-18Kill old Graphite layout enginesKhaled Hosny19-2468/+4
2017-12-18move the FontConfigFontOptions out of FreetypeFontInstance nowCaolán McNamara1-2/+1
2017-12-18reorg a bit and ensure FontConfigFontOptions is always availableCaolán McNamara1-1/+2
2017-12-18fold GetGlyphMetric and GetGlyphData togetherCaolán McNamara2-6/+4
2017-12-18GetGlyphData is only used by GetGlyphMetric so can be privateCaolán McNamara1-1/+1
2017-12-18This code is only ever compiled on UnixKhaled Hosny3-48/+3
2017-12-18vcl: rename Window::Notify to EventNotifyMichael Stahl20-64/+64
2017-12-18use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin3-5/+5
2017-12-18loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann13-79/+18
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin10-27/+27
2017-12-18convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin5-8/+8
2017-12-18Resolves: tdf#114117 draw page shadow mangledCaolán McNamara1-4/+44
2017-12-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann23-33/+33
2017-12-18ofz#3028 check bitmap creation for failureCaolán McNamara1-1/+7
2017-12-18Resolves: tdf#111073 incorrect gif background colorCaolán McNamara1-1/+8
2017-12-18Resolves: tdf#111483 1 bit bitmaps with non-standard black/white indexesCaolán McNamara1-4/+9
2017-12-18ofz#3092 Direct-leakCaolán McNamara1-1/+8
2017-12-18Resolves: tdf#104141 CAIRO_FORMAT_A1 vs N1BitLsbPalCaolán McNamara1-16/+38
2017-12-18loplugin:useuniqueptr in vclNoel Grandin9-117/+93
2017-12-18Resolves: rhbz#1467512 mask not created as 1 bit depthCaolán McNamara1-1/+1
2017-12-18Related: tdf#106577 extend damage rect a little for TrackFrameCaolán McNamara1-0/+4
2017-12-18tdf#106577 cairo_mask pattern affects more surface than expectedCaolán McNamara1-1/+14
2017-12-18Resolves: tdf#106280 under X we get into the 'unlikely' non-image surface caseCaolán McNamara1-1/+1
2017-12-18convert PaintMode to scoped enumNoel Grandin2-9/+6
2017-12-18Blind fix for buildStephan Bergmann1-2/+0
2017-12-18bubble the original gtk surface type through renderingCaolán McNamara7-87/+127