| Commit message (Expand) | Author | Age | Files | Lines |
* | 2.23.42.23.4 | Murray Cumming | 2010-03-26 | 1 | -2/+4 |
* | Add regression test for Bug #613250. | Murray Cumming | 2010-03-26 | 2 | -1/+31 |
* | Revert accidentally pushed commits. | José Alburquerque | 2010-03-15 | 1 | -2/+2 |
* | ValueArray Example: Get values as references in loops. | José Alburquerque | 2010-03-11 | 1 | -2/+2 |
* | Reorder assignment to LDADD and giomm_ldadd in tests/Makefile.am | David King | 2010-03-10 | 1 | -3/+3 |
* | AsyncResult: Add get_source_object_base(), deprecating get_source_object(). | Murray Cumming | 2010-03-08 | 2 | -1/+36 |
* | Implement GTree wrapper | Szilárd Pfeiffer | 2010-01-05 | 3 | -0/+239 |
* | Convert tests/ sub-tree to non-recursive build | Daniel Elstner | 2009-08-09 | 9 | -56/+50 |
* | Use references to store casts in glibmm_valuearray test. | José Alburquerque | 2009-07-03 | 1 | -2/+2 |
* | Omit unused parameter names to avoid warning | Daniel Elstner | 2009-06-24 | 1 | -1/+1 |
* | Use a const instead of a #define in the value array example. | José Alburquerque | 2009-06-23 | 1 | -2/+2 |
* | Add Glib::ValueArray with usage test. | José Alburquerque | 2009-06-22 | 3 | -1/+83 |
* | Use DK_ARG_ENABLE_WARNINGS() to replace custom M4 macro | Daniel Elstner | 2009-03-26 | 1 | -1/+1 |
* | Fix --disable-api-exceptions build | Daniel Elstner | 2009-03-23 | 2 | -9/+68 |
* | Fix tests to use standard filenames | Jonathon Jongsma | 2008-12-13 | 2 | -2/+2 |
* | Fixed the const char* specialization for Stringify<> by making the string_ | Armin Burgmeier | 2008-10-20 | 1 | -1/+1 |
* | Add a workaround for the HOST_NOT_FOUND symbol conflicts | Jonathon Jongsma | 2008-10-05 | 1 | -0/+12 |
* | Implemented clone function to merge the constructors into that and fixed | Szilárd Pfeiffer | 2008-09-03 | 1 | -30/+18 |
* | Actually use the copy constructor (or operator=), instead of just copying | Murray Cumming | 2008-08-26 | 1 | -1/+1 |
* | Added a copy constructor. Therefore, take store the data by value instead | Szilárd Pfeiffer | 2008-08-26 | 1 | -3/+3 |
* | Implement the C++ version of GNode test case. Bug #547889 | Szilárd Pfeiffer | 2008-08-18 | 1 | -98/+136 |
* | Added a test case. Added a ustring::Stringify<> template specialization so | Murray Cumming | 2008-08-06 | 3 | -1/+36 |
* | Hand-code the TraverseType enum, to add a prefix to the values. Adapted. | Murray Cumming | 2008-07-29 | 1 | -7/+7 |
* | find(), find_child(), traverse(), foreach(): Rearrange the parameters so | Murray Cumming | 2008-07-29 | 1 | -13/+11 |
* | Move the TraverseFlags enum into the class, and hand-code it to avoid | Murray Cumming | 2008-07-29 | 1 | -18/+20 |
* | Renamed to nodetree.hg | Murray Cumming | 2008-07-29 | 3 | -1/+1 |
* | Renamed Glib::Tree to Glib::NodeTree to avoid confusion with GTree, | Murray Cumming | 2008-07-29 | 1 | -5/+5 |
* | Build the docs at the end, after the tests, to save time when testing API | Murray Cumming | 2008-07-29 | 1 | -19/+28 |
* | Make the callbacks take a Tree<> instead of just the data, so they can use | Szilárd Pfeiffer | 2008-07-29 | 1 | -11/+23 |
* | Added the drive_eject_button signal. | Murray Cumming | 2008-07-25 | 3 | -1/+58 |
* | Added missing files | Murray Cumming | 2008-06-14 | 2 | -0/+98 |
* | Added Glib::Tree, a wrapper for GNode, providing an N-ary tree container, | Levi Bard | 2008-06-13 | 1 | -1/+1 |
* | Contents of files in tests/glibmm_date/ (main.cc and Makefile.am) were | José Alburquerque | 2008-06-11 | 1 | -10/+0 |
* | Removed duplicate code so test can compile. | José Alburquerque | 2008-06-10 | 1 | -29/+0 |
* | Added copy constructor and assignment operator; Made GDate constructor | José Alburquerque | 2008-06-10 | 3 | -1/+71 |
* | Fix compile with GCC 4.3. | Kjartan Maraas | 2008-02-02 | 1 | -0/+1 |
* | Added a read() method overload with no cancellable parameter. Try loading | Murray Cumming | 2008-01-23 | 1 | -3/+27 |
* | Copy (and very slightly adjust) the build_shared/ files from gtkmm, which | Murray Cumming | 2008-01-10 | 5 | -22/+12 |
* | Correct an include. | Murray Cumming | 2008-01-10 | 5 | -1/+33 |
* | Remove .cvsignore files. | Daniel Elstner | 2007-01-20 | 2 | -9/+0 |
* | Added a compiler test, because the IRIX MipsPro compiler does not allow | Murray Cumming | 2005-01-19 | 1 | -2/+0 |
* | 2.4.0: | Murray Cumming | 2004-04-11 | 1 | -1/+1 |
* | Remove the parent get_type() call from the Class::init() function, because | Murray Cumming | 2004-03-13 | 1 | -11/+17 |
* | Add scripts and tests directories to SUBDIRS instead of DIST_SUBDIRS, so | Murray Cumming | 2003-12-30 | 2 | -8/+10 |
* | Corrected LIBS and CFLAGS. Not all of these build because they use gtkmm | Murray Cumming | 2003-01-21 | 1 | -3/+3 |
* | More version fixing. | Murray Cumming | 2003-01-21 | 1 | -9/+1 |
* | It now builds, though I haven' tried installing it. The library names and | Murray Cumming | 2003-01-08 | 1 | -4/+1 |
* | Initial revision | Murray Cumming | 2003-01-07 | 7 | -0/+72 |