summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-04-23loplugin:useuniqueptr in MenuButtonNoel Grandin1-2/+2
2018-04-23loplugin:useuniqueptr in MoreButtonNoel Grandin1-20/+2
2018-04-23loplugin:useuniqueptr in SplitWindowNoel Grandin1-29/+21
2018-04-23loplugin:useuniqueptr in MenuNoel Grandin1-17/+9
2018-04-23loplugin:useuniqueptr in FloatingWindowNoel Grandin1-3/+2
2018-04-23loplugin:useuniqueptr in ControlNoel Grandin1-3/+2
2018-04-23loplugin:useuniqueptr in StatusBarNoel Grandin1-67/+53
2018-04-23loplugin:useuniqueptr in ImplWheelWindowNoel Grandin2-5/+3
2018-04-23loplugin:useuniqueptr in PopupMenuFloatingWindowNoel Grandin1-1/+1
2018-04-23loplugin:useuniqueptr in DockingWindowNoel Grandin1-3/+2
2018-04-23vcl: ImplDuoTone() -> BitmapDuoToneFilterChris Sherlock3-40/+74
2018-04-22Fix typoAndrea Gelmini1-1/+1
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara3-0/+11
2018-04-22vcl: ImplEmbossGrey() -> BitmapEmbossGreyFilterChris Sherlock3-114/+161
2018-04-22Rename GlyphItem::IsClusterStart() → IsInCluster()Khaled Hosny2-2/+2
2018-04-22sal_GlyphId can be 16 bit nowKhaled Hosny2-3/+1
2018-04-22Glyph flags is now an int not longKhaled Hosny1-2/+2
2018-04-22Don’t abuse glyph id for flagging dropped glyphsKhaled Hosny2-6/+7
2018-04-22vcl: ImplMosaic() -> BitmapMosaicFilterChris Sherlock3-174/+197
2018-04-22vcl: ImplSepia -> BitmapSepiaFilterChris Sherlock3-85/+113
2018-04-22vcl: ImplSolarize() to BitmapSolarizeFilterChris Sherlock3-50/+75
2018-04-22vcl: ImplPopArt() -> BitmapPopArtFilterChris Sherlock3-86/+125
2018-04-22vcl: ImplSobelGrey() -> BitmapSobelGreyFilterChris Sherlock3-129/+173
2018-04-22vcl: ImplMedianFilter() -> BitmapMedianFilterChris Sherlock3-169/+233
2018-04-22vcl: introduce BitmapSharpenFilterChris Sherlock1-3/+2
2018-04-22vcl: create BitmapSmoothenFilterChris Sherlock3-21/+42
2018-04-22vcl: ImplConvolute3() -> BitmapConvolutionMatrixFilterChris Sherlock3-159/+204
2018-04-22Drop header that had just one typedefKhaled Hosny5-32/+4
2018-04-22tdf#86399 Correctly set cluster start for RTL runsKhaled Hosny1-4/+7
2018-04-21Drop GlyphItem constructor that is used only onceKhaled Hosny2-14/+1
2018-04-21Tweak unit test for 1bpp images a bit for robustnessThorsten Behrens1-4/+11
2018-04-21vcl: Bitmap::ImplSeparableUnsharpenFilter() -> BitmapSeparableUnsharpenFilterChris Sherlock3-49/+81
2018-04-21cppcheck: identicalInnerConditionJochen Nitschke2-16/+13
2018-04-21loplugin:unusedmethodsNoel Grandin3-19/+0
2018-04-21vcl: get rid of tabs in vcl/Library_vcl.mkChris Sherlock1-83/+83
2018-04-20Unittests for bugs with 1bit images rendering problemsVasily Melenchuk5-1/+141
2018-04-20DOC import: lazy-read imagesMiklos Vajna2-3/+4
2018-04-20DOCX import: lazy-read images without external headersMiklos Vajna3-5/+39
2018-04-20towards solving tdf#112323: Allow multiple separators in listboxesMuhammet Kara3-7/+64
2018-04-20Function to load graphic swapped out (loaded on demand)Tomaž Vajngerl8-86/+474
2018-04-20loplugin:simplifybool (clang-cl)Stephan Bergmann1-7/+7
2018-04-20loplugin:cstylecast (clang-cl)Stephan Bergmann1-2/+2
2018-04-20vcl: move Bitmap{Ex}::ReduceColors() to BitmapColorQuantizationFilter classChris Sherlock8-515/+676
2018-04-20vcl: ImplSeparableBlurFilter() -> BitmapGaussianSeparableBlurFilterChris Sherlock4-194/+230
2018-04-19Related: tdf#116951 rhbz#1569331 end should be in terms of unicode charsCaolán McNamara2-2/+2
2018-04-19tdf#95843: Wait for fire_glxtest_process also in --headless modeStephan Bergmann2-0/+18
2018-04-19weld CompressGraphicsDialogCaolán McNamara2-0/+100
2018-04-18weld SwCreateAuthEntryDlg_ImplCaolán McNamara2-30/+67
2018-04-18vcl: WNT: *really* avoid calling SHAddToRecentDocs() from unit testsMichael Stahl1-2/+1
2018-04-18vcl: WNT: avoid calling SHAddToRecentDocs() from unit testsMichael Stahl1-0/+4