Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-01 | cppcheck: prefer prefix variant | Caolán McNamara | |
2011-01-01 | cppcheck: prefer prefix variant | Caolán McNamara | |
2010-12-20 | gtk: Use the right padding in the menus, bnc#304620 | Jan Holesovsky | |
This is not 100% perfect, it sets even the vertical padding to this value, but better than hardcoded '1' ;-) | |||
2010-12-20 | Merge commit 'libreoffice-3.3.0.2' | Jan Holesovsky | |
Conflicts: unotools/source/config/configmgr.cxx vcl/source/gdi/pdfwriter_impl.cxx | |||
2010-12-17 | remove duplicate printer code | Joachim | |
2010-12-17 | rename the Svp printer stuff from PspSal to SvpSal | Caolán McNamara | |
2010-12-17 | Move the PrinterUpdate stuff to be SalInstance specific | Caolán McNamara | |
2010-12-16 | Handle NetBSD like the other BSDs in more cases. | Thomas Klausner | |
2010-12-14 | remove redundant CFLAGS setting | Rene Engelhard | |
2010-12-14 | remove redundant CFLAGS setting | Rene Engelhard | |
2010-12-14 | generate afm_hash.cpp in $(INCCOM) | Rene Engelhard | |
2010-12-14 | generate afm_hash.cpp in $(INCCOM) | Rene Engelhard | |
2010-12-14 | simply use QRegion in Qt code instead of messing with Xlib | Luboš Luňák | |
It's also optimizing for the common path (IMAGE_BASED_PAINTING). | |||
2010-12-14 | do not use QPixmap::handle(), as it may be 0 | Luboš 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-14 | force Qt paint system to native (fdo#30991) | Luboš Luňák | |
2010-12-14 | avoid 'error: narrowing conversion of ... inside { }' | Luboš Luňák | |
presumably triggered by enabling c++0x | |||
2010-12-14 | get this to build without errors | Caolán McNamara | |
2010-12-14 | generate afm_hash.cpp in solver, not in the source tree | Rene Engelhard | |
2010-12-14 | get this to build without errors | Caolán McNamara | |
2010-12-13 | generate afm_hash.cpp in solver, not in the source tree | Rene Engelhard | |
2010-12-13 | build afm_hash.cpp using gperf instead of having it prebuilt | Rene Engelhard | |
2010-12-13 | cppcheck: cleanup | Joachim Trémouroux | |
2010-12-13 | Change unnamespaced file.hxx macros | Andy Holder | |
2010-12-13 | referenced after use still | Caolán McNamara | |
2010-12-13 | release fontconfig on exit | Caolán McNamara | |
2010-12-13 | release fontinfo on exit | Caolán McNamara | |
2010-12-13 | release printinfo on exit | Caolán McNamara | |
2010-12-13 | check for env variable of headless plugin in desktop detect | Caolán McNamara | |
2010-12-10 | Use FONTCONFIG_LIBS rather than -lfontconfig | Sebastian Spaeth | |
And add some spaces. | |||
2010-12-10 | Add FONTCONFIG_CFLAGS to CFLAGS | Sebastian Spaeth | |
2010-12-07 | initialize session client when SalSession is created | David Tardon | |
This avoids crash on end of desktop session if quickstarter is running and no window has been opened yet. | |||
2010-12-05 | Replace all occured, occurance etc. | Takeshi Abe | |
2010-12-05 | cppcheck: can reduce the scope of this variable | Caolán McNamara | |
2010-12-02 | convert archaic String types to rtl | Caolán McNamara | |
2010-11-27 | fix debug build with dbglevel=3 | David Tardon | |
2010-11-27 | fix debug build with dbglevel=3 | David Tardon | |
2010-11-25 | RTL_CONSTASCII_USTRINGPARAM in libs-gui 21 | Gert Faller | |
2010-11-25 | Merge remote branch 'origin/libreoffice-3-3' | Jan Holesovsky | |
2010-11-25 | Make toolbar icon size native-widget controlled | Thorsten 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-24 | make possible to build with c++0x | Caolán McNamara | |
2010-11-23 | cppcheck: This function can be const | Caolán McNamara | |
2010-11-23 | make possible to build with c++0x | Caolán McNamara | |
2010-11-22 | RTL_CONSTASCII_USTRINGPARAM in libs-gui 10 | Gert Faller | |
2010-11-18 | remove 64bit warnings in debug mode | Caolán McNamara | |
2010-11-18 | use printf size_t modifier on all platforms | Caolán McNamara | |
2010-11-18 | Resolves: rhbz#654203# crash after unhandled exception | Caolán McNamara | |
(cherry picked from commit 4af5d4b6be76231c0db1a0f5dcbfdd5dab293f2c) | |||
2010-11-17 | Fixed remaining use of HighContrast defines | Cédric Bosdonnat | |
2010-11-17 | Resolves: rhbz#654203# crash after unhandled exception | Caolán McNamara | |
2010-11-08 | Add OpenBSD ifdefs for vcl too | Robert Nagy | |
2010-11-05 | Add OpenBSD ifdefs for vcl too | Robert Nagy | |