summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support adding modules in derived code generatorsLuca Bruno2010-03-251-0/+5
* Add experimental support for regular expression literalsJukka-Pekka Iivonen2010-03-2512-5/+469
* Require and target GLib >= 2.14Jürg Billeter2010-03-252-2/+2
* Eliminate unnecessary error check after try statementsJürg Billeter2010-03-254-7/+10
* gdk-pixbuf-2.0: metadata fix to make Gdk.PixbufError an errordomainJim Nelson2010-03-242-9/+10
* gdk-pixbuf-2.0: GdkPixbufDestroyNotify doesn't have a length parameterEvan Nemerson2010-03-242-1/+2
* vapigen: support no_array_length for delegate parametersEvan Nemerson2010-03-241-0/+4
* Add support for generic array duplicationLuca Bruno2010-03-242-1/+14
* Fix struct initialization with member initializersJürg Billeter2010-03-243-8/+25
* glib-2.0: add byte order swap macrosEvan Nemerson2010-03-241-0/+19
* glib-2.0: add g_date_set_time_t bindingEvan Nemerson2010-03-241-0/+1
* Update THANKS from git logJürg Billeter2010-03-241-3/+54
* dova: Do not require @"..." for string templatesJürg Billeter2010-03-242-3/+12
* Fix passing delegate field without target as method argumentJürg Billeter2010-03-241-0/+4
* Fix lock statementJiří Zárevúcky2010-03-248-25/+147
* Fix temporary variable handling for class field initializersJürg Billeter2010-03-232-21/+26
* Use BOXED marshaller for compact classes with type idJürg Billeter2010-03-231-1/+3
* libxml-2.0: add support for TextWriterTomaž Vajngerl2010-03-231-1/+103
* Add libgda-report-4.0 bindings, based on patch by Shawn FerrisEvan Nemerson2010-03-238-0/+182
* libgda-4.0: add ellipsis to gda_data_model_array_new_with_g_typesShawn Ferris2010-03-232-2/+3
* libgda-4.0: update to 4.0.8, regenerateEvan Nemerson2010-03-233-201/+13
* gdk-2.0: GdkEvent* structs do not have a type idEvan Nemerson2010-03-232-21/+21
* gudev-1.0: make GUdev.DeviceNumber inherit from Posix.dev_tEvan Nemerson2010-03-225-3/+8
* libxml-2.0: remove superfluous (and deprecated) static from delegatesEvan Nemerson2010-03-221-6/+6
* Fix assertion failure on large rollback in parserJürg Billeter2010-03-232-2/+19
* gdk-2.0: Fix gdk_property_get bindingJürg Billeter2010-03-223-2/+9
* Fix automatic property access in structsJürg Billeter2010-03-221-1/+2
* Fix crash on invalid field initializerJürg Billeter2010-03-222-3/+9
* Fix public array fields with initializersJürg Billeter2010-03-221-1/+1
* Fix private fixed-length array fieldsJürg Billeter2010-03-221-6/+8
* Report error when using instance method as argument in static methodsJürg Billeter2010-03-221-0/+9
* Generate dummy return statement to avoid C warningJürg Billeter2010-03-221-5/+9
* Do not generate C code for unreachable Vala codeJürg Billeter2010-03-223-3/+6
* Avoid conflicts for internal array size variablesJürg Billeter2010-03-221-1/+1
* Improve error message on duplicate definitionJürg Billeter2010-03-222-1/+26
* Fix code generation for large integer literalsJürg Billeter2010-03-222-37/+39
* Fix error message on duplicate definition in root namespaceJürg Billeter2010-03-221-2/+6
* Simplify for statements whose condition is falseJürg Billeter2010-03-221-2/+11
* Fix declaration of free function for compact classesJürg Billeter2010-03-221-11/+11
* Fix instance access check for static lambda expressionsJürg Billeter2010-03-221-1/+10
* Report error when using instance member as initializer in static methodJürg Billeter2010-03-221-0/+5
* Visit all expressions in flow analyzerJürg Billeter2010-03-221-4/+7
* libxml-2.0: Add XmlIO callbacksTomaž Vajngerl2010-03-221-0/+23
* Simplify while statements whose condition is falseJürg Billeter2010-03-221-3/+12
* Add gudev-1.0 bindings.Jim Nelson2010-03-227-0/+421
* Set error field when detecting duplicate switch labelJürg Billeter2010-03-221-0/+1
* Fix compatibility with GLib 2.16 for D-Bus and GAsync supportMichal Hruby2010-03-223-4/+16
* Capture array size variable in closures as wellAdam Folmert2010-03-222-1/+10
* Fix protected member access in interfacesAdam Folmert2010-03-222-2/+33
* Use g_type_class_add_private() when targeting GLib >= 2.24Sebastian Dröge2010-03-225-26/+53