| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a little KeyFile example. I am surprised that we do not seem to have | Murray Cumming | 2008-06-23 | 4 | -1/+124 |
* | set_long_name(): Do not use NULL for an empty string, because has a | Murray Cumming | 2008-04-13 | 1 | -1/+16 |
* | Correct an include. | Murray Cumming | 2008-01-10 | 1 | -2/+4 |
* | :compose_argv): Rename "format" argument to "fmt" to avoid name clashes | Daniel Elstner | 2007-08-15 | 1 | -6/+3 |
* | New example demonstrating the message compose and format features. New | Daniel Elstner | 2007-08-12 | 3 | -1/+69 |
* | Added a create() method, and added some more default parameter values to | Murray Cumming | 2007-06-22 | 3 | -1/+56 |
* | Use a default value, to show that it can be done. (This change, from | Murray Cumming | 2007-02-10 | 1 | -0/+5 |
* | Early spring cleaning. Also add a paragraph about Dispatcher on win32 to | Daniel Elstner | 2007-01-20 | 1 | -62/+91 |
* | Remove .cvsignore files. | Daniel Elstner | 2007-01-20 | 6 | -32/+0 |
* | Upload to the new hoster instead of to sourceforge. Abstracted the host | Murray Cumming | 2006-10-01 | 1 | -2/+2 |
* | Merged changes from glibmm-2-10 branch. | Murray Cumming | 2006-05-12 | 3 | -0/+114 |
* | Mark private functions as static, to stop them being exported in the API, | Murray Cumming | 2006-04-12 | 1 | -1/+1 |
* | Added --enable-use-deprecations, defaulting to no (do not check for them), | Murray Cumming | 2005-11-29 | 1 | -1/+1 |
* | Inherit signal handler objects from sigc::trackable. This is necessary | Murray Cumming | 2005-04-27 | 3 | -3/+3 |
* | Added MainContext::signal_child_watch() Added child_watch/ example | Yair Hershkovitz | 2005-03-14 | 4 | -1/+86 |
* | Removed the #ifdef for AIX, because sigc::bind now works on AIX. | Murray Cumming | 2005-02-01 | 3 | -25/+0 |
* | Added MSVC_Net2003 directory. Added mkfifo #define (for mingw32). Added | Cedric Gustin | 2005-01-24 | 1 | -1/+6 |
* | Added new compiler tests to see whether extern C functions are put in the | Murray Cumming | 2005-01-21 | 3 | -3/+31 |
* | Copy constructor: Copy the short name form the src, not from itself. Bug | Murray Cumming | 2005-01-09 | 1 | -1/+0 |
* | Add add_entry(entry, bool&), to wrap use of G_OPTION_ARG_NONE. Bug #163325 | Murray Cumming | 2005-01-09 | 1 | -5/+13 |
* | Provide a means of obtaining Glib::IOChannel error information from the | Chris Vine | 2005-01-05 | 3 | -74/+143 |
* | Adapted and added iochannel_stream example from Chris Vine in bug #138259. | Murray Cumming | 2004-12-19 | 5 | -1/+479 |
* | Added add_entry() for vector<ustring> and add_entry_filename() for | Murray Cumming | 2004-11-01 | 1 | -11/+25 |
* | Remove accessors for arg and arg_data. add_entry(): Remove arg_type | Murray Cumming | 2004-10-26 | 1 | -15/+33 |
* | add_entry(): Fixed crash by creating a temporary array, with a nulled last | Murray Cumming | 2004-10-17 | 1 | -3/+5 |
* | Rethought the structure now that I see how the parts work together. | Murray Cumming | 2004-10-10 | 1 | -10/+55 |
* | Wrapped more methods, but I have still not finished. Started an example. | Murray Cumming | 2004-09-27 | 5 | -6/+58 |
* | Regenerated with h2defs.py Added optionentry.[hg|ccg], | Murray Cumming | 2004-09-26 | 1 | -1/+1 |
* | Fixed a race condition on win32 that involved the combined use of auto_ptr | Cedric Gustin | 2004-09-13 | 1 | -10/+21 |
* | Explicitely join all threads. Hopefully that'll fix the crash on win32 | Daniel Elstner | 2004-06-14 | 1 | -2/+12 |
* | Remove unused parameter names to fix building with -Werror. | Daniel Elstner | 2004-06-13 | 2 | -2/+2 |
* | Revert last commit because it's silly. To make the code truly | Daniel Elstner | 2004-05-20 | 1 | -27/+7 |
* | Set a good example and be paranoid about possible memory leaks due to | Daniel Elstner | 2004-05-20 | 1 | -7/+27 |
* | Code cleanup. Most importantly, get rid of the locking around std::cout | Daniel Elstner | 2004-05-20 | 1 | -50/+51 |
* | 2.4.0: | Murray Cumming | 2004-04-11 | 1 | -1/+1 |
* | documentation fixes and corrections in the comments reflecting the shift | Martin Schulze | 2004-02-13 | 2 | -6/+4 |
* | glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 for | Murray Cumming | 2004-02-10 | 3 | -16/+16 |
* | minor example code cleanup | Murray Cumming | 2003-10-18 | 3 | -10/+15 |
* | fixed to cast out all gktmm code, now they only need glimm. Added | J. Abelardo Gutierrez | 2003-10-17 | 2 | -163/+118 |
* | Added doxygen comments to gobj() methods. Commented-out a std::right that | Murray Cumming | 2003-05-02 | 1 | -1/+5 |
* | finished previous commit | Murray Cumming | 2003-04-20 | 2 | -111/+0 |
* | It's now updated and in gtkmm/examples/book. | Murray Cumming | 2003-04-20 | 1 | -1/+0 |
* | removed examples from DIST_SUBDIRS | Cedric Gustin | 2003-03-22 | 1 | -5/+5 |
* | Install examples. The are built by default too. Patch adapted for glibmm | Cedric Gustin | 2003-03-14 | 2 | -3/+33 |
* | Corrected LIBS and CFLAGS. Not all of these build because they use gtkmm | Murray Cumming | 2003-01-21 | 1 | -3/+3 |
* | More version fixing. | Murray Cumming | 2003-01-21 | 1 | -10/+1 |
* | It now builds, though I haven' tried installing it. The library names and | Murray Cumming | 2003-01-08 | 1 | -27/+4 |
* | Initial revision | Murray Cumming | 2003-01-07 | 17 | -0/+1062 |