summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* convert_tags_to_doxygen(): Handle newin markers for 2.12 and a few afterMurray Cumming2007-07-021-0/+4
* Regenerated with enums.pl Regenerated with h2defs.pyMurray Cumming2007-06-121-0/+5
* Explicitly mention Glib::wrap() in the documentation for generatedMurray Cumming2007-05-146-12/+30
* When generating example prototypes for signal handlers, prefix them withMurray Cumming2007-05-041-1/+1
* Use _IS_DEPRECATED instead of _CLASS_DEPRECATED because the latterJohannes Schmid2007-04-302-2/+2
* Added peek_token() function which only returns the next token withoutArmin Burgmeier2007-04-152-12/+134
* Use _CLASS_DEPRECATE instead of just _DEPRECATE to known whether a wholeJohannes Schmid2007-04-091-1/+1
* Use static_cast in vfuncs and signal handlers to cast the wrapper objectArmin Burgmeier2007-03-232-53/+67
* If the argument list is empty, call the non- varargs overload of theDaniel Elstner2007-01-281-27/+22
* Thu, 25 Jan 2007 23:13:05 +0100 Dodji SeketeliDodji Seketeli2007-01-261-0/+1
* Remove .cvsignore files.Daniel Elstner2007-01-204-13/+0
* Allow an empty pair of parentheses in the innermost match. This fixes theDaniel Elstner2006-11-281-1/+1
* Ignore whitespace in front of an enum typedef. This fixes parsing ofDaniel Elstner2006-11-272-5/+27
* Break the loop if the length of the common prefix reaches zero. This fixesDaniel Elstner2006-11-271-1/+4
* Add enum.pl to the dist, so that it is in tarballs. Someone saw itMurray Cumming2006-11-101-1/+1
* Wraps GKeyFile (Bug #330535) Added include of keyfile.h Added keyfile.hRob Page2006-09-191-0/+1
* Change _IMPLEMENTS_INTERFACE to _IMPLEMENTS_INTERFACE_CC so we can haveJohannes Schmid2006-09-196-71/+232
* Added a --enable-api-default-signal-handlers option. This definesMurray Cumming2006-07-192-0/+17
* _METHOD(): When using errthrow, actually print the function call even ifMurray Cumming2006-05-181-4/+4
* _METHOD(), _STATIC_METHOD(): Remove spaces before dnl statements, to avoidMurray Cumming2006-05-161-8/+8
* _CONVERT(): If the return type is void, use the unconverted statement, notMurray Cumming2006-05-162-7/+11
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-1210-29/+159
* Remove this file because it is not installed and does not seem to be used.Murray Cumming2006-04-121-97/+0
* Mark the (private) signal info callback functions as static, to save onMurray Cumming2006-04-121-4/+4
* Parse a new optional constversion parameter for _WRAP_METHOD(), to save onMurray Cumming2006-04-123-5/+20
* Mark the (private) signal info callback functions as static, to save onMurray Cumming2006-04-121-4/+4
* Mark private functions as static, to stop them being exported in the API,Murray Cumming2006-04-121-4/+4
* looklookup_documentation(): Put the @deprecated text immediately after theMurray Cumming2006-03-083-24/+38
* Define the @newin aliases, as in gtkmm. Convert Since: in gtk-doc text toMurray Cumming2005-11-301-0/+8
* Add _DEPRECATE_IFDEF_START and _DEPRECATE_IFDEF_END macros, to #ifdef-outMurray Cumming2005-11-297-17/+164
* output_wrap_property(): Do not add the const read-only method override ifMurray Cumming2005-04-061-2/+2
* Add the documentation to the const property() accessor as well as theMurray Cumming2005-02-181-2/+3
* Use g_param_spec_get_blurb() to output the documentation for theMurray Cumming2005-02-134-5/+34
* Use g_param_spec_get_blurb() to output the documentation for theMurray Cumming2005-02-131-0/+3
* add_entry(): Fixed crash by creating a temporary array, with a nulled lastMurray Cumming2004-10-171-2/+2
* on_wrap_property(): Convert property name to canonical form, so that weMurray Cumming2004-10-141-0/+6
* Wrapped more methods, but I have still not finished. Started an example.Murray Cumming2004-09-271-0/+5
* Regenerated with h2defs.py Added optionentry.[hg|ccg],Murray Cumming2004-09-261-0/+6
* Allow use of _CUSTOM_DTOR(), needed by Gnome::Gda::Connection.Murray Cumming2004-04-291-0/+12
* fix the fix.Murray Cumming2004-04-115-14/+11
* 2.4.0:Murray Cumming2004-04-117-23/+36
* output_wrap_property(): Provide the actual property name as well as oneMurray Cumming2004-04-092-8/+12
* Change a regex so that files are included without full path. ApparentlyMurray Cumming2004-03-181-1/+1
* Remove the parent get_type() call from the Class::init() function, becauseMurray Cumming2004-03-131-3/+2
* Use existing sun-specific conversion when converting from any RefPtr<constMurray Cumming2004-03-102-6/+6
* Another change to give better warnings and errors at gmmproc-runtime.Hagen Moebius2004-03-091-22/+43
* Allow overrides to only override part of the docs. Add a <mapping> tag toHagen Moebius2004-03-081-13/+32
* Updated some .cvsignore filesMurray Cumming2004-03-052-1/+11
* Increased versionMurray Cumming2004-03-031-1/+1
* parse_param(): Only parse const as an individual part of the type name ifMurray Cumming2004-03-021-6/+7