]> git.ipfire.org Git - thirdparty/vala.git/shortlog
thirdparty/vala.git
2008-11-07  Jürg BilleterMove statement checking to code nodes
2008-11-07  Jürg BilleterAdd g_rmdir binding
2008-11-07  Jürg BilleterFix D-Bus methods with out parameters but no return...
2008-11-07  Jürg BilleterMove member checking to code nodes
2008-11-07  Jürg BilleterMove type symbol checking to code nodes
2008-11-07  Jürg BilleterMove array creation expression checking to ArrayCreatio...
2008-11-07  Jürg BilleterMove throw statement checking to ThrowStatement.check
2008-11-07  Jürg BilleterMove return statement checking to ReturnStatement.check
2008-11-07  Jürg BilleterMove foreach statement checking to ForeachStatement...
2008-11-07  Jürg BilleterMove element access checking to ElementAccess.check
2008-11-07  Jürg BilleterSet source_reference in parsed nodes
2008-11-06  Jürg BilleterMove method checking to Method.check
2008-11-06  Jürg BilleterMove class checking to Class.check
2008-11-06  Jürg BilleterMove dynamic signal generation to GObjectModule and...
2008-11-06  Jürg BilleterMove dynamic property generation to GObjectModule and...
2008-11-06  Jürg BilleterMove constructor code generation to GObjectModule
2008-11-05  Florian Brosch- valadoc.org-doclet, devhelp-doclet, html-doclet ...
2008-11-05  Jürg BilleterMove invocation expression checking to InvocationExpres...
2008-11-05  Jürg BilleterMove member access checking to MemberAccess.check
2008-11-05  Jürg BilleterMove object creation expression checking to ObjectCreat...
2008-11-05  Jürg BilleterMove binary expression checking to BinaryExpression...
2008-11-05  Jürg BilleterMove assignment checking to Assignment.check
2008-11-05  Jürg BilleterSupport enums in D-Bus clients and servers, fixes bug...
2008-11-05  Jürg BilleterAdd CCodeControlFlowModule
2008-11-05  Florian Brosch - libvala-0.5.1 migration
2008-11-05  Florian Brosch- html-doclet, valadoc.org-doclet_ - Various navigation...
2008-11-04  Florian Brosch- valadoc.org-doclet, html-doclet, devhelp-doclet ...
2008-11-04  Jürg BilleterFix crash when using dynamic properties, fixes bug...
2008-11-04  Jürg BilleterMove signal emission to GSignalModule
2008-11-04  Jürg BilleterMove delegate wrapper generation to CCodeDelegateModule
2008-11-04  Jürg BilleterMove array dup wrapper generation to CCodeArrayModule
2008-11-04  Jürg BilleterMove construct property assignment to GObjectModule
2008-11-04  Jürg BilleterMove signal connection and disconnection to GSignalModule
2008-11-04  Jürg BilleterMove detailed signal emission to GSignalModule
2008-11-03  Jürg BilleterPost-release version bump
2008-11-03  Jürg Billeterupdate for 0.5.1 release VALA_0_5_1
2008-11-03  Jürg BilleterMove dbus_use_ptr_array to DBusClientModule
2008-11-03  Jürg BilleterAdd CCodeDelegateModule, move more code to GErrorModule
2008-11-03  Jürg BilleterMove code generation for try and yield statements to...
2008-11-03  Jürg BilleterMove code generation to module
2008-11-03  Jürg BilleterMove array helper functions to CCodeArrayModule
2008-11-03  Jürg BilleterFix fgets binding
2008-11-03  Ali SabilMark lm_message_new.to as nullable, and unhide lm_conne...
2008-11-03  Jürg BilleterAdd GErrorModule
2008-11-03  Jürg BilleterCombine internal modules by inheritance to improve...
2008-11-03  Jürg BilleterAdd GAsyncModule
2008-11-03  Jürg BilleterAdd GTypeModule, GObjectModule, and GSignalModule to...
2008-11-03  Jürg BilleterMove parameter handling to GObjectClassModule and signa...
2008-11-03  Jürg BilleterMove element access handling to CCodeArrayModule
2008-11-03  Florian Broschlibvaladoc: package view
2008-11-02  Florian Broschvaladoc.org-doclet: highlighting for abstract classes...
2008-11-02  Jürg BilleterFix comment generation of private enums, patch by Carlo...
2008-11-02  Jürg BilleterDrop deprecated support for static classes and interfaces
2008-11-02  Jürg BilleterAdd errno and g_strerror bindings
2008-11-02  Jürg BilleterSupport GHashTable in D-Bus clients, patch by Marc...
2008-11-02  Jürg BilleterReturn the right D-Bus type signature for GHashTable...
2008-11-02  Jürg BilleterAdd partial support for calling coroutines from other...
2008-11-02  Jürg BilleterAdd member `begin' to coroutines
2008-11-02  Jürg BilleterMove attribute processing to semantic analyzer
2008-11-01  Jürg BilleterAdd experimental support for yield statements and corou...
2008-11-01  Jürg BilleterSupport more flexible C switch statements
2008-11-01  Jürg BilleterParse yield statements
2008-10-31  Jürg BilleterCheck properties when accessing them
2008-10-31  Jürg BilleterSet PropertyAccessor.prop property earlier, don't requi...
2008-10-31  Jürg BilleterCheck parameters when checking arguments
2008-10-31  Jürg BilleterMove parameter checking to FormalParameter.check
2008-10-31  Jürg BilleterMove default argument processing from code generator...
2008-10-31  Jürg BilleterAdd check method to CodeNode class to prepare support...
2008-10-31  Jürg BilleterGenerate C switch statements for Vala switch statements...
2008-10-31  Florian Brosch- devhelp-doclet: cleanups, new output structure -...
2008-10-29  Thijs VermeirHide gdk_window_add_filter.data use ctype GCallback for
2008-10-29  Florian BroschSome basic work for devhelp integration
2008-10-28  Jürg BilleterFix GMenuTreeItem binding
2008-10-28  Jürg BilleterDon't sort struct fields in vapi files to fix struct...
2008-10-28  Florian Brosch--
2008-10-28  Florian Broschcleanup
2008-10-28  Florian Brosch-
2008-10-27  Jürg BilleterDisable additional run-time checks by default to improv...
2008-10-27  Jürg BilleterRemove unused method
2008-10-27  Jürg BilleterUse constructor chaining instead of helper method
2008-10-26  Jürg BilleterRemove NamedArgument, improve attribute lookup performance
2008-10-26  Jürg BilleterSupport calling base method of virtual signal handler...
2008-10-26  Jürg BilleterFix binding for GtkWidget::size_request
2008-10-26  Jürg BilleterFix binding for g_sequence_get
2008-10-25  Jürg BilleterSupport custom sentinels for constructors
2008-10-25  Jürg BilleterNext attempt to correct parameter positions for instanc...
2008-10-25  Ali SabilRemoved the v_ prefix from the TokenValue fields name
2008-10-25  Ali SabilChanged the ScannerConfig string fields to string*...
2008-10-25  Jürg BilleterRemove redundant g_scanner_cur_* bindings
2008-10-25  Jürg BilleterFix parameter position for errors in delegate wrappers
2008-10-25  Jürg BilleterFix crash when using delegates in combination with...
2008-10-25  Jürg BilleterFix compile error on FreeBSD, patch by Jille Timmermans...
2008-10-25  Jürg BilleterFix support for arrays of nullable types, fixes bug...
2008-10-25  Jürg BilleterFix crash with invalid return values, fixes bug 549996
2008-10-25  Jürg BilleterSupport type checks for error domains and error codes
2008-10-25  Jürg BilleterFix crash on certain header dependencies, fixes bug...
2008-10-25  Jürg BilleterAdd GValueArray binding, patch by Mark Lee, fixes bug...
2008-10-25  Jürg BilleterFix gconf_client_notify_add binding
2008-10-25  Jürg BilleterFix GMenuTreeItem binding
2008-10-25  Jürg BilleterFix PanelApplet and BonoboUIVerb bindings
next