]> git.ipfire.org Git - thirdparty/vala.git/shortlog
thirdparty/vala.git
2009-09-26  Jürg BilleterFix calling methods returning structs and throwing...
2009-09-26  Jürg BilleterSpeed up test infrastructure
2009-09-26  Jürg Billetervalac: Add --disable-warnings command-line option
2009-09-26  Jürg Billetervalac: Add --main command-line option
2009-09-26  Jürg BilleterSupport using directives inside namespaces
2009-09-26  Didier 'Ptitjesglib-2.0: Fix g_test_create_case binding
2009-09-25  Jürg BilleterSupport CCode type attribute for parameters of creation...
2009-09-25  Jürg BilleterFix critical on invalid chain up
2009-09-25  Didier 'PtitjesFixed string to char* casts in Scanner and SourceFile
2009-09-25  Didier 'PtitjesGType: Fix C warnings for methods in interface_init
2009-09-25  Jürg BilleterGType: Fix C warnings for properties in interface_init
2009-09-25  Jürg BilleterFix missing const with virtual properties
2009-09-25  Zeeshan Ali... glib-2.0: Bind g_log_default_handler()
2009-09-25  Jürg Billeterglib-2.0: Add default arguments to g_option_context_new...
2009-09-25  Jürg BilleterFix static owned delegate fields
2009-09-25  Jürg BilleterFix parsing array creation expressions using nested...
2009-09-25  Jürg BilleterFix calling generic instance methods
2009-09-24  Jürg BilleterFix use of generics in async methods in generic types
2009-09-24  Jürg Billeterglib-2.0: Fix g_log binding
2009-09-24  Jürg Billetergtk+-2.0: Hide private GtkLabel.text
2009-09-23  Jens Georgglib-2.0: Support owned delegates with Timeout.add_seconds
2009-09-22  Jürg BilleterSimplify &(*foo) and *(&foo) to foo
2009-09-22  Jürg BilleterFix nullable struct properties
2009-09-22  Jürg BilleterFix virtual methods returning structs
2009-09-22  Jürg BilleterGAsync: Fix closures in instance async methods
2009-09-22  Adam Dingleglib-2.0: Fix Idle.add default argument
2009-09-22  Jürg BilleterFix leak when calling methods with unowned delegate...
2009-09-21  Jürg BilleterGAsync: Fix return type declaration in header files
2009-09-21  Jürg BilleterD-Bus: Support name attribute for members in clients...
2009-09-21  Jürg BilleterFix C code name for types nested in interfaces
2009-09-21  Jürg BilleterFix abstract async methods
2009-09-21  Jürg BilleterFix memory management of closures in async methods
2009-09-21  Jürg BilleterGObject: Remove unused klass variable from constructors
2009-09-19  Jürg BilleterGObject: Reuse parent_class variable in constructors
2009-09-19  Jürg BilleterGObject: Do not register nullable struct properties...
2009-09-19  Jürg BilleterMore delegate fixes
2009-09-19  Jürg BilleterFix memory management in generic methods
2009-09-19  Jürg BilleterFix handling of owned delegates
2009-09-19  Florian Brosch- apiwriter >> libvaladoc
2009-09-18  Florian Brosch- maintainer-clean fixes
2009-09-18  Florian Brosch- new taglet init function
2009-09-18  Jürg BilleterFix nested closures
2009-09-18  Jürg BilleterFix methods returning owned delegates
2009-09-17  Jürg BilleterPost-release version bump
2009-09-17  Jürg BilleterRelease 0.7.6 0.7.6
2009-09-17  Jürg BilleterGAsync: Fix result parameter in .end
2009-09-17  Jürg BilleterGAsync: Fix propagating errors from async methods
2009-09-17  Jürg Billetergio-2.0: Fix GAsyncReadyCallback binding
2009-09-17  Jürg BilleterFix throwing errors in async methods
2009-09-17  Levi Bardsdl: Fix SDL_WM_GetCaption and FPSmanager binding
2009-09-17  Jürg BilleterFix passing captured variables as out arguments
2009-09-17  Jürg BilleterKeep input parameters alive in closures and async methods
2009-09-17  Florian Brosch- paragraph plugins
2009-09-17  Florian Brosch- a few renamings
2009-09-17  Jürg Billeterglib-2.0: Support owned delegates with Timeout.add
2009-09-17  Jürg BilleterReport error when capturing uninitialized variables...
2009-09-17  Jürg Billeterglib-2.0: Support owned delegates with Idle.add
2009-09-17  Jürg BilleterFix time_t binding
2009-09-17  Jürg BilleterFix methods returning nullable structs
2009-09-17  Jürg BilleterRemove duplicated code for connecting signal handlers
2009-09-17  Jürg BilleterEnsure interfaces are declared in header files
2009-09-17  Jürg BilleterDo not initialize temporary variables where not necessary
2009-09-17  Jürg BilleterImprove readability of reference counting
2009-09-17  Jürg BilleterGAsync: Fix calling async methods from async methods...
2009-09-16  Yu FengFix `this' access in default signal handlers
2009-09-16  Jürg Billetervapigen: Fix signals in interfaces
2009-09-16  Florian Brosch- libhtml >> libdoclet
2009-09-16  Jürg BilleterFix closures in constructors
2009-09-16  Jürg BilleterFix closures in creation methods
2009-09-16  Jürg BilleterNever capture implicit `this' parameter
2009-09-16  Jürg BilleterD-Bus: Fix name conflicts in async client methods
2009-09-16  Jürg BilleterFix name conflicts in closures
2009-09-16  Jürg BilleterGAsync: Fix name conflicts
2009-09-16  Florian Brosch- repository reorganisation
2009-09-16  Julian Andres... linux: Add mremap(2) call
2009-09-16  Jürg BilleterD-Bus: Fix server methods returning structs
2009-09-16  Jürg BilleterGAsync: Fix missing gio.h include for virtual async...
2009-09-16  Jürg BilleterFix closures used as signal handlers
2009-09-16  Jürg BilleterD-Bus: Test async client and server methods with out...
2009-09-16  Jürg BilleterGAsync: Fix async methods with out parameters
2009-09-16  Jürg BilleterD-Bus: Fix return statement in error handling of async...
2009-09-16  Jürg BilleterD-Bus: Fix async server methods returning arrays
2009-09-16  Jürg BilleterFix virtual methods returning structs
2009-09-16  Jürg BilleterGAsync: Fix async methods returning arrays or delegates
2009-09-16  Jürg BilleterGAsync: Fix generating array dup/copy wrappers from...
2009-09-16  Jürg BilleterAdd experimental support for closures in async methods
2009-09-16  Julian Andres... posix: Introduce ftruncate() and truncate()
2009-09-16  Julian Andres... posix: Add sys/mman.h memory management functions
2009-09-16  Jürg BilleterDeclare base properties of inherited interface implemen...
2009-09-16  Jürg BilleterGAsync: Another temp variable fix
2009-09-16  Jürg BilleterGAsync: Various fixes for temp variables in coroutines
2009-09-16  Jürg BilleterGAsync: Report error on missing gio-2.0 package
2009-09-16  Jürg BilleterFix array and delegate variable handling in closures...
2009-09-16  Jürg BilleterGObject: Only declare boxed variable when used
2009-09-16  Jürg BilleterDo not declare result variable if it is unused
2009-09-16  Jürg BilleterGObject: Declare property accessors used in get/set_pro...
2009-09-16  Jürg BilleterDo not declare private symbols in internal header
2009-09-15  Jürg BilleterFix jump statements with captured variables
2009-09-15  Jürg BilleterGObject: Fix boxed property handling
2009-09-15  Adrien BustanyAdd librest bindings
next