summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Use a default value, to show that it can be done. (This change, fromMurray Cumming2007-02-101-0/+5
* Merged some stuff from HEAD.Murray Cumming2006-11-211-2/+2
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-123-0/+114
* Mark private functions as static, to stop them being exported in the API,Murray Cumming2006-04-121-1/+1
* Added --enable-use-deprecations, defaulting to no (do not check for them),Murray Cumming2005-11-291-1/+1
* Inherit signal handler objects from sigc::trackable. This is necessaryMurray Cumming2005-04-273-3/+3
* Added MainContext::signal_child_watch() Added child_watch/ exampleYair Hershkovitz2005-03-144-1/+86
* Removed the #ifdef for AIX, because sigc::bind now works on AIX.Murray Cumming2005-02-013-25/+0
* Added MSVC_Net2003 directory. Added mkfifo #define (for mingw32). AddedCedric Gustin2005-01-241-1/+6
* Added new compiler tests to see whether extern C functions are put in theMurray Cumming2005-01-213-3/+31
* Copy constructor: Copy the short name form the src, not from itself. BugMurray Cumming2005-01-091-1/+0
* Add add_entry(entry, bool&), to wrap use of G_OPTION_ARG_NONE. Bug #163325Murray Cumming2005-01-091-5/+13
* Provide a means of obtaining Glib::IOChannel error information from theChris Vine2005-01-053-74/+143
* Adapted and added iochannel_stream example from Chris Vine in bug #138259.Murray Cumming2004-12-195-1/+479
* Added add_entry() for vector<ustring> and add_entry_filename() forMurray Cumming2004-11-011-11/+25
* Remove accessors for arg and arg_data. add_entry(): Remove arg_typeMurray Cumming2004-10-261-15/+33
* add_entry(): Fixed crash by creating a temporary array, with a nulled lastMurray Cumming2004-10-171-3/+5
* Rethought the structure now that I see how the parts work together.Murray Cumming2004-10-101-10/+55
* Wrapped more methods, but I have still not finished. Started an example.Murray Cumming2004-09-275-6/+58
* Regenerated with h2defs.py Added optionentry.[hg|ccg],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