2009-02-27 |
Jürg Billeter | Remove .bzrignore |
commit | commitdiff | tree |
2009-02-27 |
Levi Bard | Mark arrays as null terminated in GLib binding |
commit | commitdiff | tree |
2009-02-27 |
Jürg Billeter | Generate ChangeLog from git log |
commit | commitdiff | tree |
2009-02-20 |
Jürg Billeter | Post-release version bump |
commit | commitdiff | tree |
2009-02-20 |
Jürg Billeter | update for 0.5.7 release 0.5.7 VALA_0_5_7 |
commit | commitdiff | tree |
2009-02-20 |
Jürg Billeter | Add FUSE bindings, patch by John Carr, fixes bug 571187 |
commit | commitdiff | tree |
2009-02-20 |
Jürg Billeter | Add g_io_add_watch_full binding, patch by Michael Lauer |
commit | commitdiff | tree |
2009-02-20 |
Jürg Billeter | Complete GByteArray binding, patch by Michael Lauer |
commit | commitdiff | tree |
2009-02-20 |
Ryan Lortie | vapi/gio-2.0.vapi vapi/gio-unix-2.0.vapi vapi/packages... |
commit | commitdiff | tree |
2009-02-20 |
Ryan Lortie | Output 'vapigen' 'gen_introspect' and 'vala_gen_introsp... |
commit | commitdiff | tree |
2009-02-20 |
Jürg Billeter | Support error handling when dynamically calling void... |
commit | commitdiff | tree |
2009-02-20 |
Jürg Billeter | Include unistd.h to support compilation with |
commit | commitdiff | tree |
2009-02-20 |
Jürg Billeter | Add Scope.get_symbol_table method, patch by Abderrahim... |
commit | commitdiff | tree |
2009-02-20 |
Jürg Billeter | Support context-specific error reporting and add a... |
commit | commitdiff | tree |
2009-02-20 |
Jürg Billeter | Add libdaemon bindings, patch by Jukka-Pekka Iivonen... |
commit | commitdiff | tree |
2009-02-20 |
Jürg Billeter | Add GDateDMY binding, patch by Frederik, fixes bug... |
commit | commitdiff | tree |
2009-02-20 |
Jürg Billeter | Fix gdk_event_handler_set binding |
commit | commitdiff | tree |
2009-02-19 |
Ali Sabil | Various ownership and missing type parameters fixes |
commit | commitdiff | tree |
2009-02-19 |
Ali Sabil | Support to_string attribute for enums |
commit | commitdiff | tree |
2009-02-19 |
Ali Sabil | Fix gst_rtp_buffer_get_extension_data binding |
commit | commitdiff | tree |
2009-02-19 |
Ali Sabil | Add byte order conversion methods to int types |
commit | commitdiff | tree |
2009-02-19 |
Jürg Billeter | Fix pango_font_description_from_string binding and... |
commit | commitdiff | tree |
2009-02-18 |
Jürg Billeter | Remove ParenthesizedExpression to simmplify AST |
commit | commitdiff | tree |
2009-02-18 |
Jürg Billeter | Fix gtk_tree_view_insert_column_with_data_func binding |
commit | commitdiff | tree |
2009-02-17 |
Jürg Billeter | Support chaining up to constructors in generic classes... |
commit | commitdiff | tree |
2009-02-17 |
Ali Sabil | Support takes_ownership attribute for delegate parameters |
commit | commitdiff | tree |
2009-02-17 |
Ali Sabil | regenerated |
commit | commitdiff | tree |
2009-02-17 |
Ali Sabil | escape the dynamic keyword, and identifiers starting... |
commit | commitdiff | tree |
2009-02-16 |
Ryan Lortie | Add support for a 'use_const' CCode attribute and GIDL... |
commit | commitdiff | tree |
2009-02-16 |
Ryan Lortie | only use g_value_set_pointer if the GType of a class... |
commit | commitdiff | tree |
2009-02-16 |
Ryan Lortie | remove the dummy-object hack since gio now supports... |
commit | commitdiff | tree |
2009-02-14 |
Ryan Lortie | thanks juergbi :) |
commit | commitdiff | tree |
2009-02-14 |
Ryan Lortie | Split method code generation into many smaller function... |
commit | commitdiff | tree |
2009-02-13 |
Jürg Billeter | Nullable fixes, patch by Mark Lee, fixes bug 571407 |
commit | commitdiff | tree |
2009-02-13 |
Jürg Billeter | Add error domains to VAPI files, fixes bug 571692 |
commit | commitdiff | tree |
2009-02-13 |
Ryan Lortie | Emit 'default:' label with g_assert_not_reached() for... |
commit | commitdiff | tree |
2009-02-13 |
Ryan Lortie | Bug 571484 – free owned result even if _finish isn... |
commit | commitdiff | tree |
2009-02-12 |
Jürg Billeter | Warn when hiding members, support `new' keyword to... |
commit | commitdiff | tree |
2009-02-12 |
Jürg Billeter | Add base_struct property to Struct class, patch by... |
commit | commitdiff | tree |
2009-02-12 |
Jürg Billeter | Support `new' as member modifier in parser to prepare... |
commit | commitdiff | tree |
2009-02-12 |
Ryan Lortie | For now, just forbid ref/out paramters on yielding... |
commit | commitdiff | tree |
2009-02-12 |
Jürg Billeter | Fix else if parsing, fixes bug 562632 |
commit | commitdiff | tree |
2009-02-12 |
Ryan Lortie | Store the Data structure as the op_res gpointer of... |
commit | commitdiff | tree |
2009-02-12 |
Jürg Billeter | Keep arrays NULL-terminated when appending |
commit | commitdiff | tree |
2009-02-11 |
Ryan Lortie | Bug 571263 – make yielding functions dispatch results... |
commit | commitdiff | tree |
2009-02-11 |
Ryan Lortie | Bug 566363 – yielding functions that throw don't work |
commit | commitdiff | tree |
2009-02-11 |
Ryan Lortie | add some .gitignore |
commit | commitdiff | tree |
2009-02-11 |
Ryan Lortie | Bug 571256 – [CCode (async_only = true)] formal paramet... |
commit | commitdiff | tree |
2009-02-11 |
Jürg Billeter | Recognize c:type attributes in .gir |
commit | commitdiff | tree |
2009-02-10 |
Ryan Lortie | Bug 571169 – make floating references generic |
commit | commitdiff | tree |
2009-02-09 |
Jürg Billeter | Emit delegate documentation to the C header files |
commit | commitdiff | tree |
2009-02-08 |
Jürg Billeter | Drop experimental support for partial classes |
commit | commitdiff | tree |
2009-02-04 |
Jürg Billeter | Add bindings for signal functions and constants, patch... |
commit | commitdiff | tree |
2009-02-04 |
Jürg Billeter | Remove D-Bus message filter when disposing proxy object |
commit | commitdiff | tree |
2009-02-04 |
Jürg Billeter | NULL-terminate arrays when demarshalling |
commit | commitdiff | tree |
2009-02-04 |
Jürg Billeter | Do not handle signals of irrelevant object paths |
commit | commitdiff | tree |
2009-02-04 |
Jürg Billeter | Add GTestCase and GTestSuite bindings, patch by John... |
commit | commitdiff | tree |
2009-02-02 |
Jürg Billeter | Write type_id attribute for GBoxed compact classes |
commit | commitdiff | tree |
2009-02-01 |
Jürg Billeter | Fix crash on invalid error expressions |
commit | commitdiff | tree |
2009-02-01 |
Jürg Billeter | Support overriding members in .vapi files |
commit | commitdiff | tree |
2009-01-31 |
Jürg Billeter | Use `internal' modifier in class declarations to fix... |
commit | commitdiff | tree |
2009-01-31 |
Jürg Billeter | Fix struct construct properties |
commit | commitdiff | tree |
2009-01-31 |
Jürg Billeter | Report unused internal methods |
commit | commitdiff | tree |
2009-01-30 |
Jürg Billeter | Ensure that classes in implicit namespaces are not... |
commit | commitdiff | tree |
2009-01-30 |
Jürg Billeter | Add more bindings, patch by Matías De la Puente |
commit | commitdiff | tree |
2009-01-29 |
Jürg Billeter | Support transfer_ownership attribute for signal parameters |
commit | commitdiff | tree |
2009-01-29 |
Philip Van... | Checking for vstore in vala_dbus_register_object. Fixes... |
commit | commitdiff | tree |
2009-01-29 |
Jürg Billeter | Honor lower_case_cprefix attribute for property accesso... |
commit | commitdiff | tree |
2009-01-27 |
Jürg Billeter | Add bindings for open and associated functions and... |
commit | commitdiff | tree |
2009-01-27 |
Jürg Billeter | Add overriding members to .vapi files, fixes bug 569219 |
commit | commitdiff | tree |
2009-01-27 |
Jürg Billeter | Skip overriding methods and properties in member access... |
commit | commitdiff | tree |
2009-01-27 |
Thijs Vermeir | Fix binding for gdk_pixbuf_scale_simple |
commit | commitdiff | tree |
2009-01-26 |
Jürg Billeter | Add bindings for ioctl and associated constants |
commit | commitdiff | tree |
2009-01-26 |
Jürg Billeter | Revert incorrect code generation change for constants... |
commit | commitdiff | tree |
2009-01-25 |
Jürg Billeter | Support signals in static D-Bus client |
commit | commitdiff | tree |
2009-01-24 |
Jürg Billeter | Fix type of implicit `this' parameter when using generics |
commit | commitdiff | tree |
2009-01-23 |
Jürg Billeter | Refactor method parameter and result code generation |
commit | commitdiff | tree |
2009-01-23 |
Jürg Billeter | Add virtual generate_parameter method. Move array and... |
commit | commitdiff | tree |
2009-01-20 |
Jürg Billeter | Support struct methods |
commit | commitdiff | tree |
2009-01-20 |
Jürg Billeter | Do not declare public constants as `static' |
commit | commitdiff | tree |
2009-01-19 |
Jürg Billeter | More fixes, patch by Matías De la Puente |
commit | commitdiff | tree |
2009-01-19 |
Jürg Billeter | Use correct C identifier for delegate target of static... |
commit | commitdiff | tree |
2009-01-19 |
Jürg Billeter | Fix assigning to properties in lambda expressions in... |
commit | commitdiff | tree |
2009-01-18 |
Thijs Vermeir | Fix binding for gst_pad_chain |
commit | commitdiff | tree |
2009-01-18 |
Jürg Billeter | Do not generate legacy header files when using -H |
commit | commitdiff | tree |
2009-01-18 |
Jürg Billeter | Post-release version bump |
commit | commitdiff | tree |
2009-01-18 |
Jürg Billeter | update for 0.5.6 release VALA_0_5_6 |
commit | commitdiff | tree |
2009-01-18 |
Jürg Billeter | Add Log.FILE, Log.LINE, and Log.METHOD constants as... |
commit | commitdiff | tree |
2009-01-18 |
Jürg Billeter | Add stub POSIX binding |
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Accept `params' as identifier after cast parentheses |
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Fix sincos binding, patch by Jukka-Pekka Iivonen, fixes... |
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Fix crash when using lambda expressions with owned... |
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Add missing include for enum values, fixes bug 531724 |
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Fix symbol lookup in constant and field initializers... |
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Fix wrapper for delegates returning arrays, fixes bug... |
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Add Lua binding, patch by pancake and Phil Housley... |
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Fix delegate bindings, patch by Matías De la Puente |
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Parse callback parameter annotations |
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Fix infinite loop when reading entity references |
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Read comments |
commit | commitdiff | tree |
next |