- 28 Oct, 2003 3 commits
-
-
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 18 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
-
cinamod authored
-
Soeren Sandmann authored
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk> * NEWS: Partial update for 2.3.0.
-
Owen Taylor authored
Thu Oct 23 01:09:04 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkfilechooserdefault.c: Convert GtkOptionMenu to GtkComboBox.
-
Owen Taylor authored
-
Owen Taylor authored
Wed Oct 22 23:20:04 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkfilechooser.[ch] gtk/gtkfilefilter.[ch] gtk/gtkfilechooserwidget.[ch] gtk/gtkfilechooserdialog.[ch]: gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic framework for the new file selector widget. * gtk/gtkfilechooserdefault.[ch] gtk/gtkcellrenderersep.[ch] gtk/gtkfilechooserentry.[ch] gtk/gtkfilesystemmodel.[ch]: Initial implementation of the GtkFileChooser user interface. * gtk/gtkfilesystemunix.[ch]: GtkFileSystem implementation for Unix files. * configure.in gtk/Makefile.am gtk/xdgmime: Build code for freedesktop.org MIME system on Unix. * tests/testfilechooser.c: Test program for GtkFileChooser * tests/prop-editor.c: Add support for properties on interfaces.
-
Owen Taylor authored
Tue Oct 21 16:12:51 2003 Owen Taylor <otaylor@redhat.com> * demos/gtk-demo/menus.c (do_menus): Fix some unused variables. * gtk/gtkmain.c (_gtk_get_lc_ctype): Fix an unused variable warning
-
Federico Mena Quintero authored
2003-10-22 Federico Mena Quintero <federico@ximian.com> * gtkfilechooserdefault.[ch]: Renamed from GtkFileChooserImplDefault to GtkFileChooserDefault.
-
- 22 Oct, 2003 4 commits
-
-
Matthias Clasen authored
-
Vincent van Adrighem authored
2003-10-22 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Dutch translation updated by Tino Meinen.
-
Raymond Penners authored
-
Raymond Penners authored
-
- 21 Oct, 2003 3 commits
-
-
Kristian Rietveld authored
Tue Oct 21 22:07:12 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set ctrl_pressed and shift_pressed according to the current event state (if there is one). (Fixes #125063, reported by Sebastien Bacher).
-
cinamod authored
-
Federico Mena Quintero authored
2003-10-20 Federico Mena Quintero <federico@ximian.com> * gtkfilesystem.c (gtk_file_info_free): Free the info itself. * gtkfilechooserimpldefault.c (shortcuts_insert_path): Free the GtkFileInfo.
-