summaryrefslogtreecommitdiff
path: root/glib/glibmm
Commit message (Expand)AuthorAgeFilesLines
* 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
* :FormatStream::FormatStream): Use the global C++ locale instead of forcingDaniel Elstner2007-09-032-41/+106
* :compose_argv): Rename "format" argument to "fmt" to avoid name clashesDaniel Elstner2007-08-152-137/+257
* Add -I$(top_builddir) in order to allow <config.h> to be included.Daniel Elstner2007-08-122-24/+60
* Add preliminary implementation of a message compose and format API (bugDaniel Elstner2007-08-122-16/+499
* Rewrite completely broken type adapter (bug #406960). Fix theDaniel Elstner2007-08-031-29/+9
* Added a set_double() without the group_name parameter, because the CMurray Cumming2007-07-291-4/+4
* Added SignalTimeout::connect_seconds() as an equivalent forMurray Cumming2007-06-224-37/+114
* Added a create() method, and added some more default parameter values toMurray Cumming2007-06-221-0/+6
* Change variable name to avoid warnings about a shadowed member. BugBradley Bell2007-03-232-5/+3
* Use static_cast in vfuncs and signal handlers to cast the wrapper objectArmin Burgmeier2007-03-231-2/+33
* Early spring cleaning. Also add a paragraph about Dispatcher on win32 toDaniel Elstner2007-01-202-162/+168
* Clean up the code a bit. (get_application_name): Remove the code thatDaniel Elstner2007-01-205-198/+111
* Remove .cvsignore files.Daniel Elstner2007-01-202-44/+0
* Don't ifdef out PropertyProxy_Base when properties are disabled. It isMurray Cumming2006-11-281-2/+4
* Added connect_property_changed(), as an alternative to use when theMurray Cumming2006-11-104-44/+63
* Add a silly line to avoid unused parameters when GLIBMM_EXCEPTION_ENABLEDMurray Cumming2006-10-042-3/+2
* ustring(const ustring& src, size_type i, size_type n=npos) andRalf Stephan2006-09-191-2/+2
* Wraps GKeyFile (Bug #330535) Added include of keyfile.h Added keyfile.hRob Page2006-09-192-0/+31