summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
15 hoursgtk4: Ignore "input-purpose" for GtkSpinButtonMichael Weghorn1-0/+7
21 hoursImprove documentation on reserved shortcutsIlmari Lauhakangas1-25/+9
33 hours[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn5-15/+11
36 hourstdf#160714 use crop box for bounds of embedded PDF objectPatrick Luby2-5/+15
41 hoursvcl: Factor out common code and simplifyXisco Fauli7-307/+135
3 daystdf#39468 Translate German comments in vclIlmari Lauhakangas1-2/+2
3 daystdf#160469 Ctrl+Alt+F4 is marked reserved, but doesn't do anythingNoel Grandin1-1/+0
3 daysITEM: Add measurements for SfxItemSet usages (debug only)Armin Le Grand (allotropia)1-0/+1
3 daystdf#160431 Inverts webp file image when insertedNoel Grandin2-8/+8
4 daystdf#159660: also add normal blend filterXisco Fauli3-0/+162
4 daystdf#159660: Add support for lighten mode in feBlendXisco Fauli3-0/+167
4 daystdf#159660: Add support for darken mode in feBlendXisco Fauli3-0/+167
4 daystdf#159660: Add support for multiply mode in feBlendXisco Fauli3-0/+167
4 daystdf#159660: premultiply colors for screen blendXisco Fauli1-3/+18
4 daystdf#160726, tdf#48062: Simplify how BitmapExs are createdXisco Fauli1-114/+0
6 daysbump odt2pdffuzzer max_lenCaolán McNamara1-1/+1
6 daysgtk3 a11y: Set a11y relations for custom combobox implMichael Weghorn1-0/+15
6 daystdf#159910 gtk3 a11y: Keep a11y props for comboboxMichael Weghorn2-0/+17
6 daystdf#159910 gtk3: Resave vcl/uiconfig/ui/combobox.ui with glade 3.40Michael Weghorn1-39/+36
6 daysReturn double from OutputDevice::GetTextArrayMike Kaganski7-30/+70
6 daysmpReqFontName is potentially pointing to freed memoryNoel Grandin3-6/+3
6 daysloplugin:constantparam in vclNoel Grandin10-41/+22
7 daystdf#160721: nothing is displayed in case of wrong 'in' referenceXisco Fauli1-9/+2
7 daystdf#160622: Let SalLayout::GetBoundRect return basegfx::B2DRectangleMike Kaganski5-28/+64
8 daystdf#160016 tdf#160704 Set the direction from src in StretchAndConvertTomaž Vajngerl1-0/+2
8 daysmove writerfilter inside swNoel Grandin1-1/+1
8 daystdf#160698: fix crash after opening print dialogTibor Nagy1-3/+6
9 daysDrop FRound, and use generalized basegfx::froundMike Kaganski28-118/+125
10 daystdf#48062: Add support for arithmetic in feCompositeXisco Fauli3-0/+228
11 daysGeneralize basegfx::fround for templated return typeMike Kaganski11-38/+38
12 daysUse more o3tl::convertMike Kaganski1-4/+4
12 daystdf#143148 replace includes guards in vcl textlineinfo with pragmaHakimOttey1-4/+1
13 daysUse more o3tl::convertMike Kaganski1-51/+9
13 daysDon't use lround when assigning to a doubleMike Kaganski2-4/+4
14 daystdf#159660: Add support for screen mode in feBlendXisco Fauli4-1/+265
2024-04-11related tdf#160176 qt: Create dummy Qt widget in main threadMichael Weghorn1-6/+17
2024-04-11a11y: Assign a11y role for WindowType::PROGRESSBARMichael Weghorn1-0/+4
2024-04-11vcl a11y: Reformat switch-case in Window::getDefaultAccessibleRoleMichael Weghorn1-40/+103
2024-04-11Use COMReference in D2DWriteTextOutRendererMike Kaganski6-62/+48
2024-04-11Only call ID2D1RenderTarget::Get/SetTransform when neededMike Kaganski1-10/+12
2024-04-11Drop old Windows 95/98/ME problem workaroundMike Kaganski1-16/+0
2024-04-10tdf#160590 Disable Metal with Intel HD Graphics 6000Patrick Luby1-0/+10
2024-04-10vcl: return earlier if size is emptyXisco Fauli1-6/+6
2024-04-08cid#1596254 Null pointer dereferences in GetSotStorageStreamNoel Grandin1-34/+33
2024-04-08Exclude getHScale from DirectWrite font renderingMike Kaganski4-35/+18
2024-04-07cid#1596238 clarify Explicit null dereferencedCaolán McNamara1-10/+6
2024-04-07tdf#160342 Unwanted space before end of line when printingAron Budea1-4/+4
2024-04-06tdf#143148 use pragma once instead of include guardsHeikki Ilvesmäki3-12/+3
2024-04-05Silence strange -Wclobbered with recent GCC 14Stephan Bergmann1-0/+7
2024-04-05tdf#147906 Use std::hypot for Pythagorean distanceRMZeroFour1-1/+1