]> Pileus Git - ~andy/gtk/commit
speedups speedups speedups....
authorTim Janik <timj@gtk.org>
Thu, 7 May 1998 09:23:50 +0000 (09:23 +0000)
committerTim Janik <timj@src.gnome.org>
Thu, 7 May 1998 09:23:50 +0000 (09:23 +0000)
commit8460f39363f2cfe6b6e03796baa776050afe34da
tree92c17e1f96d7c4e2977c630f7f41a8c9f03b974c
parent8b667441a339dfcef4b8ae1f6959d3cb6b112765
speedups speedups speedups....

this one is actually noticable on widget destruction.

Thu May  7 10:29:24 1998  Tim Janik  <timj@gtk.org>

        * gtk/gtksignal.c (gtk_signal_newv): suport middle dashes ('-') in
        signal names, e.g. "signal-name" is now an alias for "signal_name".
        (gtk_signal_handler_new): allocate handlers through a global handler
        structure list, that's faster than memchunks.
        (gtk_emission_new): allocate emissions through a global emission
        structure list, that's faster than memchunks.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtksignal.c