summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2011-09-12can return a ref, not a pointer, and make local static instead of global leakCaolán McNamara3-14/+14
2011-09-09Use new line heights only if SAL_USE_NEW_LINEHEIGHT=1Eike Rathke1-7/+81
2011-09-08callcatcher: update listCaolán McNamara1-17/+0
2011-09-05now we can ditch these unused methodsCaolán McNamara1-36/+0
2011-09-05These multi-lingual IMs have been always disabled for LinuxCaolán McNamara7-219/+71
2011-09-01make sure we stay in array boundsRadek Doulik1-2/+4
2011-09-01Fixes fdo#38683 calculation of interline spacing on unx platformsKhaled Hosny1-53/+7
2011-08-29valgrind: various unused codeCaolán McNamara1-14/+0
2011-08-24avoid crash on shutdown with unprocessed events pending post SalDisplay dtorCaolán McNamara1-13/+22
2011-08-22Enable CUPS unconditionallyFrançois Tigeot1-39/+1
2011-08-22gsl_getSystemTextEncoding->osl_getThreadTextEncodingCaolán McNamara3-3/+3
2011-08-22callcatcher: post cairo-text remove unused legacy methodsCaolán McNamara3-368/+1
2011-08-19now cairo is the only way to render text under XCaolán McNamara2-28/+6
2011-08-19Merge FreetypeServerFont and ServerFont now its split out into unxCaolán McNamara4-140/+65
2011-08-18and so glyphcache.hxx is revealed to be unx onlyCaolán McNamara7-17/+8
2011-08-18move unix only stuff to unxCaolán McNamara6-0/+4523
2011-08-18remove various casts from ServerFont to FreetypeServeFontCaolán McNamara2-2/+2
2011-08-17add and use a matchLCaolán McNamara2-80/+89
2011-08-17calculate lengths at compile timeCaolán McNamara1-17/+27
2011-08-15turn on cairo rendering of vertical textCaolán McNamara2-7/+7
2011-08-11ByteString::ToInt64->rtl::OString::toInt64Caolán McNamara1-1/+2
2011-08-05callcatcher: unused methodsCaolán McNamara1-44/+0
2011-08-04callcatcher: remove unused methodsCaolán McNamara1-16/+0
2011-08-03callcatcher: remove unused methodsThomas Arnhold3-435/+0
2011-08-02callcatcher: remove unused methodsThomas Arnhold2-82/+0
2011-08-02add vertical layout as a distinguishing font layout attributeCaolán McNamara2-16/+19
2011-07-28callcatcher: ditch various unused methodsCaolán McNamara1-14/+0
2011-07-27ByteString::CreateFromInt32->rtl::OString::valueOfCaolán McNamara1-1/+3
2011-07-26callcatcher: remove unused methodsThomas Arnhold1-14/+0
2011-07-26use new link mechanism and drop this horrible messCaolán McNamara1-6/+0
2011-07-26callcatcher: remove unused methodsThomas Arnhold2-280/+0
2011-07-25Remove vendor specific properties handling.Thomas Arnhold2-113/+0
2011-07-22WaE: remove now unused bFoundIconSizeCaolán McNamara1-2/+0
2011-07-22re-implement original GF_ROTR scaling bugCaolán McNamara1-11/+50
2011-07-22check return of osl_setFilePosCaolán McNamara3-7/+11
2011-07-22this is definitely not present in Qt 4.8.0 beta1David Tardon1-1/+1
2011-07-22Remove unused env XENVIRONMENTThomas Arnhold1-2/+0
2011-07-22Remove SAL_NOSEGVThomas Arnhold2-4/+0
2011-07-22WaE: remove unused variablesThomas Arnhold1-10/+0
2011-07-22Kill DtIntegratorThomas Arnhold5-138/+3
2011-07-22Remove SCOThomas Arnhold1-7/+1
2011-07-22Kill FourDwmThomas Arnhold1-10/+0
2011-07-22Remove Olwm support and Windowmaker gravity handlingThomas Arnhold3-49/+0
2011-07-22Remove SAL_FONTPATH and SAL_FONTPATH_PRIVATEThomas Arnhold2-8/+0
2011-07-22Remove SAL_WMThomas Arnhold1-15/+0
2011-07-22Remove supportsICCCMPos. Resize working with Sawfish anyway.Thomas Arnhold2-32/+1
2011-07-22Kill Dtwm/CDEThomas Arnhold7-386/+2
2011-07-20Replace List with std::list< ImplBmpObj* >Joseph Powers1-24/+35
2011-07-20don't prohibit rendering text with cairo due to antialias advice anymoreCaolán McNamara1-1/+1
2011-07-20add GF_ROTL support to cairo vertical renderingCaolán McNamara1-9/+68