diff options
author | Darin Adler <darin@src.gnome.org> | 2002-02-12 01:00:22 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2002-02-12 01:00:22 +0000 |
commit | c823b8f6fd93c29ffcf10d7e2530b4e48d6444f5 (patch) | |
tree | 98f0730d28b7b27459df5352433662441d2f4618 /ChangeLog | |
parent | fa5f2b7463c91f4096ba096e45a4fea61464fc2f (diff) | |
download | gtk+-c823b8f6fd93c29ffcf10d7e2530b4e48d6444f5.tar.gz |
Consider reordering the row even when there's no sort column, if there's a
* gtk/gtktreemodelsort.c: (gtk_tree_model_sort_row_changed):
Consider reordering the row even when there's no sort column, if
there's a default sort function.
(gtk_tree_model_sort_rows_reordered): Use symbolic constants.
(gtk_tree_model_sort_level_find_insert): Add code to handle the
case where there is no sort column, but a default sort function.
(gtk_tree_model_sort_insert_value): Add code to handle the case
where there is no sort column an no default sort function.
(gtk_tree_model_sort_set_model): Use symbolic constant.
(gtk_tree_model_sort_reset_default_sort_func): Use symbolic constant.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2002-02-11 Darin Adler <darin@bentspoon.com> + + * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_row_changed): + Consider reordering the row even when there's no sort column, if + there's a default sort function. + (gtk_tree_model_sort_rows_reordered): Use symbolic constants. + (gtk_tree_model_sort_level_find_insert): Add code to handle the + case where there is no sort column, but a default sort function. + (gtk_tree_model_sort_insert_value): Add code to handle the case + where there is no sort column an no default sort function. + (gtk_tree_model_sort_set_model): Use symbolic constant. + (gtk_tree_model_sort_reset_default_sort_func): Use symbolic constant. + 2002-02-11 Sven Neumann <sven@gimp.org> * gtk/gtkfilesel.c: converted the "Delete File" dialog to |