summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Removed the #ifdef for AIX, because sigc::bind now works on AIX.Murray Cumming2005-02-013-25/+0
* Added new compiler tests to see whether extern C functions are put in theMurray Cumming2005-01-213-3/+31
* Made a destructor virtual, to avoid a warning, to fix the build.Murray Cumming2004-09-261-1/+1
* Fixed a race condition on win32 that involved the combined use of auto_ptrCedric Gustin2004-09-131-10/+21
* Explicitely join all threads. Hopefully that'll fix the crash on win32Daniel Elstner2004-06-141-2/+12
* Remove unused parameter names to fix building with -Werror.Daniel Elstner2004-06-132-2/+2
* Revert last commit because it's silly. To make the code trulyDaniel Elstner2004-05-201-27/+7
* Set a good example and be paranoid about possible memory leaks due toDaniel Elstner2004-05-201-7/+27
* Code cleanup. Most importantly, get rid of the locking around std::coutDaniel Elstner2004-05-201-50/+51
* 2.4.0:Murray Cumming2004-04-111-1/+1
* documentation fixes and corrections in the comments reflecting the shiftMartin Schulze2004-02-132-6/+4
* glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 forMurray Cumming2004-02-103-16/+16
* minor example code cleanupMurray Cumming2003-10-183-10/+15
* fixed to cast out all gktmm code, now they only need glimm. AddedJ. Abelardo Gutierrez2003-10-172-163/+118
* Added doxygen comments to gobj() methods. Commented-out a std::right thatMurray Cumming2003-05-021-1/+5
* finished previous commitMurray Cumming2003-04-202-111/+0
* It's now updated and in gtkmm/examples/book.Murray Cumming2003-04-201-1/+0
* removed examples from DIST_SUBDIRSCedric Gustin2003-03-221-5/+5
* Install examples. The are built by default too. Patch adapted for glibmmCedric Gustin2003-03-142-3/+33
* Corrected LIBS and CFLAGS. Not all of these build because they use gtkmmMurray Cumming2003-01-211-3/+3
* More version fixing.Murray Cumming2003-01-211-10/+1
* It now builds, though I haven' tried installing it. The library names andMurray Cumming2003-01-081-27/+4
* Initial revisionMurray Cumming2003-01-0717-0/+1062