summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2018-08-22arg is never nullCaolán McNamara
2018-08-22pass X11SalGraphics around by std::unique_ptrNoel Grandin
2018-08-22Adapt Library_vclplug_kde5 to f05f4e042ca6ac8ae7f1d1e8e6bfb4cbba17a044Stephan Bergmann
2018-08-22fix android buildNoel Grandin
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara
2018-08-22drop now unused FontSelectPatternCaolán McNamara
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara
2018-08-21split into FontSelectPatternAttributes and LogicalFontInstance argsCaolán McNamara
2018-08-21change FindFontSubstitute to operate on FontSelectPatternAttributesCaolán McNamara
2018-08-21CreateFont from LogicalFontInstance instead of FontSelectPatternCaolán McNamara
2018-08-21can now use just FontSelectPatternAttributesCaolán McNamara
2018-08-21pass GetFontFace at call siteCaolán McNamara
2018-08-21Resolves: rhbz#115937 virtual device leakCaolán McNamara
2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara
2018-08-21use ImplDoSetFont instead of SetFontCaolán McNamara
2018-08-21tdf#119282 Area tab, Pattern color changeNoel Grandin
2018-08-21loplugin:useuniqueptr in SvpSalInstanceNoel Grandin
2018-08-21only need FontSelectPatternAttributes hereCaolán McNamara
2018-08-21only need FontSelectPatternAttributes hereCaolán McNamara
2018-08-21only need FontSelectPatternAttributes hereCaolán McNamara
2018-08-21can use FontSelectPatternAttributes hereCaolán McNamara
2018-08-21drop unnecessary mpFontInstance use pathCaolán McNamara
2018-08-21Missing declaration (when compiling vcl/qt5/Qt5FontFace.cxx)Stephan Bergmann
2018-08-21tdf#116542 a11y: Implement .ui ways of setting widget roleSamuel Thibault
2018-08-20FindBestFontFace can take FontSelectPatternAttributes insteadCaolán McNamara
2018-08-20tdf#118994 JAWS has no access to accessibility objectsIlhan Yesil
2018-08-20can use FontSelectPatternAttributes hereCaolán McNamara
2018-08-20uselessmatch can take FontSelectPatternAttributesCaolán McNamara
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-08-20make PhysicalFontCollection::Close return std::shared_ptrCaolán McNamara
2018-08-20IsBetterMatch just uses FontSelectPatternAttributesCaolán McNamara
2018-08-20TODO: refcount ImplFontListCaolán McNamara
2018-08-20FindMetricCompatibleFont can take FontSelectPatternAttributesCaolán McNamara
2018-08-20these just use the base FontSelectPatternAttributesCaolán McNamara
2018-08-20TODO: refcount ImplFontCacheCaolán McNamara
2018-08-20tdf#118786 WIN allow nested SendMessage callsJan-Marek Glogowski
2018-08-20return weld widgets by std::unique_ptr from builderNoel Grandin
2018-08-19tdf#112166 need to check if glXCreateContextAttribsARB really existsCaolán McNamara
2018-08-19tdf#119321: fix appendCopy in searchAndReplace (printing)Julien Nabet
2018-08-17a11y: Use ATK "footnote" roleSamuel Thibault
2018-08-17fix crash on Windows on assert enabled buildsNoel Grandin
2018-08-17loplugin:overrideStephan Bergmann
2018-08-17loplugin:useuniqueptr in ImplSalBitmapCacheNoel Grandin
2018-08-17loplugin:redundantfcastStephan Bergmann
2018-08-17loplugin:cstylecastStephan Bergmann
2018-08-16vcl: use SalLayoutGlyphs, not SalLayout for pre-computed layoutMiklos Vajna
2018-08-16tdf#117797 guard access to mpSwapFile as it may not be setTomaž Vajngerl
2018-08-16PDF export: allow API users to opt in for version 1.6Miklos Vajna
2018-08-16vcl: support pre-computed glyph items in OutputDevice::ImplLayout()Miklos Vajna
2018-08-16skip text layout when fuzzingCaolán McNamara