summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* add FilterOutputStream classJonathon Jongsma2008-02-031-0/+4
* Move a signal-specific conversion here, because these conversions areMurray Cumming2008-02-021-1/+0
* add DataInputStream classJonathon Jongsma2008-02-021-0/+2
* add BufferedInputStream classJonathon Jongsma2008-02-021-0/+1
* Use the local .pm files for gmmproc instead of installed ones. This was aMurray Cumming2008-02-021-7/+10
* Add Gio::AppInfo vfuncsJonathon Jongsma2008-02-022-0/+5
* Split intoMurray Cumming2008-01-271-1/+2
* Added the _CLASS_* macro so this type is really wrapped.Murray Cumming2008-01-251-0/+5
* Added _DO_NOT_DERIVE_GTYPE for use in .hg files when we do not want toMurray Cumming2008-01-251-4/+16
* Handle possible parenthesis when matching enum values declared as shiftedMarko Anastasov2008-01-201-1/+1
* Ignore g_input_stream_clear_pending() as well as the other implementationMurray Cumming2008-01-201-1/+2
* poll_for_media(): Added documentation. Wrapped 2 vfuncs (though the .defsMurray Cumming2008-01-181-2/+0
* eject(),Murray Cumming2008-01-171-0/+1
* Added Mount and VolumeMonitor. Regenerated.Murray Cumming2008-01-162-0/+10
* murrayc@murrayc-desktop:~/svn/gnome220/glibmm$ more ChangeLogMurray Cumming2008-01-162-1/+5
* Moved the gio conversions into their own .m4 file, to make it easier toMurray Cumming2008-01-154-73/+78
* Wrapped AppInfo and AppLaunchContext, without the vfuncs. New conversions.Marko Anastasov2008-01-101-0/+7
* api change in reply() virtual function and addition ofJonathon Jongsma2008-01-101-0/+1
* Copy (and very slightly adjust) the build_shared/ files from gtkmm, whichMurray Cumming2008-01-101-1/+1
* Added some types used so far. There are probably more that should be addedMurray Cumming2008-01-102-5/+42
* Added this, though no methods or vfuncs are wrapped yet.Murray Cumming2008-01-091-0/+1
* Uncomment GTKMM_DOXYGEN_INPUT_SUBDIRS to fix the reference documentationMurray Cumming2008-01-081-1/+1
* Build a separate extra defs generating program for gio. Currently theMarko Anastasov2007-12-282-3/+39
* Checked in sources from giomm. Build needs to be fixed to work withMarko Anastasov2007-12-281-0/+69
* Merged from glibmm-2-14:Murray Cumming2007-12-282-1/+26
* Merged to trunk from glibmm-2-14:Daniel Elstner2007-12-281-0/+6
* Added a new section called SECTION_HEADER_FIRST that within the headerArmin Burgmeier2007-10-121-0/+11
* Also create defs for interfaces, by refing and unrefing them temporarily.Philipp Kerling2007-10-051-7/+17
* Added wrap_auto_interface<>(), which should be used by wrap()Murray Cumming2007-09-251-1/+7
* 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