- 20 Jun, 2006 3 commits
-
-
Matthias Clasen authored
2006-06-20 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkwindow-x11.c (gdk_window_set_functions): Update the docs. (#345194, Yevgen Muntyan)
-
Matthias Clasen authored
column_drop_func says always no. (#344850, Christian Weiske)
-
Matthias Clasen authored
2006-06-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Don't leak dash_list.
-
- 19 Jun, 2006 22 commits
-
-
Matthias Clasen authored
2006-06-19 Matthias Clasen <mclasen@redhat.com> Make transparent tray icons work. (#320034, based on a patch by Dan Winship) * gtk/gtktrayicon-x11.c (gtk_tray_icon_init): Make trayicons app-paintable and non-double buffered. * gtk/gtkrc.c (_gtk_rc_init): Give tray icons a parent-relative background in the default style.
-
Francisco Javier F. Serrador authored
2006-06-20 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
-
Matthias Clasen authored
2006-06-19 Matthias Clasen <mclasen@redhat.com> * gtk/updateiconcache.c: Marks strings for translation. (#314278, Claudio Saavedra) `
-
Matthias Clasen authored
-
Matthias Clasen authored
* gtk/gtkentrycompletion.c (gtk_entry_completion_compute_prefix): Don't call g_str_has_prefix on a NULL strung. (#344897, Tommi Komulainen)
-
Matthias Clasen authored
2006-06-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c: Avoid a near-duplicate string and add some translator comments. (#345320, #345321, Hendrik Richter)
-
Matthias Clasen authored
2006-06-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_add_shortcut_folder): Avoid a near-duplicate string. (#345320, Hendrik Richter)
-
Matthias Clasen authored
2006-06-19 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkprinter.sgml: Document GtkPrinterFunc * gtk/gtk-sections.txt: Add gtk_enumerate_printers
-
Federico Mena Quintero authored
2006-06-19 Federico Mena Quintero <federico@novell.com> * gtk/gtkfilechooser.c (gtk_file_chooser_get_current_folder) (gtk_file_chooser_get_current_folder_uri): Clarify the use of these functions, to avoid the case where a chooser is in SELECT_FOLDER mode and people mistakenly use _get_current_folder() to get the selection: they should use _get_filename() instead.
-
Alexander Larsson authored
2006-06-19 Alexander Larsson <alexl@redhat.com> * gtk/gtk.symbols: * gtk/gtklabel.[ch]: Add gtk_label_set_line_wrap_mode, gtk_label_get_line_wrap_mode, and a wrap-mode property that lets you set the PangoWrapMode.
-
Hendrik Richter authored
2006-06-19 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Rajesh Ranjan authored
-
Felix I authored
-
Felix I authored
-
Ankitkumar Rameshchandra Patel authored
-
Matthias Clasen authored
2006-06-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprinter-private.h: * gtk/gtkprinter.c (_gtk_printer_get_options): * gtk/gtkprintbackend.h: Add a capabilities argument to the printer_get_options method and to the _gtk_printer_get_options function * modules/printbackends/lpr/gtkprintbackendlpr.c (lpr_printer_get_options): * modules/printbackends/pdf/gtkprintbackendpdf.c (pdf_printer_get_options): * modules/printbackends/cups/gtkprintbackendcups.c (cups_printer_get_options): * gtk/gtkprintunixdialog.c (selected_printer_changed): Adjust callers and implementations.
-
Matthias Clasen authored
2006-06-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintjob.h: Add a GENERATE_PS capability. * gtk/gtkprintunixdialog.c (is_printer_active): And use it here.
-
Francisco Javier F. Serrador authored
2006-06-19 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
-
Matthias Clasen authored
2006-06-18 Matthias Clasen <mclasen@redhat.com> * tests/testnouiprint.c (main): Don't open a display connection. * gtk/gtkprintbackend.c (gtk_print_backend_load_modules): Make this work without a display connection. (339702, Alexander Larsson)
-
Matthias Clasen authored
-
- 18 Jun, 2006 2 commits
-
-
Rhys Jones authored
2006-06-18 Rhys Jones <rhys@sucs.org> * cy.po: Updated Welsh translation.
-
Benoît Dejean authored
2006-06-18 Benoît Dejean <benoit@placenet.org> * fr.po: Updated French translation.
-
- 17 Jun, 2006 5 commits
-
-
Changwoo Ryu authored
2006-06-17 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
-
Matthias Clasen authored
2006-06-17 Matthias Clasen <mclasen@redhat.com> * modules/printbackends/pdf/gtkprintbackendpdf.c: * modules/printbackends/lpr/gtkprintbackendlpr.c: Fix a typo: s/Extention/Extension/.
-
Matthias Clasen authored
2006-06-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintunixdialog.c: Clean up the handling of printer-specific options. There is just one extension point on the main tab now, and all options in the GtkPrintDialogExtension group are put there.
-
Matthias Clasen authored
2006-06-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprinteroption.h: * gtk/gtkprinteroption.c: Add GTK_PRINTER_OPTION_TYPE_ALTERNATIVE which is semantically the same as PICKONE, but is intended to show all options all the time. * gtk/gtkprinteroptionwidget.c: Implement ALTERNATIVE as radio group.
-
Matthias Clasen authored
-
- 16 Jun, 2006 8 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-06-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintunixdialog.c (add_option_to_table): Don't grow additional columns.
-
Matthias Clasen authored
2006-06-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintbackend.h: Add a GtkPrintSettings parameter to the printer_create_cairo_surface method. * modules/printbackends/pdf/gtkprintbackendpdf.c: * modules/printbackends/cups/gtkprintbackendcups.c: * modules/printbackends/lpr/gtkprintbackendlpr.c: * gtk/gtkprinter.c (_gtk_printer_create_cairo_surface): * gtk/gtkprinter-private.h: * gtk/gtkprintjob.c (gtk_print_job_get_surface): Adapt all users.
-
Matthias Clasen authored
2006-06-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentrycompletion.c (gtk_entry_completion_finalize): Don't leak match data. (#345107, Christian Weiske)
-
Matthias Clasen authored
2006-06-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintunixdialog.c (populate_dialog): Move the conflict label out of the button box. (#339456, Christian Persch)
-
Matthias Clasen authored
2006-06-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtksizegroup.c (compute_dimension): Ignore unmapped widgets when ignore_hidden is TRUE. (#344707, Christian Persch)
-
Matthias Clasen authored
2006-06-16 Matthias Clasen <mclasen@redhat.com> * configure.in: Require cvs glib. * gtk/gtkprintoperation-unix.c: (_gtk_print_operation_platform_backend_create_preview_surface): Don't use a temporary directory for preview files, since it is not clear who cleans it up. Instead, use g_mkstemp() directly to create a temp pdf file, and make the preview app responsible for cleaning it up.
-
Matthias Clasen authored
2006-06-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintoperation-unix.c: * gtk/gtkprintbackend.c: Move the registration of the gtk-print-preview-command setting from gtkprintbackend.c to gtkprintoperation-unix.c, to make sure it is registered before the first use. Also, document the two settings.
-