summaryrefslogtreecommitdiff
path: root/tools/pm
Commit message (Expand)AuthorAgeFilesLines
* gmmproc: _WRAP_GERROR: Add documentation to the generated enum CodeKjell Ahlstedt2014-12-011-2/+13
* gmmproc: added warning when ignored method or signal doesn't existsMarcin Kolny2014-09-301-2/+12
* gmmproc: Added parameter exception_handler in _WRAP_VFUNC (bgo#735132)Marcin Kolny2014-09-082-30/+51
* gmmproc: Better error checks in some _WRAP_* macrosKjell Ahlstedt2014-09-011-4/+42
* Add support for GtkContainer child propertiesJuan R. García Blanco2014-07-054-67/+144
* gmmproc: _WRAP_METHOD: Allow multi-word parameter types (unsigned int)Kjell Ahlstedt2014-06-281-11/+14
* gmmproc: Add a blank line after @deprecated and @newinKjell Ahlstedt2014-06-021-1/+4
* gmmproc: Don't interpret a comma as the end of a deprecation messageKjell Ahlstedt2014-05-251-16/+37
* gmmproc: Small improvement of enum documentationKjell Ahlstedt2014-04-081-9/+11
* gmmproc: Don't change NULL to 0 in docs, when it's part of a longer nameKjell Ahlstedt2014-01-311-3/+3
* gmmproc: Pass NULL to C function calls for optional empty strings.José Alburquerque2013-09-081-7/+15
* gmmproc: Add parameter return_value in _WRAP_VFUNC.Marcin Kolny2013-08-312-8/+22
* gmmproc: Fix _WRAP_SIGNAL with 'ifdef' and 'deprecated'.Kjell Ahlstedt2013-08-152-51/+53
* gmmproc: Add _WRAP_ENUM_DOCS_ONLY() and simplify enum docs process.José Alburquerque2013-06-304-72/+123
* gmmproc: Write glibmm version in generated files.Kjell Ahlstedt2013-06-071-5/+4
* gmmproc: Output.pm: Use a better name for the c param mappings hash.José Alburquerque2013-04-291-11/+11
* tools: Remove blank lines in files.José Alburquerque2013-04-293-8/+8
* Output.pm: convert_args_c_to_cpp(): Reverse mappings hash correctly.José Alburquerque2013-04-291-2/+4
* gmmproc: Parse the argument list of methods correctly.José Alburquerque2013-04-101-52/+22
* gmmproc: Verify that void methods should not return a value.José Alburquerque2013-03-222-2/+14
* gmmproc: Improve the conversion of documentation to Doxygen format.Kjell Ahlstedt2013-01-292-23/+56
* gmmproc: _WRAP_VFUNC: Support the wrapping of slots.José Alburquerque2013-01-172-41/+154
* gmmproc: _WRAP_[CREATE|CTOR|METHOD]: Allow any order of {} options.José Alburquerque2013-01-161-13/+37
* gmmproc: _WRAP_ENUM: Skip enum constants whose names are deleted.Kjell Ahlstedt2013-01-071-1/+4
* gmmproc: Improve the search for documentation of enums.Kjell Ahlstedt2013-01-071-4/+4
* gmmproc: _WRAP_METHOD: Ensure that slot parameters can be optional.José Alburquerque2012-12-281-7/+44
* gmmproc: Documentation: Adjust if the method has a slot param.José Alburquerque2012-11-192-7/+29
* gmmproc: _WRAP_METHOD: Support wrapping methods with slots.José Alburquerque2012-11-192-2/+69
* gmmproc: _WRAP_CTOR: Handle *_new() functions with a final GError**.José Alburquerque2012-11-092-9/+40
* tools/pm: Remove whitespace on empty lines in recently edited perl files.José Alburquerque2012-11-065-19/+19
* gmmproc: Make enum documentation possible.José Alburquerque2012-11-053-13/+128
* gmmproc: Add 3-argument @newin.Kjell Ahlstedt2012-10-121-0/+1
* ActionGroup: Add the query_action() methods.José Alburquerque2012-09-301-5/+5
* gmmproc: Make the output param feature work for single indirection.José Alburquerque2012-09-261-1/+13
* _WRAP_VFUNC: Prepend @throws clause to vfuncs that throw errors.José Alburquerque2012-09-191-0/+7
* gmmproc: _WRAP_METHOD: Allow setting parameters from C output params.José Alburquerque2012-09-183-63/+124
* gmmproc: Improve the search for unwrapped methods.Kjell Ahlstedt2012-09-182-16/+46
* gmmproc: _WRAP_VFUNC: Handle virtual functions that throw GErrors.José Alburquerque2012-09-062-10/+28
* gmmproc: _WRAP_SIGNAL(): Mark deprecated signals in the _p.h and .cc files.Kjell Ahlstedt2012-03-262-17/+35
* gmmproc: _WRAP_PROPERTY(): Fix mixed-up deprecation and documentation.Kjell Ahlstedt2012-03-261-14/+15
* gmmproc: _WRAP_SIGNAL(): Allow signals to be deprecated.Murray Cumming2012-03-233-14/+28
* gmmproc: _WRAP_PROPERTY(): Allow properties to be deprecated.Murray Cumming2012-02-243-9/+48
* gmmproc: docs: Remove possible parens in gtk-doc signal references.José Alburquerque2012-02-141-2/+2
* Gio::DBus::Proxy: Add a TODO.José Alburquerque2012-02-141-1/+1
* gmmproc: docs: Convert signal and property names correctly.José Alburquerque2012-02-131-0/+20
* gmmproc: DocsParser.pm (convert_tags_to_doxygen): Correct typo.José Alburquerque2012-02-081-1/+1
* gmmproc: Translate the <itemizedlist> tags in docs correctly.José Alburquerque2012-02-081-1/+5
* gmmproc: Add documentation to wrapped signals.José Alburquerque2012-02-075-15/+48
* gmmproc: Example Removal: Also remove code in </programlisting> tags.José Alburquerque2011-10-261-1/+2
* gmmproc: Don't include C code examples found in the XML docs.José Alburquerque2011-10-261-2/+10