2.5.7: 2005-02-23 Roel Vanhout * docs/tutorial/: Experimental generation of the html with phpWebNotes code, to allow online comments. Not used yet. 2005-02-18 Murray Cumming * gtk/src/gtk_signals.defs: Removed some more quotes from inside the properties docs strings, because gmmproc can not handle those yet. 2005-02-18 Murray Cumming * gtk/src/cellrenderer.hg: start_editing(): Add a default value of 0 for the last flags parameter, because this is a valid value. * examples/book/treeview/editable_cells: Added a number_validated column, which shows how to handle edited cells without the convenience functions, and how to validate date. 2005-02-15 Murray Cumming * gtk/src/messagedialog.hg: Deprecate set_markup in favour of set_message(string, false), which now uses the new gtk_message_dialog_set_markup() function. We should not have added this, but we are past API freeze now. Added documentation for set_message() and set_secondary_text(). * examples/book/dialogs/messagedialog/examplewindow.cc: Used set_secondary_text(). 2005-02-13 Murray Cumming * gtk/src/cellview.hg, comboboxentry.hg, image.hg, main.hg, gkd/src/pixbuf.hg: Corrected some minor doxygen documenation errors. 2005-02-13 Murray Cumming * atk/src/atk_signals.defs, gdk/src/gdk_signals.defs, gtk/gtk_signals.defs: Regenerate with latest extra_defs_gen, to get the property documentation. * docs/reference: Added widget_hierarchy html image map and .dia original from Marco Scholten in bug 88610. * docs/index.html: Added link to hierarchy. * docs/reference/Makefile.am: Add extra commands to install and upload the widget_hierarchy files. 2005-02-13 Murray Cumming * gtk/src/cellrenderertext.hg: Added documentation for the edited() method. Bug found by Antonio Coralles. 2005-02-13 Murray Cumming * gdk/src/dragtarget.ccg: get_targets(): Fixed typo to fix the build. 2005-02-07 Ronald Lembcke * gdk/src/dragcontext.ccg: get_targets(): Actually step through the list, instead of looping infinitely. Bug #166412. 2005-02-03 Murray Cumming * gtk/src/targetlist.ccg: Add TargetList:: prefix to the create method, so that it is actually defined. Bug found by Ronald Lembcke. 2005-02-02 Murray Cumming * examples/cellrenderercustom/cellrenderertoggle.cc: AppWindow: Move the inner ModelColumns class outside of the AppWindow class, because the IRIX MipsPro compiler (wrongly) says that its destructor it was referenced but not defined. * examples/gdk/radar.cc: Added #include of math.h, needed by IRIX MipsPro compiler. 2005-02-02 Murray Cumming * gtk/src/treeview.hg: append_column_numeric(), _connect_auto_store_editable_signal(): Use an intermediate function pointer, because the IRIX MipsPro compiler needs that. 2005-02-01 Murray Cumming * examples/book/clipboard/ideal/examplewindow.cc: on_clipboard_received_targets(). Use targets = targets_array instead of targets(targets_array). The IRIX MipsPro compiler needs this, maybe because of the ustring-std::string conversion. We should maybe use ustring anyway. 2005-02-01 Murray Cumming * gtk/gtkmm/comboboxtext.h: Class documentation: Warn about using this with Glade. Bug #165411, 2005-02-01 Murray Cumming * configure.in: Check for atk version 1.9 at configure time, because that is what we use, because it follows the same schedule as gtkmm. 2005-02-01 Murray Cumming * gtk/src/treeview.hg, colorselection.ccg: Remove the #ifdefs for AIX, because sigc::bind now works on AIX.