First experience with gtkmm

2008-07-16 Thread Michael Ferrier
Hello, I just want to drop a line to let you know of my very positive experience learning and using gtkmm. This was my first experience with an open source library, and I have to admit that I approached it with suspicions that the lack of a profit motive would result in inferior work. Instead, I

Re: First experience with gtkmm

2008-07-16 Thread Murray Cumming
On Wed, 2008-07-16 at 01:39 -0400, Michael Ferrier wrote: Hello, I just want to drop a line to let you know of my very positive experience learning and using gtkmm. This was my first experience with an open source library, and I have to admit that I approached it with suspicions that the

Re: First experience with gtkmm

2008-07-16 Thread Hubert Figuiere
On Wed, 2008-07-16 at 01:39 -0400, Michael Ferrier wrote: 1) The documentation is incomplete, skimming over or leaving out major features. Because of this I had to find other web resources and do a lot of digging through header files. The system is intuitive enough that this was not a big

[ANN] gelgmm 0.0.17 release

2008-07-16 Thread Hubert Figuiere
Hi I released (with the help of jonner for the upload) geglmm 0.0.17. You'll find it there: http://ftp.gnome.org/pub/gnome/sources/geglmm/0.0/ This is the C++ binding for gegl 0.0.18 Hub signature.asc Description: This is a digitally signed message part

Gtkmm-forge Digest, Vol 26, Issue 5

2008-07-16 Thread gtkmm-forge-request
Send Gtkmm-forge mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/gtkmm-forge or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach

ANNOUNCE: gtkmm 2.13.4

2008-07-16 Thread Murray Cumming
*** gtkmm 2.14: gtkmm 2.13 wraps new API in GTK+ 2.13. It will become the API/ABI-stable gtkmm 2.14 when GTK+ 2.14.0 is released. gtkmm 2.13 is API/ABI-compatibile with gtkmm 2.12, 2.10, 2.8, 2.6 and 2.4. It is a version of the gtkmm-2.4 API. gtkmm stays in-sync with GTK+ by following the

up-to-date libglade-dev package for win32

2008-07-16 Thread Jens Georg
Hi, I'm looking for an up-to-date libglade-dev package including the msvc *.lib files to compile libglademm . The package on ftp.gnome.org only includes the .dll.a for mingw and the package on gladewin32.sf.net is missing Changeset 539, it seems, because I run exactly into this error.

ANNOUNCE: glibmm 2.17.1 released

2008-07-16 Thread Jonathon Jongsma
*** About glibmm glibmm is a C++ API for glib, used by gtkmm. glibmm 2.17 wraps new API in glib 2.17, including the gio library, and is API/ABI-compatibile with glibmm 2.16,2.14, 2.12, 2.10, 2.8, 2.6 and 2.4. It is a version of the glibmm-2.4 API. gtkmm and glibmm stay in-sync

Re: First experience with gtkmm

2008-07-16 Thread Robert Pearce
On Wed, 16 Jul 2008 01:39:15 -0400 Michael Ferrier [EMAIL PROTECTED] wrote: This was my first experience with an open source library, and I have to admit that I approached it with suspicions that the lack of a profit motive would result in inferior work. That's such a Western Capitalist

Re: up-to-date libglade-dev package for win32

2008-07-16 Thread Jens Georg
I'm looking for an up-to-date libglade-dev package including the msvc *.lib files to compile libglademm . The package on ftp.gnome.org only includes the .dll.a for mingw and the package on gladewin32.sf.net is missing Changeset 539, it seems, because I run exactly into this error. Nevermind.

Custom memory manager and calling unref for Cairo::RefPtrCairo::Context

2008-07-16 Thread Roman Yazmin
Hi everyone. I'm using custom memory manager and operators like new and delete are overloaded. Sample code: bool MyDraw::on_expose_event(GdkEventExpose* event) { Glib::RefPtrGdk::Window window = get_window(); if(window) { Cairo::RefPtrCairo::Context cr =