- 30 Oct, 2003 3 commits
-
-
Soeren Sandmann authored
Thu Oct 30 17:57:53 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.c (logical_to_physical): Make it work even when item 0 is a placeholder. (#125826) * tests/testtoolbar.c: add an assertion that gtk_toolbar_get_nth_item (0) != NULL
-
Soeren Sandmann authored
Thu Oct 30 17:40:26 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.c (logical_to_physical): Make it work for logical == 0.
-
Soeren Sandmann authored
Thu Oct 30 16:20:58 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.c (logical_to_physical): Make sure we actually return the index of a real item. (get_nth_item) assert that the returned items is not a placeholder. (#125826, Marco Pesenti Gritti).
-
- 29 Oct, 2003 7 commits
-
-
Federico Mena Quintero authored
2003-10-29 Federico Mena Quintero <federico@ximian.com> * gtk/gtkcellrendererseptext.c (gtk_cell_renderer_sep_text_render): Only paint a separator if the text is NULL, rather than also doing it if it is an empty string.
-
Owen Taylor authored
Wed Oct 29 15:40:26 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkmessagedialog.c (gtk_message_dialog_new/ gtk_message_dialog_new_with_format): Allow NULL for message_format, as described in the docs and as worked previously. (#125759, Richard Hult) * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup): Use g_markup_vprintf_escaped() to escape argumetns. * gtk/gtkmessagedialog.[ch]: Add gtk_message_dialog_set_markup() so there is some way to set literal markup.
-
Owen Taylor authored
Wed Oct 29 15:01:32 2003 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): Move the call to gdk_error_trap_pop() to the right place, fixing a problem where we'd pop() too many times when bailing out. (#123302, Thomas Leonard)
-
Owen Taylor authored
Wed Oct 29 12:50:02 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkfilechooserutils.c (delegate_set_current_folder): Fix infinite recursion. (#125679, Christian Persch)
-
GMT 2003 Tony Gale authored
Wed Oct 29 13:29:15 GMT 2003 Tony Gale <gale@gtk.org> * docs/faq/gtk-faq.sgml: further 2.x updates: mirrors,compiling,g_main_context_iteration
-
Åsmund Skjæveland authored
2003-10-29 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation. Resolved a number of CVS conflicts.
-
Soeren Sandmann authored
Wed Oct 29 02:54:35 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.[ch] (gtk_toolbar_set_drop_highlight_item): Add this function; remove gtk_toolbar_highlight_drop_location() and gtk_toolbar_unhighlight_drop_location(). Also fix bug where the number of overflowed items were miscounted.
-
- 28 Oct, 2003 7 commits
-
-
Owen Taylor authored
Tue Oct 28 12:20:16 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c (gtk_window_has_toplevel_focus): Remove some accidentally committed duplicate code.
-
GMT 2003 Tony Gale authored
Tue Oct 28 17:06:17 GMT 2003 Tony Gale <gale@gtk.org> * docs/faq/gtk-faq.sgml: Update info on compiling GTK+
-
Owen Taylor authored
Tue Oct 28 10:34:24 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.[ch] (gtk_window_is_active, gtk_has_toplevel_focus): Add getters corresponding to the is_active and has_toplevel_focus properties. (#122531)
-
Mark McLoughlin authored
2003-10-28 Mark McLoughlin <mark@skynet.ie> * gtk/gtkexpander.c: (gtk_expander_class_init): hook up the destroy handler. (gtk_expander_destroy), (gtk_expander_unrealize): remove the expand/collapse timeout on destroy instead of unrealize to avoid leaving the expander in a inconsistent state when unrealizing during animation. (gtk_expander_start_animation): remove realized check. (gtk_expander_set_expanded): if the widget isn't realized, expand immediately.
-
Owen Taylor authored
Tue Oct 28 09:44:16 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkxembed.c (_gtk_xembed_send_focus_message): Silently do nothing when recipient is NULL, as described in the doc comment. (#123107, Thomas Leonard)
-
Owen Taylor authored
Tue Oct 28 09:21:29 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkmain.c (gtk_check_version): Move docs inline, rewrite docs, mention memory management for the return value. (Partly addresses #125549, Michael Natterer)
-
Padraig O'Briain authored
2003-10-28 Padraig O'Briain <padraig.obriain@sun.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_remove_filter): Changew index to filter_index to fix compilation error. * gtk/gtkfilesystem.h: Correct definition of gtk_file_path_get_string.
-
- 27 Oct, 2003 4 commits
-
-
Manish Singh authored
Mon Oct 27 15:47:58 2003 Manish Singh <yosh@gimp.org> * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if we have RandR support, for XRRUpdateConfiguration declaration. * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch declaration. * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make length a gsize variable, since that's what g_file_get_contents() expects.
-
Manish Singh authored
-
Owen Taylor authored
Mon Oct 27 12:18:49 2003 Owen Taylor <otaylor@redhat.com> * NEWS: Fix attribution for above/below EWMH work.
-
KAMAGASAKO Masatoshi authored
2003-10-28 KAMAGASAKO Masatoshi <emerald@gnome.gr.jp> * ja.po: Updated Japanese translation.
-
- 25 Oct, 2003 4 commits
-
-
Matthias Clasen authored
Sat Oct 25 23:30:13 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkactiongroup.c (gtk_action_group_class_init): Add "name" as a construct-only property. (#125475, Murray Cumming)
-
Soeren Sandmann authored
Thu Oct 23 21:55:10 2003 Soeren Sandmann <sandmann@daimi.au.dk> Fix bug 116297 and 125472 * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make this function take an index and a GtkToolItem. * tests/testtoolbar.c (main): Make "Show Arrow" default to true. Make one of the separators !draw and expand. Update for new highlight_drop_location() API. * gtk/gtktoolitem.[ch]: Remove "pack_end" property * gtk/gtktoolbar.h: Formatting fixes. * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow separator tool items to expand. (logical_to_physical, physical_to_logical): Fix off-by-one errors (Fix #125472, Marco Pesenti Gritti) * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property. (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also return FALSE, not TRUE. (gtk_separator_too_item_{set|get}_property, (gtk_separator_tool_item_{set|get}_draw): new functions
-
Søren Sandmann Pedersen authored
-
Soeren Sandmann authored
Thu Oct 23 21:55:10 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make this function take an index and a GtkToolItem. * tests/testtoolbar.c (main): Make "Show Arrow" default to true. Make one of the separators !draw and expand. Update for new highlight_drop_location() API. * gtk/gtktoolitem.[ch]: Remove "pack_end" property * gtk/gtktoolbar.h: Formatting fixes. * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow separator tool items to expand. (logical_to_physical, physical_to_logical): Fix off-by-one errors (Fix #125472, Marco Pesenti Gritti) * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property. (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also return FALSE, not TRUE. (gtk_separator_too_item_{set|get}_property, (gtk_separator_tool_item_{set|get}_draw): new functions
-
- 24 Oct, 2003 4 commits
-
-
Owen Taylor authored
Fri Oct 24 16:54:04 2003 Owen Taylor <otaylor@redhat.com> * === Released 2.3.0 === * configure.in: Remove a stray comma. * README.in: Fix a few notes about Xft 1 and pango-1.0. * NEWS: Finish updates for 2.3.0. * po/Makefile.in.in: Update to latest GLib version.
-
Owen Taylor authored
Fri Oct 24 16:02:32 2003 Owen Taylor <otaylor@redhat.com> * *.[ch]: Relicense to be dual AFL/LGPL (and thus also GPL) rather than AFL/GPL. Also update AFL version to 1.2.
-
Kristian Rietveld authored
Fri Oct 24 20:31:35 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch], gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch], gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it under GPL licensing instead of LGPL...). (Fixes #125381, Soeren Sandmann).
-
Kristian Rietveld authored
Fri Oct 24 20:22:40 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtktreemodelfilter.h: add padding to the class structure.
-
- 23 Oct, 2003 11 commits
-
-
Federico Mena Quintero authored
2003-10-23 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs. (gtk_file_chooser_remove_filter): Likewise. (gtk_file_chooser_select_all): Added docs. (gtk_file_chooser_unselect_all): Likewise. * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): Added docs. * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): Added docs.
-
Federico Mena Quintero authored
2003-10-23 Federico Mena Quintero <federico@ximian.com> * gtk/tmpl/gtkfilechooser.sgml: Added the text for the initial section, and descriptions for the signals and enumerations. * gtk/tmpl/gtkfilechooserdialog.sgml: Added the text for the initial section, and a short example. * gtk/tmpl/gtkfilechooserwidget.sgml: Added the text for the initial section.
-
Matthias Clasen authored
Fri Oct 24 00:25:07 2003 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkfilefilter.sgml: * gtk/tmpl/gtkfilechooser.sgml: * gtk/tmpl/gtkfilechooserwidget.sgml: * gtk/tmpl/gtkfilechooserdialog.sgml: Add short descriptions.
-
Matthias Clasen authored
Thu Oct 23 23:22:15 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkfilefilter.c: * gtk/gtkfilechooser.c: Add "Since: 2.4" to all API doc comments.
-
Matthias Clasen authored
Thu Oct 23 22:41:02 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtk-docs.sgml: Move GtkCombo and GtkOptionMenu to the "Deprecated" chapter. Add GtkFileChooser, GtkFileChooserDialog, GtkFileChooseWidget and GtkFileFilter. * gtk/gtkfilefilter.c (gtk_file_filter_new): Fix doc markup.
-
Matthias Clasen authored
-
Federico Mena Quintero authored
2003-10-23 Federico Mena Quintero <federico@ximian.com> * gtk/gtk.types: Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type, gtk_file_chooser_widget_get_type, gtk_file_filter_get_type. * gtk/gtk-sections.txt: Added GtkFileChooser, GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter. * gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h, gtkfilechooserdefault.h, gtkfilechooserentry.h, gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h, gtkfilesystemunix.h. * gtk/tmpl/gtkfilechooser.sgml: New template file. * gtk/tmpl/gtkfilechooserdialog.sgml: Likewise. * gtk/tmpl/gtkfilechooserwidget.sgml: Likewise. * gtk/tmpl/gtkfilefilter.sgml: Likewise.
-
Kristian Rietveld authored
Thu Oct 23 21:12:50 2003 Kristian Rietveld <kris@gtk.org> * NEWS: Updates for 2.3.0; changed header to match the style we used for 2.1.0.
-
Matthias Clasen authored
Thu Oct 23 20:47:44 2003 Matthias Clasen <maclas@gmx.de> * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually assign the new leader. (#125168, Mariano Suarez-Alvarez)
-
Kristian Rietveld authored
Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c, gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c, gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
-
Raymond Penners authored
-