summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2013-11-22Related: fdo#41169 fix GTK non-Latin keyboard layout with Latin shortcutsCaolán McNamara1-22/+45
2013-11-20Elide utl::ConfigItem_ImplStephan Bergmann1-26/+19
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin2-10/+10
2013-11-20Revert "Simplify KDE4 yielding."Michael Meeks1-8/+12
2013-11-20Simplify KDE4 yielding.Jan-Marek Glogowski1-12/+8
2013-11-20Rewrite Qt4 based nested yield mutex locking.Jan-Marek Glogowski2-26/+24
2013-11-20Redirect file picker UI processing to GUI thread.Jan-Marek Glogowski5-4/+272
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::matchL callsNoel Grandin3-17/+17
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin2-10/+10
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin1-3/+3
2013-11-20Drop processYield return type.Jan-Marek Glogowski2-4/+3
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-11/+11
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-9/+9
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin1-5/+5
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin4-6/+6
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2-4/+4
2013-11-15Use Q_* macros.Jan-Marek Glogowski3-16/+5
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-9/+9
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-4/+4
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-1/+1
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-16/+16
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-19/+19
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-7/+7
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-9/+9
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-2/+2
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-5/+5
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-7/+7
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-4/+4
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-24/+0
2013-11-14remove unnecessary sal_Unicode casts in VCL moduleNoel Grandin6-15/+15
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2-6/+6
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-11-07remove unnecessary use of OUString constructor in VCL moduleNoel Grandin5-21/+21
2013-11-07Name threads for debug purposeArnaud Versini2-0/+2
2013-11-07vcl: PPDParser: fix out of bounds string accessesMichael Stahl1-2/+2
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-11-03fdo#70885: disable app menu under UnityIvan Timofeev3-5/+19
2013-11-01Better approach for fdo#40077: Characters cropped in GTK-ComboboxSamuel Mehrbrodt1-5/+2
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin4-4/+4
2013-10-29fdo#40077 Characters cropped in GTK-based ComboBoxSamuel Mehrbrodt1-1/+1
2013-10-29VCL: I18NStatus::setStatusText shouldn't depend on aStr[len] == 0Arnaud Versini1-2/+2
2013-10-28fixincludeguards.sh: vclThomas Arnhold26-68/+68
2013-10-26fix warnings in gtksalframeTomaž Vajngerl1-5/+10
2013-10-22vcl: convert some BOOL to sal_uInt8Michael Stahl1-3/+3
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist3-5/+5
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza5-64/+12
2013-10-21Remove GetKernPairs() with no implementationKhaled Hosny1-8/+0
2013-10-21Removed unused kerning stuffKhaled Hosny1-51/+2
2013-10-19older gtks don't have gtk_widget_get_windowCaolán McNamara1-3/+3
2013-10-18pScreen uninitializedCaolán McNamara1-1/+1