summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-08-28tdf#119451 vcl layout cache: fix glyph fallback handlingMiklos Vajna1-3/+5
2018-08-27Fix iOS build after f05f4e042ca6ac8ae7f1d1e8e6bfb4cbba17a044Tor Lillqvist3-5/+7
2018-08-27WIN use the SetTimer timer as one-shotJan-Marek Glogowski2-2/+10
2018-08-27WIN ignore the timer resultsJan-Marek Glogowski3-10/+8
2018-08-27rename ENABLE_HEADLESS option to DISABLE_GUINoel Grandin5-9/+9
2018-08-27tdf#90376 revert the dock windows' Idles to TimersJan-Marek Glogowski1-19/+17
2018-08-27Add task count to Scheduler debug infoJan-Marek Glogowski1-1/+4
2018-08-24Resolves: tdf#118572 ensure basic error dialog blocks any other dialogCaolán McNamara1-0/+9
2018-08-24tdf#118786 WIN just assert in YieldJan-Marek Glogowski2-13/+11
2018-08-24Just set highlight color for focus rect list boxJan-Marek Glogowski1-1/+4
2018-08-24iRelated rhbz#1618703: Properly handle failure en-/decoding PDF fileStephan Bergmann1-18/+28
2018-08-24Fix int vs sal_GlyphIdDon Lewis1-1/+1
2018-08-24loplugin:useuniqueptr in BitmapScaleConvolutionFilterNoel Grandin1-5/+6
2018-08-24Fix list box focused text colorJan-Marek Glogowski1-6/+1
2018-08-23tdf#119454 don't advance PS glyphsJan-Marek Glogowski5-25/+12
2018-08-23Resolves: tdf#118659 eps not shownCaolán McNamara1-3/+2
2018-08-23loplugin:cstylecast (clang-cl)Stephan Bergmann1-2/+2
2018-08-23tdf#119357 add the glyph, if the lookup failedJan-Marek Glogowski1-2/+2
2018-08-23Qt5 initialize unx glyph cacheJan-Marek Glogowski2-0/+5
2018-08-23ofz: various use after free and related crashes in glyph cacheCaolán McNamara1-2/+1
2018-08-22fix oss-fuzz buildCaolán McNamara1-4/+4
2018-08-22vcl: README claims VCL expands like Borland's VCL, not StarOffice'sMichael Stahl1-1/+3
2018-08-22arg is never nullCaolán McNamara3-17/+17
2018-08-22pass X11SalGraphics around by std::unique_ptrNoel Grandin6-12/+13
2018-08-22Adapt Library_vclplug_kde5 to f05f4e042ca6ac8ae7f1d1e8e6bfb4cbba17a044Stephan Bergmann2-4/+13
2018-08-22fix android buildNoel Grandin2-4/+5
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara40-122/+122
2018-08-22drop now unused FontSelectPatternCaolán McNamara2-37/+0
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara33-92/+88
2018-08-21split into FontSelectPatternAttributes and LogicalFontInstance argsCaolán McNamara3-9/+11
2018-08-21change FindFontSubstitute to operate on FontSelectPatternAttributesCaolán McNamara7-33/+26
2018-08-21CreateFont from LogicalFontInstance instead of FontSelectPatternCaolán McNamara4-9/+11
2018-08-21can now use just FontSelectPatternAttributesCaolán McNamara2-14/+14
2018-08-21pass GetFontFace at call siteCaolán McNamara1-4/+1
2018-08-21Resolves: rhbz#115937 virtual device leakCaolán McNamara1-1/+1
2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara21-72/+58
2018-08-21use ImplDoSetFont instead of SetFontCaolán McNamara1-1/+4
2018-08-21tdf#119282 Area tab, Pattern color changeNoel Grandin1-0/+65
2018-08-21loplugin:useuniqueptr in SvpSalInstanceNoel Grandin13-26/+25
2018-08-21only need FontSelectPatternAttributes hereCaolán McNamara1-1/+1
2018-08-21only need FontSelectPatternAttributes hereCaolán McNamara1-1/+1
2018-08-21only need FontSelectPatternAttributes hereCaolán McNamara1-1/+1
2018-08-21can use FontSelectPatternAttributes hereCaolán McNamara1-1/+1
2018-08-21drop unnecessary mpFontInstance use pathCaolán McNamara2-15/+6
2018-08-21Missing declaration (when compiling vcl/qt5/Qt5FontFace.cxx)Stephan Bergmann1-0/+1
2018-08-21tdf#116542 a11y: Implement .ui ways of setting widget roleSamuel Thibault2-15/+193
2018-08-20FindBestFontFace can take FontSelectPatternAttributes insteadCaolán McNamara2-2/+2
2018-08-20tdf#118994 JAWS has no access to accessibility objectsIlhan Yesil1-3/+6
2018-08-20can use FontSelectPatternAttributes hereCaolán McNamara1-1/+1
2018-08-20uselessmatch can take FontSelectPatternAttributesCaolán McNamara1-1/+1