mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
forgot the ChangeLog ;(((
-timj
This commit is contained in:
parent
8cff9d3307
commit
de26d9af9b
17
ChangeLog
17
ChangeLog
@ -12,6 +12,23 @@ Sat Mar 21 19:07:01 1998 Owen Taylor <owt1@cornell.edu>
|
||||
* gtk/gtkmain.c: Make temporary copy of string returned by
|
||||
setlocale, since it may be changed by subsequent calls.
|
||||
|
||||
Sat Mar 21 22:54:31 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkhandlebox.h:
|
||||
* gtk/gtkhandlebox.c: major overhaul of the code, fixed all
|
||||
known bugs (hopefully ;).
|
||||
|
||||
Sat Mar 20 15:33:17 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_real_show): queue the resize for the
|
||||
parent.
|
||||
|
||||
Thu Mar 19 02:00:50 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_unrealize): unset flags after emission,
|
||||
especially GTK_MAPPED, since that might not have been taken care of
|
||||
by an UNMAP emission.
|
||||
|
||||
Sat Mar 21 10:39:02 CET 1998 Paolo Molaro <lupus@debian.org>
|
||||
|
||||
* gtk/gtkcombo.[ch] "activate" signal can be disabled now
|
||||
|
@ -12,6 +12,23 @@ Sat Mar 21 19:07:01 1998 Owen Taylor <owt1@cornell.edu>
|
||||
* gtk/gtkmain.c: Make temporary copy of string returned by
|
||||
setlocale, since it may be changed by subsequent calls.
|
||||
|
||||
Sat Mar 21 22:54:31 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkhandlebox.h:
|
||||
* gtk/gtkhandlebox.c: major overhaul of the code, fixed all
|
||||
known bugs (hopefully ;).
|
||||
|
||||
Sat Mar 20 15:33:17 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_real_show): queue the resize for the
|
||||
parent.
|
||||
|
||||
Thu Mar 19 02:00:50 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_unrealize): unset flags after emission,
|
||||
especially GTK_MAPPED, since that might not have been taken care of
|
||||
by an UNMAP emission.
|
||||
|
||||
Sat Mar 21 10:39:02 CET 1998 Paolo Molaro <lupus@debian.org>
|
||||
|
||||
* gtk/gtkcombo.[ch] "activate" signal can be disabled now
|
||||
|
@ -12,6 +12,23 @@ Sat Mar 21 19:07:01 1998 Owen Taylor <owt1@cornell.edu>
|
||||
* gtk/gtkmain.c: Make temporary copy of string returned by
|
||||
setlocale, since it may be changed by subsequent calls.
|
||||
|
||||
Sat Mar 21 22:54:31 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkhandlebox.h:
|
||||
* gtk/gtkhandlebox.c: major overhaul of the code, fixed all
|
||||
known bugs (hopefully ;).
|
||||
|
||||
Sat Mar 20 15:33:17 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_real_show): queue the resize for the
|
||||
parent.
|
||||
|
||||
Thu Mar 19 02:00:50 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_unrealize): unset flags after emission,
|
||||
especially GTK_MAPPED, since that might not have been taken care of
|
||||
by an UNMAP emission.
|
||||
|
||||
Sat Mar 21 10:39:02 CET 1998 Paolo Molaro <lupus@debian.org>
|
||||
|
||||
* gtk/gtkcombo.[ch] "activate" signal can be disabled now
|
||||
|
@ -12,6 +12,23 @@ Sat Mar 21 19:07:01 1998 Owen Taylor <owt1@cornell.edu>
|
||||
* gtk/gtkmain.c: Make temporary copy of string returned by
|
||||
setlocale, since it may be changed by subsequent calls.
|
||||
|
||||
Sat Mar 21 22:54:31 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkhandlebox.h:
|
||||
* gtk/gtkhandlebox.c: major overhaul of the code, fixed all
|
||||
known bugs (hopefully ;).
|
||||
|
||||
Sat Mar 20 15:33:17 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_real_show): queue the resize for the
|
||||
parent.
|
||||
|
||||
Thu Mar 19 02:00:50 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_unrealize): unset flags after emission,
|
||||
especially GTK_MAPPED, since that might not have been taken care of
|
||||
by an UNMAP emission.
|
||||
|
||||
Sat Mar 21 10:39:02 CET 1998 Paolo Molaro <lupus@debian.org>
|
||||
|
||||
* gtk/gtkcombo.[ch] "activate" signal can be disabled now
|
||||
|
@ -12,6 +12,23 @@ Sat Mar 21 19:07:01 1998 Owen Taylor <owt1@cornell.edu>
|
||||
* gtk/gtkmain.c: Make temporary copy of string returned by
|
||||
setlocale, since it may be changed by subsequent calls.
|
||||
|
||||
Sat Mar 21 22:54:31 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkhandlebox.h:
|
||||
* gtk/gtkhandlebox.c: major overhaul of the code, fixed all
|
||||
known bugs (hopefully ;).
|
||||
|
||||
Sat Mar 20 15:33:17 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_real_show): queue the resize for the
|
||||
parent.
|
||||
|
||||
Thu Mar 19 02:00:50 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_unrealize): unset flags after emission,
|
||||
especially GTK_MAPPED, since that might not have been taken care of
|
||||
by an UNMAP emission.
|
||||
|
||||
Sat Mar 21 10:39:02 CET 1998 Paolo Molaro <lupus@debian.org>
|
||||
|
||||
* gtk/gtkcombo.[ch] "activate" signal can be disabled now
|
||||
|
@ -12,6 +12,23 @@ Sat Mar 21 19:07:01 1998 Owen Taylor <owt1@cornell.edu>
|
||||
* gtk/gtkmain.c: Make temporary copy of string returned by
|
||||
setlocale, since it may be changed by subsequent calls.
|
||||
|
||||
Sat Mar 21 22:54:31 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkhandlebox.h:
|
||||
* gtk/gtkhandlebox.c: major overhaul of the code, fixed all
|
||||
known bugs (hopefully ;).
|
||||
|
||||
Sat Mar 20 15:33:17 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_real_show): queue the resize for the
|
||||
parent.
|
||||
|
||||
Thu Mar 19 02:00:50 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_unrealize): unset flags after emission,
|
||||
especially GTK_MAPPED, since that might not have been taken care of
|
||||
by an UNMAP emission.
|
||||
|
||||
Sat Mar 21 10:39:02 CET 1998 Paolo Molaro <lupus@debian.org>
|
||||
|
||||
* gtk/gtkcombo.[ch] "activate" signal can be disabled now
|
||||
|
@ -12,6 +12,23 @@ Sat Mar 21 19:07:01 1998 Owen Taylor <owt1@cornell.edu>
|
||||
* gtk/gtkmain.c: Make temporary copy of string returned by
|
||||
setlocale, since it may be changed by subsequent calls.
|
||||
|
||||
Sat Mar 21 22:54:31 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkhandlebox.h:
|
||||
* gtk/gtkhandlebox.c: major overhaul of the code, fixed all
|
||||
known bugs (hopefully ;).
|
||||
|
||||
Sat Mar 20 15:33:17 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_real_show): queue the resize for the
|
||||
parent.
|
||||
|
||||
Thu Mar 19 02:00:50 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_unrealize): unset flags after emission,
|
||||
especially GTK_MAPPED, since that might not have been taken care of
|
||||
by an UNMAP emission.
|
||||
|
||||
Sat Mar 21 10:39:02 CET 1998 Paolo Molaro <lupus@debian.org>
|
||||
|
||||
* gtk/gtkcombo.[ch] "activate" signal can be disabled now
|
||||
|
4
TODO
4
TODO
@ -12,8 +12,7 @@ Bugs:
|
||||
GtkLabels sometimes redraw without clearing up the underlying background on
|
||||
window resizes.
|
||||
|
||||
* Are there still some GtkCList changes outstanding? (Jay Painter)
|
||||
GtkCList is derived from GtkContainer but doesn't implement the
|
||||
* GtkCList is derived from GtkContainer but doesn't implement the
|
||||
need_resize, focus, add and remove methods from containers.
|
||||
it should at least issue a warning upon invokation of not supported
|
||||
member functions.
|
||||
@ -87,6 +86,7 @@ TODO AFTER GTK 1.0
|
||||
|
||||
* Make all widget attributes configurable after the widget is created (timj).
|
||||
|
||||
* GtkCList improvements. (Jay Painter)
|
||||
* Seperate GtkObject and signaling system from Gdk dependancies?
|
||||
|
||||
* move *_input_add (wrappers for select(2)) mechanism into glib.
|
||||
|
Loading…
Reference in New Issue
Block a user