[VAR_ARGS_PARSER] Parser Handling of va_list args as properties
[gnome.gobject-introspection] / ChangeLog
2009-02-13 Colin WaltersMerge branch 'master' of ssh://walters@git.gnome.org...
2009-02-12 Johan DahlinAdd an empty ChangeLog to make autogen.sh quiet
2009-02-11 Johan DahlinRename ChangeLog to ChangeLog.pre-git
2009-02-10 Rober CarrBug 569633 – Typelib compiler fails with vararg callbacks
2009-02-09 Xan LopezForgot to update ChangeLog.
2009-02-06 Owen TaylorAdd KeySym and KeyCode to xlib-2.0.gir.
2009-02-05 Johan DahlinAdd utility functions for invocing closures given a...
2009-02-04 Colin WaltersBug 555960 - Nested structs and unions (generation...
2009-02-04 Colin WaltersBug 555960 - nested structs and unions
2009-02-02 Dan Winshiphandle the special case for GObject, whose glib:get...
2009-02-02 Colin WaltersBug 569408, Bug 568680 - Scanner misses fields (at...
2009-02-02 Colin WaltersBug 563469 – Arrays not treated correctly in struct...
2009-01-29 Robert CarrUndo revision 1075
2009-01-29 Robert Carrpost_filter_varargs_functions should also filter callba...
2009-01-28 Johan Bilienadd missing with_voidp
2009-01-28 Johan DahlinRemove shared-library tags for these too.
2009-01-28 Johan DahlinRemove shared-library which removes the build time...
2009-01-27 Dan Winship Misc warning fixes
2009-01-27 Johan DahlinAdd a couple of callback tests.
2009-01-26 Johan DahlinRemove trailing whitespace
2009-01-26 Johan DahlinOnly unref the repository if it's actually set.
2009-01-23 Johan DahlinAdd an enum param test function
2009-01-22 Johan DahlinPost-release version bump
2009-01-22 Johan Dahlin0.6.2 GOBJECT_INTROSPECTION_0_6_2
2009-01-22 Johan DahlinBug 562622 – Errordomains missing
2009-01-20 Johan DahlinIncrease the buffer size to 1M, so gtkalias.h can be...
2009-01-20 Johan DahlinWhen trying to map functions to structs, do not require...
2009-01-20 Johan DahlinBug 562615 – Struct methods missing
2009-01-16 Dan Winshipadd back GLvoid, which got lost during the gir-reposito...
2009-01-16 Johan Dahlinadd FT_Int32 add XftFont Report errors when an invalid...
2009-01-15 Johan DahlinMove over the hand-written girs from gir-repository...
2009-01-15 Johan DahlinBug 567813 – Everything should be versioned
2009-01-13 Johan DahlinBug 555036 – put gtk-doc in GIR
2009-01-13 Johan DahlinCatch AttributeError which seems to be occasionally...
2009-01-13 Johan DahlinFix a bug where \n was not present in a comment
2009-01-13 Johan DahlinBug 562467 – Property annotation
2009-01-12 Johan DahlinBug 546739 – Introspection should know precise signal...
2009-01-12 Johan DahlinBug 563591 – Flags not recognized when there is no...
2009-01-12 Havoc PenningtonBug 563386 – scanner ignores "const" on boxed return...
2009-01-12 Andreas RottmannBug 566404 – Annotations for GLib
2009-01-12 Johan DahlinBug 566419 – Element type of arrays not properly handle...
2009-01-12 Johan DahlinBug 566560 – giscanner.transformer.SkipError
2009-01-12 Johan DahlinBug 563794 - Redo annotation parsing & applying
2009-01-03 Andreas RottmannBug 563469 – Arrays not treated correctly in struct...
2009-01-03 Johan DahlinDisable blank line check, it works differently under...
2009-01-03 Andreas RottmannBug 556489 – callback annotations
2009-01-03 Jürg BilleterFix inconsistencies with PEP8
2008-12-21 Johan DahlinAnnotate transfer, direction and allow none for
2008-12-21 Johan DahlinAnnotate transfer, direction and allow none for g_file_...
2008-12-16 Owen TaylorDisable array auto-detection for out-annotated parameters
2008-12-12 Johan DahlinPass in --tag=CC to libtool to avoid making libtool...
2008-12-10 Johan BilienBug 563998 – Cache the GIBaseInfo for GTypes
2008-12-09 Johan BilienBug 562545 – Add function taking / returning GValue
2008-12-09 Johan DahlinUse shutil.move instead of os.rename, since it will...
2008-12-09 Tristan Van BerkomBug 563742 – introspection should record the introduced...
2008-12-08 Johan DahlinDon't require HOME to be set and if it set, don't requi...
2008-12-08 Johan DahlinDump the cache file to a temporary file and rename...
2008-12-03 Christophe Fergeauraise YY_BUF_SIZE to 65536 up from the default 16384.
2008-12-01 Colin WaltersChangeLog
2008-11-30 Johan DahlinBug 562289 – Race when removing invalid cache
2008-11-27 Johan DahlinAdd return value transfer annotation for g_markup_escap...
2008-11-26 Colin WaltersAdd --libtool option which we expect Automake-using...
2008-11-26 Colin WaltersRemove hand-rolled generation of .tgir
2008-11-25 Johan DahlinPost release version bump
2008-11-25 Johan DahlinRelease 0.6.1 GOBJECT_INTROSPECTION_0_6_1
2008-11-25 Colin WaltersBug 559705 – Missing association between static methods...
2008-11-25 Johan DahlinRevert earlier libtool change, there's no need
2008-11-25 Johan DahlinDefine socklen_t as an alias for int32.
2008-11-25 Johan DahlinExecute the dumper program through libtool if it's...
2008-11-24 Johan DahlinRemove a warning, be less verbose on error on fundament...
2008-11-23 Johan DahlinAdd license headers, refactor into a class, avoid some...
2008-11-23 Johan DahlinMake it compilable with -Werror on my system by adding...
2008-11-23 Johan DahlinBug 562022 – gobject-introspection needs python headers
2008-11-21 Johan DahlinBug 561617 – Return value array annotations
2008-11-20 Johan Bilienadd a test function which calls a closure.
2008-11-19 Johan DahlinCatch ValueError exceptions.
2008-11-18 Tommi Komulainenfix builddir != srcdir
2008-11-18 Colin WaltersUse sizeof() instead of hard-coding struct sizes
2008-11-18 Owen TaylorAdd "storage type" to the typelib data for enums
2008-11-18 Owen TaylorAdd enums to the Everything test module
2008-11-18 Johan DahlinCatch BadPickleGet exceptions as well.
2008-11-17 Owen TaylorFix doc comment annotations for test_struct_b_clone()
2008-11-17 Dan Winshipfix spelling of GHashTable. #561135
2008-11-17 Colin WaltersBug 552568 - All the argv parameters in Gtk.gir map...
2008-11-17 Colin WaltersEnsure we always call init_globals
2008-11-17 Colin WaltersBug 559706 - Interface prerequisites
2008-11-16 Owen TaylorRespect is_pointer in serialize_type()
2008-11-16 Owen TaylorBug 560825 – Add size and alignment to typelib
2008-11-16 Owen TaylorBug 552371 – implement struct field get/set
2008-11-16 Colin WaltersBug 560241 - Out-arguments should not be marked as...
2008-11-16 Colin WaltersBug 560241 - Out-arguments should not be marked as...
2008-11-15 Colin WaltersChangelog
2008-11-14 Johan DahlinRename the int/gtype array tests. Make the return value...
2008-11-14 Johan DahlinRename gitesttypes.[ch] to everything.[ch]
2008-11-13 Colin WaltersBug 560708 – Fix zero-termination defaults for arrays...
2008-11-13 Colin WaltersBug 557788 - Return types for constructors in generated...
2008-11-13 Owen Taylorgirepository/girffi.c: Fix "Unexpected time for time_t...
2008-11-13 Colin WaltersBug 558436 - avoid having scanner load app code
2008-11-13 Colin Waltersg_irepository_dump implementation
2008-11-13 Colin WaltersAdd a file to include with Makefile fragments useful...
next