summaryrefslogtreecommitdiff
path: root/gtk/gtkprintbackend.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Stop using gtk_widget_show/hideMatthias Clasen2022-11-281-1/+1
* Deprecate GtkDialogMatthias Clasen2022-10-291-0/+4
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+1
* gtk: Use the new debug macrosMatthias Clasen2022-09-231-6/+3
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-3/+1
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-2/+1
* Clean up uses of gtk_toggle_button_get/set_activeMatthias Clasen2020-08-301-3/+2
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-16/+16
* Replace "gchar" with "char"Benjamin Otte2020-07-251-13/+13
* Replace "gint" with "int"Benjamin Otte2020-07-251-5/+5
* print backend: Fix list model handling in disposeMatthias Clasen2020-06-011-2/+14
* printbackend: Add a list model getterMatthias Clasen2020-05-311-0/+13
* printbackend: Use a list storeMatthias Clasen2020-05-311-71/+32
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-8/+8
* Use gtk_window_destroyMatthias Clasen2020-05-111-1/+1
* Drop the margin propertyMatthias Clasen2020-02-251-1/+4
* label: Remove "line" from wrap propertiesTimm Bäder2019-09-091-1/+1
* gtk: rely on default marshallersChristian Hergert2019-05-301-3/+3
* marshallers: ensure g_cclosure_marshal_VOID__VOIDv is usedChristian Hergert2019-05-291-2/+2
* Rename gtkprintbackend.h to gtkprintbackendprivate.hMatthias Clasen2019-05-261-2/+2
* entry, spin button: Drop redundant APIMatthias Clasen2019-02-281-2/+2
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-8/+8
* 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