Skip to content
  1. Oct 16, 2013
  2. Oct 15, 2013
  3. Oct 14, 2013
  4. Oct 13, 2013
  5. Oct 08, 2013
  6. Oct 07, 2013
  7. Oct 06, 2013
    • Dan Winship's avatar
      Fix overloading of "source" and "target" terminology in GBinding · 8e17040c
      Dan Winship authored
      GBindingTransformFunc called its arguments "source_value" and
      "target_value", but in the transform_from function of a bidirectional
      binding, "source_value" comes from the target object, and
      "target_value" comes from the source object, which quickly gets
      confusing if you need to use g_binding_get_source(), etc, in the
      function.
      
      Of course developers can call their transform function arguments
      whatever they want, but many will copy from the headers/docs to start
      out, so use less confusing names here ("from_value" and "to_value").
      
      Also, fix the documentation to describe the bidirectional case
      correctly.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=709440
      8e17040c
  8. Oct 04, 2013
  9. Oct 03, 2013
  10. Oct 02, 2013
  11. Oct 01, 2013
  12. Sep 30, 2013