| Commit message (Expand) | Author | Age | Files | Lines |
* | Variant<>: Make this usable as an ouput parameter. | Murray Cumming | 2010-07-22 | 1 | -1/+8 |
* | Settings example: Minor change. | Murray Cumming | 2010-07-22 | 1 | -2/+2 |
* | Revert changes that I did not mean to commit yet. | Murray Cumming | 2010-07-22 | 1 | -8/+1 |
* | Variant: Added some methods. | Murray Cumming | 2010-07-22 | 1 | -28/+40 |
* | Do not install the schema of the gsettings example | Daniel Elstner | 2010-06-07 | 2 | -20/+25 |
* | Avoid compiler warning. | Murray Cumming | 2010-06-04 | 1 | -1/+1 |
* | Fix make dist with gsettings example | Jonathon Jongsma | 2010-06-01 | 1 | -4/+3 |
* | Remove the reduced API options and code, as discussed on mailing list. | Murray Cumming | 2010-05-31 | 7 | -163/+0 |
* | Add basic Gio::Settings example | Jonathon Jongsma | 2010-04-21 | 3 | -3/+91 |
* | Add compose example to MSVC project files | Armin Burgmeier | 2010-04-12 | 1 | -2/+6 |
* | Update MSVC projects for 2.24 | Armin Burgmeier | 2010-04-02 | 2 | -3/+9 |
* | Avoid compiler warning in resolver example | Daniel Elstner | 2010-02-27 | 1 | -10/+16 |
* | fix warning in examples to make distcheck happyglibmm-2.23.0 | Jonathon Jongsma | 2010-01-02 | 3 | -9/+9 |
* | Fix another bug in resolver example | Jonathon Jongsma | 2010-01-02 | 1 | -28/+33 |
* | Take an extra ref from the return of g_inet_socket_address_get_address | Jonathon Jongsma | 2010-01-02 | 1 | -3/+0 |
* | Add socket-server example | Jonathon Jongsma | 2010-01-02 | 2 | -0/+308 |
* | Add socket-client example | Jonathon Jongsma | 2010-01-02 | 2 | -0/+297 |
* | Re-enable network IO stuff (Socket, Resolver, etc) | Jonathon Jongsma | 2009-11-28 | 3 | -53/+532 |
* | fix distcheckglibmm-2.21.5 | Jonathon Jongsma | 2009-09-08 | 1 | -1/+0 |
* | Convert examples/ sub-tree to non-recursive build | Daniel Elstner | 2009-08-09 | 13 | -145/+64 |
* | Only compile the properties example if properties are enabled. | David King | 2009-07-17 | 1 | -0/+5 |
* | Added a simple example showing how to resolve an internet address from a host... | Jonathon Jongsma | 2009-07-16 | 3 | -1/+60 |
* | Omit unused parameter names to avoid warning | Daniel Elstner | 2009-06-24 | 1 | -1/+1 |
* | Add small Glib::Property example | Jonathon Jongsma | 2009-05-16 | 3 | -1/+88 |
* | Use DK_ARG_ENABLE_WARNINGS() to replace custom M4 macro | Daniel Elstner | 2009-03-26 | 1 | -1/+2 |
* | Fix --disable-api-exceptions build | Daniel Elstner | 2009-03-23 | 2 | -38/+66 |
* | Change license header to mention Lesser General Public License version 2.1 | Deng Xiyue | 2009-01-19 | 9 | -36/+36 |
* | 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 |