summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Branched for Vala 0.4.vala-0-4Jürg Billeter2008-10-200-0/+0
* Post-release version bumpJürg Billeter2008-10-202-1/+5
* update for 0.4.0 releaseVALA_0_4_0Jürg Billeter2008-10-203-1/+18
* Fix gtk_text_view_window_to_buffer_coords andJürg Billeter2008-10-203-2/+16
* Fix interface properties in GObject classesAli Sabil2008-10-192-0/+13
* Rename dbus resultMarc-Andre Lureau2008-10-172-1/+21
* Add g_test_add_data_func bindingJürg Billeter2008-10-172-0/+9
* Use defines also for internal constants to fix string constantJürg Billeter2008-10-172-2/+13
* Add is_fundamental metadata attributeJürg Billeter2008-10-174-2/+18
* Add experimental .gir support to vapigenJürg Billeter2008-10-175-0/+1025
* Ignore non-type symbols when resolving typesJürg Billeter2008-10-172-0/+18
* Improve custom cname support for enum valuesJürg Billeter2008-10-173-3/+26
* Fix interface properties in GObject classesJürg Billeter2008-10-173-2/+20
* Fix leaks in non-GObject classes, based on patch by Andrea Del Signore,Jürg Billeter2008-10-174-19/+51
* Extend non-null check when managing memory, fixes bug 530422Jürg Billeter2008-10-176-1/+35
* Treat the result of two concatenated string constants as constant, fixesJürg Billeter2008-10-177-8/+67
* Move C-specific string concatenation from semantic analyzer to codeJürg Billeter2008-10-173-23/+34
* Fix gtk_link_button_set_uri_hook binding, patch by Michael Terry, fixesJürg Billeter2008-10-173-1/+14
* Add missing sys/wait.h includes, patch by Michael Terry, fixes bug 556637Jürg Billeter2008-10-172-8/+15
* Fix gnome_keyring_find_password_sync binding, patch by Michael Terry,Jürg Billeter2008-10-173-2/+15
* Fix gtk_message_dialog_format_secondary_text binding, patch by MichaelJürg Billeter2008-10-173-2/+13
* Fix gtk_tree_view_get_cursor binding, patch by Hans Vercammen, fixes bugJürg Billeter2008-10-173-2/+13
* Add missing [Compact], patch by Matías De la Puente, fixes bug 555018Jürg Billeter2008-10-172-0/+8
* Add g_strcanon, g_object_class_install_property, GToggleNotify, andJürg Billeter2008-10-172-0/+37
* Add tracker indexer bindingsRoberto Majadas2008-10-1710-0/+2312
* Fix memory leak when using GObject properties without accessorsJürg Billeter2008-10-152-3/+16
* regenerated (for has_construct_function attribute)Thijs Vermeir2008-10-132-7/+11
* fix ctype of ToggleActionEntry regeneratedThijs Vermeir2008-10-133-2/+11
* Fix indentation of parametersJürg Billeter2008-10-132-0/+7
* Add partial support for writing .gir files, replaces .gidl writerJürg Billeter2008-10-134-60/+113
* Fix code generation for virtual methods returning arraysJürg Billeter2008-10-122-1/+7
* Add support for copying arrays, fixes bug 477107Jürg Billeter2008-10-112-7/+100
* RegeneratedJürg Billeter2008-10-1120-312/+540
* Always chain up to base constructor when possible, addJürg Billeter2008-10-115-11/+58
* Support chaining constructors using `base' and `this'Jürg Billeter2008-10-1110-42/+116
* Avoid conflicts between named constructors and other membersJürg Billeter2008-10-113-28/+29
* Generate code for construct functions in preparation to support baseJürg Billeter2008-10-115-19/+86
* Remove duplicated codeJürg Billeter2008-10-102-81/+35
* Lift restriction on statements in creation methods of GObjects inJürg Billeter2008-10-103-29/+40
* Fix GdkDestroyNotify and GtkDestroyNotify bindings, fixes bug 525687Jürg Billeter2008-10-097-5/+29
* Mark time_t as integer typeJürg Billeter2008-10-062-0/+7
* vte_terminal_fork_command arguments are nullable regeneratedThijs Vermeir2008-10-043-8/+18
* Add missing properties to the GScanner binding, patch by Johann PrieurAli Sabil2008-10-042-0/+15
* Fix cname of GValue helper functions for fundamental classesJürg Billeter2008-10-034-15/+23
* Always use lowercase signal names in generated C code, patch byJürg Billeter2008-10-033-2/+10
* Generate code to support GValue and GParamSpec for fundamental classes,Jürg Billeter2008-10-0311-16/+569
* Add g_log_set_default_handler binding, patch by Marc-André Lureau, fixesJürg Billeter2008-10-032-1/+9
* Add GNormalizeMode and g_utf8_normalize bindingsAli Sabil2008-09-302-0/+21
* Don't use g_object_notify for non-GObject properties, fixes bug 548442Jürg Billeter2008-09-292-0/+9
* Add experimental memory management support for structs that use referenceJürg Billeter2008-09-296-9/+167