summaryrefslogtreecommitdiffstats
path: root/vcl/unx/generic/dtrans
Commit message (Expand)AuthorAgeFilesLines
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-023-35/+35
* vcl: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-6/+6
* Move SalGenericData::GetSalDisplay() out of generic/gendata.hxxStephan Bergmann2014-12-041-4/+4
* rhbz#1167250: Avoid X11Clipboard already being destroyed in constructorStephan Bergmann2014-11-243-7/+18
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* coverity#1209861 untaint image dataCaolán McNamara2014-11-141-3/+15
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* coverity#1209861 untaint image dataCaolán McNamara2014-11-111-6/+16
* readLE32 should return a 32bit number, yikes!Caolán McNamara2014-11-111-1/+1
* coverity#1209860 try and silence Untrusted loop bound warningCaolán McNamara2014-10-181-0/+3
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-2/+0
* fdo#82577: Handle KeyPressNoel Grandin2014-10-011-5/+5
* fdo#82577: Handle TimeNoel Grandin2014-10-014-30/+30
* fdo#82577: Handle WindowNoel Grandin2014-09-235-75/+75
* set names on some UNIX-only threadsMichael Stahl2014-08-251-0/+1
* fdo#82577, fdo#82579: Handle CursorTor Lillqvist2014-08-232-10/+10
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-172-5/+1
* cp#1000078: Replace "\r\n" with "\n" when pasting from X11 clipboard.Matúš Kukan2014-05-221-1/+1
* vcl: remove using namespace from headersThomas Arnhold2014-05-195-91/+89
* Fix previous commit (vcl part)Julien Nabet2014-05-112-5/+5
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet2014-05-112-5/+5
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-011-1/+1
* coverity#708654 Uninitialized pointer fieldCaolán McNamara2014-04-261-1/+2
* coverity#984006 Uncaught exceptionCaolán McNamara2014-04-242-2/+4
* coverity#708655 Uninitialized scalar fieldCaolán McNamara2014-04-171-8/+14
* typo: occuring -> occurringThomas Arnhold2014-04-141-1/+1
* Kill superfluous vertical whitespaceTor Lillqvist2014-04-0210-216/+0
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-265-56/+56
* coverity#441225 Dereference null return valueCaolán McNamara2014-03-111-1/+5
* Use cstdlib std::abs instead of stdlib.h absStephan Bergmann2014-03-031-1/+4
* sal_Bool -> bool in mostly vcl moduleChris Sherlock2014-02-282-13/+13
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-269-92/+92
* Remove visual noise from vclAlexander Wilms2014-02-263-10/+10
* Remove unneccessary commentsAlexander Wilms2014-02-234-83/+83
* vcl: sal_Bool -> boolStephan Bergmann2014-02-212-5/+5
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
* coverity#705773 Resource leakCaolán McNamara2014-02-071-4/+7
* fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin2013-12-091-5/+5
* remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin2013-11-221-2/+2
* Elide utl::ConfigItem_ImplStephan Bergmann2013-11-201-26/+19
* convert equalsAsciiL calls to startWith calls where possibleNoel Grandin2013-11-191-5/+5
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-5/+5
* remove unnecessary use of OUString constructor in VCL moduleNoel Grandin2013-11-072-7/+7
* Name threads for debug purposeArnaud Versini2013-11-071-0/+1
* fixincludeguards.sh: vclThomas Arnhold2013-10-285-11/+11
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-222-4/+4
* fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2013-10-223-46/+8