]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
New tooltips API.
[~andy/gtk] / ChangeLog
index ee01fe0424bf4befac522c4ccead44785ec09dbc..0ff9c9aadf89bc51721b51c3ac09cb17738cd183 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2007-02-06  Kristian Rietveld  <kris@imendio.com>
+
+       New tooltips API.
+
+       * gtk/Makefile.am
+       * gtk/gtk.h
+       * gtk/gtk.symbols: build system foo.
+
+       * gtk/gtkmain.c (gtk_main_do_event): call tooltip event handler
+       hook for appropriate events.
+
+       * gtk/gtkmarshalers.list: add BOOLEAN:INT,INT,BOOLEAN,OBJECT.
+
+       * gtk/gtkrc.c: add style for gtk-tooltip.
+
+       * gtk/gtksettings.c (gtk_settings_class_init): make the
+       different tooltip timeouts configurable.
+
+       * gtk/gtkwidget.[ch]: add new properties, signals, make sure
+       tooltips are hidden on unmap, destroy, update window event
+       mask on realize, hook into focus change and show help
+       handlers.
+
+       * gtk/gtkwindow.h: move GtkWindow typdef to gtkwidget.h ...
+
+       * gtk/gtktooltip.[ch]: new files.
+
+       * tests/Makefile.am
+       * tests/testtooltips.c: add test application.
+
 2007-02-05  Dom Lachowicz <domlachowicz@gmail.com>
 
        * modules/engines/ms-windows/msw_style.c: Fix bug 404506, caused