summaryrefslogtreecommitdiff
path: root/gtk/gtkprintunixdialog.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bug 346903 – gtk_enumerate_printers needs events to completeMatthias Clasen2008-09-171-0/+7
* Add nicks for the GtkNumberUpLayout values.Matthias Clasen2008-09-041-63/+25
* Add translator hints here tooMatthias Clasen2008-08-251-0/+22
* Bug 535158 – can't rearrange the order of multi pages per sideMarek Kasik2008-08-211-25/+319
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-2/+1
* Bug 384940 – handle rejecting jobs and authentication meaningfullyMatthias Clasen2008-07-151-6/+61
* Bug 531008 – Crash in gtkprintunixdialog.cMatthias Clasen2008-05-271-15/+23
* respect the GTK_NO_WINDOW flag and don't create an output window if it isSven Neumann2008-05-251-1/+9
* RH bug 204621 - "GtkPrint" asks for "Letter" size paper when "A4" sizeMatthias Clasen2008-05-211-0/+18
* gtk/gtkfilechooserdefault.c set alternative button order for overwriteSven Neumann2008-03-131-0/+4
* added some line-breaks for readability.Sven Neumann2008-03-131-9/+20
* Add an overwrite confirmation dialog for print-to-file. (#474302, MarekMatthias Clasen2008-03-121-0/+114
* do not leak the pango layout, fixes #512375.Paolo Borelli2008-01-281-1/+2
* Plug a mem leak. Bug #506107.Christian Persch2007-12-311-3/+4
* added alternative button order in Print and Page Setup dialogs.Yevgen Muntyan2007-12-071-0/+5
* Change some labels to be clearer. String change ! (#376361, Sven Neumann)Matthias Clasen2007-11-261-4/+4
* Add an internal child name for the notebook, so that GtkBuilder can beMatthias Clasen2007-09-071-1/+31
* Port to use new tooltips API. (#451397, Jan Arne Petersen)Matthias Clasen2007-07-241-12/+1
* Add new capability GTK_PRINT_CAPABILITY_NUMBER_UP.Carlos Garcia Campos2007-05-281-0/+2
* missing #include <ctype.h>.Yevgen Muntyan2007-05-231-0/+1