summaryrefslogtreecommitdiff
path: root/gtk/gtkprintunixdialog.c
Commit message (Expand)AuthorAgeFilesLines
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-2/+2
* Make GtkPrintUnixDialog use GtkStyleContext.Carlos Garnacho2011-01-101-17/+30
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-10/+11
* Scale down print dialog sizeFrederic Crozat2011-01-031-2/+2
* gtk: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-211-1/+1
* Mark conflicts when printer has changedMarek Kasik2010-12-081-0/+1
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-13/+13
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-13/+13
* Assign all g_signal_connect() and friends to gulong variablesAlberto Garcia2010-10-221-1/+1
* Parse lpoptions correctlyMarek Kasik2010-10-151-0/+7
* Use the new GtkComboBoxText APIJavier Jardón2010-10-151-9/+9
* printunixdialog: Connect to draw vfuncBenjamin Otte2010-09-261-15/+10
* printunixdialog: Connect to draw signal for collate callbackBenjamin Otte2010-09-261-12/+2
* Remove use of ::has-separator propertyMatthias Clasen2010-09-061-1/+0
* Remove separators from dialogsMatthias Clasen2010-09-021-1/+0
* Use gtk_window_has_group() to know if the window has an explicit window group.Javier Jardón2010-08-241-5/+2
* gtk/gtkprintunixdialog.c: Use accessor functions to access GtkWindowJavier Jardón2010-08-231-2/+5
* gtk/gtkprintunixdialog.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-17/+32
* Bug 596125 — Property string fixesPhilip Withnall2010-08-101-1/+1
* GtkPrintUnixDialog: unseal private pointerJavier Jardón2010-07-141-5/+6
* Use accessor functions to access GtkTableJavier Jardón2010-07-131-5/+12
* Use accessor functions to access GtkDialogJavier Jardón2010-07-131-4/+8
* Use GtkBin accessorsJavier Jardón2010-07-131-2/+2
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-2/+2
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-03-021-1/+1
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-5/+5
* [annotations] Add allow-noneJohan Dahlin2010-02-191-3/+3
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* Add translators comments for tab labels (closes 599118)Luca Ferretti2009-10-211-0/+4
* Fix a compilation warningJavier Jardón2009-10-211-15/+26
* Don't hang print dialog when remote CUPS printer is not availableMarek Kasik2009-09-231-10/+18
* Check for details request before printMarek Kasik2009-08-061-57/+104
* Change position of paper's dimensions according to reading directionMarek Kasik2009-07-171-11/+35
* Add paper size combo and orientation combo to print dialogMarek Kasik2009-07-101-9/+723
* Improve handling of print-to-file uriMatthias Clasen2009-06-281-6/+0
* Whitespace cleanupsMatthias Clasen2009-06-281-617/+604
* Add ability to print selectionMarek Kasik2009-06-081-15/+226
* Add ability to print in number-up mode for file backend and lpr backendMarek Kasik2009-05-131-8/+64
* Adds authentication support of CUPS backendMarek Kasik2009-04-211-1/+4
* Allow the custom widget to actualize on a printer changeMarek Kasik2009-04-211-0/+2
* Improve accessible nameMatthias Clasen2009-04-101-1/+1
* Improve accessibility of the print dialogMatthias Clasen2009-04-081-31/+31
* Improve focus handling in the print dialogMatthias Clasen2009-04-071-0/+3
* Bug 561801 - "scheduled printing" doesn't function as expectedMarek Kasik2009-01-211-0/+11
* Don't export emit_ok_responseMatthias Clasen2008-12-151-1/+1
* Bug 560135 - Print when the user double clicks a printerMarek Kasik2008-11-101-0/+15
* Show the tooltip on the range entry itself, too.Matthias Clasen2008-10-061-1/+4
* Bug 344522 – support non-local destination files (GtkPrint):Marek Kasik2008-09-301-10/+11