summaryrefslogtreecommitdiff
path: root/glib/glibmm/main.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added SignalTimeout::connect_seconds() as an equivalent forMurray Cumming2007-06-221-0/+24
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-121-1/+26
* Mark private functions as static, to stop them being exported in the API,Murray Cumming2006-04-121-1/+1
* Added MainContext::signal_child_watch() Added child_watch/ exampleYair Hershkovitz2005-03-141-1/+60
* Don't export private API. Closes #163031.BenoƮt Dejean2005-01-061-4/+4
* Move deletion of SourceConnectionNode object intoMartin Schulze2004-08-011-4/+5
* Bug fix in SourceConnectionNode::notify() (#137030).Martin Schulze2004-03-201-1/+1
* Increased versionMurray Cumming2004-03-031-1/+1
* Added glib/glibmm/i18n.h and i18n-lib.h which defines _() and friends forMurray Cumming2004-03-021-0/+6
* glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 forMurray Cumming2004-02-101-56/+56
* GTKMM_ m4 tests and #defines are now prefixed with GLIBMM_Murray Cumming2003-01-221-1/+1
* Initial revisionMurray Cumming2003-01-071-0/+979