]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-2
Sanity check default font family name and size.
[~andy/gtk] / ChangeLog.pre-2-2
index 5d14affe5a9ecf86e96d1c64249174a402884fdd..e68e2174b4518f347762efe6fa709a72be65a7ff 100644 (file)
@@ -1,3 +1,170 @@
+Sat Feb 23 22:37:23 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkstyle.c (gtk_style_init): Sanity check default
+       font family name and size.
+
+       * gtk/gtkwindow.c (gtk_window_set_default_size): Remove
+       incorrect comment about the geometry widget.
+
+       * gtk/gtkwindow.c (gtk_window_move_resize): Unset the
+       gtk_window_resize)() information once we've set the size
+       once, to avoid it coming back next time we queue a resize.
+       (#72359)
+
+       * gtk/gtkwindow.c (gtk_window_move_resize): Remove
+       setthing of ->need_default_size from here, Havoc
+       says that it should correspond more or less exactly
+       to GTK_WIDGET_MAPPED (window).
+
+Sat Feb 23 23:00:48 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreemodel.h: add () to function macros as per owen's
+       request.
+
+       * gtk/gtkfontsel.c: (gtk_font_selection_select_best_style),
+       (gtk_font_selection_show_available_sizes),
+       (gtk_font_selection_set_font_name):
+       * gtk/gtktreemodel.c: (gtk_tree_model_get_iter_first),
+       (gtk_tree_model_foreach):
+       * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_sort_level),
+       (gtk_tree_model_sort_build_level):
+       * gtk/gtktreeselection.c: (gtk_tree_selection_selected_foreach):
+       * gtk/gtktreeview.c: (validate_visible_area),
+       (gtk_tree_view_focus_to_cursor), (gtk_tree_view_set_model),
+       (gtk_tree_view_map_expanded_rows), (gtk_tree_view_search_move),
+       (gtk_tree_view_search_init):
+       * tests/testtreeview.c: (run_automated_tests): change iter_root
+       to iter_first
+
+Sat Feb 23 22:10:52 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreemodel.c (gtk_tree_path_new_first): change new_root to
+       new_first to avoid confusion.
+       (gtk_tree_model_get_iter_first): ditto.
+
+Sat Feb 23 20:59:05 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkstyle.c gtk/gtkrc.[ch]: gtk/gtksettings.c gtk/gtkstyle.c:
+       Patch from Richard Hestilow to add a gtk-font-name GtkSetting.
+
+       * gdk/x11/gdkevents-x11.c: Add Gtk/FontName XSETTING.
+
+2002-02-24  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/gtkfilesel.c: Move inclusion of <windows.h> before inclusion
+       of <winsock.h>, to actually get STRICT prototypes for Win32
+       API. Include glib.h early to get G_OS_WIN32 and G_WITH_CYGWIN.
+       Don't declare static functions that aren't defined if !HAVE_PWD_H
+       or if G_OS_WIN32.
+       (win32_gtk_add_drives_to_dir_list): Remove #if 0 code, reindent.
+       (gtk_file_selection_get_selections): Don't crash if nothing has
+       been selected.
+
+Sat Feb 23 20:33:29 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkplug.[ch] gtk/gtksocket.[ch] gtk/xembed.h: Implement 
+       accelerator propagation using a custom XEMBED_GTK_KEY_GRAB
+       XEMBED_GTK_KEY_UNGRAB pair of messages.
+
+       * gtk/gtkwindow.[ch]: private export _gtk_window_keys_foreach().
+
+       * gtk/gtkplug.c (gtk_plug_set_is_child): Clear focus and default
+       widgets.
+
+2002-02-23  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtktextbuffer.c (save_range): change gravity of start/end
+       marks so that text added at either end of the range doesn't end up
+       inside the range.
+       (gtk_text_buffer_real_insert_range): fix to handle pasting a range
+       into itself. #71412
+       
+Sat Feb 23 19:05:34 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (validate_visible_area): Didn't refind node
+       when it was NULL.  Bug found by Tor Lillqvist.
+
+2002-02-24  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkevents-win32.c (build_keypress_event,
+       build_keyrelease_event, gdk_event_translate): Set also group in
+       the key press/release events, always to zero for now.
+
+2002-02-24  Anders Carlsson  <andersca@gnu.org>
+
+       * gtk/stock-icons/stock_dialog_error_48.png: 
+       * gtk/stock-icons/stock_sort_ascending_16.png:
+       * gtk/stock-icons/stock_undelete_24.png: 
+       * gtk/stock-icons/stock_sort_descending_16.png: 
+       Alpha-pad icons so they get the correct size.
+       
+Sat Feb 23 16:52:38 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkentry.c: Patch from Matthias Clasen to remove some
+       excessive ::changed signals for GtkEntry. (#53130)
+
+2002-02-23  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk-zip.sh.in: Include the gtkrc files for themes.
+
+2002-02-23  Anders Carlsson  <andersca@gnu.org>
+
+       * gtk/gtkiconfactory.c (get_default_icons): Register 16x16 
+       versions of most icons.
+
+       * gtk/stock-icons: Add 16x16 versions
+       of most icons.
+
+Wed Feb 20 16:44:05 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): delay
+       scrolling until we try to draw the window.
+
+       * gtk/gtktreeview.c (validate_visible_area): Implement
+       scroll_to_cell.
+
+2002-02-23  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/gtk.def: Add missing gtk_file_selection_get_select_multiple.
+       Remove gtk_tree_view_column_cell_* entry points that were made
+       private.
+
+Sat Feb 23 15:43:46 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktogglebutton.c: Make button draw depressed whenever
+       the user clicks / activates it, whether it's off/on/inconsistent.
+
+Sat Feb 23 11:54:12 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/*.h gdk/*.h: Massive padding addition to class structures.
+
+       * gtk/gtktextmark.h: Fix a FIXME about G_CONST_RETURN.
+
+Fri Feb 22 20:28:18 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkrange.c: Applied patch from Thomas Leonard to make
+       stepper click to scroll take effect immediately, rather than after
+       a delay (#67649).
+
+       * gtk/gtkrange.c: Remove right-click == step in trough since it
+       isn't a useful binding and it's a large area to hit accidentally.
+       (Leave it on the steppers since its more useful there and less
+       likely to do accidentally.)
+
+2002-02-23  Pablo Saratxaga  <pablo@mandrakesoft.com>
+
+       * configure.in (ALL_LINGUAS): Add "cy" to the language list.
+
+2002-02-23  Jody Goldberg <jody@gnome.org>
+
+       * gtk/gtkaccelgroup.c (gtk_accel_group_connect) : lower case the
+         key_val.
+       (gtk_accel_group_connect_by_path) : ditto.
+       (gtk_accel_group_disconnect_key) : ditto.
+
+       * gtk/gtkwidget.c (gtk_widget_real_key_release_event) : simplify.
+       (gtk_widget_real_key_press_event) : ditto.
+
 Sat Feb 23 00:28:47 2002  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeviecolumn.c: Documented undocumented functions.