Skip to content
  1. Feb 03, 2011
  2. Feb 02, 2011
  3. Feb 01, 2011
  4. Jan 30, 2011
    • Murray Cumming's avatar
      Vector utils: Added simple documentation. · a57dde3d
      Murray Cumming authored
      * glib/glibmm/vectorutils.h: Some simple documentation about the *Handler
      utility classes, though I need to correct the example code and explain the
      memory mangement when that is clear to me.
      a57dde3d
  5. Jan 28, 2011
    • Murray Cumming's avatar
      ArrayHandle, ListHandle, SListHandle: Document these as almost-deprecated. · f45e7f71
      Murray Cumming authored
      * glib/glibmm/arrayhandle.h:
      * glib/glibmm/listhandle.h:
      * glib/glibmm/slisthandle.h: Mention that we try not to use these now,
      though we cannot actually deprecate them yet without forcing other libraries
      such as pangomm to deprecate the methods that use them, which they cannot
      really do because they cannot just add a method overload without introducing
      ambiguity.
      f45e7f71
  6. Jan 27, 2011
    • Krzesimir Nowak's avatar
      Merge branch 'master' into vector · 641c7021
      Krzesimir Nowak authored
      Conflicts:
      	glib/glibmm/vectorutils.cc
      	glib/glibmm/vectorutils.h
      	glib/src/balancedtree.hg
      	tests/glibmm_bool_vector/main.cc
      	tests/glibmm_vector/main.cc
      641c7021
    • Chris Kühl's avatar
      Changed glib include to build cleanly with GLIB_DISABLE_SINGLE_INCLUDES. · 1f73e896
      Chris Kühl authored
      * glib/src/balancedtree.hg: Changed <glib/gtree.h> to <glib.h>.
      1f73e896
    • Murray Cumming's avatar
      Fixed code style. · e648536c
      Murray Cumming authored
      e648536c
    • Krzesimir Nowak's avatar
      Added vectorutils.h. · 3762d17a
      Krzesimir Nowak authored and Murray Cumming's avatar Murray Cumming committed
      * glib/glibmm/vectorutils.[h|cc]: New files implementing an array, list,
      slist <-> std::vector convertions. It implements also a specialization
      for bool types.
      * glib/glibmm.h: Include vectorutils.h.
      * glib/glibmm/filelist.am: Added vectorutils to build.
      * tests/glibmm_vector/main.cc: New test for general vectorutils check.
      * tests/glibmm_bool_vector/main.cc: New test checking bool specializations.
      * tests/Makefile.am: Added above tests to build system.
      3762d17a
  7. Jan 26, 2011
  8. Jan 22, 2011
  9. Jan 21, 2011
  10. Jan 20, 2011
  11. Jan 19, 2011
  12. Jan 18, 2011