summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix exceptions thrown by Thread::create() and Threads::Thread::create.Kjell Ahlstedt2012-02-2810-28/+67
* Fix the build with --disable-deprecated-api.Kjell Ahlstedt2012-02-289-17/+76
* generate_wrap_init.pl: Improve reg. of exception classes in sub-namespaces.Kjell Ahlstedt2012-02-282-3/+91
* generate_wrap_init.pl: Improve it for deprecated files and sub-namespaces.Kjell Ahlstedt2012-02-282-169/+155
* 2.31.18.12.31.18.1Murray Cumming2012-02-273-1/+24
* h2def.py: Handle types such as 'const gchar* const *' for functions.José Alburquerque2012-02-262-2/+15
* Gio::DBus::[ActionGroup|MenuModel]: Have get() and not create() methods.José Alburquerque2012-02-263-8/+13
* gmmproc: _WRAP_PROPERTY(): Allow properties to be deprecated.Murray Cumming2012-02-245-11/+68
* Gio::Application, Gio::DBus::AuthObserver: Typos.José Alburquerque2012-02-243-2/+9
* Gio::Application: Add missing virtual functions and methods.José Alburquerque2012-02-245-11/+79
* giomm: Add class docs to recently added Application related classes.José Alburquerque2012-02-247-9/+54
* MenuModel: Add the attribute and link constants.José Alburquerque2012-02-243-6/+141
* giomm: Add the DBus::MenuModel class.José Alburquerque2012-02-244-0/+86
* Gio::DBus::Connection: Add the MenuModel export/unexport methods.José Alburquerque2012-02-234-0/+15
* giomm: MenuModel, MenuAttributeIter: Correct typos.José Alburquerque2012-02-223-2/+10
* giomm: Add the MenuModel and Menu[Attribute|Link]Iter classes.José Alburquerque2012-02-2210-0/+277
* Gio::Application: Derive from the ActionGroup interface.José Alburquerque2012-02-222-3/+9
* 2.31.182.31.18Murray Cumming2012-02-213-1/+24
* Gio::DBus::Connection: Add the ActionGroup export/unexport methods.José Alburquerque2012-02-203-0/+13
* giomm: Add the DBus::ActionGroup class.José Alburquerque2012-02-204-0/+91
* giomm: Add the RemoteActionGroup interface.José Alburquerque2012-02-206-0/+136
* h2def.py: Handle deprecated functions.José Alburquerque2012-02-163-0/+69