summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-08-31fix qt5 buildNoel Grandin1-0/+2
2018-08-31Fix accidental placement of code inside #if HAVE_FEATURE_OPENGLTor Lillqvist1-13/+14
2018-08-31printdialog: set a11y role of printer information to staticSamuel Thibault1-0/+18
2018-08-31tdf#119390 Don't focus the toolbar when closing a floating windowMaxim Monastirsky1-17/+11
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand28-483/+1095
2018-08-30loplugin:useuniqueptr in InverseColorMapNoel Grandin2-10/+8
2018-08-30use realloc instead of malloc+memcpyNoel Grandin1-5/+2
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov2-3/+3
2018-08-29Various Haiku improvementsKacper Kasper1-0/+1
2018-08-29loplugin:constantparam (3)Noel Grandin2-14/+6
2018-08-29tdf#119458 just wakeup Scheduler on active IdleJan-Marek Glogowski1-0/+5
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin20-72/+72
2018-08-29new loplugin:oustringbufferNoel Grandin1-6/+6
2018-08-28create toggles with WB_TOGGLE setCaolán McNamara1-2/+4
2018-08-28tdf119556 Sync "Use only paper size from printer preferences"Michael Weghorn3-2/+12
2018-08-28We do want to initialise m_MainThread on iOS, tooTor Lillqvist1-1/+1
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