summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.6.6:glibmm-2-6Murray Cumming2006-07-243-1/+9
* Added a --enable-api-default-signal-handlers option. This definesMurray Cumming2006-07-196-0/+54
* When using --enable-api-exception=no, only try to get the Glib::Error whenMurray Cumming2006-06-054-13/+26
* Increased versionMurray Cumming2006-05-193-1/+9
* _METHOD(): When using errthrow, actually print the function call even ifMurray Cumming2006-05-182-11/+16
* _CONVERT(): If the return type is void, use the unconverted statement, notMurray Cumming2006-05-163-7/+20
* Added #ifdefed versions for the case that exceptions are disabled.Murray Cumming2006-05-115-4/+33
* Added #ifdefed versions for the case that exceptions are disabled.Murray Cumming2006-05-113-53/+220
* 2.6.3:Murray Cumming2006-05-104-3/+18
* Added --enable-api-exceptions option. When this is used, methods thatMurray Cumming2006-05-1042-58/+726
* Increased version.Murray Cumming2006-04-193-2/+9
* More backporting from 2.8.Murray Cumming2006-04-1912-57/+263
* Remove unused file.Murray Cumming2006-04-192-97/+4
* Back-ported improvements from gtkmm 2.8, including fixes to the OptionMurray Cumming2006-04-1913-56/+239
* Removed generated file.Murray Cumming2006-03-311-81/+0
* In get_home_dir, return an empty string when HOME is not defined (Win9x).Cedric Gustin2005-06-073-2/+11
* Add blank.cpp to EXTRA_DIST. Remove sarray.cc from the list of sourceCedric Gustin2005-03-0911-13/+19
* 2.6.1:Murray Cumming2005-03-074-5/+20
* Increased versionMurray Cumming2005-03-063-3/+17
* Increased versionMurray Cumming2005-02-233-2/+13
* Interface_Class:add_interface(), used by add_interface() methods ofMurray Cumming2005-02-182-6/+16
* Add the documentation to the const property() accessor as well as theMurray Cumming2005-02-182-2/+8
* Use g_param_spec_get_blurb() to output the documentation for theMurray Cumming2005-02-136-6/+41
* Use g_param_spec_get_blurb() to output the documentation for theMurray Cumming2005-02-132-0/+9
* Removed the #ifdef for AIX, because sigc::bind now works on AIX.Murray Cumming2005-02-014-25/+5
* Reverted to 2.4 for the library version number.Cedric Gustin2005-01-272-1/+6
* Increased versionMurray Cumming2005-01-263-2/+17
* Reverted to 2.4 for the library version number.Cedric Gustin2005-01-262-1/+6
* Added MSVC_Net2003 directory. Added mkfifo #define (for mingw32). AddedCedric Gustin2005-01-2446-33/+1998
* Added new compiler tests to see whether extern C functions are put in theMurray Cumming2005-01-218-20/+130
* Added new compiler tests. 1. To see whether it allows use of non extern CMurray Cumming2005-01-2117-30/+353
* Temporarily reverted some stuff. I will recommit some of it.Murray Cumming2005-01-2124-711/+103
* #include glibmmconfig.h so thatMurray Cumming2005-01-213-1/+10
* Fix the buildMurray Cumming2005-01-202-7/+1
* I mean Tru64, not MipsProMurray Cumming2005-01-209-21/+34
* More use of exern C, with an intermediate callback, to satisfy the IRIXMurray Cumming2005-01-205-0/+53
* Custom boxed types, more #ifdef ABI-changing to add intermediate extern-CMurray Cumming2005-01-207-48/+62
* Custom boxed types, more #ifdef ABI-changing to add intermediate extern-CMurray Cumming2005-01-204-4/+21
* Custom boxed types, more #ifdef ABI-changing to add intermediate extern-CMurray Cumming2005-01-203-0/+107
* Added a compiler test, to see whether it allows use of non extern CMurray Cumming2005-01-206-3/+61
* Added a compiler test, to see whether it allows use of non extern CMurray Cumming2005-01-202-17/+64
* Make C callacks separate extern C functions instead of static memberMurray Cumming2005-01-2015-96/+392
* Added a compiler test, because the IRIX MipsPro compiler does not allowMurray Cumming2005-01-197-7/+86
* CppOptionEntry::convert_c_to_cpp(): Copy the strings to the vector in aMurray Cumming2005-01-182-3/+32
* Updated NEWSMurray Cumming2005-01-171-1/+1
* 2.5.4:Murray Cumming2005-01-107-21/+67
* 2.5.3:Murray Cumming2005-01-097-5/+124
* Copy constructor: Copy the short name form the src, not from itself. BugMurray Cumming2005-01-093-3/+6
* Add add_entry(entry, bool&), to wrap use of G_OPTION_ARG_NONE. Bug #163325Murray Cumming2005-01-095-10/+45
* Don't export private API. Closes #163031.BenoƮt Dejean2005-01-068-17/+28