summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2004-03-14 16:02:33 +0000
committerHans Breuer <hans@src.gnome.org>2004-03-14 16:02:33 +0000
commite8a4c8442d759d97fa081352ad4788f32a2a9086 (patch)
tree529b51fa782e411abc45d4e19d7fda4f729338c0
parent5bba005c17e5453c92bfe441d174ca55fa581660 (diff)
downloadgtk+-e8a4c8442d759d97fa081352ad4788f32a2a9086.tar.gz
gtk/gtkcombobox.c : prototype cell_view_sync_cells() before first usage
2004-03-14 Hans Breuer <hans@breuer.org> gtk/gtkcombobox.c : prototype cell_view_sync_cells() before first usage gtk/makefile.msc.in : updated 'gtk_public_h_sources' tests/makefile.msc : added testspinbutton
-rw-r--r--ChangeLog9
-rw-r--r--ChangeLog.pre-2-109
-rw-r--r--ChangeLog.pre-2-49
-rw-r--r--ChangeLog.pre-2-69
-rw-r--r--ChangeLog.pre-2-89
-rw-r--r--gtk/gtkcombobox.c2
-rw-r--r--gtk/makefile.msc.in7
-rw-r--r--tests/makefile.msc2
8 files changed, 55 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d26818b680..6d5059044c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-03-14 Hans Breuer <hans@breuer.org>
+
+ gtk/gtkcombobox.c : prototype cell_view_sync_cells() before
+ first usage
+
+ gtk/makefile.msc.in : updated 'gtk_public_h_sources'
+
+ tests/makefile.msc : added testspinbutton
+
Sun Mar 14 01:01:18 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index d26818b680..6d5059044c 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,12 @@
+2004-03-14 Hans Breuer <hans@breuer.org>
+
+ gtk/gtkcombobox.c : prototype cell_view_sync_cells() before
+ first usage
+
+ gtk/makefile.msc.in : updated 'gtk_public_h_sources'
+
+ tests/makefile.msc : added testspinbutton
+
Sun Mar 14 01:01:18 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index d26818b680..6d5059044c 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,12 @@
+2004-03-14 Hans Breuer <hans@breuer.org>
+
+ gtk/gtkcombobox.c : prototype cell_view_sync_cells() before
+ first usage
+
+ gtk/makefile.msc.in : updated 'gtk_public_h_sources'
+
+ tests/makefile.msc : added testspinbutton
+
Sun Mar 14 01:01:18 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index d26818b680..6d5059044c 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,12 @@
+2004-03-14 Hans Breuer <hans@breuer.org>
+
+ gtk/gtkcombobox.c : prototype cell_view_sync_cells() before
+ first usage
+
+ gtk/makefile.msc.in : updated 'gtk_public_h_sources'
+
+ tests/makefile.msc : added testspinbutton
+
Sun Mar 14 01:01:18 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index d26818b680..6d5059044c 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,12 @@
+2004-03-14 Hans Breuer <hans@breuer.org>
+
+ gtk/gtkcombobox.c : prototype cell_view_sync_cells() before
+ first usage
+
+ gtk/makefile.msc.in : updated 'gtk_public_h_sources'
+
+ tests/makefile.msc : added testspinbutton
+
Sun Mar 14 01:01:18 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c
index 8932d9f6ad..0690152eea 100644
--- a/gtk/gtkcombobox.c
+++ b/gtk/gtkcombobox.c
@@ -361,6 +361,8 @@ static void gtk_combo_box_cell_layout_reorder (GtkCellLayout
static gboolean gtk_combo_box_mnemonic_activate (GtkWidget *widget,
gboolean group_cycling);
+static void cell_view_sync_cells (GtkComboBox *combo_box,
+ GtkCellView *cell_view);
GType
gtk_combo_box_get_type (void)
diff --git a/gtk/makefile.msc.in b/gtk/makefile.msc.in
index 98ef8d190f..5991516024 100644
--- a/gtk/makefile.msc.in
+++ b/gtk/makefile.msc.in
@@ -249,6 +249,8 @@ gtk_public_h_sources = \
gtkaccellabel.h \
gtkaccelmap.h \
gtkaccessible.h \
+ gtkaction.h \
+ gtkactiongroup.h \
gtkadjustment.h \
gtkalignment.h \
gtkarrow.h \
@@ -274,6 +276,8 @@ gtk_public_h_sources = \
gtkcolorsel.h \
gtkcolorseldialog.h \
gtkcombo.h \
+ gtkcombobox.h \
+ gtkcomboboxentry.h \
gtkcontainer.h \
gtkctree.h \
gtkcurve.h \
@@ -343,6 +347,7 @@ gtk_public_h_sources = \
gtkprivate.h \
gtkprogress.h \
gtkprogressbar.h \
+ gtkradioaction.h \
gtkradiobutton.h \
gtkradiomenuitem.h \
gtkradiotoolbutton.h \
@@ -378,6 +383,7 @@ gtk_public_h_sources = \
gtktexttagtable.h \
gtktextview.h \
gtktipsquery.h \
+ gtktoggleaction.h \
gtktogglebutton.h \
gtktoggletoolbutton.h \
gtktoolbar.h \
@@ -396,6 +402,7 @@ gtk_public_h_sources = \
gtktreeview.h \
gtktreeviewcolumn.h \
gtktypeutils.h \
+ gtkuimanager.h \
gtkvbbox.h \
gtkvbox.h \
gtkviewport.h \
diff --git a/tests/makefile.msc b/tests/makefile.msc
index a38502ee50..de8ab66655 100644
--- a/tests/makefile.msc
+++ b/tests/makefile.msc
@@ -48,7 +48,7 @@ TESTAPPS = \
testicontheme testinput \
testmenus testmerge testmultidisplay testmultiscreen \
testrgb \
- testselection \
+ testselection testspinbutton \
testtext testtextbuffer testtoolbar \
testtreecolumns testtreeedit testtreeflow testtreefocus \
testtreesort testtreeview treestoretest \