summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2013-05-14vcl: attempt to fix high quality scaling to get aspect ratio right.Michael Meeks2-5/+34
2013-05-14Remove redundant overrideStephan Bergmann1-1/+0
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann14-40/+40
2013-05-14sal_Int*/sal_uInt* to boolTakeshi Abe1-1/+1
2013-05-14initialized with plain 0, instead of sal_False/falseTakeshi Abe1-1/+1
2013-05-14sal_Bool to boolTakeshi Abe1-72/+72
2013-05-13Remove redundant OSL_ENSUREStephan Bergmann1-4/+1
2013-05-13cppcheck: fix arrayIndexThenCheck in vclJulien Nabet1-1/+1
2013-05-13Handle fonts without hhea or OS/2 table e.g. Type1Khaled Hosny1-2/+12
2013-05-13Related fdo#35546: Further improve Layout of Photo Album DialogSamuel Mehrbrodt3-0/+16
2013-05-13fdo#46808, Convert util::PathSettings service to new styleNoel Grandin1-7/+4
2013-05-13WaE: signed/unsigned mismatchTor Lillqvist1-1/+1
2013-05-13Support IMR_QUERYCHARPOSITION in Writer and Calc.Yohei Yukawa6-6/+171
2013-05-13TypoKhaled Hosny1-1/+1
2013-05-12Remove old scale convolution methods from Bitmap.Tomaž Vajngerl1-103/+0
2013-05-12Resolves: #i120165# Adapt Mask/Alpha at BitmapEx construction...Armin Le Grand1-4/+18
2013-05-12WaE: signed/unsigned comparisonCaolán McNamara1-2/+2
2013-05-12Some loggingKhaled Hosny1-3/+29
2013-05-12Resolves: #i119450# Added EMR_ALPHABLEND case to EnhWMFReaderArmin Le Grand1-2/+75
2013-05-12Resolves: #i122241# Made Push/Pop with PUSH_MAPMODE safe...Armin Le Grand2-5/+5
2013-05-12WaE: private field 'mpGraphics' is not usedTor Lillqvist1-5/+3
2013-05-12EMF+ fixesChris Sherlock1-1/+2
2013-05-11[coretext] Attempt to fix jumping linesKhaled Hosny1-32/+30
2013-05-11fdo#64311 - fix pre-processor conditionals & don't bail-out without gnome-vfs.Michael Meeks2-2/+2
2013-05-11fdo#64311 - don't encourage the fpicker to give us URLs we can't handle.Michael Meeks2-0/+8
2013-05-11Drop code for FreeTyope version we don't supportKhaled Hosny1-95/+11
2013-05-11Cleanup FreeType ascender/descender handling a bitKhaled Hosny1-17/+49
2013-05-11Revert 052f181dad89ad34d90513bc9dcd3e3239727933Khaled Hosny1-81/+7
2013-05-10Resolves: #i121445# Added transparency support to the galleryArmin Le Grand1-0/+26
2013-05-10Resolves: #i121407# Gallery reorganizations...Armin Le Grand2-57/+72
2013-05-10[coretext] Fix drawing fallback fontsKhaled Hosny1-9/+38
2013-05-11sal_Bool to boolTakeshi Abe6-81/+81
2013-05-10Resolves: #i120306# enforce finite memory consumption of loaded jpegHerbert Dürr1-0/+21
2013-05-10Related: #i120306# better input checks in WinSalBitmap::ImplCreateDIB()Herbert Dürr1-33/+43
2013-05-10WaE: unreachable codeTor Lillqvist1-2/+0
2013-05-10Font refcount is not uint16 (anymore)Eike Rathke2-7/+11
2013-05-10Enhancements to VCL metafile handlingChris Sherlock1-32/+77
2013-05-10Resolves: #i122208# introduce rtl::CStringHash and rtl::CStringEqualHerbert Dürr1-3/+2
2013-05-10fix kde buildCaolán McNamara1-2/+2
2013-05-10protect SalFrameView's isOpaque() method by an isAlive() checkHerbert Dürr1-1/+7
2013-05-10Related: #i112873# check native widget's control value type...Herbert Dürr4-10/+7
2013-05-09MinorKhaled Hosny1-2/+2
2013-05-09[coretext] Fix line spacingKhaled Hosny1-3/+1
2013-05-09no FT_Face_GetCharVariantIndex on RHEL-5, dlsym itCaolán McNamara1-2/+9
2013-05-09WaE: clang warningsCaolán McNamara1-5/+0
2013-05-09Resolves: #i121233# Added bitmap scaling methods BMP_SCALE_SUPERArmin Le Grand5-41/+1301
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr14-129/+113
2013-05-09fdo#63154: Remove _CL and _LF from solar.hMarcos Paulo de Souza5-13/+13
2013-05-09Update pchAurimas Fišeras1-2/+5
2013-05-09sal_Bool to boolTakeshi Abe4-39/+38