2.12.5: 2008-02-24 Murray Cumming * configure.in: * docs/reference/Makefile.am: * docs/reference/images/Makefile.am: * docs/reference/images/widgets/Makefile.am: Added Makefile.am files to dist the contents of these new directories, to fix distcheck. 2008-02-21 Deng Xiyue * demos/gtk-demo/demowindow.cc * demos/gtk-demo/example_pixbufs.cc * demos/gtk-demo/example_textview.cc * demos/gtk-demo/example_treeview_editable_cells.cc * demos/gtk-demo/textwidget.cc * examples/book/box/main.cc * examples/book/custom/custom_widget/mywidget.cc * examples/book/drawingarea/arcs/myarea.cc * examples/book/drawingarea/clock/clock.cc * examples/book/treeview/editable_cells/examplewindow.cc * examples/gdk/radar.cc * gtk/gtkmm/targetentry.cc * gtk/src/ruler.ccg * gtk/src/scale.ccg * gtk/src/treeview.hg Fix header inclusion and use using directive for C functions to fix build on gcc-4.3 and Solaris. Refined from Tim Mooney's patch. (Bug #498438, #517530) 2008-02-18 Jonathon Jongsma * docs/reference/images/widgets/notebook1.png: * docs/reference/images/widgets/textview1.png: * gtk/src/aboutdialog.hg: * gtk/src/colorselection.hg: * gtk/src/filechooserdialog.hg: * gtk/src/fontselection.hg: * gtk/src/frame.hg: * gtk/src/messagedialog.hg: * gtk/src/notebook.hg: * gtk/src/recentchooserdialog.hg: * gtk/src/scale.hg: * gtk/src/scrollbar.hg: * gtk/src/separator.hg: * gtk/src/table.hg: * gtk/src/toggletoolbutton.hg: add a bunch more images to the API reference 2008-02-18 Jonathon Jongsma patch by: Chris Wang * demos/gtk-demo/Makefile.am: install resource files for gtkmm demo program (also change the name from 'demo' to 'gtkmm-demo'). Fixes Bug #516602 2008-02-18 Jonathon Jongsma patch by: Chris Wang * demos/gtk-demo/demowindow.cc: * demos/gtk-demo/example_images.cc: * demos/gtk-demo/example_pixbufs.cc: * demos/gtk-demo/example_textview.cc: fix gtkmm demo program to be able to find the source and image files when not run from the source directory. Fixes bug #516600 2008-02-18 Jonathon Jongsma * gtk/gtkmm/stock.h: update gtk stock icon names 2008-02-18 Jonathon Jongsma * docs/reference/Makefile.am: * gtk/gtkmm/stock.h: * gtk/src/calendar.hg: * gtk/src/entry.hg: * gtk/src/progressbar.hg: * gtk/src/spinbutton.hg: * gtk/src/textview.hg: add a few more widget images to the API documentation 2008-02-18 Jonathon Jongsma * docs/reference/Doxyfile.in: add an image directory with widget screenshots to the doxygen config file * gtk/src/arrow.hg: * gtk/src/button.hg: * gtk/src/buttonbox.hg: * gtk/src/checkbutton.hg: * gtk/src/colorbutton.hg: * gtk/src/combobox.hg: * gtk/src/comboboxentry.hg: * gtk/src/filechooserbutton.hg: * gtk/src/fontbutton.hg: * gtk/src/image.hg: * gtk/src/label.hg: * gtk/src/linkbutton.hg: * gtk/src/menubar.hg: * gtk/src/radiobutton.hg: * gtk/src/scale.hg: * gtk/src/scrollbar.hg: * gtk/src/separator.hg: * gtk/src/statusbar.hg: add a widget screenshot to the class overview documentation. * docs/reference/images/widgets/*.png: add screenshots of some common widgets. More will come eventually. 2008-02-02 Kjartan Maraas * demos/gtk-demo/demowindow.cc: * demos/gtk-demo/textwidget.cc: * examples/book/custom/custom_widget/mywidget.cc: Fix build with GCC 4.3. 2008-01-26 Murray Cumming * atk/src/action.hg: * atk/src/editabletext.hg: * atk/src/image.hg: * atk/src/object.hg: * atk/src/streamablecontent.hg: * gtk/src/celllayout.hg: * gtk/src/cellrenderer.hg: * gtk/src/cellrendereraccel.hg: * gtk/src/cellrenderertext.hg: * gtk/src/cellrenderertoggle.hg: * gtk/src/entry.hg: * gtk/src/entrycompletion.hg: * gtk/src/recentchooser.hg: * gtk/src/statusbar.hg: * gtk/src/style.hg: * gtk/src/textview.hg: Added conversions from const gchar* to const ustring&, to fix the build I guess I removed this from a convert_*.m4 file, to discourage people from returning const ustring& from methods. Bug #511708 (José Alburquerque). 2.12.4: