summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/gdi/salprn-gtk.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-16vcl: de-layer needless module fragmentation in gtk and gtk3.Michael Meeks1-1146/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-24/+24
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-7/+7
2015-10-14Bump gtk+ version to 2.18Riccardo Magliocchetti1-14/+0
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20convert PRINT_CAPABILITIES constants to scoped enumNoel Grandin1-2/+2
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-42/+42
2015-01-07fix windows buildNoel Grandin1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-08-07including gtk/gtkunixprint.h appears unnecessaryStephan Bergmann1-1/+0
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-23/+0
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-8/+8
2014-01-21bool improvementsStephan Bergmann1-1/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-9/+9
2013-11-21remove unnecessary use of OUString::createFromAsciiNoel Grandin1-1/+1
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-9/+9
2013-11-14remove unnecessary sal_Unicode casts in VCL moduleNoel Grandin1-2/+2
2013-11-07remove unnecessary use of OUString constructor in VCL moduleNoel Grandin1-7/+7
2013-09-17Fix fdo#69381 by skipping empty option groupsArnaud Versini1-0/+5
2013-08-30Mark lcl_* functions staticKhaled Hosny1-6/+6
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-4/+4
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-25/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-74/+74
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-2/+2
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-18/+18
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac1-3/+3
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-4/+1
2012-11-28get vcl building on RHEL-5Caolán McNamara1-0/+6
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+1
2012-06-01nuke unused namespaceTakeshi Abe1-1/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-18/+18
2012-03-29bypass GtkSalPrinter when it is not enabledDavid Tardon1-1/+1
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann1-3/+2
2012-01-30tweak gtk print stuff to build against an archaic gtk2Caolán McNamara1-4/+12
2012-01-08catch exception by constant referenceTakeshi Abe1-1/+1
2011-12-22use officecfg/Office/Common.hxx directlyDavid Tardon1-1/+5
2011-12-13Disable gtk3 at run-time, unless in experimental mode.Michael Meeks1-66/+1
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara1-2/+3
2011-12-05WaE: cleanup ambiguous types in appendMichael Meeks1-4/+4
2011-12-05add support for printing selectionsDavid Tardon1-13/+52
2011-12-05attach signals after activation of the control to avoid warningsDavid Tardon1-8/+11
2011-12-05make the gtk print dialog an experimental featureDavid Tardon1-7/+77
2011-12-05adapt to the new assertion/logging mechanismDavid Tardon1-11/+13
2011-12-05build the print dialog for gtk3 tooDavid Tardon1-5/+24
2011-12-05check for printing support dynamicallyDavid Tardon1-23/+45
2011-12-05set parent windowDavid Tardon1-3/+13