summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-04-11Fix typoAndrea Gelmini1-1/+1
2021-04-10vcl: allow for overriding the default PDF rendering resolutionAshod Nakashian1-1/+17
2021-04-10Related tdf#117750: fix "Solarization" and "Aging"Julien Nabet2-2/+2
2021-04-10Related tdf#117750: fix UnsharpenFilterJulien Nabet1-1/+1
2021-04-10tdf#141195:fix button text color with default background colorbykivi1-6/+15
2021-04-09remove vcl/waitobj.hxxCaolán McNamara2-18/+25
2021-04-09loplugin:redundantstatic (clang-cl)Stephan Bergmann1-5/+5
2021-04-09enable set_busy_cursor to stack up in the gtk version tooCaolán McNamara1-1/+11
2021-04-09loplugin:noexceptmove (clang-cl)Stephan Bergmann1-1/+1
2021-04-09expose what sizes are used for theseCaolán McNamara1-2/+0
2021-04-09loplugin:nullptr (clang-cl)Stephan Bergmann1-3/+3
2021-04-09fix small cairo leak in gen backendNoel Grandin1-2/+3
2021-04-09Recheck include/ with IWYUGabor Kelemen3-0/+6
2021-04-08update PCHsLuboš Luňák1-1/+3
2021-04-08ImplNewInputContext: check pointer before useSzymon Kłos1-1/+1
2021-04-08vcl VectorGraphicSearch: clean up not needed HAVE_FEATURE_PDFIUM ifdefsMiklos Vajna1-46/+10
2021-04-08Revert "Revert "Compute (un-)premultiply_table at compile time""Mike Kaganski2-26/+48
2021-04-07can short-circuit this conversionNoel1-0/+2
2021-04-07-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+3
2021-04-07cache also GetFontData() failuresLuboš Luňák1-4/+12
2021-04-07jsdialog: JSMessageDialog tweaks when builder is nullptrHenry Castro2-0/+62
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-43/+46
2021-04-07vcl: move graphic handling into Qt5GraphicsBackendTomaž Vajngerl10-195/+302
2021-04-07vcl: class to automatically delegate calls to SalGraphicImplTomaž Vajngerl3-340/+248
2021-04-07cache Skia fontLuboš Luňák3-14/+69
2021-04-07jsdialog: simplify unselect for treeviewSzymon Kłos1-4/+2
2021-04-07jsdialog: unselect treeview entry by iteratorSzymon Kłos1-1/+4
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-04-07tdf#136918 restrict symbol size to button widthJan-Marek Glogowski2-2/+4
2021-04-06Fix --disable-pch build: missing includeMike Kaganski3-0/+3
2021-04-06jsdialog: fix missing update for "treeview" action "select"Henry Castro1-0/+1
2021-04-06lok: fix treeview action "select"Henry Castro1-4/+7
2021-04-06update pchesCaolán McNamara1-1/+2
2021-04-06remove newly unused mpWindow member of UserDrawEventCaolán McNamara3-4/+3
2021-04-06no need to check mxSalBmp hereNoel Grandin1-10/+7
2021-04-06tdf#141504 qt5: ugly imagesNoel Grandin1-1/+1
2021-04-06tdf#140404 Qt ignore "unchanged" clipboard eventsJan-Marek Glogowski1-0/+9
2021-04-06Extend ToolBarManager to build weld::ToolbarSzymon Kłos3-1/+24
2021-04-06be more explicit in setting the parent of the buttons in the style dropdownCaolán McNamara2-18/+25
2021-04-06vcl: quartz - use ScanlineTransformer instead of local converterTomaž Vajngerl1-230/+11
2021-04-06vcl: use PixelFormat enum in SalBitmap interface and backendsTomaž Vajngerl21-135/+147
2021-04-06vcl: remove 4-bit bitmap support from qt5 backendTomaž Vajngerl3-143/+18
2021-04-05tdf#141499 trigger container_focus_changed for toplevel window focus eventsCaolán McNamara1-0/+31
2021-04-05SAL_WMF_COMPLEXCLIP_VIA_REGION is gone nowCaolán McNamara2-2/+0
2021-04-05ofz#32885 regard as invalid fractions that will FPE boost::integer::gcdCaolán McNamara1-0/+0
2021-04-05vcl: move GenPspGraphics into a subclass of SalGraphicsImplTomaž Vajngerl5-287/+654
2021-04-05vcl: ColorSpace "enum" to "enum class" used in PrinterColor classTomaž Vajngerl1-6/+6
2021-04-05VCL drop Scheduler::ProcessTaskSchedulingJan-Marek Glogowski4-56/+5
2021-04-03ofz#32843 Invalid-bool-valueCaolán McNamara1-2/+2