summaryrefslogtreecommitdiff
path: root/extensions/source/scanner
AgeCommit message (Expand)AuthorFilesLines
2020-11-25TW_IMAGEINFO::ImageWidth,ImageHeight are of type TW_INT32Stephan Bergmann1-5/+5
2020-10-22long->tools::Long in emfio..filterNoel2-11/+11
2020-09-30twain32shim: Windows directory might not be in DLL search path sometimesMike Kaganski2-1/+15
2020-08-04Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann1-1/+1
2020-07-23extensions/scanner: create instances with uno constructorsNoel Grandin4-72/+14
2020-05-29loplugin:simplifybool in dbaccess..frameworkNoel Grandin1-2/+2
2020-05-23nospin hack no longer in useCaolán McNamara1-1/+1
2020-04-15loplugin:buriedassign in e*Noel Grandin1-4/+8
2020-04-14loplugin:flatten in extensionsNoel Grandin2-145/+145
2020-03-20Silence -Werror,-Wvoid-pointer-to-int-cast (LLVM 10 trunk clang-cl)Stephan Bergmann1-1/+1
2020-03-11tdf#42949 Fix IWYU warnings in extensions/*/*cxxGabor Kelemen4-8/+0
2020-03-06tdf#42949 Fix IWYU warnings in extensions/source/*/*hxxGabor Kelemen4-3/+9
2020-02-16clang-format c*,d*,e* with under 5-percent lines of changeMuhammet Kara2-7/+5
2020-01-28New loplugin:unsignedcompareStephan Bergmann2-5/+8
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2019-12-20tdf#124176: Use pragma once instead of include guardsTolunay Dündar5-21/+5
2019-12-19sal_Char->char in extensionsNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-5/+2
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-6/+3
2019-10-15new loplugin:bufferaddNoel Grandin1-6/+4
2019-10-14Use default initialization instead of memset hereMike Kaganski1-5/+2
2019-10-01Silence -Werror,-Wmissing-field-initializers (clang-cl)Stephan Bergmann1-1/+7
2019-09-26loplugin:constmethod in embeddedobj..extensionsNoel Grandin3-4/+4
2019-08-18Use mnemonic TWAIN state names; some simplificationMike Kaganski1-67/+69
2019-08-18tdf#126989: always terminate shim after fallback completeMike Kaganski1-2/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): extensionsStephan Bergmann1-1/+1
2019-07-25don't need builderfactoryCaolán McNamara1-1/+1
2019-07-25add XInitialization to allow setting explicit dialog parentCaolán McNamara3-4/+16
2019-07-25weld SaneDlgCaolán McNamara3-391/+337
2019-07-25weld GridWindowCaolán McNamara3-84/+59
2019-07-08use BitmapEx in ScanPreviewNoel Grandin1-4/+4
2019-07-04remove some unneede vcl/bitmap.hxx includesNoel Grandin1-1/+0
2019-02-08loplugin:indentation in editeng..extensionsNoel Grandin1-2/+2
2019-01-30loplugin:implicitboolconversion (clang-cl)Stephan Bergmann1-2/+2
2019-01-30-Werror,-Wenum-compare (clang-cl)Stephan Bergmann1-1/+1
2019-01-30loplugin:nullptr (clang-cl)Stephan Bergmann2-2/+2
2019-01-30loplugin:redundantcast (clang-cl)Stephan Bergmann1-1/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2-0/+2
2018-12-30tdf#42075: Perform scan after selecting a scanner on WindowsMike Kaganski1-39/+67
2018-12-30tdf#114635: Scan operations are modalMike Kaganski1-59/+100
2018-12-29Use correct message filters in MsgWaitForMultipleObjectsMike Kaganski2-4/+3
2018-12-29tdf#114635: reimplement TWAIN-based scan using 32-bit shim on WindowsMike Kaganski3-676/+1002
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2-0/+2
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-3/+3
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-11-04coverity#1440838 Unchecked return value from libraryCaolán McNamara1-1/+5
2018-11-04fix indentCaolán McNamara1-3/+3
2018-10-23loplugin:useuniqueptr in Sane::StartNoel Grandin1-8/+8
2018-10-20clang-tidy readability-delete-null-pointerNoel Grandin1-2/+1