summaryrefslogtreecommitdiff
path: root/tools/pm/Output.pm
Commit message (Expand)AuthorAgeFilesLines
* gmmproc: Improve processing of documentationKjell Ahlstedt2015-07-231-1/+1
* gmmproc: _WRAP_SIGNAL: Accept apostrophes in a preceding commentKjell Ahlstedt2015-07-021-0/+3
* gmmproc: Fetch property docs from the docs.xml file, if available thereKjell Ahlstedt2015-06-021-8/+48
* gmmproc: _WRAP_SIGNAL: Add support for detail_nameKjell Ahlstedt2015-05-231-5/+7
* gmmproc: Add support for 'newin "n,m"' in some _WRAP macrosKjell Ahlstedt2015-05-081-7/+10
* gmmproc: _WRAP_VFUNC: Add the keep_return parameterKjell Ahlstedt2015-03-171-1/+5
* gmmproc: Improve the conversion of Since to @newinKjell Ahlstedt2014-12-111-1/+1
* gmmproc: Tidy up the generation of enum docsKjell Ahlstedt2014-12-011-21/+4
* gmmproc: Change messages that MS Visual Studio can misunderstandKjell Ahlstedt2014-12-011-2/+3
* gmmproc: _WRAP_GERROR: Add documentation to the generated enum CodeKjell Ahlstedt2014-11-211-2/+13
* gmmproc: Added parameter exception_handler in _WRAP_VFUNC (bgo#735132)Marcin Kolny2014-09-081-19/+26
* gmmproc: Better error checks in some _WRAP_* macrosKjell Ahlstedt2014-09-011-4/+42
* Add support for GtkContainer child propertiesJuan R. García Blanco2014-07-051-62/+88
* 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-311-4/+9
* gmmproc: Fix _WRAP_SIGNAL with 'ifdef' and 'deprecated'.Kjell Ahlstedt2013-08-151-16/+25
* gmmproc: Add _WRAP_ENUM_DOCS_ONLY() and simplify enum docs process.José Alburquerque2013-06-301-7/+40
* 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-291-5/+5
* Output.pm: convert_args_c_to_cpp(): Reverse mappings hash correctly.José Alburquerque2013-04-291-2/+4
* gmmproc: Verify that void methods should not return a value.José Alburquerque2013-03-221-1/+13
* gmmproc: Improve the conversion of documentation to Doxygen format.Kjell Ahlstedt2013-01-291-4/+4
* gmmproc: _WRAP_VFUNC: Support the wrapping of slots.José Alburquerque2013-01-171-36/+118
* gmmproc: _WRAP_METHOD: Ensure that slot parameters can be optional.José Alburquerque2012-12-281-7/+44
* gmmproc: _WRAP_METHOD: Support wrapping methods with slots.José Alburquerque2012-11-191-2/+50
* gmmproc: _WRAP_CTOR: Handle *_new() functions with a final GError**.José Alburquerque2012-11-091-9/+24
* tools/pm: Remove whitespace on empty lines in recently edited perl files.José Alburquerque2012-11-061-8/+8
* gmmproc: Make enum documentation possible.José Alburquerque2012-11-051-0/+12
* 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-181-34/+77
* gmmproc: _WRAP_VFUNC: Handle virtual functions that throw GErrors.José Alburquerque2012-09-061-6/+18
* gmmproc: _WRAP_SIGNAL(): Mark deprecated signals in the _p.h and .cc files.Kjell Ahlstedt2012-03-261-12/+21
* 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-231-4/+6
* gmmproc: _WRAP_PROPERTY(): Allow properties to be deprecated.Murray Cumming2012-02-241-5/+17
* gmmproc: Add documentation to wrapped signals.José Alburquerque2012-02-071-1/+14
* gmmproc: _WRAP_METHOD: Use {OUT} instead of {RET} for output params.José Alburquerque2011-10-111-5/+5
* gmmproc: _WRAP_METHOD: Allow return types to have commas.José Alburquerque2011-10-111-2/+2
* gmmproc: _WRAP_METHOD: Add the possibility of an output parameter.José Alburquerque2011-06-071-5/+53
* gmmproc: _WRAP_[CREATE|CTOR|METHOD]: Support parameter reordering.José Alburquerque2011-06-061-80/+64
* gmmproc: Do not use NULL for optional parameters or properties.José Alburquerque2011-06-051-4/+4
* gmmproc: Use NULL for optional properties.José Alburquerque2011-06-011-2/+2
* gmmproc: _WRAP_[CREATE|CTOR]: Add optional parameter functionality.José Alburquerque2011-06-011-23/+80
* gmmproc: _WRAP_METHOD: Add optional parameter functionality.José Alburquerque2011-05-311-95/+144
* gmmproc: Protect documentation with m4 quotes.Kjell Ahlstedt2011-05-271-22/+27
* Tell gmmproc that it reads and writes UTF-8 files.Kjell Ahlstedt2011-03-111-1/+3
* gmmproc: Add optional arguments custom_vfunc[_callback] to _WRAP_VFUNC.Kjell Ahlstedt2011-02-021-30/+37