summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare for 2.17.2 releaseglibmm-2.17.2Jonathon Jongsma2008-08-063-1/+26
* Added a test case. Added a ustring::Stringify<> template specialization soMurray Cumming2008-08-066-2/+94
* Whitespace correctionsMurray Cumming2008-08-061-3/+3
* Whitespace correctionsMurray Cumming2008-08-061-51/+79
* Make gobject_ and data_ private, to remove them from protected API. PatchMurray Cumming2008-08-062-15/+21
* Added some API documentation about the need to register a new GType whenMurray Cumming2008-08-042-0/+11
* Change the Main Page link to link to gtkmm.org/documentation.shtmlMurray Cumming2008-08-021-12/+3
* Change the Main Page link to link to gtkmm.org/documentation.shtmlMurray Cumming2008-08-022-2/+15
* Remove the mention of tree.cc here to fix the build. Generated filesMurray Cumming2008-07-292-1/+5
* Hand-code the TraverseType enum, to add a prefix to the values. Adapted.Murray Cumming2008-07-293-22/+39
* find(), find_child(), traverse(), foreach(): Rearrange the parameters soMurray Cumming2008-07-293-23/+28
* Move the TraverseFlags enum into the class, and hand-code it to avoidMurray Cumming2008-07-295-21/+43
* Renamed to nodetree.hgMurray Cumming2008-07-298-5/+16
* Renamed Glib::Tree to Glib::NodeTree to avoid confusion with GTree,Murray Cumming2008-07-293-96/+103
* Build the docs at the end, after the tests, to save time when testing APIMurray Cumming2008-07-294-62/+188
* Make the callbacks take a Tree<> instead of just the data, so they can useSzilárd Pfeiffer2008-07-294-172/+120
* Added a little TODOMurray Cumming2008-07-271-0/+1
* Added the drive_eject_button signal.Murray Cumming2008-07-257-1/+86
* Regenerated. Corrected an _IGNORE().Murray Cumming2008-07-258-33/+86
* Change grep to use -i when checking for GNU m4. This fixes the test onDamien Carbery2008-07-232-1/+6
* update for new releaseglibmm-2.17.1Jonathon Jongsma2008-07-162-0/+29
* bump version and min required glib versionJonathon Jongsma2008-07-162-2/+6
* Mention new source files for regex and keyfile. Bug #543292.Jens Georg2008-07-162-0/+22
* Added make_directory_with_parents(), query_file_type(), monitor().Murray Cumming2008-07-1610-3/+241
* Regenerated with h2def.py Added reset().Murray Cumming2008-07-154-41/+895
* Avoid a circular include to fix the build.Murray Cumming2008-07-153-1/+8
* Removed some unnecessary ; characters, to avoid warnings. Bug #542929.Benjamin Herr2008-07-152-3/+9
* get_display(), get_startup_notify_id(): Take a list of Gio::File, notMurray Cumming2008-07-155-7826/+31917
* Improve documentation of Glib::OwnershipType (#540875)Johannes Schmid2008-07-022-3/+13
* Pass NULL to the underlying C function for the etags parameter in theArmin Burgmeier2008-07-022-9/+15
* Pass NULL to the underlying C function for the etags parameter in variousArmin Burgmeier2008-06-292-4/+10
* Added a little KeyFile example. I am surprised that we do not seem to haveMurray Cumming2008-06-236-1/+136
* Some whitespace changes. And more use of typedefs to simplify the code.Murray Cumming2008-06-192-64/+84
* Some minor changes to deal with TODOs. Bug #538803.Levi Bard2008-06-192-27/+30
* document that the slot object passed to Glib::Thread::create() should notChris Vine2008-06-182-1/+18
* update NEWS and version for new releaseglibmm-2.17.0Jonathon Jongsma2008-06-164-3/+21
* Added missing filesMurray Cumming2008-06-142-0/+98
* Added Glib::Tree, a wrapper for GNode, providing an N-ary tree container,Levi Bard2008-06-138-2/+654
* Used @newin2p18 on the new API and made some slight corrections to the newMurray Cumming2008-06-132-5/+15
* Marked the branch in the ChangeLogMurray Cumming2008-06-131-0/+2
* Contents of files in tests/glibmm_date/ (main.cc and Makefile.am) wereJosé Alburquerque2008-06-112-10/+7
* Removed duplicate code so test can compile.José Alburquerque2008-06-102-29/+5
* Added copy constructor and assignment operator; Made GDate constructorJosé Alburquerque2008-06-107-14/+143
* Add TypeTraits implementations for Drive and Volume similar to the one added ...Jonathon Jongsma2008-04-263-0/+87
* Add a TypeTraits implementation for Glib::RefPtr<Gio::Mount> so that weJonathon Jongsma2008-04-262-0/+46
* Improve the error message when failing to wrap a particular type of objectJonathon Jongsma2008-04-242-1/+7
* bump to 2.16.2 for releaseglibmm-2.16.2Jonathon Jongsma2008-04-193-1/+17
* Moved the enum back out of the doxygen group, because that results in theMurray Cumming2008-04-162-2/+7
* Addded doxygen documentation based on the C documentation. Bug #528271Murray Cumming2008-04-162-4/+315
* set_long_name(): Do not use NULL for an empty string, because has aMurray Cumming2008-04-133-2/+30