summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-12-10tdf#138450 BitmapEx.Replace() is not workingCaolán McNamara1-6/+6
2020-12-09tdf#138778 add has_child_focus which considers a related popup a 'child'Caolán McNamara3-4/+38
2020-12-09tdf#134128 Use Gdiplus::DashCapRound for round dash or dot.Regina Henschel1-4/+31
2020-12-09unref pSubMenuModel at the end of the scopeCaolán McNamara1-1/+3
2020-12-09leaked_storageCaolán McNamara1-1/+1
2020-12-03cid#1468270 Wrapper object use after freeCaolán McNamara3-6/+20
2020-12-03Add 'SinglePrintJobs' to PrintOptionsSamuel Mehrbrodt3-21/+10
2020-12-01tdf#132350 gtk: implement extra update button in menubarCaolán McNamara2-30/+137
2020-11-28cache one more place when drawing Skia imagesLuboš Luňák1-0/+20
2020-11-27tdf#127294 add ToD Previewsandreas kainz1-0/+4
2020-11-27with RTL UI the LRT scrollbar in 'gen' calc is rendered incorrectlyCaolán McNamara2-5/+27
2020-11-27tdf#138486 Artifacts in some impress templatesNoel Grandin1-6/+6
2020-11-26with SAL_RTL_ENABLED=1 calc tabbar arrows are rendered reversedCaolán McNamara1-10/+2
2020-11-26keep toolitem ids uniqueCaolán McNamara1-1/+12
2020-11-26Fix "single print jobs" function in print dlgSamuel Mehrbrodt2-10/+17
2020-11-25Use sal_Int64 to printf tools::Long valuesStephan Bergmann1-1/+1
2020-11-25tdf#138326 impress template thumbnails are blurredNoel Grandin1-3/+3
2020-11-25tdf#138425 vcl/gtk activate main menu in UpdateFullThomas Viehmann2-12/+12
2020-11-24Remove unused ScrollBarBox from tabpageSamuel Mehrbrodt1-5/+0
2020-11-23tdf#137662 ignore focus in dropdown if dropdown is hiddenCaolán McNamara1-3/+11
2020-11-22tdf#123936 Formatting files in module vcl with clang-formatPhilipp Hofer118-1421/+1361
2020-11-21Fix tdf#138373 scrollbars can now actually be nullptrThorsten Behrens1-2/+4
2020-11-21Tentative fix for crash in the iOS appTor Lillqvist1-0/+2
2020-11-20If we grab focus to a GtkToolbar then focus a GtkToolbarItem childCaolán McNamara1-0/+26
2020-11-20check expander label for focus and grab focus to that labelCaolán McNamara1-0/+10
2020-11-20GtkWindow case is similar to GtkPopover caseCaolán McNamara1-1/+1
2020-11-20Clarify that SvxIconChoiceCtrl_Impl::GetPredecessorGrid returns GridIdStephan Bergmann2-10/+9
2020-11-20pdfium: add a signature wrapper classMiklos Vajna1-2/+13
2020-11-20Use signed tools::Long return type for calcDistSquareStephan Bergmann1-3/+4
2020-11-19Make use of GRID_NOT_FOUNDStephan Bergmann2-3/+3
2020-11-19avoid Skia floating point position fixups for rectangles (tdf#137329)Luboš Luňák2-16/+64
2020-11-19tdf#138010 (IV) VclScrolledWindow: Use actual border widthMichael Weghorn1-4/+19
2020-11-19tdf#138010 (III) Extract VclScrolledWindow border width to varMichael Weghorn1-14/+16
2020-11-19tdf#138010 (II) getNativeControlRegion (gtk3/kf5): Consider frame's borderMichael Weghorn2-27/+17
2020-11-19tdf#138010 (I) Pass bounding rect when natively drawing frameMichael Weghorn1-1/+1
2020-11-19Update ident<->toolitem mapping in set_item_identCaolán McNamara1-0/+4
2020-11-19Drop threshold for BigInt arithmetics from ImplLogicToPixel/ImplPixelToLogicMike Kaganski2-291/+121
2020-11-19pdfium: add signature and trailer end getter wrappersMiklos Vajna1-0/+16
2020-11-18Remove unused Manager::registerGraphic rsContext parameterStephan Bergmann2-11/+9
2020-11-18tdf#138271 send value-changed on FormattedSpinButton losing focusCaolán McNamara1-1/+23
2020-11-18Remove unused SalGtkFilePicker::implAddFilterGroup _rFilter parameterStephan Bergmann2-3/+3
2020-11-18Remove unused GraphicObject::SetGraphic pCopyObj and rLink parametersStephan Bergmann1-6/+1
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann1-1/+5
2020-11-18vcl: clean up unused PDFDocument functionsMiklos Vajna1-67/+0
2020-11-17tdf#137628 sc: fix white part in autofilterAttila Szűcs1-7/+12
2020-11-17implement also axial gradient for skiaLuboš Luňák2-3/+16
2020-11-17Don't use new/delete here when automatic variable is enoughMike Kaganski1-10/+9
2020-11-17tdf#138022 Skia don't recreate empty surfacesJan-Marek Glogowski2-9/+15
2020-11-17set Skia pixel geometry for every surfaceLuboš Luňák5-32/+35
2020-11-17update Skia to chrome/m88Luboš Luňák3-16/+29