2007-08-07 |
Juerg Billeter | add Hildon bindings, patch by Marcelo Lira, fixes bug... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Juerg Billeter | improve class and signal parsing, patch by Marcelo... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Mathias Hasselmann | fix the C name of Process.close_pid and the spelling of |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Mathias Hasselmann | add Environment.get_prgname and set_prgname |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Mathias Hasselmann | add IOChannel.unix_new and unix_get_fd |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Juerg Billeter | fix Pid handling |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Juerg Billeter | add sqlite3.vala |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Juerg Billeter | add SQLite bindings |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Juerg Billeter | add stdin |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Juerg Billeter | add FileStream.getc() |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Juerg Billeter | support exceptions in virtual methods |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Juerg Billeter | fix Soup.HttpVersion enum |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Juerg Billeter | add libsoup-2.2.vala |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Juerg Billeter | add libsoup bindings |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Juerg Billeter | add Glade bindings |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Juerg Billeter | remove most namespace detection workarounds, fixes... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Juerg Billeter | support D-Bus replies with string arrays |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Juerg Billeter | cleanup and fix GList and GSList destruction |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Juerg Billeter | support multiple namespaces in a using directive, patch... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Juerg Billeter | fix --version option in vapigen, patch by Jaap A. Haits... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Juerg Billeter | add Clutter bindings, patch by Carl-Anton Ingmarsson... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Juerg Billeter | add experimental D-Bus client support |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Juerg Billeter | fixes for multi-dimension arrays |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Juerg Billeter | add GtkMozEmbed bindings, patch by Alberto Ruiz, fixes... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Juerg Billeter | extend GLib.Value Gtk.TreeModel fixes add GtkSourceView... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Juerg Billeter | use abstract instead of virtual methods in generated... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Juerg Billeter | support array length parameters in virtual methods |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Juerg Billeter | fix warning when defining abstract properties |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Raffaele Sandrini | mini fix: remove unnecessray cast in visit_switch_state... |
commit | commitdiff | tree | snapshot |
2007-07-28 |
Raffaele Sandrini | add check to report an error on invalid method_header... |
commit | commitdiff | tree | snapshot |
2007-07-28 |
Philip Van... | Added some documentation about how to build your own... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Juerg Billeter | Post-release version bump |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Juerg Billeter | update for 0.1.2 release VALA_0_1_2 |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Juerg Billeter | add internal copy of libgee and use Gee.ArrayList,... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Juerg Billeter | add move method to arrays |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Juerg Billeter | fix warning when connecting signals |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Juerg Billeter | fix warning when using element access with Gee.List... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Juerg Billeter | fix memory management in foreach statements |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Juerg Billeter | use cast for field initializers when necessary |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Juerg Billeter | fix memory leak in cast expressions |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Juerg Billeter | free construction parameters in creation methods |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Juerg Billeter | free local variables before break and continue |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Juerg Billeter | fix freeing local variables of all blocks before return... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Juerg Billeter | use weak variables in foreach statements where appropriate |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Juerg Billeter | even more fixes for libraries with generic types |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Juerg Billeter | also free the array itself in _vala_array_free |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Juerg Billeter | unref the item in foreach as Gee.Iterator.get () transf... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Juerg Billeter | support class destructors |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Juerg Billeter | free array elements |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Juerg Billeter | support element access for types implementing Gee.List... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Juerg Billeter | use GSlice and generate free function for reference... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Juerg Billeter | remove comments of overridden methods |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Juerg Billeter | add dup_func parameter to generic classes, fix some... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Juerg Billeter | don't expose private classes in public header files |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Juerg Billeter | ensure that index expression in element access doesn... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Juerg Billeter | add void to function declarations without parameters... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Juerg Billeter | add support for iteration over Gee.Iterable collections |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Juerg Billeter | skip memory manager for VAPI files remove unnecessary... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Juerg Billeter | add --cc and -X options to be able to specify custom... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Juerg Billeter | remove unnecessary runtime checks in release mode,... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Juerg Billeter | allow private static fields in interfaces, fixes bug... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Juerg Billeter | remove unnecessary construction properties to improve... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Juerg Billeter | use setters for non-construction properties in creation... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Juerg Billeter | another fix for libraries with generic types |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Juerg Billeter | fix some issues with memory management of includes... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Juerg Billeter | fix cheader filenames and default to GObject prerequisi... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Juerg Billeter | write interface prerequisites |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Raffaele Sandrini | add basic internationalization functionality |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Raffaele Sandrini | add cheader filename logic usable for all Vala.Member... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Juerg Billeter | more fixes for libraries with generic types |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Juerg Billeter | use lazy initialization for array_types hash table |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Juerg Billeter | support libraries with generic types |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Juerg Billeter | allow inner classes to access private members of outer... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Juerg Billeter | derive from Symbol class where appropriate and move... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Raffaele Sandrini | add basic zlib support add some string members, add... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Raffaele Sandrini | allow '\0' escape sequences |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Raffaele Sandrini | do not add includes to oneself |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Juerg Billeter | correct return type of get_cheader_filenames |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Juerg Billeter | convert the CodeContext.get_root method to a property |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Juerg Billeter | move namespaces from SourceFile to CodeContext |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Juerg Billeter | generate more ellipsis parameters regenerated to add... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Juerg Billeter | add GStreamer bindings |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Juerg Billeter | Post-release version bump |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Juerg Billeter | update for 0.1.1 release VALA_0_1_1 |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Juerg Billeter | move iteration of throw statements, try statements... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Juerg Billeter | support multi- dimensional arrays |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Juerg Billeter | remove Error out parameters, use exceptions |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Juerg Billeter | support exception handling in constructors, avoid error... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Jürg Billeter | allow delegates to throw exceptions |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Juerg Billeter | allow construction methods to throw exceptions, fix... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Juerg Billeter | implement simple exception handling for expression... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Juerg Billeter | add substring method to the string type test substring... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Juerg Billeter | support element access for strings test element access... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Juerg Billeter | fix order in C header file test public delegate |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Juerg Billeter | call visit_end_full_expression for collection expressio... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Juerg Billeter | any reference or array type or pointer type can be... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Juerg Billeter | expand libxml2 bindings, patch by Michael Lawrence... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Juerg Billeter | fix writing type arguments of formal parameters regener... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Juerg Billeter | add --thread option to enable multithreading support |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Juerg Billeter | always use gobject-2.0 |
commit | commitdiff | tree | snapshot |
next |