- 17 May, 2006 1 commit
-
-
Matthias Clasen authored
-
- 16 May, 2006 10 commits
-
-
Matthias Clasen authored
2006-05-16 Matthias Clasen <mclasen@redhat.com> * configure.in: Reset interface age * NEWS: Updates
-
Søren Sandmann authored
Tue May 16 12:36:25 2006 Søren Sandmann <sandmann@redhat.com> * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Move getting the property out of the loop, and rename the variable 'max_expand'. * gtk/gtktoolbar.c (gtk_toolbar_class_init): Fix the decription for the max-child-expand property.
-
Matthias Clasen authored
* gtk/gtkprinter.c (gtk_printer_class_init): * gtk/gtkprintjob.c (gtk_print_job_class_init): * gtk/gtkprintoperation.c (gtk_print_operation_class_init): Cosmetic cleanups.
-
Matthias Clasen authored
2006-05-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintoperation.c (gtk_print_operation_class_init): Cosmetic cleanups.
-
Matthias Clasen authored
2006-05-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpagesetupunixdialog.c (populate_dialog): Add labels for page orientations, also add the fourth one. (#339589) * gtk/stock-icons/24/gtk-orientation-reverse-portrait.png: New icon. * gtk/Makefile.am: Add it here. * gtk/gtkstock.[hc]: Add stock items for the page orientations.
-
Michael Natterer authored
2006-05-16 Michael Natterer <mitch@imendio.com> * gtk/gtktoolbar.c: added "max-child-expand" style property which limits the space taken by expanding tool items. Fixes bug #340722.
-
Kristian Rietveld authored
2006-05-16 Kristian Rietveld <kris@imendio.com> * gtk/gtkpathbar.c (gtk_path_bar_dispose): cancel all pending handles in the button list. (Fixes #341035, reported by William Jon McCann).
-
Kristian Rietveld authored
2006-05-16 Kristian Rietveld <kris@imendio.com> * gtk/gtkfilechooserdefault.c (show_and_select_paths_finished_loading): put the newly selected row(s) the in the middle of the view, (update_current_folder_get_info_cb), (gtk_file_chooser_default_update_current_folder): make sure reload state is set to RELOAD_HAS_FOLDER while loading the new folder, so _map() won't start loading the current working directory. (Fixes #341028, reported by Michael Natterer).
-
Ankitkumar Rameshchandra Patel authored
-
Matthias Clasen authored
2006-05-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix an RTL problem with toggles in expander columns. (#341896, Roozbeh Pournader)
-
- 15 May, 2006 11 commits
-
-
Søren Sandmann authored
Mon May 15 15:12:05 2006 Søren Sandmann <sandmann@redhat.com> * gtk/gtklayout.c (gtk_layout_realize), * gtk/gtkiconview.c (gtk_icon_view_realize), * gtk/gtktreeview.c (gtk_tree_view_realize): Set the background of the clip windows to NULL, since they are generally invisible and don't have EXPOSURE set, which means they temp-unvlicker code doesn't apply to them. * gdk/x11/gdkgeometry-x11.c (_gdk_window_move_resize_child): Unset the background of the parent window during resizing. Invalidate the uncoered area of the parent window. Bug 341332.
-
Richard Hult authored
2006-05-15 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c (_gdk_events_init): Remove obsolete comment. (poll_func): Remove assert and add a comment on how to fix properly. (gdk_events_pending): Implement.
-
Matthias Clasen authored
2006-05-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintoperation.c: Reverse the order of ranges when printing in reverse. (#341578)
-
Francisco Javier F. Serrador authored
2006-05-15 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Alexander Larsson authored
2006-05-15 Alexander Larsson <alexl@redhat.com> * gtk/gtkprintjob.[ch]: Added gtk_print_job_set/get_track_print_status * gtk/gtkprintoperation-private.h: * gtk/gtkprintoperation.[ch]: Add gtk_print_operation_set_track_print_status. * gtk/gtkprintoperation-unix.c: Implement track_print_status on unix * gtk/gtkprintoperation-win32.c: Implement track_print_status on win32 * gtk/gtk.symbols: Added symbols * modules/printbackends/cups/gtkprintbackendcups.c: Implement track_print_status for cups * tests/print-editor.c: Test track_print_status.
-
Matthias Clasen authored
-
Alexander Larsson authored
2006-05-15 Alexander Larsson <alexl@redhat.com> * gtk/gtk.symbols: * gtk/gtkprintbackend.[ch]: (_gtk_print_backend_create): Never unload print backends. Remove gtk_print_backend_unref_at_idle. * modules/printbackends/cups/gtkprintbackendcups.c: (cups_dispatch_watch_finalize): Don't use the unref_at_idle hack since that caused deadlocks. Instead we never unload print backends, which is not really a big problem.
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-05-15 Matthias Clasen <mclasen@redhat.com> * gtk/tree_widget.sgml: Fix up example rendering. (#341855, Guillaume Desmottes)
-
Ankitkumar Rameshchandra Patel authored
-
Ankitkumar Rameshchandra Patel authored
-
- 14 May, 2006 6 commits
-
-
Murray Cumming authored
2006-05-14 Murray Cumming <murrayc@murray.com> * gtk/gtkframe.c: Restored the / at the start of the comment block, to fix the build.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-05-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextbtree.c: * gtk/gtktextview.c: Move some asserts to the right place. (#341661, #341665, Pascal Terjan)
-
Matthias Clasen authored
2006-05-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextview.c (gtk_text_view_allocate_children): Move an assert to the right place. (#341661, Pascal Terjan)
-
- 13 May, 2006 4 commits
-
-
Chao-Hsiung Liao authored
2006-05-14 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). * zh_TW.po: Updated Traditional Chinese translation(Taiwan).
-
Matthias Clasen authored
2006-05-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c: Fix some corner cases in the size allocation logic for tabs. (#341577, Carlos Garnacho Parro)
-
Matthias Clasen authored
2006-05-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintunixdialog.c: Some fixes to capitalization of labels. (#341558, Dennis Cranston)
-
Matthias Clasen authored
2006-05-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c: Handle tab_label being NULL better. (#341455, William Jon McCann, patch by Carlos Garnacho Parro)
-
- 12 May, 2006 6 commits
-
-
Matthias Clasen authored
2006-05-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkruler.c: Reinstate the ruler metrics strings, since they are used by glade, pointed out by Damon Chaplin.
-
Alexander Larsson authored
2006-05-12 Alexander Larsson <alexl@redhat.com> * gtk/gtkwindow.c: Better handling of the window group on unsetting transient-for, since the transient parent might have changed group. * gtk/gtkmenu.c: Combine the handling of transient for the attach-widget and the window group handling by setting transient-to on popup/popdown only. See bug #340401 * gtk/gtkprintunixdialog.c: Remove part of old fix no longer needed.
-
Alexander Larsson authored
2006-05-12 Alexander Larsson <alexl@redhat.com> * gtk/gtkprintoperation.c (gtk_print_operation_set_n_pages): Update g_object_notify to new property name.
-
Alexander Larsson authored
2006-05-12 Alexander Larsson <alexl@redhat.com> * gtk/gtkrecentmanager.c: Fix build errors. * gtk/gtk.symbols: * demos/gtk-demo/printing.c: * gtk/gtkprintoperation-win32.c: * gtk/gtkprintoperation.[ch]: * gtk/gtkprintsettings.[ch]: * modules/printbackends/cups/gtkprintbackendcups.c: * modules/printbackends/lpr/gtkprintbackendlpr.c: * modules/printbackends/pdf/gtkprintbackendpdf.c: * tests/print-editor.c: * tests/testnouiprint.c: * tests/testprint.c: * tests/testprintfileoperation.c: Rename functions from nr_of_pages to n_pages, and num_copies to n_copies to match other gtk+ names. * gtk/gtkmenu.c: (gtk_menu_popdown): Only re-set window group on popdown if we set it on popup (i.e. if there is a parent menu shell). Fixed part of bug #340401 * gtk/gtkwindow.c: Add (contruct) property "transient-for" to GtkWindow. This is needed for the fix to bug #340401. * gtk/gtkprintunixdialog.c: Use the transient-for property on construction and populate the dialog with widgets after that. This fixes bug #340401. More n_pages renames.
-
Emmanuele Bassi authored
2006-05-11 Emmanuele Bassi <ebassi@cvs.gnome.org> * gtk/tmpl/gtkrecentmanager.sgml: Update the error enum and the gtk_recent_manager_add and gtk_recent_manager_add_full parameters. * gtk/migrating-GtkRecentChooser.sgml: Mention gtk_recent_manager_get_default() and update the code examples.
-
Emmanuele Bassi authored
2006-05-11 Emmanuele Bassi <ebassi@cvs.gnome.org> * gtk/gtkrecentmanager.h: Remove the error parameter to the gtk_recent_manager_add() and gtk_recent_manager_add_full() functions; remove the unneeded error codes from the error enumeration. (#336774). * gtk/gtkrecentmanager.c: Make gtk_recent_manager_add() and gtk_recent_manager_add_full() complain loudly about wrong or missing meta-data, instead of using a GError. (#336774)
-
- 11 May, 2006 2 commits
-
-
Matthias Clasen authored
2006-05-11 Matthias Clasen <mclasen@redhat.com> * demos/gtk-demo/Makefile.am (demos): Add it here. * demos/gtk-demo/printing.c (do_printing): Add a GtkPrintOperation demo.
-
Carlos Garcia Campos authored
2006-05-11 Carlos Garcia Campos <carlosgc@gnome.org> * gtk/gtkfilechooserembed.c: use I_() instead of _() when creating response-requested signal. Fixes bug #341416
-