summaryrefslogtreecommitdiff
path: root/modules/printbackends/file
Commit message (Expand)AuthorAgeFilesLines
* build: Remove the Autotools buildEmmanuele Bassi2022-12-081-34/+0
* Avoid some compiler warningsMatthias Clasen2017-03-261-3/+3
* cups: Annotate a call whose return value we don't care aboutMatthias Clasen2015-07-171-1/+1
* build: Set no_undefined in Makefile.declРуслан Ижбулатов2014-09-151-4/+0
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* Add print to PDF to recent managerSiegfried Gevatter (RainCT)2013-11-141-0/+8
* gtkprintbackendfile: Check the GtkPrintSettings passed to file_printer_get_op...Carlos Garcia Campos2013-11-091-4/+6
* gtkprintbackendfile: Fix infinite loop in _cairo_write()Carlos Garcia Campos2013-04-141-7/+13
* Don't rotate pdf landscape outputAdrian Johnson2012-09-121-1/+14
* printing: Don't load custom paper sizes in file backendMarek Kasik2012-09-061-1/+1
* modules: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-302-2/+3
* file printbackend: Protect a callback by GDK_THREADS_ENTERMatthias Clasen2012-05-171-9/+18
* GTK PrintToFile settingsTimothy Arceri2012-05-141-18/+31
* Change FSF AddressJavier Jardón2012-02-272-6/+2
* Bump the version to 3.0.0Matthias Clasen2011-02-101-1/+1
* Set file GtkPrinter accepts_pdf/ps based on selected formatAdrian Johnson2011-01-031-5/+58
* Set "accepts-pdf" property to true only if supported by the print backendAdrian Johnson2011-01-031-0/+1
* Merge libgdk and libgtkMatthias Clasen2010-12-211-2/+1
* Remove sealed members from GtkPrintJobMatthias Clasen2010-12-181-17/+23
* Print files to Documents directory by defaultMarek Kasik2010-11-131-4/+12
* Make print backends use standard icon names for printersMatthias Clasen2010-08-181-1/+1
* Make 3.0 parallel-installable to 2.xMatthias Clasen2010-05-081-1/+1
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-061-1/+1
* CleanupsMatthias Clasen2009-09-101-2/+0
* Return meaningful default values for lpi and resolutionMarek Kasik2009-08-291-3/+0
* Use gtk-save icon for GtkPrintBackendFileMarek Kasik2009-08-181-1/+1
* Print when Enter pressed in certain GtkEntries of the print dialogMarek Kasik2009-08-111-0/+1
* Add SVG support to GtkPrintBackendFileMarek Kasik2009-08-031-8/+50
* Add ability to print in number-up mode for file backend and lpr backendMarek Kasik2009-05-131-0/+6
* Add git.mk to generate .gitignore filesBehdad Esfahbod2009-05-041-0/+2
* Bug 339714 - Set printer dpi on cairo ps/pdf surfaces when printingMarek Kasik2008-10-301-2/+6
* Bug 344522 – support non-local destination files (GtkPrint):Marek Kasik2008-09-301-17/+16
* Bug 549810 – Memory leaks in printing codeChristian Dywan2008-08-291-1/+3
* Revert name changeCody Russell2008-07-012-2/+2
* Practically everything changed.Cody Russell2008-06-302-2/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* modules/printbackends/cups/gtkcupsutils.cMichael Natterer2008-05-281-5/+2
* RH bug 204621 - "GtkPrint" asks for "Letter" size paper when "A4" sizeMatthias Clasen2008-05-211-0/+10
* Remove all .cvsignore files.Michael Natterer2007-12-131-4/+0
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-221-0/+2
* correct a commentMatthias Clasen2007-09-241-1/+1
* change the file extension when the file format is changed in the PrintSven Neumann2007-08-091-2/+59
* Fix build problems on Cygwin. (#448604)Matthias Clasen2007-07-091-1/+2
* Fix some locking issuesMatthias Clasen2007-06-121-0/+4
* Add new capability GTK_PRINT_CAPABILITY_NUMBER_UP.Carlos Garcia Campos2007-05-281-3/+12
* Rename gtk_paper_size_get_builtins() to gtk_paper_size_get_paper_sizes()Matthias Clasen2007-04-301-0/+27
* Fix leaked string. Fixes bug #402565.Felix Riemann2007-01-301-0/+1
* Handle filename encoding consistently. (#351812, Christian Persch)Matthias Clasen2006-08-181-26/+34
* Improve the handling of the default output filename, to ensure that weMatthias Clasen2006-08-171-21/+40
* Check if option is NULL before using it. (#348014, Christian Persch)Matthias Clasen2006-07-191-1/+2