summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Increased versionMurray Cumming2007-01-283-2/+12
* Thu, 25 Jan 2007 23:13:05 +0100 Dodji SeketeliDodji Seketeli2007-01-252-1/+8
* Increase versionMurray Cumming2006-12-284-3/+20
* 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-283-5/+37
* Break the loop if the length of the common prefix reaches zero. This fixesDaniel Elstner2006-11-282-1/+11
* When registering float parameters, use -G_MAXFLOAT instead of G_MINFLOAT.Oliver Nittka2006-11-222-2/+10
* Increased version.Murray Cumming2006-11-212-1/+3
* Merged some stuff from HEAD.Murray Cumming2006-11-2118-60/+142
* Add a silly line to avoid unused parameters when GLIBMM_EXCEPTION_ENABLEDMurray Cumming2006-10-046-4/+30
* Increased versionMurray Cumming2006-09-283-1/+11
* Remove sarray from list of source and header files.Cedric Gustin2006-09-282-8/+5
* For win32, define GLIBMM_ARG_ENABLE_API_DEFAULT_SIGNAL_HANDLERS to 1,Murray Cumming2006-09-263-2/+14
* Increase versionMurray Cumming2006-09-213-1/+11
* Change _IMPLEMENTS_INTERFACE to _IMPLEMENTS_INTERFACE_CC so we can haveJohannes Schmid2006-09-197-71/+261
* Updated for glibmm-2.12.Cedric Gustin2006-08-1810-2307/+2319
* Increased versionMurray Cumming2006-08-173-2/+13
* 2.11.3:Murray Cumming2006-07-243-1/+9
* Added a --enable-api-default-signal-handlers option. This definesMurray Cumming2006-07-196-0/+54
* 2.11.2:Murray Cumming2006-07-173-11/+32
* Quote GLIBMM_*_VERSION to avoid m4 warnings. Patch from Bug #347076 fromMurray Cumming2006-07-163-4/+11
* fix implementation of Glib::Date::set_time_current() so that it doesn'tJonathon Jongsma2006-07-162-1/+6
* Check whether DestroyNotify is defined, so we can warn about includingMurray Cumming2006-06-192-0/+12
* Inline the set_property and get_property methods. This is required byCedric Gustin2006-06-092-2/+8
* When using --enable-api-exception=no, only try to get the Glib::Error whenMurray Cumming2006-06-052-12/+17
* _METHOD(): When using errthrow, actually print the function call even ifMurray Cumming2006-05-182-4/+9
* _METHOD(), _STATIC_METHOD(): Remove spaces before dnl statements, to avoidMurray Cumming2006-05-162-8/+13
* _CONVERT(): If the return type is void, use the unconverted statement, notMurray Cumming2006-05-163-7/+20
* Restored the init(GValue*) method that was lost when merging changes fromMurray Cumming2006-05-143-0/+26
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-1249-146/+990
* Added init(const GValue*), so that we can copy GValue instances of anyMurray Cumming2006-05-093-0/+26
* Mark the branch in the ChangeLogMurray Cumming2006-05-091-0/+2
* 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
* Tag npos with GLIBMM_API, in order to dllexport it on win32. Bug #332438.Cedric Gustin2006-02-272-2/+7
* fix a typo in the documenation for uppercase()Rob Page2006-02-072-1/+5
* Increase version for release.Murray Cumming2006-01-293-2/+16
* add_entry_with_wrapper(): Copy the CppOptionEntry into the map _after_Murray Cumming2006-01-283-11/+16
* Fix the link to the Main page. Bug #328299.Rob Page2006-01-282-2/+7
* Constructor: Avoid memory leak caused by double instantiation of gobject_.Murray Cumming2006-01-273-14/+21