summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ContentType: get_icon(): Fix a refcount error.glibmm-2-32Murray Cumming2012-09-072-3/+10
* 2.32.12.32.1Murray Cumming2012-07-113-1/+23
* Glib::Checksum: Fix a typo.Krzesimir Nowak2012-07-112-1/+7
* Update .gitignore.Kjell Ahlstedt2012-07-112-3/+12
* gen_scripts: Correct some comments/documentation.Murray Cumming2012-07-113-4/+10
* Simplify the gen_scripts slightly.Murray Cumming2012-07-117-44/+51
* Thread::RecMutex: Don't initialize this as a GStaticMutex.Michał Wróbel2012-07-112-4/+13
* Glib::add_exception_handler(): Fix misplaced endif.Kjell Ahlstedt2012-07-112-2/+8
* Application: Pass 0 (NULL) rather than to GApplication.Murray Cumming2012-07-112-1/+8
* Fix typos in miscutils.Krzesimir Nowak2012-04-172-2/+9
* 2.32.02.32.0Murray Cumming2012-04-103-2/+25
* gmmproc: Add macro _CUSTOM_CTOR_CAST in _CLASS_BOXEDTYPE.Kjell Ahlstedt2012-04-102-0/+17
* Fix Visual C++ project FilesChun-wei Fan2012-04-109-0/+416
* Glib::Dispatcher: Don't send messages to a deleted Dispatcher.Kjell Ahlstedt2012-04-043-12/+91
* Make SignalTimeout,SignalIdle::connect_once() more thread safe.Kjell Ahlstedt2012-04-042-7/+8
* Some improvements to the documentation in the previous commit.Murray Cumming2012-04-032-51/+47
* Document Glib::Property and Glib::PropertyBaseMark Vender2012-04-032-2/+93
* Slight rewrite of the documenation in the previous commit.Murray Cumming2012-04-032-1/+7
* gmmproc: Generate the documentation of default constructors of interface clas...Mark Vender2012-04-032-3/+14
* Make SignalTimeout,SignalIdle::connect_once() more thread safe.Kjell Ahlstedt2012-04-032-6/+59
* Regenerate .defs files.Murray Cumming2012-03-308-23/+184
* 2.31.222.31.22Murray Cumming2012-03-283-3/+21
* gmmproc: _WRAP_SIGNAL(): Mark deprecated signals in the _p.h and .cc files.Kjell Ahlstedt2012-03-264-25/+73
* gmmproc: _WRAP_PROPERTY(): Fix mixed-up deprecation and documentation.Kjell Ahlstedt2012-03-263-16/+25
* Gio: Move AppLaunchContext into its own header file.Murray Cumming2012-03-265-26/+101
* Correct the last ChangeLog entry.José Alburquerque2012-03-251-1/+1
* ActionGroup, DBusObject: Ensure vfunc callbacks return valid memory.José Alburquerque2012-03-254-3/+16
* ActionGroup: list_actions_vfunc(): Do not return freed memory.Murray Cumming2012-03-232-1/+8
* gmmproc: _WRAP_SIGNAL(): Allow signals to be deprecated.Murray Cumming2012-03-235-23/+55
* Prepare NEWS for the next release.Murray Cumming2012-03-231-0/+22
* Gio: MenuItem: set_action_and_target(): Add one without the cariant.Murray Cumming2012-03-223-1/+18
* Gio: SimpleAction: Add a parameter that takes no VariantType.Murray Cumming2012-03-223-2/+18
* Gio: Menu, MenuItem: Add default parameter values.Murray Cumming2012-03-223-4/+13
* Gio: Add Menu and MenuItem.Murray Cumming2012-03-2210-2/+199
* Dispatcher examples: Use Glib::signal_idle().connect_once().Kjell Ahlstedt2012-03-223-20/+22
* Fix some warnings found by clang++.Murray Cumming2012-03-192-1/+8
* Gio::DBus::Object: Add the signals of the interface.José Alburquerque2012-03-166-1/+44
* DateTime: Correct the declaration of the TimeVal struct.José Alburquerque2012-03-152-1/+9
* Gio::DBus: Add the Interface and Object interfaces.José Alburquerque2012-03-158-56/+328
* Glib::Threads::Private, Glib::Dispatcher: Delete Glib::DispatchNotifier.Kjell Ahlstedt2012-03-124-6/+60
* 2.31.202.31.20reallyMurray Cumming2012-03-063-1/+36
* Gio::Application: Add quit().2.31.20Murray Cumming2012-03-032-0/+8
* Signal*: Better description of the connect*() methods.Kjell Ahlstedt2012-03-022-14/+43
* h2defs.py: Ignore the new GDK_AVAILABLE_IN_* macros.Murray Cumming2012-03-022-0/+11
* gmmproc: Allow destructors to be documented.José Alburquerque2012-03-017-0/+49
* Generation Scripts: Don't assume the root directory is glibmm.José Alburquerque2012-03-019-26/+55
* Add back our custom Gio::HOST_WAS_NOT_FOUND enum value.Murray Cumming2012-02-292-0/+8
* tools: Add XML docs and defs generation scripts.José Alburquerque2012-02-2822-218/+2405
* docextract_to_xml.py: Generate signal docs by default.José Alburquerque2012-02-282-5/+16
* DBus::Error, DBus::Proxy: Fix interaction with generate_wrap_init.pl.Kjell Ahlstedt2012-02-283-12/+10