summaryrefslogtreecommitdiff
path: root/gtk/gtkprintunixdialog.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use gtk_scrolled_window_add_with_viewport() internallyCosimo Cecchi2013-02-011-4/+2
* Bug 595615 — Use proper ellipsesPhilip Withnall2012-11-261-2/+2
* Fix positioning of file format radiosMatthias Clasen2012-08-311-2/+13
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-1/+1
* CosmeticsMatthias Clasen2012-06-231-203/+141
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Documentation: Correct references to properties.Murray Cumming2012-02-151-4/+4
* GtkPrintUnixDialog: Hide unused tabsMarek Kasik2012-01-051-2/+2
* gtk/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-051-2/+1
* Print dialog: small keynav improvementMatthias Clasen2011-10-261-0/+2
* printunixdialog: fix a GtkTable->GtkGrid typoCosimo Cecchi2011-10-241-1/+1
* GtkPrintUnixDialog: Replace GtkTable by GtkGridMatthias Clasen2011-08-281-200/+124
* gtkprintunixdialog: gtk_misc_set_alignment replaceDiego Celix2011-06-101-17/+34
* GtkPrintUnixDialog: remove an unneeded includeMatthias Clasen2011-06-071-1/+0
* GtkUnixPrintDialog: Don't use GtkAlignmentMatthias Clasen2011-06-061-8/+7
* Move documentation to inline comments: GtkPrintUnixDialogJavier Jardón2011-04-181-0/+71
* Avoid a warning out of the print dialogMatthias Clasen2011-04-081-1/+1
* Fix some refcounting issues in the print dialogMatthias Clasen2011-04-011-12/+10
* [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