- 26 Sep, 2010 2 commits
-
-
Benjamin Otte authored
-
Benjamin Otte authored
-
- 06 Sep, 2010 1 commit
-
-
Matthias Clasen authored
-
- 02 Sep, 2010 1 commit
-
-
Matthias Clasen authored
It seems more reasonable to remove this feature than to keep fighting off every separator that pops up by accident in a dialog.
-
- 24 Aug, 2010 1 commit
-
-
Javier Jardon authored
gtk_window_get_group() never returns NULL; if the window isn't in a group, a default window group is returned instead. Use gtk_window_has_group() instead. This fixes some previous commits to use accessors to access GtkWindow. Reported by Philip Withnall in bug https://bugzilla.gnome.org/show_bug.cgi?id=627828
-
- 23 Aug, 2010 1 commit
-
-
Javier Jardon authored
-
- 22 Aug, 2010 1 commit
-
-
Javier Jardon authored
-
- 10 Aug, 2010 1 commit
-
-
Philip Withnall authored
-
- 14 Jul, 2010 1 commit
-
-
Javier Jardon authored
-
- 13 Jul, 2010 3 commits
-
-
Javier Jardon authored
-
Javier Jardon authored
-
Javier Jardon authored
-
- 10 Jul, 2010 1 commit
-
-
- 04 Apr, 2010 6 commits
-
-
Javier Jardon authored
Use new API instead: gtk_widget_set_has_window () https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
Javier Jardon authored
Use gtk_widget_get_realized() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
Javier Jardon authored
Use new API instead: gtk_widget_set_can_default ()
-
Javier Jardon authored
Use gtk_widget_is_sensitive() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
Johan Dahlin authored
This commit was created using a script that searched for all docstrings containing a parameter and the string 'or %NULL'. Gdk backends and demos excluded as they are not part of a public API https://bugzilla.gnome.org/show_bug.cgi?id=610474
-
Christian Dywan authored
Deprecate widget flag macros GTK_WIDGET_STATE, GTK_WIDGET_SAVED_STATE, GTK_WIDGET_FLAGS, GTK_WIDGET_TOPLEVEL, GTK_WIDGET_NO_WINDOW and GTK_WIDGET_COMPOSITE_CHILD. Also deprecate the type macros GTK_WIDGET_TYPE, GTK_OBJECT_TYPE_NAME and GTK_OBJECT_TYPE which have become redundant. Instances of GTK_WIDGET_TOPLEVEL are replaced with gtk_widget_is_toplevel, GTK_WIDGET_TYPE is replaced with G_OBJECT_TYPE, GTK_WIDGET_COMPOSITE_CHILD is replaced with use of the "composite-child" property and uses of GTK_WIDGET_NO_WINDOW are adjusted to use gtk_widget_get_has_window. Uses of GTK_WIDGET_SAVED_STATE and GTK_WIDGET_FLAGS inside GtkWidget are changed to direct flag usage. Documentation is updated to refer to gtk_widget_set_has_window and gtk_widget_get_has_window. Gail and tests are updated as well. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
- 06 Mar, 2010 1 commit
-
-
Javier Jardon authored
Use new API instead: gtk_widget_set_has_window () https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
- 03 Mar, 2010 1 commit
-
-
Javier Jardon authored
Use gtk_widget_get_realized() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
- 02 Mar, 2010 1 commit
-
-
Javier Jardon authored
Use new API instead: gtk_widget_set_can_default ()
-
- 01 Mar, 2010 1 commit
-
-
Javier Jardon authored
Use gtk_widget_is_sensitive() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
- 19 Feb, 2010 1 commit
-
-
Johan Dahlin authored
This commit was created using a script that searched for all docstrings containing a parameter and the string 'or %NULL'. Gdk backends and demos excluded as they are not part of a public API https://bugzilla.gnome.org/show_bug.cgi?id=610474
-
- 04 Jan, 2010 1 commit
-
-
Christian Dywan authored
Deprecate widget flag macros GTK_WIDGET_STATE, GTK_WIDGET_SAVED_STATE, GTK_WIDGET_FLAGS, GTK_WIDGET_TOPLEVEL, GTK_WIDGET_NO_WINDOW and GTK_WIDGET_COMPOSITE_CHILD. Also deprecate the type macros GTK_WIDGET_TYPE, GTK_OBJECT_TYPE_NAME and GTK_OBJECT_TYPE which have become redundant. Instances of GTK_WIDGET_TOPLEVEL are replaced with gtk_widget_is_toplevel, GTK_WIDGET_TYPE is replaced with G_OBJECT_TYPE, GTK_WIDGET_COMPOSITE_CHILD is replaced with use of the "composite-child" property and uses of GTK_WIDGET_NO_WINDOW are adjusted to use gtk_widget_get_has_window. Uses of GTK_WIDGET_SAVED_STATE and GTK_WIDGET_FLAGS inside GtkWidget are changed to direct flag usage. Documentation is updated to refer to gtk_widget_set_has_window and gtk_widget_get_has_window. Gail and tests are updated as well. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
- 21 Oct, 2009 2 commits
-
-
Luca Ferretti authored
-
Javier Jardon authored
Use switch instead if's to get a default value
-
- 23 Sep, 2009 1 commit
-
-
Marek Kasik authored
This patch tests availability of remote host before getting ppd file for selected printer (#586207). It also adds a state message for failure of getting details.
-
- 06 Aug, 2009 1 commit
-
-
Marek Kasik authored
Checks for details request before sending a job to a printer. Shows busy state indication (cursor + status field). This avoids printing to wrong printer (bug #576601).
-
- 17 Jul, 2009 1 commit
-
-
Marek Kasik authored
Change position of paper's dimensions in GtkPrintUnixDialog according to reading direction.
-
- 10 Jul, 2009 1 commit
-
-
Marek Kasik authored
Paper size combo and orientation combo can be added by gtk_print_operation_set_embed_page_setup_dialog() to GtkPrinUnixDialog now. This function induce calling of gtk_print_unix_dailog_set_embed_page_setup_dialog() after creation of dialog. These two functions control embed-page-setup-dialog properties in GtkPrintOperation and in GtkPrintUnixDialog. There is also new function gtk_print_unix_dialog_get_page_setup_set() which says whether page setup was set by user. Selected page setup is stored as default page setup in GtkPrintOperation. New class is added, its name is GtkCustomPaperUnixDialog. The class manages custom sizes. It is derived from GtkPageSetupUnixDialog's CustomPaperDialog structure. Page layout preview is modified, so, it shows dimensions of current page setup (mm or inch - depends on locale). It also shows the name of actual paper if page setup dialog is not embedded (paper size combo is not visible). gtk-demo is actualized to include this new feature.
-
- 28 Jun, 2009 2 commits
-
-
Matthias Clasen authored
Going from print-to-file to a real printer and back used to nuke an app-provided uri; now we keep the initial settings around to avoid that. Fixes bug 587086.
-
Matthias Clasen authored
-
- 08 Jun, 2009 1 commit
-
-
Marek Kasik authored
Add a new radio button "Selection" to the print dialog. Its presence depends on calling of functions gtk_print_operation_set_support_selection() and gtk_print_dialog_unix_set_support_selection(). Sensitivity of the radio depends on calling of functions gtk_print_operation_set_has_selection() and gtk_print_dialog_unix_set_has_selection(). There are new properties GtkPrintUnixDialog::support-selection, GtkPrintUnixDialog::has-selection, GtkPrintOperation::support-selection and GtkPrintOperation::has-selection. Corresponding getters are gtk_print_dialog_unix_get_support_selection(), gtk_print_dialog_unix_get_has_selection(), gtk_print_operation_get_support_selection() and gtk_print_operation_get_has_selection(). Application has to set number of pages to which the selection will be formated in GtkPrintOperation::begin-print's callback by the gtk_print_operation_set_n_pages() function (bug #344519). There is also new property GtkPrintUnixDialog::manual-capabilities controled by gtk_print_unix_dialog_set_manual_capabilities() and gtk_print_unix_dialog_get_manual_capabilities().
-
- 13 May, 2009 1 commit
-
-
Marek Kasik authored
GtkPrintOperation is now able to render multiple pages per sheet by its own. The most important changes are in these functions: * increment_page_sequence * prepare_data * common_render_page * print_pages_idle Patch also changes set of choices for 2 pages per sheet mode when landscape orientation is used to "Top to bottom" and "Bottom to top".
-
- 21 Apr, 2009 2 commits
-
-
Marek Kasik authored
Adds authentication support of CUPS backend against CUPS server. Print dialog is now capable to ask user for password and pass it to the CUPS server. It is also possible to authenticate user through Kerberos (GSS-API) (#384940).
-
Marek Kasik authored
Passes print settings and page setup to the custom widget through a new "update-custom-widget" signal (#564854).
-
- 10 Apr, 2009 1 commit
-
-
Matthias Clasen authored
Change the accessible name of an entry in the print dialog from "At" to "Time of print". String addition. (#577964)
-
- 08 Apr, 2009 2 commits
-
-
Matthias Clasen authored
Add accessible name and description to the "Pages" and "At" entries, and improve focus handling. (#577964)
-
Matthias Clasen authored
Move the focus to the range entry when selecting the "Pages".
-