summaryrefslogtreecommitdiff
path: root/libs/libglademm/NEWS
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-11-11 04:30:28 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-11-11 04:30:28 +0000
commitc9f039a92457221e9e76e06c7ee4e4a34dc72d05 (patch)
tree9db27e5c85c4f2467436c6ad2a2b7dc0a6f2c154 /libs/libglademm/NEWS
parentf34ef3c93a0985aa6fd95c5d92ea6b9c648587f3 (diff)
added libglademm
git-svn-id: svn://localhost/trunk/ardour2@78 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/libglademm/NEWS')
-rw-r--r--libs/libglademm/NEWS95
1 files changed, 95 insertions, 0 deletions
diff --git a/libs/libglademm/NEWS b/libs/libglademm/NEWS
new file mode 100644
index 0000000000..52eacdedbe
--- /dev/null
+++ b/libs/libglademm/NEWS
@@ -0,0 +1,95 @@
+2.6.1:
+
+* Windows build fixes. (Cedric Gustin)
+
+2.6.0:
+
+libglademm 2.6 is API/ABI-compatible with libglademm 2.4.
+
+Changes since libglademm 2.4:
+
+* Glade::Xml: Added connect_clicked() for easy connection of
+ buttons and menuitems signals. (Alberto Paro)
+* Glade::VariablesMap: now handles Entry, ComboTextEntry,
+ SpinButton, *Scale, Calendar and CheckBox. (Alberto Paro).
+
+
+2.5.1:
+
+* Glade::Xml: Added connect_clicked() for easy connection of
+ buttons and menuitems signals. (Alberto Paro)
+* Glade::VariablesMap: now handles Entry, ComboTextEntry,
+ SpinButton, *Scale, Calendar and CheckBox. (Alberto Paro).
+
+2.4.1:
+
+* gcc 3.4 build fix. (Bryan Forbes)
+
+2.4.0:
+
+The API is now stable.
+
+2.3.3:
+
+* get_widget():
+ - Don't create a C++ object with a null C object, when the
+ C object can not be found. (jdhall)
+ - Really return existing widget wrappers. (Murray Cumming)
+* Stop accidental need for doxygen when building from tarballs.
+ (Murray Cumming)
+* win32: Test for -mms-bitfields / -fnative-struct.
+
+2.3.2:
+
+* Updated for new libsigc++ 2 syntax.
+
+2.3.1:
+
+Documentation:
+- Generate and install devhelp file.
+- beautify hmtl documentation, like the gtkmm docs.
+- Install html documentation.
+
+2.3.0:
+
+This is the new unstable branch of the parallel-installable libglademm 2.4,
+for use with gtkmm 2.4.
+
+2.1.2:
+
+* get_widget_derived() now returns an existing C++ instance if one exists, like
+ get_widget() already does. (Murray Cumming)
+
+2.1.1:
+
+No changes. Just recreated the tarball - it was not installing the .la files.
+
+2.1.0:
+
+This is the development phase for libglademm 2.2.0,
+which will add API but will not break API or ABI.
+
+* Added Glade::Xml::get_widget_derived() and
+ examples/derived/ to demonstrate it.
+ This allows you to use Glade to layout your
+ own derived container widgets. Tell me what you
+ think.
+ (Murray Cumming)
+
+
+2.0.1:
+
+* Rebuilt the tarball with newer autotools, fixing the $SED problem.
+
+2.0.0
+
+* Glade::Xml::create() now throws an XmlError expection if it fails.
+ (Daniel Elstner)
+* Minimise use of templates, to reduce application code size.
+ (Daniel Elstner)
+
+1.3.5
+
+
+
+