summaryrefslogtreecommitdiff
path: root/glib/glibmm
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e2519d9c4dfcc121ece8deea466e2f108ec38e89' into glibmm-2-20-mm-c...Daniel Elstner2009-09-0533-337/+221
|\
| * Rename @since back to @newinDaniel Elstner2009-08-205-26/+26
| * Substitute API version in filenames dynamicallyDaniel Elstner2009-08-201-4/+4
| * Implement parametric Doxygen alias @since{m,n}Daniel Elstner2009-08-185-26/+26
| * Unbreak List_Iterator::operator->()Daniel Elstner2009-08-161-3/+3
| * Define GLIBMM_BUILD and GIOMM_BUILDDaniel Elstner2009-08-161-1/+3
| * Slightly clean up List_Iterator helper classesDaniel Elstner2009-08-161-21/+17
| * Get rid of all uses of GLIBMM_USING_STD()Daniel Elstner2009-08-1629-169/+55
| * Work around Automake cleverness failureDaniel Elstner2009-08-091-1/+1
| * Bring back the giomm reference documentationDaniel Elstner2009-08-092-6/+14
| * Convert glib/ sub-tree to new build systemDaniel Elstner2009-08-093-119/+111
| * Add Glib::ObjectBase::freeze_notify()/thaw_notify. Fixes Bug #575533Jonathon Jongsma2009-07-262-0/+28
| * Wrapped several ISO 8601 related functions.Krzesimir Nowak2009-07-262-0/+34
|/
* Bug 587173 - Fails to install when bootstrapped with Automake 1.11Jonathon Jongsma2009-07-141-2/+0
* Increased versionglibmm-2.21.1-realMurray Cumming2009-06-292-1/+18
* Type registration: Ignore NULL GTypes, preventing crashes.Murray Cumming2009-05-142-3/+20
* Allow comparison of const and non-const ustring iteratorsChris Vine2009-05-061-12/+12
* Remove mention of G_GNUC_PRETTY_FUNCTION in comment because a codeDaniel Elstner2009-02-172-3/+1
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-1973-292/+292
* wrap_auto_interface<>(): Add a warning to give a clue when theMurray Cumming2009-01-091-2/+8
* :compose): Add an overload which takes only a format string and noDaniel Elstner2009-01-081-0/+14
* Add convenience functions for one-shot timer/idle handlersJonathon Jongsma2008-12-122-0/+54
* Clean up glib includes (Bug #563987)Jonathon Jongsma2008-12-1025-37/+16
* Fixed the const char* specialization for Stringify<> by making the string_Armin Burgmeier2008-10-201-10/+7
* Only include config.h when HAVE_CONFIG_H is defined, to allow buildingArmin Burgmeier2008-08-271-0/+3
* Added a test case. Added a ustring::Stringify<> template specialization soMurray Cumming2008-08-061-0/+45
* Whitespace correctionsMurray Cumming2008-08-061-3/+3
* Whitespace correctionsMurray Cumming2008-08-061-51/+79
* Added some API documentation about the need to register a new GType whenMurray Cumming2008-08-041-0/+5
* Remove the mention of tree.cc here to fix the build. Generated filesMurray Cumming2008-07-291-1/+0
* Make the callbacks take a Tree<> instead of just the data, so they can useSzilárd Pfeiffer2008-07-291-2/+2
* Improve documentation of Glib::OwnershipType (#540875)Johannes Schmid2008-07-021-3/+8
* Added Glib::Tree, a wrapper for GNode, providing an N-ary tree container,Levi Bard2008-06-131-0/+1
* Improve the error message when failing to wrap a particular type of objectJonathon Jongsma2008-04-241-1/+1
* Create an end iterator and use it, instead of just using theMurray Cumming2008-04-131-1/+4
* Fix g++ 4.3 warningglibmm-2.16.1Jonathon Jongsma2008-03-291-1/+2
* Include string.h to fix the build with SUN CC. Bug #498438.Tim Mooney2008-03-101-0/+2
* Actually install this header, and make the header guards unique. BugTakao Fujiwara2008-02-092-4/+5
* Moved the Priorities enum into Though all the giomm stuff seems to alreadyMurray Cumming2008-02-073-35/+67
* Allow _CLASS_INTERFACE() to take two extra optional paremeters to specifyMurray Cumming2008-02-041-0/+13
* Added connect_property_changed_with_return() becauseMurray Cumming2008-01-202-0/+18
* 1.5.1:Murray Cumming2008-01-121-7/+7
* Copy (and very slightly adjust) the build_shared/ files from gtkmm, whichMurray Cumming2008-01-103-10/+8
* Added @newin2p16 to compose() and format() documentation.Murray Cumming2007-12-281-2/+58
* Add class documentation from the glibmm-2-14 branch.Murray Cumming2007-12-281-0/+1
* Merged to trunk from glibmm-2-14. This should not have been applied to glibmm...Murray Cumming2007-12-281-1/+15
* Include glib.h instead of gmessages.h or gtestutils.h so this builds withMurray Cumming2007-12-282-2/+8
* fix build issue when using gcc4.3 (#498438)Sebastien Bacher2007-11-201-0/+1
* Replaced wrap_create_new_wrapper() (introduced by the last commit) withMurray Cumming2007-10-032-18/+55
* Added wrap_auto_interface<>(), which should be used by wrap()Murray Cumming2007-09-253-35/+99