summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* various improvements, patch by Evan Nemersonvala-0-2Juerg Billeter2008-04-122-2/+23
* fix sscanf and add g_hash_table_remove_all bindings, patch by EvanJuerg Billeter2008-04-122-1/+7
* Post-release version bumpJuerg Billeter2008-04-072-1/+5
* update for 0.2.0 releaseVALA_0_2_0Juerg Billeter2008-04-073-1/+20
* fix access to code and message fields in error types, fixes bug 519648Juerg Billeter2008-04-075-7/+21
* fix gtk_tree_path_copy and gtk_tree_selection_get_selected_rows bindingsJuerg Billeter2008-04-073-2/+11
* change syntax for defining default values of properties, fixes bug 526550Juerg Billeter2008-04-073-10/+13
* improve error reporting for non reference-counted object instances, fixesJuerg Billeter2008-04-073-9/+16
* fix GtkToggleActionEntry.callback binding, fixes bug 526792Juerg Billeter2008-04-073-1/+9
* add missing g_get_user_*_dir bindings, based on patch by Marc-AndreJuerg Billeter2008-04-072-1/+23
* fix memory management when mixing pointers and strong references, fixesJuerg Billeter2008-04-074-8/+21
* reset takes_ownership and transfers_ownership for base types of pointerJuerg Billeter2008-04-073-1/+27
* don't compare base_method and base_interface_method in visit_class as thisJuerg Billeter2008-04-072-4/+9
* type check initializer listsJuerg Billeter2008-04-079-35/+104
* fix gst_init_get_option_group binding, fixes bug 526651Juerg Billeter2008-04-073-126/+134
* fix gtk_action_group_add_*_actions bindings, patch by Jaap A. Haitsma,Juerg Billeter2008-04-073-4/+15
* two small optimizations, patch by Jaap A. Haitsma, fixes bug 526243Juerg Billeter2008-04-073-13/+15
* fix spurious error when overriding abstract method in derived abstractJuerg Billeter2008-04-073-5/+30
* check accessiblity of property types, fixes bug 512404Juerg Billeter2008-04-072-0/+12
* fix element access assignment with pointers, fixes bug 519933Juerg Billeter2008-04-073-1/+20
* fix gtk_tree_sortable_get_sort_column_id binding, fixes bug 526410Juerg Billeter2008-04-063-114/+123
* fix crash when using pointers in parameters of D-Bus signals, fixes bugJuerg Billeter2008-04-063-2/+12
* fix crash when using string arrays in parameters of D-Bus methods, fixesJuerg Billeter2008-04-062-2/+10
* Add source_type_declaration and source_type_definition code fragments toJuerg Billeter2008-04-066-9/+30
* Merge Literal and LiteralExpressionJuerg Billeter2008-03-3119-168/+103
* fix output of enums with methodsJuerg Billeter2008-03-312-9/+28
* enhance support for pointer arithmeticJuerg Billeter2008-03-302-1/+13
* add support for static constructors, fixes bug 506985Juerg Billeter2008-03-295-76/+90
* add GDK_SELECTION_* bindings fix gtk_text_buffer_paste_clipboard bindingJuerg Billeter2008-03-245-161/+202
* fix crash on invalid collection expressions in foreach statements, fixesJuerg Billeter2008-03-242-0/+9
* add missing public modifier, patch by Levi Bard, fixes bug 524192Juerg Billeter2008-03-242-1/+6
* fix generated code for methods returning structsJuerg Billeter2008-03-243-7/+14
* inherit default value from base typeJuerg Billeter2008-03-232-1/+16
* add -v commandline option to improve error reporting, patch by DanielJuerg Billeter2008-03-234-1/+100
* add metadata to fix some memory leaks and out parameters, fixes bug 523889Juerg Billeter2008-03-233-8/+25
* fix vapigen crashJuerg Billeter2008-03-232-2/+18
* enhance GIOChannel binding, based on patch by Nicolas Joseph, fixes bugJuerg Billeter2008-03-232-17/+53
* fix C declaration for delegates, fixes bug 523734Juerg Billeter2008-03-222-1/+6
* support nested namespaces, fixes bug 516584Juerg Billeter2008-03-223-6/+11
* use extern appropriately for static fields, based on patch by DanielJuerg Billeter2008-03-223-6/+28
* fix source reference of fields, patch by Daniel Silverstone, fixes bugJuerg Billeter2008-03-222-1/+6
* check accessiblity of parameter and return types, fixes bug 433290Juerg Billeter2008-03-224-1/+81
* add SDL bindings, patch by Levi Bard, fixes bug 522940Juerg Billeter2008-03-217-0/+1983
* report error when trying to declare private construct properties, patch byJuerg Billeter2008-03-212-0/+14
* register enums with GType, patch by Marc-Andre Lureau, fixes bug 517294Juerg Billeter2008-03-217-13/+229
* fix g_file_copy, g_file_copy_async, and g_file_move bindings, fixes bugJuerg Billeter2008-03-213-3/+13
* fix g_shell_parse_argv binding, fixes bug 523277Juerg Billeter2008-03-212-1/+6
* fix g_mutex_trylock binding, fixes bug 523086Juerg Billeter2008-03-212-1/+5
* add GNOME Keyring bindings, patch by Andrea Del Signore, fixes bug 522646Juerg Billeter2008-03-218-0/+1373
* support lower_case_csuffix attribute for interfacesJuerg Billeter2008-03-206-19/+47