summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2012-06-21convert array to std::vectorIvan Timofeev2-61/+39
2012-06-21no need to be a class memberIvan Timofeev2-7/+6
2012-06-21remove misterious NextToolbox functionalityIvan Timofeev3-144/+1
2012-06-21so many code to just add a minimal border in the galleryIvan Timofeev3-64/+12
2012-06-20Remove some useless memset(0)Christophe Christophe Marion1-7/+2
2012-06-20Work around false valgrind warning about optimized strlen implementationStephan Bergmann1-1/+1
2012-06-20pOldStyleSaveFrame is never set anywayStephan Bergmann5-131/+5
2012-06-20Move IceSalSession declaration to sm.cxxStephan Bergmann2-19/+28
2012-06-20Move pOneInstance to SessionManagerClient::m_pSessionStephan Bergmann2-18/+22
2012-06-20Clean up how nStateVal is smuggled inStephan Bergmann1-6/+6
2012-06-20Mutex lifecycle must encompass WeakComponentImplHelper baseStephan Bergmann1-12/+13
2012-06-20Some clean upStephan Bergmann1-20/+18
2012-06-20Make VCLSession into a OneInstanceFactoryStephan Bergmann4-33/+17
2012-06-20Remove duplicate ImplGetAppSVData and GetAppSalDataStephan Bergmann5-5/+1
2012-06-20SessionManagerClient::open need not be exportedStephan Bergmann1-1/+1
2012-06-20Properly detect and remove ".bin" at endStephan Bergmann1-3/+2
2012-06-20USE_SM_EXTENSION is always definedStephan Bergmann1-20/+0
2012-06-20aero menubar: Make the glow around the entries smaller.Jan Holesovsky1-2/+58
2012-06-20aero menubar: Make the text in menu black.Jan Holesovsky2-10/+101
2012-06-20aero toolbar: Use the new toolbar look on Vista+ regardless of glass menu.Jan Holesovsky1-1/+1
2012-06-20aero menubar: Improve look according to Mirek M. + Astron's notes.Jan Holesovsky1-63/+52
2012-06-20Resolves: fdo#47636 cache fontconfig font substitutionsCaolán McNamara3-55/+212
2012-06-20Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud30-192/+192
2012-06-19typo: paramters, paramaters -> parametersAndras Timar1-1/+1
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara7-117/+65
2012-06-19death to some UniStringsCaolán McNamara4-6/+6
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-19remove some UniString ctorsCaolán McNamara2-8/+8
2012-06-18Pass also scale and offset to createScreenCompatibleDeviceUsingBuffer()Tor Lillqvist2-10/+9
2012-06-18GTK: don't crash on X errorsRuslan Kabatsayev1-0/+1
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara4-20/+24
2012-06-18ditch last (?) String::String(const sal_Unicode*)Caolán McNamara5-16/+16
2012-06-18Fix arguments of Rectangle constructorRuslan Kabatsayev1-1/+1
2012-06-16removed unused forward declarations of classTakeshi Abe1-4/+0
2012-06-15fix c02dd533f5a21b8386b6cfe8fdd9e3f83e7cbc7bNorbert Thiebaud1-1/+1
2012-06-16Fix wrong variable name in Smooth filter parameters class.Tomaž Vajngerl1-1/+1
2012-06-16Separable Gaussian Blur and Unsharpen Mask filter.Tomaž Vajngerl2-2/+213
2012-06-16Add new Scale modes, simplify convolution calculation.Tomaž Vajngerl2-171/+166
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 McNamara6-10/+8
2012-06-13Need basebmp headers unconditionallyTor Lillqvist1-6/+2
2012-06-13removed code commented-out in the first placeTakeshi Abe8-78/+0
2012-06-13make sure basebmp headers are in placeDavid Tardon1-2/+5
2012-06-12toolbars: Improve the toolbars look in Windows Vista or later.Jan Holesovsky3-17/+56
2012-06-12menubar: Improved Windows Vista or later look (based on Mirek M.'s design).Jan Holesovsky1-31/+83
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky11-50/+24
2012-06-12Add a default dummy implementation of SalVirtualDevice::SetSizeUsingBuffer()Tor Lillqvist1-1/+5
2012-06-12Implement XToolkit2::createScreenCompatibleDeviceUsingBuffer for AndroidTor Lillqvist5-11/+42