- 22 Jun, 2006 4 commits
-
-
Ankitkumar Rameshchandra Patel authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 21 Jun, 2006 16 commits
-
-
Matthias Clasen authored
2006-06-21 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkprintunixdialog.sgml: Document some of the print capabilities
-
Matthias Clasen authored
2006-06-21 Matthias Clasen <mclasen@redhat.com> * modules/printbackends/file/gtkprintbackendfile.c: Apply a patch by Christian Persch to support PostScript and PDF output.
-
Matthias Clasen authored
2006-06-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprinteroptionwidget.c (radio_changed_cb): Don't free the value.
-
Matthias Clasen authored
2006-06-21 Matthias Clasen <mclasen@redhat.com> Apply a patch by John Palmieri to use buffered io using GIOChannels, clean up error handling and support Cups 1.2 api in the printing code. * acconfig.h: * configure.in: Detect Cups 1.2 * gtk/gtkdebug.h: * gtk/gtkmain.c: Add a printing debug key. * gtk/gtkprintbackend.[hc]: Remove the GError parameter from gtk_print_backend_print_stream, and take a GIOChannel instead of an fd. * gtk/gtkprinter-private.h: * gtk/gtkprinter.c: Replace the fd parameter of _gtk_printer_create_cairo_surface by a GIOChannel. * gtk/gtkprintjob.[hc]: Remove the GError parameter from gtk_print_job_send and make it return void. * gtk/gtkprintoperation-unix.c: * gtk/gtkprintjob.c: Adjust callers, add some debugging support. * modules/printbackends/Makefile.am: Fix DIST_SUBDIRS. * modules/printbackends/cups/Makefile.am: * modules/printbackends/lpr/Makefile.am: Add debug CFLAGS. * modules/printbackends/cups/gtkcupsutils.[hc]: * modules/printbackends/cups/gtkprintbackendcups.c: * modules/printbackends/file/gtkprintbackendfile.c: * modules/printbackends/lpr/gtkprintbackendfile.c: Adapt to the GIOChannel and GError changes, add debug output
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-06-21 Matthias Clasen <mclasen@redhat.com> * NEWS: Updates
-
Matthias Clasen authored
2006-06-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_class_init): Fix the registration of the grid-lines property (#345456, Murray Cumming)
-
Matthias Clasen authored
2006-06-21 Matthias Clasen <mclasen@redhat.com> * gtk/question_index.sgml: Add some questions.
-
Jakub Friedl authored
2006-06-21 Jakub Friedl <jfriedl@suse.cz> * cs.po: Partial update for Czech translation.
-
2006-06-21 Christian Persch <chpe@cvs.gnome.org> * POTFILES.in: Fix for bug #345518, use printbackends/file instead of pdf.
-
Kristian Rietveld authored
2006-06-21 Kristian Rietveld <kris@imendio.com> Allocate space for the grid lines when they are enabled. * gtk/gtktreeview.c (gtk_tree_view_bin_expose): make sure the cell area does not overlap with the grid lines, also draw the line for "the next cell" in the last loop iteration, make sure the cursor falls in between the grid lines, (validate_row): request extra space for the grid lines.
-
Rajesh Ranjan authored
-
Matthias Clasen authored
2006-06-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintbackend.h: * gtk/gtkprintbackend.c (gtk_print_backend_print_stream): Add an GError parameter. * modules/printbackends/file/gtkprintbackendfile.c (gtk_print_backend_file_print_stream): * modules/printbackends/lpr/gtkprintbackendlpr.c (gtk_print_backend_lpr_print_stream): * modules/printbackends/cups/gtkprintbackendcups.c (gtk_print_backend_cups_print_stream): * gtk/gtkprintjob.c (gtk_print_job_send): Update all callers and implementations.
-
Rajesh Ranjan authored
-
Matthias Clasen authored
-
Ankitkumar Rameshchandra Patel authored
-
- 20 Jun, 2006 20 commits
-
-
Matthias Clasen authored
* gtk/gtkprintjob.c (gtk_print_job_set_source_file): Add to docs. (gtk_print_job_class_init): Make track-print-status a property.
-
Murray Cumming authored
2006-06-20 Murray Cumming <murrayc@murrayc.com> * gtk/gtkprintoperation.c: (gtk_print_operation_class_init): Correctly register the done signal - it sends an enum, not an int.
-
2006-06-20 Christian Persch <chpe@cvs.gnome.org> * configure.in * gtk/Makefile.am * modules/printbackends/Makefile.am A modules/printbackends/file/.cvsignore A modules/printbackends/file/Makefile.am A modules/printbackends/file/gtkprintbackendfile.c A modules/printbackends/file/gtkprintbackendfile.h R modules/printbackends/pdf/*: Rename "pdf" backend to "file" backend. Step 2 from bug #339592.
-
Matthias Clasen authored
2006-06-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintjob.c (gtk_print_job_set_source_file): Add to docs.
-
Matthias Clasen authored
2006-06-20 Matthias Clasen <mclasen@redhat.com> Fix handling of stock items without icons in action-based ui. (#342458, Callum McKenzie) * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): Set the stock id even if there is no icon for it. * gtk/gtkaction.c (connect_proxy): * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): Only construct a stock icon if the stock item has an icon.
-
2006-06-20 Christian Persch <chpe@cvs.gnome.org> * gtk/gtkprinteroptionwidget.c: (filesave_changed_cb), (alternative_set), (construct_widgets): Convert input to filename encoding and construct an URI from that. * gtk/gtkprintsettings.h: Add OUTPUT_FILE_FORMAT and OUTPUT_URI keys. * modules/printbackends/pdf/gtkprintbackendpdf.c: Use those defines. Step 1 from bug #339592.
-
Matthias Clasen authored
2006-06-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_info): Better fix.
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-06-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkprintsettings.h: * gtk/gtkprintsettings.c: Remove unused print-to-file setting.
-
Theppitak Karoonboonyanan authored
2006-06-20 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
-
Carlos Garnacho authored
2006-06-20 Carlos Garnacho <carlosg@gnome.org> * gtk/gtknotebook.c (gtk_notebook_stop_reorder): unset the pressed button here. (gtk_notebook_grab_notify): stop reorder when the widget becomes shadowed. Fixes bug #335873
-
2006-06-18 Christian Persch <chpe@cvs.gnome.org> * gtk/gtkdialog.c: (gtk_dialog_class_init): Set default action area spacing to HIG-compliant 6px. Bug #345106, follow-up from bug #163850.
-
Ankitkumar Rameshchandra Patel authored
-
Felix I authored
-
Rajesh Ranjan authored
-
Ankitkumar Rameshchandra Patel authored
-
Matthias Clasen authored
2006-06-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (gtk_icon_view_enable_model_drag_dest): Small doc fix. (#345176, Claudio Saavedra)
-
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.
-