summaryrefslogtreecommitdiff
path: root/gtkdoc-scangobj.in
Commit message (Expand)AuthorAgeFilesLines
...
* Add "%s" format strings to printf-like functions when printing a string.Sebastian Dröge2008-06-071-3/+3
* patch by: David Nečas <yeti@physics.muni.cz>Stefan Kost2007-11-111-2/+5
* patch by: David Nečas <yeti@physics.muni.cz>Stefan Kost2007-08-121-1/+1
* Released 1.8.Damon Chaplin2007-02-161-0/+3
* don't return if !G_TYPE_IS_OBJECT (object_type) as that means interfaceDamon Chaplin2007-02-071-3/+1
* added a '--query-child-properties' argument to allow you to specify aDamon Chaplin2006-12-041-1/+27
* remove a shadow declaration to avoid compiler warnings. #362475Damon Chaplin2006-10-161-1/+0
* Bug #338517: Automatically creating/updating .types file:Damon Chaplin2006-10-151-1/+13
* support interfaces on non-GObject types. (#348058, Josh Parsons).Damon Chaplin2006-10-131-1/+14
* make sure interfaces are initialized so the signals query works. (#355352)Damon Chaplin2006-10-131-2/+6
* fix enum types in signal prototypesMatthias Clasen2006-09-091-0/+5
* missing '*' for arg in signal prototype in docs (#335486)Stefan Kost2006-03-291-2/+6
* add devhelp2 files create a autoregen.shStefan Kost2005-12-091-21/+33
* Generate documentation for signal flagsMatthias Clasen2005-09-281-3/+21
* Patch from Stepan Kasal to avoid some gcc warnings. (#312985)Damon Chaplin2005-09-151-28/+30
* Also use "sh -c" to run the scanner (#167688)Damon Chaplin2005-09-151-1/+1
* Use brackets around open() arguments to avoid precedence problems.Damon Chaplin2005-09-151-2/+2
* Output more messages about compilation, linking and running of scanner, toDamon Chaplin2005-09-151-3/+8
* patch from Stefan Kost to improve error messages, though I changed itDamon Chaplin2005-09-151-5/+6
* added "const" in a few places to avoid lots of warnings if all gccDamon Chaplin2005-08-181-15/+15
* use '@PACKAGE_DATA_DIR@' instead of "@PACKAGE_DATA_DIR@" so that it isn'tDamon Chaplin2004-10-141-1/+1
* patch from Olexiy Avramchenko to add 3 new GdkEvent subtypes.Damon Chaplin2004-10-131-0/+3
* patch from Benjamin Otte to get rid of -Wsign-compare warnings. BugDamon Chaplin2004-10-131-4/+4
* Readd lost changes.Matthias Clasen2004-04-211-2/+423
* Style information in a separate stylesheet.Matthias Clasen2004-04-161-423/+2
* Organize the properties descriptions to fit better with the otherMatthias Clasen2004-04-161-2/+423
* Add --help. (#126915)Matthias Clasen2003-12-271-2/+19
* Don't use g_strdown(). (#127028, David Schleef)Matthias Clasen2003-11-151-12/+25
* Clean up $MODULE-scan.o even when using libtoolDan Winship2003-11-131-1/+1
* add "void" to functions with no parameters, avoids warning withChema Celorio2002-12-301-12/+12
* in get_type_name() set is_pointer to TRUE for subtypes of G_TYPE_BOXED andDamon Chaplin2002-11-021-20/+39
* Add support for interface prerequisites.Matthias Clasen2002-10-191-3/+58
* Sort paramspec arrays for greater stability and less random tmpl fileMatthias Clasen2002-10-151-1/+12
* Improve documentation for interfaces.Matthias Clasen2002-10-141-2/+54
* Make interfaces appear in the object hierarchy.Matthias Clasen2002-10-111-2/+1
* Make sure blurbs end with a '.'Matthias Clasen2002-08-071-3/+10
* Don't try to list signals on types which don't support signals, e.g. boxedMatthias Clasen2002-08-031-9/+14
* add an include for the GTK_CHECK_VERSION macrojacob berkman2002-05-061-0/+3
* Output style properties. (#80659)Matthias Clasen2002-05-051-42/+55
* Fix for segfault in scangobj-generated C program on Solaris. (#80606,Matthias Clasen2002-05-021-3/+6
* Fix $MODULE-undocumented.txt for d.g.o online API docs.Matthias Clasen2002-04-301-4/+22
* Create docs for signals on interfaces.Matthias Clasen2002-03-111-1/+5
* we now default to calling g_type_init() to initialize the type system,Damon Chaplin2002-01-231-13/+9
* Released 0.8.Damon Chaplin2002-01-181-5/+15
* default to calling g_type_init(), remove --nogtkinit argument and replacejacob berkman2002-01-181-15/+5
* change \n's to \\n's in perl scripts generating C code.Laszlo Peter2001-08-151-8/+8
* Remove argument to g_type_init ();Anders Carlsson2001-07-201-1/+1
* Conform to changes in GObject API for property retrieval.Owen Taylor2001-06-211-2/+11
* changed a '?' to a '*' so we accept multi-dimensional array functionDamon Chaplin2001-05-191-1/+1
* Restore call to OutputBook that was accidentally deleted.Owen Taylor2001-04-131-9/+12