summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2016-12-04tdf#93430: Get run attributes of text objectsTamás Zolnai
2016-12-03add the SalAbort message to the crash reporterMarkus Mohrhard
2016-12-02Simplify FontManager a bitKhaled Hosny
2016-12-02vcl: fix -Werror,-Wunused-variableMiklos Vajna
2016-12-02coverity#1396675 Dereference null return valueCaolán McNamara
2016-12-02coverity#1396674 'Constant' variable guards dead codeCaolán McNamara
2016-12-02Unused codeKhaled Hosny
2016-12-02Always use FontConfig in UNXKhaled Hosny
2016-12-02Drop font cache on UNXKhaled Hosny
2016-12-01ditch old SAL_DO_NOT_USE_INVERT50 env varCaolán McNamara
2016-12-01Unused codeKhaled Hosny
2016-11-30More dead codeKhaled Hosny
2016-11-29Strip down GetEmbedFontData to what is really usedKhaled Hosny
2016-11-29SalGraphics::GetFontEncodingVector() is a noop nowKhaled Hosny
2016-11-29Drop a bunch of font metrics flagsKhaled Hosny
2016-11-29Use Freetypefont::GetFontMetric()Khaled Hosny
2016-11-29Resolves: tdf#90214 set gtk[2|3] lightshadow halfway between darkshadow and bgCaolán McNamara
2016-11-29Related: tdf#90214 gtk2 use a darkcolor based on the themeCaolán McNamara
2016-11-29Drop assigned but never used parameterKhaled Hosny
2016-11-29extensions,sc,sd,vcl: de-obfuscate assignments in conditions to help GCCMichael Stahl
2016-11-26Unused typedef’sKhaled Hosny
2016-11-26There is one font file type nowKhaled Hosny
2016-11-26Dead codeKhaled Hosny
2016-11-26Kill PspFontLayoutKhaled Hosny
2016-11-26ServerFontLayout is already goneKhaled Hosny
2016-11-26DisableGlyphProcessing flag is never set nowKhaled Hosny
2016-11-26Kill code for Type 1 fonts on UnixKhaled Hosny
2016-11-26Kill the old Unix layout enginesKhaled Hosny
2016-11-26Kill old Graphite layout enginesKhaled Hosny
2016-11-25convert MODKEY constants to o3tl::typed_flagsNoel Grandin
2016-11-24Probably not a good idea to forget a break here.Kohei Yoshida
2016-11-24Some debug facility for AtkListener. Disabled at compile time.Kohei Yoshida
2016-11-24move the FontConfigFontOptions out of FreetypeFontInstance nowCaolán McNamara
2016-11-24can have gtk >= 3.10.0 with cairo < 1.14.0Caolán McNamara
2016-11-23Resolves: tdf#99508 ensure sufficient size for hidpi backing surfaceCaolán McNamara
2016-11-23New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann
2016-11-23loplugin:externandnotdefinedStephan Bergmann
2016-11-23loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann
2016-11-23Make PS on Unix printing use the new layout engineKhaled Hosny
2016-11-23reorg a bit and ensure FontConfigFontOptions is always availableCaolán McNamara
2016-11-23This code is only ever compiled on UnixKhaled Hosny
2016-11-23with wayland scaling cairo is meddling with our fontCaolán McNamara
2016-11-23fold GetGlyphMetric and GetGlyphData togetherCaolán McNamara
2016-11-22tdf#55469 Consistent line spacing across platformsKhaled Hosny
2016-11-22tdf#71409: Stop listening to objects going out-of-focus.Kohei Yoshida
2016-11-22tdf#71409: Use weak reference to avoid potential circular references.Kohei Yoshida
2016-11-21Resolves: rhbz#1396827 update geom on mouse click as well as motionCaolán McNamara