summaryrefslogtreecommitdiff
path: root/gtk/gtkprintbackend.c
Commit message (Expand)AuthorAgeFilesLines
* Add gtk_printer_get_hard_margins_for_paper_sizeAdrian Johnson2018-04-261-0/+18
* Add some debug output to print backend loadingMatthias Clasen2018-02-241-0/+14
* Convert print backends to use a GIOExtensionPointMatthias Clasen2018-02-181-213/+76
* Remove gtkmodules.hMatthias Clasen2018-02-181-1/+0
* enums: Change GtkIconSize valuesMatthias Clasen2017-11-151-0/+1
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-1/+1
* box: Remove fill child propertyTimm Bäder2017-04-251-8/+8
* box: Remove expand child propertyTimm Bäder2017-04-251-8/+8
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-10/+14
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-2/+2
* Revert "print backend: Remove an unneeded variable"Matthias Clasen2015-09-141-1/+5
* print backend: Remove an unneeded variableMatthias Clasen2015-09-061-5/+1
* Avoid O(n²) walking of string arraysEmmanuele Bassi2015-07-161-11/+14
* Trivial: Use a convenience macroMatthias Clasen2015-05-301-4/+1
* printing: Properly initialize auth_info in gtkprintbackend.cDariusz Gadomski2014-10-071-1/+1
* Use secrets service for cups auth_infoAndre Heinecke2014-09-011-10/+36
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* Start migrating internals away from GtkStockWilliam Jon McCann2013-06-241-3/+3
* gtk: Add get_type() function declarations for private objectsBenjamin Otte2012-10-021-0/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk: clean up the private horrorMichael Natterer2011-10-221-0/+1
* gtkprintbackend: gtk_misc_set_alignment replacingDiego Celix2011-06-101-2/+4
* Replace gtk_misc_set_padding() with GtkWidget:margin propertiesJavier Jardón2011-06-021-2/+1
* Add some missing symbols to the docsMatthias Clasen2011-02-081-1/+1
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-3/+4
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-3/+3
* GTK docs: various fixupsMatthias Clasen2010-10-011-0/+4
* Remove separators from dialogsMatthias Clasen2010-09-021-1/+0
* gtkprintbackend: Use private pointer instead GET_PRIV() macroJavier Jardón2010-07-131-9/+5
* Use accessor functions to access GtkDialogJavier Jardón2010-07-131-1/+3
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Fix declaration of gtk_print_job_set_statusMatthias Clasen2010-01-171-1/+0
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-0/+10
* Default to hard margins not availableAdrian Johnson2009-12-051-6/+1
* Revert "Default to hard margins not available"Christian Persch2009-12-011-1/+6
* Default to hard margins not availableAdrian Johnson2009-12-011-6/+1
* Allow getting the printer's hard marginsChristian Persch2009-12-011-6/+8
* Add support for 'auth-info' attribute to the CUPS backendMarek Kasik2009-09-241-83/+81
* Adds authentication support of CUPS backendMarek Kasik2009-04-211-0/+182
* Bug 555386 – format not a string literal and no format argumentsChristian Persch2008-10-131-2/+2
* Bug 346903 – gtk_enumerate_printers needs events to completeMatthias Clasen2008-09-171-2/+74
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Fix a typo in a commentJohan Dahlin2008-06-191-1/+1
* RH bug 204621 - "GtkPrint" asks for "Letter" size paper when "A4" sizeMatthias Clasen2008-05-211-10/+18
* Move a few settings to gtksettings.c to make sure they show up in theMatthias Clasen2006-12-311-30/+0
* Fix some typos with inline property docs. (#347065, John Finlay)Matthias Clasen2006-07-101-1/+1
* Apply a patch by John Palmieri to use buffered io using GIOChannels, cleanMatthias Clasen2006-06-211-6/+4