summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-01-27NSApplication's appearance property exists in macOS 10.14 and later onlyTor Lillqvist1-5/+7
2021-01-25tdf#138122 Add window scaling for retina displays on macOSThorsten Wagner7-276/+260
2021-01-21CGLayerHolder::getScale() can be constTor Lillqvist1-1/+1
2021-01-18tdf#139643: fix missing PDF/UA flagJulien Nabet1-1/+1
2021-01-13tdf#139074: Revert "WIN replace clipboard update thread with Idle" et alStephan Bergmann4-49/+157
2021-01-12Avoid assertion failure related to cursor sizes on macOSTor Lillqvist1-3/+3
2021-01-11set fill color when filling alphavdev area for gradients (tdf#138959)Luboš Luňák1-0/+5
2021-01-04tdf#138801 vcl: fix lazy-loading of GIF images with logic sizeMiklos Vajna7-3/+110
2021-01-02ofz#29113 short readCaolán McNamara1-0/+7
2020-12-22left/top variable names don't match propertyCaolán McNamara1-2/+2
2020-12-21Fix reversed values for gtk_container_child_set (vcl/gtk3)Julien Nabet1-2/+2
2020-12-17WIN don't notify clipboard change with SolarMutexJan-Marek Glogowski1-2/+14
2020-12-16tdf#138661 don't emit value-changed when not changed by userCaolán McNamara1-0/+12
2020-12-16tdf#138950 allow up to one short read to not trigger cancelling importCaolán McNamara3-4/+5
2020-12-15tdf#138936 gradient missing under RTL from writer comment marginsCaolán McNamara3-3/+10
2020-12-13tdf#138857 fix font replacement table GUIJan-Marek Glogowski1-1/+6
2020-12-13WIN replace clipboard update thread with IdleJan-Marek Glogowski4-156/+36
2020-12-11tdf#76644 extended tips not shown for 'gen' menu itemsCaolán McNamara1-2/+5
2020-12-11make Skia image cache size configurableLuboš Luňák3-7/+14
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