summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Added a --enable-api-default-signal-handlers option. This definesMurray Cumming2006-07-202-0/+17
* 2.10.3:Murray Cumming2006-05-181-11/+11
* _CONVERT(): If the return type is void, use the unconverted statement, notMurray Cumming2006-05-162-7/+11
* Added --enable-api-exceptions option. When this is used, methods thatMurray Cumming2006-05-1010-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
* glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 forMurray Cumming2004-02-102-24/+18
* Add an optional custom_c_callback parameter to _WRAP_SIGNAL to allowMurray Cumming2004-01-293-35/+38
* Added win32-specific --export-all-symbols to linker flags. This isCedric Gustin2004-01-291-8/+8
* Added clamp_min() and clamp_max() to wrap the case where g_date_clamp()Murray Cumming2004-01-225-44/+63
* output_wrap_property(): Allow construct-only properties to be wrapped, asMurray Cumming2004-01-091-6/+7
* Removed the mergecdocs option - because we always want to merge C docs, toMurray Cumming2004-01-053-23/+23
* generate beautify_docs.pl from beautify_docs.pl.in, so it can have theMurray Cumming2003-12-221-3/+3
* Added fuller Doxygen documentation to all gobj() and wrap() methods.Murray Cumming2003-12-148-16/+53
* Add spaces inside signal_proxy template types, to avoid << and >> whenMurray Cumming2003-12-031-5/+5
* Added WRAP_METHOD_DOCS_ONLY() macro. Explained the new macro.Murray Cumming2003-11-282-3/+78
* Added init.[h|cc] with Glib::init() so that the gnomemm init() methods doMurray Cumming2003-11-033-2/+30
* Now uses ObjectBase instead of Object, because glib can now haveMurray Cumming2003-11-013-8/+23
* output_wrap_create(): Used args_types_and_names_with_default_values()Murray Cumming2003-10-255-35/+42
* Corrected location of installed .pm files. They are now in a glibmm-2.3Murray Cumming2003-05-311-1/+1
* stuff from gtkmm2Murray Cumming2003-05-212-5/+6
* Added doxygen comments to gobj() methods. Commented-out a std::right thatMurray Cumming2003-05-027-1/+19
* Install headers in a glibmm-2.3 directory instead of glibmm-2.4, to beMurray Cumming2003-04-234-4/+4
* get_unwrapped(): Changed some & to && to avoid warnings and because thatMurray Cumming2003-04-192-5/+5