2015-07-22 Murray Cumming <
[email protected]>
2.45.40
I named the previous version 2.45.31 instead of 2.45.3.1, so we have to
use a number bigger than 31. Let's say that 40 is like 4 and we'll
use 50 for the next one instead of 5. Sorry.
2015-07-22 Murray Cumming <
[email protected]>
2.45.4
2015-07-19 Murray Cumming <
[email protected]>
Gio::Application: Add the shutdown signal.
For some reason, gmmproc didn't warn about this unwrapped signal.
Bug #752600 (Ben)
2015-07-19 Murray Cumming <
[email protected]>
C++11: Replace throw() with noexcept.
2015-07-19 Murray Cumming <
[email protected]>
Glib::RefPtr: Move assignment operator: Unref the previous object.
2015-07-18 Murray Cumming <
[email protected]>
RefPtr: Add move constructor and move assignment operator.
2015-07-18 Murray Cumming <
[email protected]>
RefPtr<>: Don't mention RefPtr<T_CppObject> when just RefPtr is allowed.
This seems to be correct and allowed. It makes the code clearer.
2015-07-18 Murray Cumming <
[email protected]>
C++11: Use = delete instead of private to make classes noncopyable.
2015-07-17 Murray Cumming <
[email protected]>
Glib::List_Iterator (and similar): Deprecate via ifdef.
I don't think these have been used since before gtkmm 3.0.
They were already hidden from the documentation.
2015-07-17 Murray Cumming <
[email protected]>
IOChannel: Documentation: Mark vfuncs as deprecated.
Though we cannot hide them via GIOMM_DISABLE_DEPRECATED.
2015-07-17 Murray Cumming <
[email protected]>
C++11: Use of the override keyword.
2015-07-16 Murray Cumming <
[email protected]>
C++11: Use nullptr.
2015-07-15 Murray Cumming <
[email protected]>
2.45.31