summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)AuthorFilesLines
2012-07-17Doxygen needs ///< for inline comments, not only //<.Jan Holesovsky1-1/+1
2012-07-16Replaced all calls to deprecated function ImplDelData::IsDelete()Jesso Clarence Murugan1-1/+0
2012-07-16Revert "Make bottom tabbar items follow native theme"Ruslan Kabatsayev1-5/+0
2012-07-14simplify include guardsThomas Arnhold1-2/+0
2012-07-12Related: fdo#45355 stale gdi font handles apparently still usedCaolán McNamara1-1/+1
2012-07-11Decrease header files dependenciesMatteo Casalin1-1/+1
2012-07-11sysdata.hxx: work around idiotic warnings from winnt.hMichael Stahl1-0/+7
2012-07-10Make bottom tabbar items follow native themeRuslan Kabatsayev1-0/+5
2012-07-10Implement support for HeaderBar arrow native rendering, add GTK supportRuslan Kabatsayev2-0/+6
2012-07-10Implement support for listview headers native render, add GTK implementationRuslan Kabatsayev2-0/+7
2012-07-09Fix 'will be initialized after' error of GCC.Gökçen Eraslan1-2/+1
2012-07-09Merge branch 'feature/pdf-signing'Gökçen Eraslan1-2/+35
2012-07-07Add password edit and pass XCertificate to PDFWriter code in VCL.Gökçen Eraslan1-1/+5
2012-07-06additional fix for fdo#51336 for radiobuttonsNoel Power1-0/+4
2012-07-06fdo#51336 - change vcl checkbox no-label behaviourNoel Power1-6/+9
2012-07-02Remove unused definesThomas Arnhold4-10/+0
2012-07-02Remove unused definesThomas Arnhold1-1/+0
2012-07-01Remove unused definesThomas Arnhold8-37/+0
2012-07-01vcl: CTRL_FIXEDBORDER is dead since ef877aab7eIvan Timofeev1-5/+0
2012-07-01translate German commentsLuc Castermans14-157/+156
2012-07-01Make PDF Signing GUI operative.Gökçen Eraslan1-0/+6
2012-06-28FloatingSizeMode is always FSMODE_AUTO, remove itIvan Timofeev1-4/+1
2012-06-28remove unused toolbox stylesIvan Timofeev1-2/+0
2012-06-27Remove unused header filesThomas Arnhold6-264/+0
2012-06-27Remove unused include filesThomas Arnhold3-263/+0
2012-06-26re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-25Revert "aero: Implement a glass menubar on Windows."Jan Holesovsky3-13/+0
2012-06-25callcatcher: update unused codeCaolán McNamara2-4/+0
2012-06-23Initial basic support for CoreText. very partial and highly unstable.Norbert Thiebaud7-5/+490
2012-06-23factorize what we can share for salgdi between CoreText and ATSUINorbert Thiebaud3-54/+81
2012-06-23move ATSUI entangled-code into its specific sub-directoryNorbert Thiebaud4-414/+428
2012-06-23Use /Rect [0, 0, 0, 0] if signature is not visible.Gökçen Eraslan1-1/+7
2012-06-22use generic names rather than specific algorithm names when scalingLuboš Luňák2-4/+9
2012-06-22Some further clean-up of X Session Management codeStephan Bergmann1-4/+8
2012-06-22re-base on ALv2 code.Michael Meeks5-121/+76
2012-06-21re-base on ALv2 code.Michael Meeks87-2127/+1344
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold2-14/+0
2012-06-21convert array to std::vectorIvan Timofeev1-1/+10
2012-06-21no need to be a class memberIvan Timofeev1-2/+1
2012-06-21remove misterious NextToolbox functionalityIvan Timofeev1-10/+0
2012-06-21so many code to just add a minimal border in the galleryIvan Timofeev1-6/+0
2012-06-20pOldStyleSaveFrame is never set anywayStephan Bergmann2-6/+0
2012-06-20Move IceSalSession declaration to sm.cxxStephan Bergmann1-19/+10
2012-06-20Move pOneInstance to SessionManagerClient::m_pSessionStephan Bergmann1-1/+2
2012-06-20Make VCLSession into a OneInstanceFactoryStephan Bergmann2-13/+7
2012-06-20Remove duplicate ImplGetAppSVData and GetAppSalDataStephan Bergmann4-4/+0
2012-06-20SessionManagerClient::open need not be exportedStephan Bergmann1-1/+1
2012-06-20Resolves: fdo#47636 cache fontconfig font substitutionsCaolán McNamara1-12/+31
2012-06-20Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud11-69/+69
2012-06-19Add initial support for PDF signing.Gökçen Eraslan1-1/+18