summaryrefslogtreecommitdiff
path: root/glib/src/binding.hg
Commit message (Expand)AuthorAgeFilesLines
* 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