summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Collapse)Author
2011-01-01cppcheck: prefer prefix variantCaolán McNamara
2011-01-01cppcheck: prefer prefix variantCaolán McNamara
2010-12-20gtk: Use the right padding in the menus, bnc#304620Jan Holesovsky
This is not 100% perfect, it sets even the vertical padding to this value, but better than hardcoded '1' ;-)
2010-12-20Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky
Conflicts: unotools/source/config/configmgr.cxx vcl/source/gdi/pdfwriter_impl.cxx
2010-12-17remove duplicate printer codeJoachim
2010-12-17rename the Svp printer stuff from PspSal to SvpSalCaolán McNamara
2010-12-17Move the PrinterUpdate stuff to be SalInstance specificCaolán McNamara
2010-12-16Handle NetBSD like the other BSDs in more cases.Thomas Klausner
2010-12-14remove redundant CFLAGS settingRene Engelhard
2010-12-14remove redundant CFLAGS settingRene Engelhard
2010-12-14generate afm_hash.cpp in $(INCCOM)Rene Engelhard
2010-12-14generate afm_hash.cpp in $(INCCOM)Rene Engelhard
2010-12-14simply use QRegion in Qt code instead of messing with XlibLuboš Luňák
It's also optimizing for the common path (IMAGE_BASED_PAINTING).
2010-12-14do not use QPixmap::handle(), as it may be 0Luboš Luňák
See comments in code for details. The usage of Xlib's Region type internals is not nice, but seems to be ok in practice.
2010-12-14force Qt paint system to native (fdo#30991)Luboš Luňák
2010-12-14avoid 'error: narrowing conversion of ... inside { }'Luboš Luňák
presumably triggered by enabling c++0x
2010-12-14get this to build without errorsCaolán McNamara
2010-12-14generate afm_hash.cpp in solver, not in the source treeRene Engelhard
2010-12-14get this to build without errorsCaolán McNamara
2010-12-13generate afm_hash.cpp in solver, not in the source treeRene Engelhard
2010-12-13build afm_hash.cpp using gperf instead of having it prebuiltRene Engelhard
2010-12-13cppcheck: cleanupJoachim Trémouroux
2010-12-13Change unnamespaced file.hxx macrosAndy Holder
2010-12-13referenced after use stillCaolán McNamara
2010-12-13release fontconfig on exitCaolán McNamara
2010-12-13release fontinfo on exitCaolán McNamara
2010-12-13release printinfo on exitCaolán McNamara
2010-12-13check for env variable of headless plugin in desktop detectCaolán McNamara
2010-12-10Use FONTCONFIG_LIBS rather than -lfontconfigSebastian Spaeth
And add some spaces.
2010-12-10Add FONTCONFIG_CFLAGS to CFLAGSSebastian Spaeth
2010-12-07initialize session client when SalSession is createdDavid Tardon
This avoids crash on end of desktop session if quickstarter is running and no window has been opened yet.
2010-12-05Replace all occured, occurance etc.Takeshi Abe
2010-12-05cppcheck: can reduce the scope of this variableCaolán McNamara
2010-12-02convert archaic String types to rtlCaolán McNamara
2010-11-27fix debug build with dbglevel=3David Tardon
2010-11-27fix debug build with dbglevel=3David Tardon
2010-11-25RTL_CONSTASCII_USTRINGPARAM in libs-gui 21Gert Faller
2010-11-25Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky
2010-11-25Make toolbar icon size native-widget controlledThorsten Behrens
This improves on the gui-toolbox-large-icons.diff, in that the icon size is set to 'auto', and the native widget code decides which size to pick. This was chiefly triggered by Mac user complaints, not so much liking the large icons there.
2010-11-24make possible to build with c++0xCaolán McNamara
2010-11-23cppcheck: This function can be constCaolán McNamara
2010-11-23make possible to build with c++0xCaolán McNamara
2010-11-22RTL_CONSTASCII_USTRINGPARAM in libs-gui 10Gert Faller
2010-11-18remove 64bit warnings in debug modeCaolán McNamara
2010-11-18use printf size_t modifier on all platformsCaolán McNamara
2010-11-18Resolves: rhbz#654203# crash after unhandled exceptionCaolán McNamara
(cherry picked from commit 4af5d4b6be76231c0db1a0f5dcbfdd5dab293f2c)
2010-11-17Fixed remaining use of HighContrast definesCédric Bosdonnat
2010-11-17Resolves: rhbz#654203# crash after unhandled exceptionCaolán McNamara
2010-11-08Add OpenBSD ifdefs for vcl tooRobert Nagy
2010-11-05Add OpenBSD ifdefs for vcl tooRobert Nagy