summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)AuthorFilesLines
2023-01-03tdf#114441 Convert sal_uLong to a better typeAndrea Rosetti1-1/+1
2023-01-02Use std synchronisation APIs instead of a pipeTor Lillqvist1-3/+6
2022-12-29Related: tdf#146842 Eliminate temporary copies of SkiaSalBitmap when printingPatrick Luby5-9/+107
2022-12-29merge SwapFile into ImpSwapFileNoel Grandin1-40/+0
2022-12-29use TempFileFast for vcl graphics swapoutNoel Grandin2-37/+4
2022-12-23loplugin:unocast (SalGtkXWindow)Stephan Bergmann1-0/+7
2022-12-22tdf#42437 Enable press-and-hold special character input methodPatrick Luby1-0/+2
2022-12-22loplugin:unocast (vcl::unotools::VclCanvasBitmap)Stephan Bergmann1-1/+7
2022-12-21initial Experimental System-Dependent PrimitiveRenderer for CairoCaolán McNamara1-28/+0
2022-12-21No need for bool return value hereNoel Grandin8-11/+11
2022-12-16jsdialog: enter/leave tab page handlersSzymon Kłos1-0/+17
2022-12-11Related: tdf#146842 Convert SkiaSalBitmap to QuartzSalBitmapPatrick Luby1-0/+6
2022-12-10tdf#152267: Strike out changed to underline in small zoomKhaled Hosny1-0/+1
2022-12-09tdf#146842 Do not use Skia for printingPatrick Luby1-1/+1
2022-12-08tdf#82115 Commit uncommitted text when a popup menu is openedPatrick Luby1-0/+12
2022-12-07loplugin:unusedmethodsNoel Grandin2-16/+0
2022-12-06tdf#152029 Visually draw attention to in-view bookmarkJim Raykowski2-13/+16
2022-12-06add Assistant::set_page_side_imageCaolán McNamara1-0/+1
2022-12-06Simplify PhysicalFontFace::CreateFontSubset() a bitKhaled Hosny1-10/+0
2022-12-06tdf#113048: Fix PDF ascender and descender of some fontsKhaled Hosny2-1/+1
2022-12-05Drop dummy functionKhaled Hosny1-1/+0
2022-12-04Related: tdf#152196 adjustLinearPosX takes a doubleCaolán McNamara1-1/+1
2022-12-04Check for trailing numeric part in isCharacterVariant/isStylisticSetKhaled Hosny1-3/+0
2022-12-04Add and use Feature::isCharacterVariant/isStylisticSetKhaled Hosny1-3/+3
2022-12-03Related: tdf#152196 these should be at least DeviceCoordinateCaolán McNamara1-1/+1
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara1-1/+1
2022-12-02loplugin:unusedfields make some fields privateNoel Grandin6-10/+9
2022-12-01Avoid dynamic cross casts to WinSalGraphicsImplBaseStephan Bergmann1-0/+2
2022-11-30Avoid a dynamic cross cast on macOSStephan Bergmann1-6/+4
2022-11-29New loplugin:crosscastStephan Bergmann3-3/+3
2022-11-27tdf#102914: fix artificial italic of fallback fonts in PDF exportKhaled Hosny1-3/+5
2022-11-25tdf#152183 update settings when dark/light system mode toggledCaolán McNamara1-0/+3
2022-11-24-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2022-11-24relax glyph assert wrt layout equivalencyCaolán McNamara1-4/+4
2022-11-23tdf#108497: instantiate variable fonts in PDFKhaled Hosny2-1/+14
2022-11-23rename ImplScroll to ImplScrollCalendarCaolán McNamara1-2/+1
2022-11-22use an alternative macOS themeing approach to support dark-modeCaolán McNamara1-0/+8
2022-11-22drop newly unused FreetypeFontInfo::IsMicrosoftSymbolEncodedCaolán McNamara1-1/+0
2022-11-22loplugin:unusedfieldsNoel Grandin1-1/+0
2022-11-21vcl: fix accessing color font colorsKhaled Hosny1-1/+2
2022-11-21tdf#143209 vcl: track partial scroll deltasJonas Eyov1-0/+2
2022-11-21remove FontAttributes::meCharSetCaolán McNamara2-22/+6
2022-11-21be more specific on what "Symbol" isCaolán McNamara2-8/+8
2022-11-21clarify IsSymbolFont means Microsoft Symbol encodingCaolán McNamara1-1/+1
2022-11-21drop unused ImplFont::IsSymbolFontCaolán McNamara1-2/+0
2022-11-21drop ImplFont::SetSymbolFlagCaolán McNamara1-5/+2
2022-11-20vcl: add NeedsArtificialBold/Italic() to LogicalFontInstanceKhaled Hosny3-6/+3
2022-11-20vcl: unify skew for artificial italicKhaled Hosny1-0/+4
2022-11-20vcl: fix artificial bold and italic on WindowsKhaled Hosny5-6/+7
2022-11-19vcl: use std::optional in PhysicalFontFaceKhaled Hosny5-10/+7