| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -I$(top_builddir) in order to allow <config.h> to be included. | Daniel Elstner | 2007-08-12 | 4 | -25/+78 |
* | Add preliminary implementation of a message compose and format API (bug | Daniel Elstner | 2007-08-12 | 3 | -16/+516 |
* | New file, defining M4 utility macros for feature testing. These macros are | Daniel Elstner | 2007-08-12 | 5 | -7/+136 |
* | Rewrite completely broken type adapter (bug #406960). Fix the | Daniel Elstner | 2007-08-03 | 4 | -128/+192 |
* | Increased version | Murray Cumming | 2007-07-30 | 3 | -1/+9 |
* | Added a set_double() without the group_name parameter, because the C | Murray Cumming | 2007-07-29 | 7 | -8/+102 |
* | Corrected the rsync options, to match those used by gtkmm, to fix the | Murray Cumming | 2007-07-28 | 3 | -2386/+2438 |
* | Added get_double(), set_double(), get_double_list() and set_double_list(). | Murray Cumming | 2007-07-14 | 3 | -5/+103 |
* | Increased version | Murray Cumming | 2007-07-09 | 4 | -3/+14 |
* | add some new API that was added in glib 2.12, including get/set_summary(), | Jonathon Jongsma | 2007-07-09 | 5 | -1631/+7209 |
* | Added class documentation | Johannes Schmid | 2007-07-02 | 2 | -1/+54 |
* | convert_tags_to_doxygen(): Handle newin markers for 2.12 and a few after | Murray Cumming | 2007-07-02 | 3 | -0/+14 |
* | Increased version | Murray Cumming | 2007-06-30 | 3 | -1/+13 |
* | Added SignalTimeout::connect_seconds() as an equivalent for | Murray Cumming | 2007-06-22 | 5 | -37/+129 |
* | Added a create() method, and added some more default parameter values to | Murray Cumming | 2007-06-22 | 8 | -3/+105 |
* | 2.13.6: | Murray Cumming | 2007-06-17 | 7 | -106/+22 |
* | Regenerated with enums.pl Regenerated with h2defs.py | Murray Cumming | 2007-06-12 | 10 | -3288/+2567 |
* | Explicitly mention Glib::wrap() in the documentation for generated | Murray Cumming | 2007-05-14 | 7 | -12/+41 |
* | When generating example prototypes for signal handlers, prefix them with | Murray Cumming | 2007-05-04 | 2 | -1/+7 |
* | Increased version | Murray Cumming | 2007-05-01 | 3 | -1/+9 |
* | Use _IS_DEPRECATED instead of _CLASS_DEPRECATED because the latter | Johannes Schmid | 2007-04-30 | 3 | -2/+12 |
* | Check for both m4 and M4 in the GNU m4 output, to fix the build on some | Yselkowitz | 2007-04-24 | 2 | -1/+7 |
* | Increased version | Murray Cumming | 2007-04-24 | 3 | -1/+27 |
* | Updated NEWS | Murray Cumming | 2007-04-23 | 1 | -1/+10 |
* | Added peek_token() function which only returns the next token without | Armin Burgmeier | 2007-04-15 | 3 | -12/+149 |
* | Use _CLASS_DEPRECATE instead of just _DEPRECATE to known whether a whole | Johannes Schmid | 2007-04-09 | 2 | -1/+9 |
* | Change variable name to avoid warnings about a shadowed member. Bug | Bradley Bell | 2007-03-23 | 3 | -5/+15 |
* | Use static_cast in vfuncs and signal handlers to cast the wrapper object | Armin Burgmeier | 2007-03-23 | 4 | -55/+118 |
* | Use a default value, to show that it can be done. (This change, from | Murray Cumming | 2007-02-10 | 4 | -69/+179 |
* | If the argument list is empty, call the non- varargs overload of the | Daniel Elstner | 2007-01-28 | 2 | -27/+33 |
* | Thu, 25 Jan 2007 23:13:05 +0100 Dodji Seketeli | Dodji Seketeli | 2007-01-26 | 2 | -0/+9 |
* | Early spring cleaning. Also add a paragraph about Dispatcher on win32 to | Daniel Elstner | 2007-01-20 | 4 | -224/+289 |
* | Clean up the code a bit. (get_application_name): Remove the code that | Daniel Elstner | 2007-01-20 | 6 | -198/+142 |
* | Remove .cvsignore files. | Daniel Elstner | 2007-01-20 | 34 | -190/+0 |
* | Increase version | Murray Cumming | 2006-12-28 | 3 | -1/+22 |
* | Allow an empty pair of parentheses in the innermost match. This fixes the | Daniel Elstner | 2006-11-28 | 4 | -4/+20 |
* | Don't ifdef out PropertyProxy_Base when properties are disabled. It is | Murray Cumming | 2006-11-28 | 2 | -2/+10 |
* | Ignore whitespace in front of an enum typedef. This fixes parsing of | Daniel Elstner | 2006-11-27 | 3 | -5/+37 |
* | Break the loop if the length of the common prefix reaches zero. This fixes | Daniel Elstner | 2006-11-27 | 2 | -1/+11 |
* | Updated from the libstdc++ site. Note that the original does not have an | Murray Cumming | 2006-11-22 | 2 | -2031/+76431 |
* | When registering float parameters, use -G_MAXFLOAT instead of G_MINFLOAT. | Oliver Nittka | 2006-11-22 | 2 | -2/+10 |
* | Add enum.pl to the dist, so that it is in tarballs. Someone saw it | Murray Cumming | 2006-11-10 | 3 | -2/+8 |
* | Add PREDEFINES for the optional API, so that the documentation shows the | Murray Cumming | 2006-11-10 | 2 | -1/+11 |
* | Correct ChangeLog. | Murray Cumming | 2006-11-10 | 1 | -0/+3 |
* | Added connect_property_changed(), as an alternative to use when the | Murray Cumming | 2006-11-10 | 5 | -45/+74 |
* | Add a silly line to avoid unused parameters when GLIBMM_EXCEPTION_ENABLED | Murray Cumming | 2006-10-04 | 6 | -4/+30 |
* | Upload to the new hoster instead of to sourceforge. Abstracted the host | Murray Cumming | 2006-10-01 | 8 | -10/+23 |
* | Increased version | Murray Cumming | 2006-09-28 | 3 | -1/+11 |
* | Remove sarray from list of source and header files. | Cedric Gustin | 2006-09-28 | 2 | -8/+5 |
* | For win32, define GLIBMM_ARG_ENABLE_API_DEFAULT_SIGNAL_HANDLERS to 1, | Murray Cumming | 2006-09-26 | 3 | -2/+14 |