summaryrefslogtreecommitdiff
path: root/glib/src/binding.hg
Commit message (Expand)AuthorAgeFilesLines
* Glib::Binding: Fix a bind_property() overloadKjell Ahlstedt2023-01-131-2/+2
* Glib::Binding::unbind(): Fix documentationKjell Ahlstedt2022-12-271-3/+2
* Glib::Binding: Fix return type from dup_source() and dup_target()Kjell Ahlstedt2021-10-051-5/+5
* Glib, Gio: Add some methods for glibmm 2.70Kjell Ahlstedt2021-10-051-59/+22
* Glib::Binding, TimeZone: Ignore deprecation of some glib functionsKjell Ahlstedt2020-12-141-5/+62
* Glib::Binding: Avoid warning from gcc-10Kjell Ahlstedt2020-12-081-0/+9
* glib/src/*.hg: Mark _WRAP_ENUM with decl_prefix GLIBMM_APIChun-wei Fan2020-04-041-1/+1
* glib/src: Decorate classes and methods with GLIBMM_APIChun-wei Fan2020-03-071-2/+2
* Glib::Binding: Keep a binding alive even without a RefPtrKjell Ahlstedt2019-12-151-12/+6
* Glib::Binding: get_source() and get_target() return ObjectBase*Kjell Ahlstedt2019-11-151-4/+5
* Glib::Binding: Explain why SlotTransform takes GValue*Kjell Ahlstedt2019-11-151-0/+10
* Binding: Use std::optional instead of out-ref+boolDaniel Boles2019-11-091-6/+9
* Binding: no point to set target value if got falseDaniel Boles2019-11-091-4/+6
* Binding: Move SlotTypeTransform up and document itDaniel Boles2019-11-091-22/+27
* Binding: Better explain purpose of SlotTransform,Daniel Boles2019-11-091-1/+6
* Binding: Fix using outdated enums in documentationDaniel Boles2019-11-091-3/+3
* Use {} for function arguments initialisationTapasweni Pathak2019-01-131-2/+2
* Binding: Change BindingFlags to Binding::Flags.Murray Cumming2017-04-181-10/+11
* Fix build when _WRAP_ENUM generates enum classKjell Ahlstedt2017-04-111-2/+2
* Binding: Make a the TransformProp constructor explicit.Murray Cumming2016-12-121-1/+1
* sigc3: Binding: TransformProp: Don't use sigc::functor_base.Murray Cumming2016-11-141-2/+1
* sigc3: .hg/.ccg files: Use sigc::slot<R(Args...)> syntax.Murray Cumming2016-11-141-14/+14
* C++11: .hg/.ccg files: Replace typedefs with using.Murray Cumming2016-03-311-3/+3
* Glib: More nullptr instead of 0Kjell Ahlstedt2015-11-231-7/+7
* C++11: Use of the override keyword.Murray Cumming2015-07-171-1/+1
* Fix the version numbers in some @newin Doxygen commandsKjell Ahlstedt2015-06-021-5/+5
* Fix the version numbers in some @newin Doxygen commandsKjell Ahlstedt2015-05-081-8/+8
* Glib::Binding: Rename and change BindingTransformSlotKjell Ahlstedt2015-01-131-32/+30
* Add Glib::BindingKjell Ahlstedt2014-11-201-0/+423