summaryrefslogtreecommitdiff
path: root/glib/glibmm/main.h
Commit message (Expand)AuthorAgeFilesLines
* Run clang-format on glib .h files.Murray Cumming2016-02-261-95/+124
* C++11: Replace virtual keyword with override keyword on destructors.Murray Cumming2015-12-241-3/+3
* glibmm/main: More declarations within #ifndef GLIBMM_DISABLE_DEPRECATEDKjell Ahlstedt2015-11-291-2/+1
* Glib::MainContext: Deprecate wait(cond, mutex).Murray Cumming2015-11-261-1/+4
* C++11: Gio::*Source: Use the override keyword.Murray Cumming2015-10-261-9/+9
* Make destructors explicitly noexcept.Murray Cumming2015-08-311-4/+4
* C++11: Use = delete instead of private to make classes noncopyable.Murray Cumming2015-07-181-11/+8
* C++11: examples/tests: More use of auto.Murray Cumming2015-07-151-5/+5
* Add Gio:SocketSource, SignalSocket and Socket::create_source()Kjell Ahlstedt2014-05-151-4/+19
* Glib::MainContext: Fix a small error in the documentation of acquire().Kjell Ahlstedt2013-06-041-1/+1
* Glib::MainContext: Add invoke().Kjell Ahlstedt2013-06-021-0/+32
* Signal*::connect(): Make them less thread-unsafe.Kjell Ahlstedt2013-02-211-0/+30
* Signal[Timeout|Idle]::connect_once() docs: Warn about thread-unsafety.Kjell Ahlstedt2013-02-201-37/+67
* Use std::size_t and std::ptrdiff_t.Kjell Ahlstedt2012-09-121-2/+3
* Signal*: Better description of the connect*() methods.Kjell Ahlstedt2012-03-021-14/+35
* Add Glib::Threads::* in threads.h, deprecating everything in thread.hMurray Cumming2011-11-231-1/+21
* Move IOCondition from main.h to iochannel.h and autogenerate it.Murray Cumming2011-10-261-53/+1
* Added a TODOMurray Cumming2010-11-041-0/+2
* Fix the build with glib from git master.Murray Cumming2010-11-031-33/+30
* Fix the build with --enable-warnings=fatalMurray Cumming2010-11-011-1/+22
* Rename @since back to @newinDaniel Elstner2009-08-201-1/+1
* Implement parametric Doxygen alias @since{m,n}Daniel Elstner2009-08-181-1/+1
* Get rid of all uses of GLIBMM_USING_STD()Daniel Elstner2009-08-161-12/+3
* 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/+37
* Clean up glib includes (Bug #563987)Jonathon Jongsma2008-12-101-2/+1
* Moved the Priorities enum into Though all the giomm stuff seems to alreadyMurray Cumming2008-02-071-35/+1
* Added SignalTimeout::connect_seconds() as an equivalent forMurray Cumming2007-06-221-1/+45
* Added MainContext::signal_child_watch() Added child_watch/ exampleYair Hershkovitz2005-03-141-4/+45
* Deal with some doxygen warnings about undocumented parameters. AddedMurray Cumming2004-12-181-3/+3
* Added glib/glibmm/i18n.h and i18n-lib.h which defines _() and friends forMurray Cumming2004-03-021-0/+3
* documentation fixes and corrections in the comments reflecting the shiftMartin Schulze2004-02-131-8/+8
* glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 forMurray Cumming2004-02-101-12/+12
* increased vesionMurray Cumming2004-02-041-3/+6
* Added clamp_min() and clamp_max() to wrap the case where g_date_clamp()Murray Cumming2004-01-221-4/+146
* GTKMM_ m4 tests and #defines are now prefixed with GLIBMM_Murray Cumming2003-01-221-1/+1
* Initial revisionMurray Cumming2003-01-071-0/+549