- 24 May, 2006 3 commits
-
-
Alexander Larsson authored
2006-05-24 Alexander Larsson <alexl@redhat.com> * gtk/gtk.symbols: * gtk/gtkprintunixdialog.[ch]: Add gtk_print_unix_dialog_set_manual_capabilities that controls what widgets to enable in the dialog depending on the apps capabilities. * gtk/gtkprintbackend.[ch]: * gtk/gtkprinter-private.h: * gtk/gtkprinter.c: * gtk/gtkprintjob.h: Add printer_get_capabilities to backend. Move some fallback calls to the printbackend base class. * gtk/gtkprintoperation-unix.c: Set manual capabilities * modules/printbackends/cups/gtkprintbackendcups.c: Implement get_capabilities * modules/printbackends/lpr/gtkprintbackendlpr.c: * modules/printbackends/pdf/gtkprintbackendpdf.c: Move some methods to baseclass.
-
Ankitkumar Rameshchandra Patel authored
-
Ankitkumar Rameshchandra Patel authored
-
- 23 May, 2006 8 commits
-
-
Kjartan Maraas authored
2006-05-24 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation.
-
Matthias Clasen authored
2006-05-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintoperation.c (print_pages): Do the begin-print emission in the idle, so that the print dialog goes away before begin-print.
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-05-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkprintoperation.h: * gtk/gtkprintoperation.c: Add a boolean show-progress property, and show a progress dialog if it is set to TRUE. * gtk/gtkprintoperation.c (pdf_end_run): * gtk/gtkprintoperation-win32.c (win32_end_run): * gtk/gtkprintoperation-unix.c (unix_end_run): * gtk/gtkprintoperation-private.h: Add a cancelled parameter to end_run, and call it even if the print operation was cancelled.
-
Theppitak Karoonboonyanan authored
2006-05-23 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
-
Alexander Larsson authored
2006-05-23 Alexander Larsson <alexl@redhat.com> * gtk/gtkprinteroptionwidget.c (filesave_changed_cb): Allow absolute filenames in filename entry. Patch from Yevgen Muntyan (#341679)
-
Alexander Larsson authored
2006-05-23 Alexander Larsson <alexl@redhat.com> * gtk/gtk.symbols: * gtk/gtkprintunixdialog.[ch]: Add gtk_print_unix_dialog_add_custom_tab * gtk/gtkprintoperation-unix.c: Implement custom widgets for unix. Fix some warnings by including cairo-ps/pdf.h * gtk/gtkprintoperation-win32.c: Mark string for translation.
-
Ankitkumar Rameshchandra Patel authored
-
- 22 May, 2006 12 commits
-
-
Matthias Clasen authored
-
Alexander Larsson authored
2006-05-22 Alexander Larsson <alexl@redhat.com> * gtk/gtkmain.c: Make sure grab-notify is emitted on toplevels as well as child widgets. * gtk/Makefile.am: * gtk/gtkwin32embedwidget.[ch] Add new widget used for win32 port to embed gtk+ widgets in windows dialog. * gtk/gtkmarshalers.list: Add POINTER:VOID * gtk/gtkprintoperation-private.h: * gtk/gtkprintoperation.[ch]: Generic support for custom widgets in print dialog. * gtk/gtkprintoperation-win32.c: Implement custom widget support for win32. * tests/print-editor.c: Allow setting of font using custom widgets in the print dialog.
-
Behdad Esfahbod authored
2006-05-22 Behdad Esfahbod <behdad@gnome.org> Rollback the following changes, to fix it the proper way in Pango: * gdk/gdkinternals.h: * gdk/gdkscreen.c (gdk_screen_class_init), (gdk_screen_finalize), (update_fontmap_resolution), (gdk_screen_set_resolution): Add new function _gdk_screen_get_font_map() and have one fontmap per screen, with the correct resolution set on it. * gdk/gdkpango.c (gdk_pango_context_get_for_screen): Use _gdk_screen_get_font_map() instead of setting resolution on the PangoCairoContext. (#342529)
-
Emmanuele Bassi authored
2006-05-22 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentmanager.h: * gtk/gtkrecentmanager.c (gtk_recent_info_get_application_info): Don't mask "time" with the "time" argument.
-
Matthias Clasen authored
2006-05-22 Matthias Clasen <mclasen@redhat.com> * gdk/gdkcolor.h: gdk_color_parse returns boolean, not int. (#342569, Masatake Yamato)
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-05-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprinter.c (_gtk_printer_prepare_for_print) (_gtk_printer_get_settings_from_options) (_gtk_printer_request_details): Don't return values from void functions. * gtk/gtkrecentchooserutils.c (delegate_unselect_uri): Don't return a value from a void function. * gtk/gtkfilesystem.c (gtk_file_system_cancel_operation): Don't return a value from a void function. Also, don't put semicolons behind G_DEFINE_TYPE. (#342543)
-
Matthias Clasen authored
2006-05-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwidget.c (gtk_widget_class_init): Add docs for new style properties. (#342535, Mart Raudsepp)
-
Ankitkumar Rameshchandra Patel authored
-
Matthias Clasen authored
2006-05-22 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkscreen-x11.c: Remove _gdk_x11_screen_request_cm_notification * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Directly call gdk_display_request_selection_notification. * gdk/x11/gdkdisplay-x11.c: Several cleanups.
-
Behdad Esfahbod authored
2006-05-21 Behdad Esfahbod <behdad@gnome.org> * gdk/gdkinternals.h: * gdk/gdkscreen.c (gdk_screen_class_init), (gdk_screen_finalize), (update_fontmap_resolution), (gdk_screen_set_resolution): Add new function _gdk_screen_get_font_map() and have one fontmap per screen, with the correct resolution set on it. * gdk/gdkpango.c (gdk_pango_context_get_for_screen): Use _gdk_screen_get_font_map() instead of setting resolution on the PangoCairoContext. (#342529)
-
Behdad Esfahbod authored
-
- 21 May, 2006 2 commits
-
-
Tor Lillqvist authored
2006-05-22 Tor Lillqvist <tml@novell.com> * gtk/gtkfilesystemwin32.c: Make it compile again. Doesn't work properly yet, though. There is lots of commonality between this file and gtkfilesystemunix.c that should really be factored out.
-
Alessio Frusciante authored
-
- 20 May, 2006 6 commits
-
-
Ignacio Casal Quinteiro authored
-
Kristian Rietveld authored
-
Vincent van Adrighem authored
2006-05-20 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
-
Alexander Shopov authored
2006-05-20 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
-
Ignacio Casal Quinteiro authored
-
Nikos Charonitakis authored
-
- 19 May, 2006 7 commits
-
-
Matthias Clasen authored
2006-05-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpaned.c (gtk_paned_compute_position): Avoid warnings if a child is NULL. (#342007, Patrick Monnerat)
-
Matthias Clasen authored
2006-05-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkprintoperation.h: * gtk/gtkprintoperation.c (gtk_print_operation_cancel): New function to cancel a running print operation. * gtk/gtkprintoperation-private.h (struct _GtkPrintOperationPrivate): Add a cancelled flag, use g types, use bitfields. * gtk/gtkprintoperation.c (print_pages): Clean up after the idle in the synchronous case.
-
Matthias Clasen authored
-
Ignacio Casal Quinteiro authored
-
Francisco Javier F. Serrador authored
2006-05-19 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Matthias Clasen authored
2006-05-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c (gtk_notebook_pages_allocate): Fix a boundary case in scrolling where a tab was not shown. (#168105, Hiroyuki Ikezoe, patch by Kouhei Sutou)
-
Damon Chaplin authored
2006-05-19 Damon Chaplin <damon@gnome.org> * gtk/gtkfontsel.c (gtk_font_selection_init): use atk_relation_add_target() to add the targets, since it sets up weak references to avoid crashes. (#305530)
-
- 18 May, 2006 2 commits
-
-
Matthias Clasen authored
2006-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintoperation.h: * gtk/gtkprintoperation.c: Add a GtkPrintOperation:: paginate signal that gets emitted to paginate a document in chunks.
-
Matthias Clasen authored
2006-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcalendar.c (gtk_calendar_drag_motion): Don't produce a stuck drag if shift is held. (#341734, Sebastien Bacher)
-