summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2012-06-22use generic names rather than specific algorithm names when scalingLuboš Luňák5-7/+12
2012-06-22Some further clean-up of X Session Management codeStephan Bergmann2-237/+247
2012-06-22re-base on ALv2 code.Michael Meeks7-167/+104
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2-2/+2
2012-06-21re-base on ALv2 code.Michael Meeks182-4367/+2810
2012-06-21re-base on ALv2 code.Michael Meeks10-184/+149
2012-06-21Fix X Session Management supportStephan Bergmann1-4/+4
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold2-14/+0
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