summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* Resolves: fdo#51957 typo, endash entered twice, 2nd should be emdashCaolán McNamara2012-07-171-1/+1
* Doxygen needs ///< for inline comments, not only //<.Jan Holesovsky2012-07-171-1/+1
* Improve check for the FRAME_DRAW_NWF.Jan Holesovsky2012-07-171-1/+1
* the unknwon typo is surprisingly popularLuboš Luňák2012-07-161-1/+1
* make gtk-print stuff build on gtk+2 2.12.0Caolán McNamara2012-07-161-0/+2
* Replaced all calls to deprecated function ImplDelData::IsDelete()Jesso Clarence Murugan2012-07-1616-80/+79
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-07-161-4/+4
* Revert "Make bottom tabbar items follow native theme"Ruslan Kabatsayev2012-07-162-10/+1
* #include "tools/helpers.hxx" for FRoundStephan Bergmann2012-07-151-0/+1
* Resolves: fdo#31821 always process ZW[N]J in the font regardless of scriptCaolán McNamara2012-07-151-0/+13
* Resolves: fdo#31821 use icu layout whenever possibleCaolán McNamara2012-07-151-3/+1
* ENABLE_ICU_LAYOUT is always enabledCaolán McNamara2012-07-141-26/+7
* Related: fdo#31821 prefer non-latn over latn, but latn over nothingCaolán McNamara2012-07-141-3/+7
* Fix typosJulien Nabet2012-07-141-3/+3
* Related: fdo#31821 pull tables from otf fonts as wellCaolán McNamara2012-07-141-4/+7
* Resolves: fdo#35322 add a font only once under one of its namesCaolán McNamara2012-07-141-31/+12
* simplify include guardsThomas Arnhold2012-07-141-2/+0
* Fix the About dialog rendering when librsvg is not available / functional.Jan Holesovsky2012-07-131-1/+2
* Related: fdo#45355 stale gdi font handles apparently still usedCaolán McNamara2012-07-122-28/+47
* Adding helpers.hxx for FRound()Muthu Subramanian2012-07-111-0/+1
* Decrease header files dependenciesMatteo Casalin2012-07-1112-15/+8
* sysdata.hxx: work around idiotic warnings from winnt.hMichael Stahl2012-07-111-0/+7
* Make bottom tabbar items follow native themeRuslan Kabatsayev2012-07-102-1/+10
* Implement support for HeaderBar arrow native rendering, add GTK supportRuslan Kabatsayev2012-07-103-2/+40
* solaris: fix compilation error by adding temp var holding const_cast resultPierre-Eric Pelloux-Prayer2012-07-101-1/+2
* Implement support for listview headers native render, add GTK implementationRuslan Kabatsayev2012-07-103-2/+69
* correctly paint toolbar separators with gtk-2.8 (bnc#770013)Petr Mladek2012-07-101-3/+5
* fdo#47071: Undocked toolbars do not show all icons in special ratioIvan Timofeev2012-07-091-1/+1
* Related: fdo#30763 fill in default user realname under GNOME3Caolán McNamara2012-07-091-1/+6
* some UniString->rtl::OUStringCaolán McNamara2012-07-094-6/+6
* We use hidden signatures for now.Gökçen Eraslan2012-07-091-1/+1
* PDFWriterImpl::createControl: -Werror=maybe-uninitializedMichael Stahl2012-07-091-1/+1
* PDFWriterImpl::finalizeSignature: -Werror=unused-variableMichael Stahl2012-07-091-0/+3
* PDFWriterImpl: -Werror=reorderMichael Stahl2012-07-091-1/+1
* Fix 'will be initialized after' error of GCC.Gökçen Eraslan2012-07-091-2/+1
* Remove faulty DBG_ASSERT.Gökçen Eraslan2012-07-091-1/+0
* Merge branch 'feature/pdf-signing'Gökçen Eraslan2012-07-093-16/+261
|\
| * Get der encoded certificate to use in NSS.Gökçen Eraslan2012-07-081-0/+11
| * Add password edit and pass XCertificate to PDFWriter code in VCL.Gökçen Eraslan2012-07-072-1/+7
| * Make PDF Signing GUI operative.Gökçen Eraslan2012-07-012-11/+45
| * Use /Rect [0, 0, 0, 0] if signature is not visible.Gökçen Eraslan2012-06-232-9/+26
| * /NeedAppearances must not be used if PDF is signed.Gökçen Eraslan2012-06-231-1/+2
| * Check the return values of osl_getFilePos and osl_setFilePos.Gökçen Eraslan2012-06-231-9/+6
| * Fix the calculation of ByteRange values.Gökçen Eraslan2012-06-201-3/+3
| * Add a fake appearance dictionary to Sig object.Gökçen Eraslan2012-06-201-0/+2
| * Add initial support for PDF signing.Gökçen Eraslan2012-06-193-8/+185
* | Prescale image with Bitmap::Scale to improve quality.Tomaž Vajngerl2012-07-071-103/+53
* | Fix check for FRAME_DRAW_NWF, and thus reenable CTRL_FRAME supportRuslan Kabatsayev2012-07-071-1/+1
* | additional fix for fdo#51336 for radiobuttonsNoel Power2012-07-062-6/+15
* | fdo#51336 - change vcl checkbox no-label behaviourNoel Power2012-07-062-12/+21