summaryrefslogtreecommitdiff
path: root/THANKS
Commit message (Collapse)AuthorAgeFilesLines
* Update THANKS from git logRico Tzschichholz2021-01-201-0/+163
|
* Add Simon Werbeck to THANKSLuca Bruno2014-08-111-0/+1
|
* Linux: add epoll(7) and friendsMichael 'Mickey' Lauer2011-03-011-0/+1
| | | | | Based on a patch by Stefano Debenedetti Closes bug #641790
* Update THANKS from git logJürg Billeter2010-03-241-3/+54
|
* Support error handling when dynamically calling void methods, patch byJürg Billeter2009-02-201-0/+1
| | | | | | | | | | | 2009-02-20 Jürg Billeter <j@bitron.ch> * gobject/valadbusclientmodule.vala: Support error handling when dynamically calling void methods, patch by Frederik Sdun, fixes bug 571258 svn path=/trunk/; revision=2464
* Include unistd.h to support compilation withJürg Billeter2009-02-201-0/+1
| | | | | | | | | | | | 2009-02-20 Jürg Billeter <j@bitron.ch> * gobject-introspection/scanner.c: Include unistd.h to support compilation with -Werror-implicit-function-declaration, patch by Tobias Müller, fixes bug 571544 svn path=/trunk/; revision=2463
* thanks juergbi :)Ryan Lortie2009-02-141-0/+1
| | | | svn path=/trunk/; revision=2443
* Support `new' as member modifier in parser to prepare support for hidingJürg Billeter2009-02-121-0/+1
| | | | | | | | | | | | 2009-02-12 Jürg Billeter <j@bitron.ch> * vala/valamember.vala: * vala/valaparser.vala: Support `new' as member modifier in parser to prepare support for hiding members, patch by Andreas Brauchli svn path=/trunk/; revision=2435
* Add bindings for open and associated functions and constants, patch byJürg Billeter2009-01-271-0/+1
| | | | | | | | | | | 2009-01-27 Jürg Billeter <j@bitron.ch> * vapi/posix.vapi: Add bindings for open and associated functions and constants, patch by Michael Lauer svn path=/trunk/; revision=2406
* Add MySQL bindings, patch by Jukka-Pekka Iivonen, fixes bug 567342Jürg Billeter2009-01-161-0/+1
| | | | | | | | | | | 2009-01-16 Jürg Billeter <j@bitron.ch> * vapi/Makefile.am: * vapi/mysql.vapi: Add MySQL bindings, patch by Jukka-Pekka Iivonen, fixes bug 567342 svn path=/trunk/; revision=2358
* Support marshalling multi-dimensional arrays, based on patch by DidierJürg Billeter2009-01-051-0/+1
| | | | | | | | | | | | | | | | 2009-01-06 Jürg Billeter <j@bitron.ch> * vala/valaarraytype.vala: * gobject/valadbusmodule.vala: Support marshalling multi-dimensional arrays, based on patch by Didier Villevalois, fixes bug 565792 * gobject/valadbusclientmodule.vala: Fix array out parameters in static D-Bus clients svn path=/trunk/; revision=2278
* Fix dashes in option descriptions, patch by Andrew Feren, fixes bug 565479Jürg Billeter2008-12-301-0/+1
| | | | | | | | | | | 2008-12-30 Jürg Billeter <j@bitron.ch> * doc/valac.1: Fix dashes in option descriptions, patch by Andrew Feren, fixes bug 565479 svn path=/trunk/; revision=2250
* Fix make check of uninstalled vala, based on patch by Götz Waschk, fixesJürg Billeter2008-12-151-0/+1
| | | | | | | | | | | 2008-12-15 Jürg Billeter <j@bitron.ch> * tests/testrunner.sh: Fix make check of uninstalled vala, based on patch by Götz Waschk, fixes bug 562951 svn path=/trunk/; revision=2166
* Add g_unsetenv binding, patch by Jorn Baayen, fixes bug 562590Jürg Billeter2008-11-281-0/+1
| | | | | | | | | | 2008-11-28 Jürg Billeter <j@bitron.ch> * vapi/glib-2.0.vapi: Add g_unsetenv binding, patch by Jorn Baayen, fixes bug 562590 svn path=/trunk/; revision=2074
* Fix DBusError binding, patch by Sebastian Pölsterl, fixes bug 556340Jürg Billeter2008-11-211-0/+2
| | | | | | | | | | | 2008-11-21 Jürg Billeter <j@bitron.ch> * vapi/dbus-glib-1.vapi: Fix DBusError binding, patch by Sebastian Pölsterl, fixes bug 556340 svn path=/trunk/; revision=2045
* Correct source file dependencies for catch clauses, fixes bug 561437Jürg Billeter2008-11-191-0/+1
| | | | | | | | | | | | 2008-11-20 Jürg Billeter <j@bitron.ch> * vala/valacatchclause.vala: * vala/valaerrortype.vala: Correct source file dependencies for catch clauses, fixes bug 561437 svn path=/trunk/; revision=2035
* Fix g_queue_*_nth bindings, patch by John CarrJürg Billeter2008-11-171-0/+1
| | | | | | | | | | 2008-11-17 Jürg Billeter <j@bitron.ch> * vapi/glib-2.0.vapi: Fix g_queue_*_nth bindings, patch by John Carr svn path=/trunk/; revision=2024
* Fix comment generation of private enums, patch by Carlos Cadete, fixes bugJürg Billeter2008-11-021-0/+1
| | | | | | | | | | | 2008-11-02 Jürg Billeter <j@bitron.ch> * gobject/valaccodegenerator.vala: Fix comment generation of private enums, patch by Carlos Cadete, fixes bug 558533 svn path=/trunk/; revision=1957
* Fix compile error on FreeBSD, patch by Jille Timmermans, fixes bug 555720Jürg Billeter2008-10-251-0/+1
| | | | | | | | | | | 2008-10-25 Jürg Billeter <j@bitron.ch> * gobject-introspection/scanner.c: Fix compile error on FreeBSD, patch by Jille Timmermans, fixes bug 555720 svn path=/trunk/; revision=1922
* Add GValueArray binding, patch by Mark Lee, fixes bug 557843Jürg Billeter2008-10-251-0/+1
| | | | | | | | | | 2008-10-25 Jürg Billeter <j@bitron.ch> * vapi/gobject-2.0.vapi: Add GValueArray binding, patch by Mark Lee, fixes bug 557843 svn path=/trunk/; revision=1917
* Add dbus_g_connection_get_connection and dbus_connection_get_g_connectionJürg Billeter2008-10-231-0/+1
| | | | | | | | | | | 2008-10-23 Jürg Billeter <j@bitron.ch> * vapi/dbus-glib-1.vapi: Add dbus_g_connection_get_connection and dbus_connection_get_g_connection bindings, patch by Jan Luebbe svn path=/trunk/; revision=1880
* Fix soup_uri_copy, soup_uri_normalize, and soup_uri_to_string bindings,Jürg Billeter2008-09-271-0/+1
| | | | | | | | | | | | | 2008-09-27 Jürg Billeter <j@bitron.ch> * vapi/packages/libsoup-2.4/: Fix soup_uri_copy, soup_uri_normalize, and soup_uri_to_string bindings, patch by Víctor Manuel Jáquez Leal, fixes bug 553568 * vapi/libsoup-2.4.vapi: regenerated svn path=/trunk/; revision=1802
* Fix gdk_display_get_maximal_cursor_size binding, patch by Michael Terry,Jürg Billeter2008-09-271-0/+1
| | | | | | | | | | | | | 2008-09-27 Jürg Billeter <j@bitron.ch> * vapi/packages/gdk-2.0/: Fix gdk_display_get_maximal_cursor_size binding, patch by Michael Terry, fixes bug 551120 * vapi/gdk-2.0.vapi: regenerated svn path=/trunk/; revision=1795
* Use correct accessor cname for interface implementations of propertiesJürg Billeter2008-09-261-0/+2
| | | | | | | | | | | | 2008-09-26 Jürg Billeter <j@bitron.ch> * gobject/valaccodeclassbinding.vala: Use correct accessor cname for interface implementations of properties inherited from a base class, based on patch by Florian Brosch, fixes bug 548895 svn path=/trunk/; revision=1787
* Fix processing of non-ASCII string literals, patch by Alexey Lubimov,Jürg Billeter2008-09-251-0/+1
| | | | | | | | | | | 2008-09-25 Jürg Billeter <j@bitron.ch> * vala/valastringliteral.vala: Fix processing of non-ASCII string literals, patch by Alexey Lubimov, fixes bug 547236 svn path=/trunk/; revision=1781
* Add bindings for fseek, ftell, and rewind, patch by Mart Roosmaa, fixesJürg Billeter2008-09-161-0/+1
| | | | | | | | | | | 2008-09-16 Jürg Billeter <j@bitron.ch> * vapi/glib-2.0.vapi: Add bindings for fseek, ftell, and rewind, patch by Mart Roosmaa, fixes bug 547196 svn path=/trunk/; revision=1776
* Various fixes, patch by Jan Rosczak, fixes bug 549131Jürg Billeter2008-09-161-0/+1
| | | | | | | | | | 2008-09-16 Jürg Billeter <j@bitron.ch> * vapi/enchant.vapi: Various fixes, patch by Jan Rosczak, fixes bug 549131 svn path=/trunk/; revision=1774
* Fix error handling in constructors, patch by Jared Moore, fixes bug 543156Jürg Billeter2008-09-161-0/+1
| | | | | | | | | | | | 2008-09-16 Jürg Billeter <j@bitron.ch> * vala/valasemanticanalyzer.vala: * gobject/valaccodegenerator.vala: Fix error handling in constructors, patch by Jared Moore, fixes bug 543156 svn path=/trunk/; revision=1772
* GScanner binding fixes, patch by Matías De la Puente, fixes bug 548093Jürg Billeter2008-09-161-0/+1
| | | | | | | | | | | 2008-09-16 Jürg Billeter <j@bitron.ch> * vapi/glib-2.0.vapi: GScanner binding fixes, patch by Matías De la Puente, fixes bug 548093 svn path=/trunk/; revision=1770
* Add support to get ParamSpec metadata by the methods: get_nick(),Gabriel Falcão2008-09-161-0/+1
| | | | | | | | | | | 2008-09-16 Gabriel Falcão <gabriel@nacaolivre.org> * vapi/glib-2.0.vapi: Add support to get ParamSpec metadata by the methods: get_nick(), get_name(), get_blurb(), fixes bug 552320 svn path=/trunk/; revision=1768
* Add g_get_real_name bindingZeeshan Ali Khattak2008-08-161-0/+1
| | | | | | | | | | 2008-08-16 Zeeshan Ali Khattak <zeenix@gmail.com> * vapi/glib-2.0.vapi: Add g_get_real_name binding svn path=/trunk/; revision=1758
* Fix vte_terminal_get_cursor_position binding, patch by Anthony Taylor,Jürg Billeter2008-08-101-0/+1
| | | | | | | | | | | | | 2008-08-10 Jürg Billeter <j@bitron.ch> * vapi/packages/vte/: Fix vte_terminal_get_cursor_position binding, patch by Anthony Taylor, fixes bug 546238 * vapi/vte.vapi: regenerated svn path=/trunk/; revision=1743
* Fix crash on incremental parsing, patch by Abderrahim KitouniJürg Billeter2008-08-041-0/+1
| | | | | | | | | | 2008-08-04 Jürg Billeter <j@bitron.ch> * vala/valatypesymbol.vala: Fix crash on incremental parsing, patch by Abderrahim Kitouni svn path=/trunk/; revision=1732
* Fix crash when using multi-dimensional arrays, patch by Amos Brocco, fixesJürg Billeter2008-07-221-0/+1
| | | | | | | | | | | 2008-07-22 Jürg Billeter <j@bitron.ch> * gobject/valaccodearraycreationexpressionbinding.vala: Fix crash when using multi-dimensional arrays, patch by Amos Brocco, fixes bug 544145 svn path=/trunk/; revision=1721
* Support int64 and uint64 properties in GObjects, patch by ChristianJürg Billeter2008-07-161-0/+1
| | | | | | | | | | | 2008-07-17 Jürg Billeter <j@bitron.ch> * gobject/valaccodetypesymbolbinding.vala: Support int64 and uint64 properties in GObjects, patch by Christian Hergert, fixes bug 543055 svn path=/trunk/; revision=1701
* Fix support for static and class fields in interface writer, based onJürg Billeter2008-07-161-0/+1
| | | | | | | | | | | 2008-07-17 Jürg Billeter <j@bitron.ch> * vala/valainterfacewriter.vala: Fix support for static and class fields in interface writer, based on patch by Daniel Lucraft, fixes bug 542879 svn path=/trunk/; revision=1700
* Don't perform pointer arithmetic on void pointers, patch by Tai Chi MinhJürg Billeter2008-07-021-0/+1
| | | | | | | | | | | 2008-07-02 Jürg Billeter <j@bitron.ch> * gobject/valaccodegeneratorsourcefile.vala: Don't perform pointer arithmetic on void pointers, patch by Tai Chi Minh Ralph Eastwood svn path=/trunk/; revision=1671
* Nullable fixes, patch by FrederikJürg Billeter2008-07-021-0/+1
| | | | | | | | | | | | 2008-07-02 Jürg Billeter <j@bitron.ch> * vapi/packages/gio-2.0/: Nullable fixes, patch by Frederik * vapi/gio-2.0.vapi: regenerated svn path=/trunk/; revision=1670
* Support emitting signals with return values, patch by SamuelJürg Billeter2008-06-151-0/+1
| | | | | | | | | | | | | | | | 2008-06-15 Jürg Billeter <j@bitron.ch> * gobject/valaccodeinvocationexpressionbinding.vala: Support emitting signals with return values, patch by Samuel Cormier-Iijima, fixes bug 537323 * tests/classes-signals.exp: * tests/classes-signals.vala: Test signals with return values svn path=/trunk/; revision=1589
* Fix gdk_window_get_geometry binding, patch by Thijs Vermeir, fixes bugJürg Billeter2008-06-011-0/+1
| | | | | | | | | | | | | 2008-06-01 Jürg Billeter <j@bitron.ch> * vapi/packages/gdk-2.0/: Fix gdk_window_get_geometry binding, patch by Thijs Vermeir, fixes bug 536062 * vapi/gdk-2.0.vapi: regenerated svn path=/trunk/; revision=1531
* thank contributorsJuerg Billeter2008-05-231-0/+51
2008-05-23 Juerg Billeter <j@bitron.ch> * THANKS: thank contributors svn path=/trunk/; revision=1409