summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2012-06-20Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud6-56/+56
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara3-57/+20
2012-06-19death to some UniStringsCaolán McNamara3-5/+5
2012-06-19match properly the type in the extern declarationLuboš Luňák1-5/+5
2012-06-19mark const data as constLuboš Luňák1-11/+11
2012-06-18Pass also scale and offset to createScreenCompatibleDeviceUsingBuffer()Tor Lillqvist1-9/+8
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara3-16/+20
2012-06-18ditch last (?) String::String(const sal_Unicode*)Caolán McNamara3-13/+13
2012-06-16removed unused forward declarations of classTakeshi Abe1-4/+0
2012-06-15fix c02dd533f5a21b8386b6cfe8fdd9e3f83e7cbc7bNorbert Thiebaud1-1/+1
2012-06-16Separable Gaussian Blur and Unsharpen Mask filter.Tomaž Vajngerl1-2/+204
2012-06-16Add new Scale modes, simplify convolution calculation.Tomaž Vajngerl1-160/+72
2012-06-14Add note where scaling and offsetting could/should be addedTor Lillqvist1-0/+8
2012-06-13calc input line: Fix crash with accessibility enabled.Jan Holesovsky2-0/+4
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara4-8/+6
2012-06-13removed code commented-out in the first placeTakeshi Abe3-30/+0
2012-06-12toolbars: Improve the toolbars look in Windows Vista or later.Jan Holesovsky1-16/+19
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky7-16/+16
2012-06-12Implement XToolkit2::createScreenCompatibleDeviceUsingBuffer for AndroidTor Lillqvist1-6/+21
2012-06-11Remove non-functional Hide/ShowStatusTextThomas Arnhold1-12/+0
2012-06-11Make DO_TEST_PDF code work againGökçen Eraslan1-2/+20
2012-06-11FixedBorder is no longer usedCaolán McNamara2-197/+0
2012-06-10separator will be invisible if there is no visible buttonsIvan Timofeev1-2/+1
2012-06-09Do what the TODO said: Remove unused member and inclusion of vcl/virdev.hxxTor Lillqvist2-2/+1
2012-06-09oops, hide the first separator as wellIvan Timofeev1-1/+1
2012-06-09fdo#42379: hide separators before calculating line breaksIvan Timofeev1-28/+35
2012-06-09Remove superfluous empty lines on topThomas Arnhold3-8/+0
2012-06-07Implement native FixedLine render, add GTK support for itRuslan Kabatsayev1-0/+11
2012-06-07Fix new Bitmap creation in Lanczos resampling.Tomaž Vajngerl1-3/+2
2012-06-06calc input line: Fix crash on MacOSX.Jan Holesovsky1-1/+1
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-8/+4
2012-06-05Intercept the window close event and end the preview when clicking 'x'.Kohei Yoshida2-10/+33
2012-06-05Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky3-3/+3
2012-06-05Lanczos resampling - mirror image on edges and fix image upscalingTomaž Vajngerl1-18/+42
2012-06-05assume for all menus we reserve space for checkboxesCaolán McNamara1-37/+17
2012-06-05at one stage we had checkmarks *and* icons in menus side by sideCaolán McNamara1-6/+7
2012-06-05nCheckPos and nImagePos are always the same value, merge togetherCaolán McNamara1-6/+4
2012-06-05fix mangled indentCaolán McNamara1-5/+5
2012-06-05make ImplGetNativeCheckAndRadioSize return max sizeCaolán McNamara1-15/+16
2012-06-05nMax here is a height valueCaolán McNamara1-6/+6
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin3-53/+44
2012-06-04fdo#50169: skip the rest of the loop in case of wrong indexMichael Stahl1-4/+5
2012-06-04fdo#50169: add another index checkMartin Hosken1-0/+1
2012-06-04fdo#46378: Lanczos3 resampling of images added to Bitmap.Tomaz Vajngerl1-0/+237
2012-06-04sal_uInt32 -> cmsUInt32NumberFridrich Štrba1-1/+1
2012-06-04Replace the module icc functionality by a use of lcms2Fridrich Štrba1-2/+10
2012-06-02targeted string re-workNorbert Thiebaud4-142/+142
2012-06-02targeted string re-workNorbert Thiebaud13-102/+91
2012-06-02Fix operator precedence errorRuslan Kabatsayev1-2/+2
2012-05-31targetted cppcheck warning fix reversionMichael Meeks2-7/+7