summaryrefslogtreecommitdiff
path: root/glib/glibmm/main.cc
Commit message (Expand)AuthorAgeFilesLines
* Glib, Gio: Add some methods for glibmm 2.72Kjell Ahlstedt2022-04-071-0/+8
* Glib::MainContext: Add push/pop/get_thread_default()Kjell Ahlstedt2019-10-071-0/+20
* Fix callback races in glibmm when source is destructedDainis Jonitis2019-04-181-7/+23
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-08-311-3/+3
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-171-3/+4
* Revert "Avoid compiler warnings from function pointer conversions"Kjell Ahlstedt2018-07-171-21/+5
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-131-5/+21
* Glib::TimeoutSource: Use monotonic time consistentlyKjell Ahlstedt2018-01-251-32/+16
* Glib::Source: Remove get_current_time() from main.hKjell Ahlstedt2017-11-171-2/+0
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Fix build when _WRAP_ENUM generates enum classKjell Ahlstedt2017-04-111-2/+2
* Add and use make_refptr_for_instance().Murray Cumming2017-04-061-10/+10
* IOChannel: Avoid creating a RefPtr to this.Murray Cumming2017-04-051-0/+12
* PollFD: autodeduce type of fd fieldMarcin Kolny2016-12-061-5/+5
* Glib::Source: Replace extra_source_data by instance dataKjell Ahlstedt2016-12-031-54/+13
* Glib::ObjectBase: Replace extra_object_base_data map by instance dataKjell Ahlstedt2016-11-241-0/+1
* Remove deprecated API.Murray Cumming2016-11-141-24/+0
* Remove deprecated Thread and Threads API.Murray Cumming2016-11-141-21/+0
* sigc3: .h/.cc files: Use slot/signal<R(Args...)> syntax.Murray Cumming2016-11-141-23/+23
* sigc3: SourceConnectionNode: Derive from sigc::notifiable.Murray Cumming2016-11-141-15/+25
* Rearrange some multiline comments.Murray Cumming2016-02-271-1/+2
* Re-run clang-format on some files.Murray Cumming2016-02-261-2/+2
* Run clang-format on glib .cc files.Murray Cumming2016-02-261-315/+377
* glibmm/main: More declarations within #ifndef GLIBMM_DISABLE_DEPRECATEDKjell Ahlstedt2015-11-291-4/+6
* Use std::unique_lock::unlock() instead of release()Kjell Ahlstedt2015-11-281-3/+3
* Glib::Main: Use std::mutex instead of Glib::Threads::Mutex.Murray Cumming2015-11-261-4/+4
* Glib::MainContext: Deprecate wait(cond, mutex).Murray Cumming2015-11-261-1/+1
* Glib: More nullptr instead of 0Kjell Ahlstedt2015-11-231-4/+1
* Glib: More nullptr instead of 0.Murray Cumming2015-11-201-15/+15
* Make destructors explicitly noexcept.Murray Cumming2015-08-311-4/+4
* C++11: Use nullptr.Murray Cumming2015-07-161-10/+10
* C++11: examples/tests: More use of auto.Murray Cumming2015-07-151-2/+2
* Add Gio:SocketSource, SignalSocket and Socket::create_source()Kjell Ahlstedt2014-05-151-0/+39
* Glib::MainContext: Add invoke().Kjell Ahlstedt2013-06-021-0/+31
* Glib::Source: Fix the destruction and deletion.Kjell Ahlstedt2013-04-181-9/+65
* Signal*::connect(): Make them less thread-unsafe.Kjell Ahlstedt2013-02-211-5/+5
* Signal[Timeout|Idle]::connect_once() docs: Warn about thread-unsafety.Kjell Ahlstedt2013-02-201-3/+3
* Make SignalTimeout,SignalIdle::connect_once() more thread safe.Kjell Ahlstedt2012-04-041-7/+1
* Make SignalTimeout,SignalIdle::connect_once() more thread safe.Kjell Ahlstedt2012-04-031-6/+52
* Fix the build with --disable-deprecated-api.Kjell Ahlstedt2012-02-281-0/+22
* Add Glib::Threads::* in threads.h, deprecating everything in thread.hMurray Cumming2011-11-231-2/+13
* Avoid a deprecation warning in implelementation of deprecated API.Murray Cumming2011-11-231-0/+1
* thread.h: Allow use of this without causing deprecation compiler warnings.Murray Cumming2011-10-261-1/+3
* Fix the build with glib from git master.Murray Cumming2010-11-031-9/+7
* Fix the build with --enable-warnings=fatalMurray Cumming2010-11-011-0/+9
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-24/+0
* Get rid of all uses of GLIBMM_USING_STD()Daniel Elstner2009-08-161-4/+0
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Add convenience functions for one-shot timer/idle handlersJonathon Jongsma2008-12-121-0/+17
* Clean up glib includes (Bug #563987)Jonathon Jongsma2008-12-101-1/+0