2008-05-29 |
Juerg Billeter | Use lazy initialization for error_types list in CodeNod... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Juerg Billeter | Use Gee.List instead of Gee.Collection to improve itera... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Juerg Billeter | Don't use iterator objects for lists to improve performance |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Juerg Billeter | Use verbose error messages by default, display relative... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Ali Sabil | fix Gst.Pad.push ownership transfer |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Ali Sabil | fix Gst.Element.add_pad ownership transfer |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Ali Sabil | fixed VideoCaps.YUV to return a weak string |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Ali Sabil | hide private fields from GstAdapter, and specify the... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Juerg Billeter | Output cheader filenames for namespace fields and constants |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Juerg Billeter | Add support for non-GObject classes with generic type... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Juerg Billeter | Support `hidden' attribute for boxed types and `type_ar... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Juerg Billeter | Fix reference counting for non-GObject interfaces |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Juerg Billeter | Simplify generated _new functions for non-GObject classes |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Jaap A. Haitsma | Add some more tests. Fixes bug #535430 |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Jaap A. Haitsma | Fix Gst.init () binding. Fixes bug #535411 |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Jaap A. Haitsma | Print errors on stdout. Fixes #535417 |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Juerg Billeter | Test compilation of constant string arrays |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Juerg Billeter | Constant arrays don't own their elements, fixes bug... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Jamie McCracken | Revamped array syntax |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Juerg Billeter | Mark signals as virtual to make it possible to override... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Juerg Billeter | Add support for overriding default method handlers... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Juerg Billeter | Mark non-GObject classes as compact, fix metadata patte... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Juerg Billeter | Fix SAX parser bindings, patch by Travis Watkins |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Juerg Billeter | Allow short-hand form to initialize arrays, fixes bug... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Juerg Billeter | Don't generate default creation method for abstract... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Juerg Billeter | Report error when using invalid modifiers for methods... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Juerg Billeter | Ensure to not generate empty C structs, patch by Jared... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Juerg Billeter | Fix crash when using concatenated strings as constant... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Juerg Billeter | Move memory management into CCodeGenerator.transform_ex... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Juerg Billeter | Improve handling of dynamic signal parameters |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Juerg Billeter | Add dynamic symbols to scope instead of code context |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Juerg Billeter | Report error when declaring a compact class implementin... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Juerg Billeter | fix GTypeModule binding |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Juerg Billeter | Rename Expression.expected_type to Expression.target_type |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Juerg Billeter | Compute Method.base_method and Property.base_property... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Juerg Billeter | Use parentheses to ensure that the full expression... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Juerg Billeter | Fix temporary variable handling for throw statements |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Jamie McCracken | Improved performance of print statement |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Jamie McCracken | Added optional indent attribute to allow spaces to... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Jamie McCracken | Made GLib using directive optional |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Marc-André... | add atexit () and memory profile bindings, fixes bug... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Marc-André... | add weak pointer references bindings and {freeze,thaw... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Jamie McCracken | Fix initialiser expression in for statement |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Juerg Billeter | s/Typesymbol/TypeSymbol/ |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Juerg Billeter | use [Compact] attribute |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Juerg Billeter | Fix implicit casts for instances in invocation expressi... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Juerg Billeter | Support `var' in foreach statements, based on patch... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Juerg Billeter | Replace ClassInstanceType and InterfaceInstanceType... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Jamie McCracken | allow init block to be used in context.root namespace... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Jamie McCracken | added missing throws ParseError to get_for_statement_ty... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Jamie McCracken | fix warning with pointer casts |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Jamie McCracken | Deprecate static classes |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Jamie McCracken | replaced foreach with for..in |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | more fixes, patch by Christian Meyer |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Philip Van... | Support interfaces for D-Bus services |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Jaap A. Haitsma | use [Compact] attribute for Hal.Context class. Fixes... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | improve GstValue binding, patch by Jaap A. Haitsma... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | Fix type resolving for arrays and pointers when declari... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | fix mktime binding |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | Fix type string for multi-dimensional arrays |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | use [Compact] attribute and fix return types, patch... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | fix qualified error type string |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | Write qualified types in the interface writer |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | use [Compact] attribute |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | Add support for [Immutable] class attribute, allow... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | fix warning with pointer casts |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | Support qualified access to global symbols within expre... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | use [Compact] attribute |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | Report error when declaring virtual methods in compact... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | Add support for [Compact] class attribute, register... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | Support qualified access to global symbols with `global::' |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | various binding fixes, patch by Christian Meyer |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | Deprecate static classes, patch by Jared Moore, fixes... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | Support destructors for non-GObject classes, patch... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Juerg Billeter | Track error types that expressions can throw, based... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Juerg Billeter | Use signal handler wrappers for dynamic signals, patch... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Juerg Billeter | Add get_dynamic_cname method to CCodeDynamicSignalBindi... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Juerg Billeter | Use GStaticRecMutex for lock statements, patch by Phili... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Juerg Billeter | fix gtk_window_get_default_size binding, patch by Phil... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Juerg Billeter | Add bindings for constants, fix parameter direction... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Juerg Billeter | Fix the newsegment virtual method in GstBaseSrc, move the |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Juerg Billeter | Improve the GstBuffer binding, base class fixes in... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Juerg Billeter | Support [DBus (visible = false)] for methods, propertie... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Juerg Billeter | add DBus.ObjectPath class |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Juerg Billeter | fix syntax errors |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Juerg Billeter | thank contributors |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Juerg Billeter | add GLogFunc and g_log_set_handler bindings, patch... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Juerg Billeter | nullable fixes, patch by Andrea Del Signore, fixes... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Juerg Billeter | Fix private class fields, patch by Jared Moore, fixes... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Juerg Billeter | Allow invocation of void methods as initializer and... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Juerg Billeter | Add libtiff bindings, patch by Christian Meyer |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Juerg Billeter | Add support for """verbatim strings""" |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Juerg Billeter | Fix D-Bus method calls returning arrays, fixes bug... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Juerg Billeter | Add parser for Genie, patch by Jamie McCracken |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Juerg Billeter | Use g_free as default free function for nullable value... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Juerg Billeter | Don't report value ownership errors for non-disposable... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Juerg Billeter | Add support for dynamic properties |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Juerg Billeter | fix typo in GSpawnFlags binding, fixes bug 533046 |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Juerg Billeter | add clamp method to all integer and floating point... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Juerg Billeter | Don't use UnresolvedType for array and pointer types... |
commit | commitdiff | tree | snapshot |
next |