summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Increased versionglibmm-2-10Murray Cumming2007-06-103-1/+8
* Move PropertyProxyConnectionNode out of the ifdef to avoid a linker errorKalle Vahlman2007-06-102-2/+11
* increased versionMurray Cumming2007-05-013-1/+9
* Use _IS_DEPRECATED instead of _CLASS_DEPRECATED because the latterJohannes Schmid2007-04-303-2/+12
* Check for both m4 and M4 in the GNU m4 output, to fix the build on someYselkowitz2007-04-242-1/+7
* Increased versionMurray Cumming2007-04-163-2/+18
* Ident refcomment with three spaces which is more adequate that noArmin Burgmeier2007-04-164-12/+151
* Use _CLASS_DEPRECATE instead of just _DEPRECATE to known whether a wholeJohannes Schmid2007-04-092-1/+9
* Use a default value, to show that it can be done. (This change, fromMurray Cumming2007-02-104-69/+193
* Thu, 25 Jan 2007 23:13:05 +0100 Dodji SeketeliDodji Seketeli2007-01-262-2/+9
* Increase versionMurray Cumming2006-12-284-2/+19
* Allow an empty pair of parentheses in the innermost match. This fixes theDaniel Elstner2006-11-284-4/+20
* Ignore whitespace in front of an enum typedef. This fixes parsing ofDaniel Elstner2006-11-273-5/+37
* Break the loop if the length of the common prefix reaches zero. This fixesDaniel Elstner2006-11-272-1/+11
* When registering float parameters, use -G_MAXFLOAT instead of G_MINFLOAT.Oliver Nittka2006-11-222-2/+10
* Increase versionMurray Cumming2006-11-213-1/+10
* Remove generated file.Murray Cumming2006-11-101-81/+0
* Added connect_property_changed(), as an alternative to use when theMurray Cumming2006-11-106-45/+77
* Add PREDEFINES for the optional API, so that the documentation shows theMurray Cumming2006-11-102-1/+11
* Add a silly line to avoid unused parameters when GLIBMM_EXCEPTION_ENABLEDMurray Cumming2006-10-046-4/+30
* Increased versionMurray Cumming2006-09-283-1/+9
* For win32, define GLIBMM_ARG_ENABLE_API_DEFAULT_SIGNAL_HANDLERS to 1,Murray Cumming2006-09-263-2/+15
* Increased version.Murray Cumming2006-09-219-72/+273
* Increased versionMurray Cumming2006-07-313-1/+9
* Added a --enable-api-default-signal-handlers option. This definesMurray Cumming2006-07-206-0/+54
* Reverted the previous patch slightly to unbreak glibmmconfig.h.Murray Cumming2006-07-182-3/+7
* Quote GLIBMM_*_VERSION to avoid m4 warnings. Patch from Bug #347076 fromMurray Cumming2006-07-163-4/+10
* Inline the set_property and get_property methods. This is required byCedric Gustin2006-06-092-2/+9
* When using --enable-api-exception=no, only try to get the Glib::Error whenMurray Cumming2006-06-053-1/+9
* When using --enable-api-exception=no, only try to get the Glib::Error whenMurray Cumming2006-06-052-12/+17
* 2.10.3:Murray Cumming2006-05-184-13/+31
* _CONVERT(): If the return type is void, use the unconverted statement, notMurray Cumming2006-05-163-7/+20
* Fix typo.Murray Cumming2006-05-111-1/+1
* Remove extra crap from a mispatch.Murray Cumming2006-05-111-4/+0
* Added #ifdefed versions for the case that exceptions are disabled.Murray Cumming2006-05-116-53/+246
* Increased versionMurray Cumming2006-05-103-2/+13
* Moved --enable-deprecated-api macro into scripts/reduced.m4. Added theMurray Cumming2006-05-103-15/+55
* Added --enable-api-exceptions option. When this is used, methods thatMurray Cumming2006-05-1042-58/+687
* Increased versionMurray Cumming2006-04-143-2/+15
* Fix typo in ChangeLogMurray Cumming2006-04-141-1/+1
* Remove this file because it is not installed and does not seem to be used.Murray Cumming2006-04-122-97/+5
* Mark the (private) signal info callback functions as static, to save onMurray Cumming2006-04-122-9/+9
* Parse a new optional constversion parameter for _WRAP_METHOD(), to save onMurray Cumming2006-04-125-5/+34
* Mark the (private) signal info callback functions as static, to save onMurray Cumming2006-04-122-4/+9
* Mark private functions as static, to stop them being exported in the API,Murray Cumming2006-04-129-13/+26
* Updated for Mingw-4.1.Cedric Gustin2006-04-072-38/+6
* Embed the manifest file into executables in the case of the Debug target.Cedric Gustin2006-04-0615-21/+36
* file maemo_ignore_doxygen_tags.patch was initially added on branch glibmm-2-8.Murray Cumming2006-03-310-0/+0
* looklookup_documentation(): Put the @deprecated text immediately after theMurray Cumming2006-03-086-27/+73
* Merge in changes from glibmm 2.8 branch. These are documentation and build fi...Murray Cumming2006-03-0816-1673/+2467