summaryrefslogtreecommitdiffstats
path: root/vcl/unx
Commit message (Expand)AuthorAgeFilesLines
* fdo#72187 Implement KDE4 picker notificationsJan-Marek Glogowski2014-02-062-0/+26
* Simplify control item switch statementsJan-Marek Glogowski2014-02-061-177/+86
* Related: rhbz#1061864 filtername is somehow NULLCaolán McNamara2014-02-061-2/+5
* coverity#736301 the 2nd arg is a gpointerCaolán McNamara2014-02-061-1/+1
* fdo#39944: improve mapping between ATK and UNO rolesJacobo Aragunde Pérez2014-02-061-1/+2
* fdo#35105: notify role change through a new UNO a11y eventJacobo Aragunde Pérez2014-02-053-0/+17
* fdo#39944: fallback for DOCUMENT_* roles in ATK < 2.1.0Jacobo Aragunde Pérez2014-02-051-0/+5
* have a stab at fixing RHEL-5 build that hasn't got new atk rolesCaolán McNamara2014-02-041-4/+7
* fdo#39944: Add DOCUMENT_* accessibility UNO rolesJacobo Aragunde Pérez2014-02-041-1/+4
* fdo#44270: vcl: GTK+ file picker: fix non-grouped filter patternsMichael Stahl2014-02-041-1/+2
* bool improvementsStephan Bergmann2014-02-031-3/+3
* Assert in X11SalSystem::GetDisplayScreenPosSizePixelChris Sherlock2014-01-301-3/+4
* bool improvementsStephan Bergmann2014-01-289-26/+26
* coverity#440974 Dereference before null checkCaolán McNamara2014-01-281-2/+4
* coverity#440824 : Dereference after NULL checkNorbert Thiebaud2014-01-251-1/+1
* bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann2014-01-224-5/+5
* bool improvementsStephan Bergmann2014-01-214-5/+5
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-211-9/+9
* bool improvementsStephan Bergmann2014-01-1711-26/+23
* Work around G_DEFINE_TYPE -Werror,-Wunused-functionStephan Bergmann2014-01-132-0/+21
* -Wunused-variableStephan Bergmann2014-01-131-2/+0
* SalDisplay::Dispatch shall apparently return boolStephan Bergmann2014-01-134-17/+17
* mnDeltaStart is unusedCaolán McNamara2014-01-124-10/+0
* endSpool return value is effectively success flag, not job IDStephan Bergmann2014-01-102-3/+3
* Resolves: rhbz#1050162 don't draw to NULL windowCaolán McNamara2014-01-081-1/+5
* fdo#72521 fdo#73103 Fix editable combo-boxes behavior under KDE4Maxim Monastirsky2014-01-071-1/+5
* Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr2014-01-062-23/+25
* Resolves: #i123840# normalize SalGraphics point count argument types...Herbert Dürr2013-12-311-7/+7
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-171-1/+1
* Targetted text updates, with seasonable changes before l10n freeze.Michael Meeks2013-12-132-2/+2
* simplify - use OUString::startsWith where possibleNoel Grandin2013-12-121-1/+1
* Do not use C++-UNO internal static_type functions in client codeStephan Bergmann2013-12-1212-25/+25
* fontmanager.hxx is private to vclTor Lillqvist2013-12-115-5/+6
* fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin2013-12-091-5/+5
* fdo#60705 Don't discard valid printing options.Andrzej Hunt2013-12-061-1/+1
* fdo#67011: Run Display::Yield through KDEXLib::Yield.Jan-Marek Glogowski2013-12-041-6/+16
* No more uses of printer built in fontsKhaled Hosny2013-12-041-5/+0
* Device-specific font substitution is not usedKhaled Hosny2013-12-041-7/+0
* Don't perform printer font substitutionKhaled Hosny2013-12-041-152/+1
* Related: fdo#41169 fix GTK non-Latin keyboard layout with Latin shortcutsCaolán McNamara2013-11-221-22/+45
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-222-9/+9
* remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin2013-11-221-2/+2
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiLNoel Grandin2013-11-221-2/+2
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin2013-11-212-10/+10
* remove unnecessary use of OUString::createFromAsciiNoel Grandin2013-11-211-1/+1
* Elide utl::ConfigItem_ImplStephan Bergmann2013-11-201-26/+19
* Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin2013-11-202-10/+10
* Revert "Simplify KDE4 yielding."Michael Meeks2013-11-201-8/+12
* Simplify KDE4 yielding.Jan-Marek Glogowski2013-11-201-12/+8
* Rewrite Qt4 based nested yield mutex locking.Jan-Marek Glogowski2013-11-202-26/+24