summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check for invalid date in Glib::Date copy constructor.glibmm-2-18José Alburquerque2009-06-222-2/+8
* Allow dynamic GType registration, using g_type_module_register_type().Murray Cumming2009-06-196-11/+115
* Merged from master, to reduce the diff.Murray Cumming2009-06-192-10/+8
* Merged from master, to reduce the diff.Murray Cumming2009-06-192-0/+14
* Modify extra defs generation utility to accept a custom is_a_pointer() function.José Alburquerque2009-06-173-16/+53
* Fix --module option for enum.pl to workSiavash Safi2009-05-192-1/+5
* Added the missing defenitions for Gio::File::make_directory_with_parents()Siavash Safi2009-04-272-0/+24
* Revert "Added the missing defenitions for Gio::File::make_directory_with_pare...Siavash Safi2009-04-271-19/+0
* Added the missing defenitions for Gio::File::make_directory_with_parents()Siavash Safi2009-04-251-0/+19
* Argh! svn merge cannot merge renames properly, instead it just dropped in th...Daniel Elstner2009-03-261-3/+3
* Rename configure.in to configure.acDaniel Elstner2009-03-267-8/+17
* Use DK_ARG_ENABLE_WARNINGS() to replace custom M4 macroDaniel Elstner2009-03-268-73/+143
* Fix generated code to not trigger a warningDaniel Elstner2009-03-262-3/+11
* Increased version.Murray Cumming2009-03-233-1/+23
* Fix --disable-api-exceptions buildDaniel Elstner2009-03-2312-136/+301
* Remove generated file from repository.Daniel Elstner2009-03-231-81/+0
* Forgot bug numbers to recent ChangeLog entries.José Alburquerque2009-03-221-0/+2
* Added _CUSTOM_CTOR_CAST to _CLASS_GOBJECT for classes that need to includeJosé Alburquerque2009-03-202-0/+19
* Modified _GET_TYPE_FUNC() to properly work with types like GtkFOOBarJosé Alburquerque2009-03-192-2/+14
* Replace nested double quotes in the docs string by single quotes to easeDaniel Elstner2009-03-092-4/+13
* Do not use a non-ASCII dash character, to avoid the MSVC++ warning C4819Tao Wang2009-01-192-1/+7
* Undid patch from bug #562810 (José Alburquerque). All the confusion aboutJosé Alburquerque2009-01-123-42/+25
* Bug 566845 – Leaks found in glibmm uriutils.ccJonathon Jongsma2009-01-072-5/+10
* Modify extra defs generation utility to accept custom defined function toJosé Alburquerque2008-12-163-20/+47
* Add convenience functions for one-shot timer/idle handlersJonathon Jongsma2008-12-123-0/+60
* Clean up glib includes (Bug #563987)Jonathon Jongsma2008-12-1048-76/+45
* Change the way unused variables are marked. Bug #562716Hubert Figuiere2008-12-012-5/+10
* Fix -Wshadow warnings. Bug #555743.Hubert Figuiere2008-11-292-20/+24
* bump version to 2.18.1, update NEWSglibmm-2.18.1Jonathon Jongsma2008-10-213-1/+19
* updated the release-announce mail templateJonathon Jongsma2008-10-212-18/+29
* Fixed the const char* specialization for Stringify<> by making the string_Armin Burgmeier2008-10-203-11/+19
* Modify signal and props generation tool to generate interface signals.José Alburquerque2008-10-152-0/+10
* Made FileEnumerator::next_file not add an additional reference to theArmin Burgmeier2008-10-153-4/+11
* Rename FILE_TYPE_UNKNOWN to FILE_TYPE_NOT_KNOWN because the former is aArmin Burgmeier2008-10-102-1/+17
* Removed README from EXTRA_DIST to fix `make dist'.Armin Burgmeier2008-10-092-1/+6
* Adapt to the new MSVC++ DLL naming convention.Armin Burgmeier2008-10-0840-17/+3498
* Add a workaround for the HOST_NOT_FOUND symbol conflictsJonathon Jongsma2008-10-053-0/+33
* Keep @param and @throws intact, so these can be used inArmin Burgmeier2008-09-292-0/+10
* Added uriutils.cc and nodetree.cc to the project.Armin Burgmeier2008-09-222-0/+21
* Fixed the MSVC build of the examples and tests if configure did not runArmin Burgmeier2008-09-2211-28/+42
* Fix a minor issue in the Makefile's release targetglibmm-2.18.0Jonathon Jongsma2008-09-212-1/+5
* update to get ready for 2.18.0 releaseJonathon Jongsma2008-09-214-6/+19
* Added COPYING.tools with the GPL because the tools/*.cc file is GPL. BugMurray Cumming2008-09-083-1/+347
* update version number, NEWSglibmm-2.17.3Jonathon Jongsma2008-09-043-1/+13
* Tiny changeMurray Cumming2008-09-031-1/+2
* Implemented clone function to merge the constructors into that and fixedSzilárd Pfeiffer2008-09-033-59/+57
* Replaced #include "afxres.h" by #include <windows.h> which does the jobArmin Burgmeier2008-08-273-2/+9
* Only include config.h when HAVE_CONFIG_H is defined, to allow buildingArmin Burgmeier2008-08-272-0/+11
* Actually use the copy constructor (or operator=), instead of just copyingMurray Cumming2008-08-261-5/+3
* Actually use the copy constructor (or operator=), instead of just copyingMurray Cumming2008-08-262-1/+8