- 14 May, 2006 5 commits
-
-
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
-
-
pesder 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 7 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
-
Ignacio Casal Quinteiro authored
-
Matthias Clasen authored
2006-05-11 Matthias Clasen <mclasen@redhat.com> * gdk/gdkkeysyms.h: Regenerated from Xorg 7.1 keysyms.h, using gdkkeysyms-update.pl. * gdk/gdkkeysyms-update.pl: Script to sync gdkkeysyms.h with Xorg. (#321896, Simos Xenitellis) * gdk/Makefile.am (EXTRA_DIST): Add gdkkeysyms-update.pl
-
Matthias Clasen authored
2006-05-11 Matthias Clasen <mclasen@redhat.com> * gdk/gdkkeysyms.h: Consistently use lowercase in hex numbers.
-
Ankitkumar Rameshchandra Patel authored
-
Ankitkumar Rameshchandra Patel authored
-
- 10 May, 2006 6 commits
-
-
Carlos Garnacho authored
2006-05-10 Carlos Garnacho <carlosg@gnome.org> * gtk/gtknotebook.c: check that tab_label is not NULL before checking that it's notebook's child. Closes #341247.
-
Tim Janik authored
Wed May 10 15:57:53 2006 Tim Janik <timj@imendio.com> * applied unified patch for configurable scroll arrow sizes from bug #333632 and bug #325282. * gtk/gtkwidget.c (gtk_widget_class_init): added ::scroll-arrow-hlength and ::scroll-arrow-vlength style properties. fixed upper limit for ::separator-width and ::separator-height to be MAXINT. * gtk/gtkmenu.c: use GtkWidget::scroll-arrow-vlength to determine the scroll arrow size, instead of using a hard coded constant. * gtk/gtknotebook.c: use GtkWidget::scroll-arrow-vlength and GtkWidget::scroll-arrow-hlength to determine scroll arrow sizes. added GtkNotebook::arrow-spacing style property to configure the spacing between scroll arrows.
-
Francisco Javier F. Serrador authored
2006-05-10 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Matthias Clasen authored
2006-05-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpagesetupunixdialog.c: Don't include langinfo.h unconditionally. (#341217)
-
Ankitkumar Rameshchandra Patel authored
-
John (J5) Palmieri authored
2006-05-10 John (J5) Palmieri <johnp@redhat.com> * modules/printbackends/cups/gtkprintbackendcups.c: make the _CUPS_MAP_ATTR_STR macro not dup the string so we don't leak
-
- 09 May, 2006 8 commits
-
-
Francisco Javier F. Serrador authored
2006-05-10 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Tor Lillqvist authored
2006-05-09 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkevents-win32.c (doesnt_want_scroll): Look at both GDK_SCROLL_MASK and GDK_BUTTON_PRESS_MASK. (#139628)
-
Ankitkumar Rameshchandra Patel authored
-
Ankitkumar Rameshchandra Patel authored
-
Matthias Clasen authored
2006-05-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add a :cursor-position property. (#334412, Yevgen Muntyan) `
-
Matthias Clasen authored
-
Carlos Garnacho authored
2006-05-09 Carlos Garnacho <carlosg@gnome.org> * gtk/gtknotebook.c: create an independent GdkWindow to behave nicely during reordering with tab_labels with their own window, also use gtk_drag_set_icon_widget() for the DnD icon to avoid drawing garbage from offscreen regions. Closes bug #335707. (gtk_notebook_tab_space), (gtk_notebook_calculate_shown_tabs), (gtk_notebook_calculate_tabs_allocation): new functions, gtk_notebook_pages_allocate() functionality has been splitted into these.
-
Matthias Clasen authored
2006-05-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_add_shortcut_folder): * gtk/gtktextbufferserialize.c (parse_attr_element): Fix some typos in messages. (#341091, Tino Meinen)
-
- 08 May, 2006 4 commits
-
-
Wouter Bolsterlee authored
2006-05-08 Wouter Bolsterlee <uws+gnome@xs4all.nl> * nl.po: Dutch translation updated by Tino Meinen.
-
Matthias Clasen authored
2006-05-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkstatusicon.c: Some cleanups. * gtk/gtkstatusicon.c (gtk_status_icon_get_property): Silently return NULL if the storage type of the image does not match. (#340516, Christian Persch)
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-05-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Elide (_x) in the middle of the string, too. (#323956, Abel Cheung)
-