summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2012-03-26configuration checked before component context existsCaolán McNamara1-5/+10
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara1-1/+1
2012-03-21Compilation fix - GTK print dialog headers for GTK < 2.14David Bolen1-0/+4
2012-03-20Missing sub-menu arrows with 3.5.x and GTK < 2.15David Bolen1-2/+10
2012-03-20move #include from .h to the one .cxx where it is neededLuboš Luňák1-0/+1
2012-03-16remove extraneous parenthesesLuboš Luňák1-1/+1
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2-0/+6
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák1-4/+1
2012-03-08fold i18npaper into i18nutilCaolán McNamara1-1/+1
2012-03-07WaE: Fix cppcheck syntax error warningPhilipp Weissenbacher1-2/+2
2012-03-06make it easier to find leaks by dropping globals at exitCaolán McNamara2-1/+5
2012-03-06leak in IMHandler::signalIMPreeditChanged early returnCaolán McNamara1-0/+1
2012-03-06fix leak: return value of pango_attr_list_get_iterator should be releasedCaolán McNamara1-2/+3
2012-03-06silence SolarMutex not locked spewCaolán McNamara1-0/+3
2012-03-06improve debugging messageCaolán McNamara1-1/+3
2012-03-06Related: rhbz#799628 crash with chewing-IM with g3gCaolán McNamara1-1/+7
2012-03-03gtk3: Avoid crash with some themes (unico based)Lucas Baudin1-1/+3
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2-2/+2
2012-02-29SessionManagerClient is never instantiatedCaolán McNamara1-8/+8
2012-02-28Actually there is no need to have if and elseif with same action.Tomas Chvatal1-11/+5
2012-02-28Fix crash on exit using KDE interfaceTomas Chvatal1-1/+3
2012-02-28move vcl session management to fancy new SAL_LOG tracingBjoern Michaelsen1-58/+38
2012-02-27disable -Wshadow for KDE backendsLuboš Luňák2-59/+1
2012-02-27callcatcher: update unused listCaolán McNamara1-39/+0
2012-02-25android: move DamageTracker concept into SvpSalFrame and try to use itMichael Meeks1-0/+4
2012-02-23My fix is nicer ;)Stephan Bergmann1-2/+2
2012-02-23ensure ppd translation indexes are validCaolán McNamara1-3/+9
2012-02-23make vcl ByteString freeCaolán McNamara1-56/+65
2012-02-22vcl: fdo#46399 cleanup and share dummy virtual methods ...Greggory Hernandez2-36/+0
2012-02-22unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold3-60/+0
2012-02-22EasyHack fdo#46258 Removal of VCL testtool support (-enableautomation option)Josh Heidenreich1-11/+0
2012-02-21headless: more work in vclRiccardo Magliocchetti1-2/+2
2012-02-21ByteString->rtl::OStringCaolán McNamara1-3/+3
2012-02-21Put HEADLESS definition under LIBO namespaceRiccardo Magliocchetti2-3/+3
2012-02-20vcl: simplify logicThomas Arnhold1-4/+1
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold3-168/+0
2012-02-19ByteString->rtl::OStringCaolán McNamara3-60/+57
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-17Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti2-3/+3
2012-02-16callcatcher: update unused code listCaolán McNamara1-4/+2
2012-02-15Various string function clean upStephan Bergmann2-20/+15
2012-02-13Duplicate #includeStephan Bergmann1-1/+0
2012-02-11unusedcode.easy: clean GtkPrintWrapperThomas Arnhold2-32/+0
2012-02-10cairo-ft.h should include this alreadyCaolán McNamara1-0/+1
2012-02-10Missing fontconfig.h includeStephan Bergmann1-0/+1
2012-02-02Fix for fdo43460 Part LIX getLength() to isEmpty()Olivier Hallot12-47/+47
2012-02-01add a check before a castLuboš Luňák1-0/+1
2012-01-31Fix for fdo43460 Part LVIII getLength() to isEmpty()Olivier Hallot4-8/+8
2012-01-31gtk3: follow SAL_USE_VCLPLUGIN=gtk3 irrespective of 'experimental' mode.Michael Meeks1-3/+4
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2-6/+3