summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-04vcl: gtk 2.4 is checked at configure timeRiccardo Magliocchetti
2014-11-03Detect KDE5 and fallback to KDE4UI thereTomáš Chvátal
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-28coverity#735350 silence Unchecked return value from libraryCaolán McNamara
2014-10-27coverity#735348 silence Unchecked return value from libraryCaolán McNamara
2014-10-25coverity#735348 silence Unchecked return value from libraryCaolán McNamara
2014-10-25coverity#735349 silence Unchecked return value from libraryCaolán McNamara
2014-10-23remove --without-ppds option nowCaolán McNamara
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin
2014-10-21-Werror,-Wunneeded-internal-declarationStephan Bergmann
2014-10-21Resolves: fdo#33598 don't show filter list any moreCaolán McNamara
2014-10-21Related: fdo#33598 don't show filter list if there is only one filterCaolán McNamara
2014-10-18coverity#1209860 try and silence Untrusted loop bound warningCaolán McNamara
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl
2014-10-02coverity#1242483 Unintentional integer overflowCaolán McNamara
2014-10-02coverity#1242965 Result is not floating-pointCaolán McNamara
2014-10-01fdo#82577: Handle KeyPressNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30Avoid leaking a GtkMenuMatthew J. Francis
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-30Removed obsolete Region/QtXRegion nameclash workaroundStephan Bergmann
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-28Avoid leaking dbus objectsMatthew J. Francis
2014-09-25Fix miscellaneous memory leaksMatthew J. Francis
2014-09-23Fix memory leaksMatthew J. Francis
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-19Fix use of uninitialised value identified by valgrindMatthew J. Francis
2014-09-18fdo#69090 Avoid using a string after freeMatthew J. Francis
2014-09-18Font -> vcl::Font in vcl/unx/kde4Stephan Bergmann
2014-09-18Use vcl::FontTor Lillqvist
2014-09-18Use vcl::FontTor Lillqvist
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock
2014-09-13vcl: SalFrame::Enable() is not used anywhere so removingChris Sherlock
2014-09-12vcl: avoid calling GetResolution() twiceGiuseppe Bilotta
2014-09-12vcl: protect against out-of-bound access of empty OUStringNorbert Thiebaud
2014-09-10Fallback DPI detection on X11Giuseppe Bilotta
2014-09-10Refactor DPI settings validity checkGiuseppe Bilotta
2014-09-10vcl: no such thing as GtkSalInstance, remove commented codeChris Sherlock
2014-09-10vcl: GtkSalFrame::AcquireGraphics() calls GtkSalGraphics::Init() twiceChris Sherlock