| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | use correct name for signal_name, patch by Francisco Camenforte Torres | Mathias Hasselmann | 2007-08-17 | 1 | -1/+1 |
* | apply changes in the output of vapigen caused by the sentinel attribute | Mathias Hasselmann | 2007-08-16 | 1 | -0/+7 |
* | consider sentinel information provide sentinel information for functions | Mathias Hasselmann | 2007-08-16 | 1 | -5/+7 |
* | properly inform vapigen about the ellipsis off | Mathias Hasselmann | 2007-08-16 | 1 | -0/+2 |
* | add String.printf and append_printf | Mathias Hasselmann | 2007-08-16 | 1 | -0/+3 |
* | add signal handling API | Mathias Hasselmann | 2007-08-16 | 1 | -6/+70 |
* | create gee-1.0 vapi; this makes it possible to use the vala shipped libgee | Raffaele Sandrini | 2007-08-15 | 1 | -0/+4 |
* | correct KeyFile accessors, reported by Arwed von Merkatz. | Mathias Hasselmann | 2007-08-13 | 1 | -14/+19 |
* | use gdk_cursor_unref to release cursors, patch by Arwed von Merkatz. | Mathias Hasselmann | 2007-08-13 | 1 | -1/+1 |
* | install gstreamer-0.10.vala, reported by Arwed von Merkatz. | Mathias Hasselmann | 2007-08-13 | 1 | -0/+1 |
* | Duh, it is GTK_WIDGET_SET_FLAGS, not gtk_widget_set_flags. Where is "svn | Mathias Hasselmann | 2007-08-13 | 1 | -1/+8 |
* | adding Widget.set_flags. | Mathias Hasselmann | 2007-08-13 | 1 | -0/+1 |
* | listing dup and free function of PangoLayoutLine. | Mathias Hasselmann | 2007-08-13 | 1 | -1/+1 |
* | adding Context.set_matrix and get_matrix. | Mathias Hasselmann | 2007-08-13 | 1 | -1/+4 |
* | yet another attempt to deal with the notify signal. | Mathias Hasselmann | 2007-08-13 | 1 | -1/+6 |
* | avoid name clash between Object.notify method and signal. real solution | Mathias Hasselmann | 2007-08-13 | 1 | -1/+1 |
* | Type.name() returns a weak reference. | Mathias Hasselmann | 2007-08-12 | 1 | -1/+1 |
* | list ParamSpec fields | Mathias Hasselmann | 2007-08-11 | 1 | -0/+5 |
* | add Signal.stop_emission and Signal.stop_emission_by_name | Mathias Hasselmann | 2007-08-10 | 1 | -0/+7 |
* | fix spelling of OptionFlags.FILENAME | Mathias Hasselmann | 2007-08-08 | 1 | -1/+1 |
* | fix the signatures of some TreeModel and CellRenderer related methods | Mathias Hasselmann | 2007-08-08 | 1 | -4/+6 |
* | fix the signature of Date.set_time_val | Mathias Hasselmann | 2007-08-08 | 1 | -1/+1 |
* | publish GObject's notify method | Mathias Hasselmann | 2007-08-08 | 1 | -0/+1 |
* | express dependency on GTK+ remove internal classes, fix header file | Mathias Hasselmann | 2007-08-08 | 3 | -64/+11 |
* | MatchInfo.fetch_named transfers ownership | Mathias Hasselmann | 2007-08-08 | 1 | -1/+1 |
* | add Hildon bindings, patch by Marcelo Lira, fixes bug 463598 | Juerg Billeter | 2007-08-07 | 8 | -0/+2491 |
* | fix the C name of Process.close_pid and the spelling of | Mathias Hasselmann | 2007-08-07 | 1 | -1/+2 |
* | add Environment.get_prgname and set_prgname | Mathias Hasselmann | 2007-08-07 | 1 | -0/+4 |
* | add IOChannel.unix_new and unix_get_fd | Mathias Hasselmann | 2007-08-07 | 1 | -0/+3 |
* | fix Pid handling | Juerg Billeter | 2007-08-07 | 1 | -4/+5 |
* | add sqlite3.vala | Juerg Billeter | 2007-08-07 | 1 | -0/+1 |
* | add SQLite bindings | Juerg Billeter | 2007-08-07 | 1 | -0/+64 |
* | add stdin | Juerg Billeter | 2007-08-07 | 1 | -1/+4 |
* | add FileStream.getc() | Juerg Billeter | 2007-08-07 | 1 | -0/+2 |
* | fix Soup.HttpVersion enum | Juerg Billeter | 2007-08-07 | 1 | -3/+3 |
* | add libsoup-2.2.vala | Juerg Billeter | 2007-08-07 | 1 | -0/+1 |
* | add libsoup bindings | Juerg Billeter | 2007-08-07 | 8 | -2/+3138 |
* | add Glade bindings | Juerg Billeter | 2007-08-07 | 8 | -0/+546 |
* | remove most namespace detection workarounds, fixes bug 463171 | Juerg Billeter | 2007-08-07 | 4 | -73/+73 |
* | add Clutter bindings, patch by Carl-Anton Ingmarsson, fixes bug 463708 | Juerg Billeter | 2007-08-06 | 9 | -0/+4822 |
* | add experimental D-Bus client support | Juerg Billeter | 2007-08-06 | 2 | -13/+81 |
* | add GtkMozEmbed bindings, patch by Alberto Ruiz, fixes bug 463438 | Juerg Billeter | 2007-08-04 | 2 | -0/+124 |
* | extend GLib.Value Gtk.TreeModel fixes add GtkSourceView bindings | Juerg Billeter | 2007-08-01 | 9 | -2/+1151 |
* | use abstract instead of virtual methods in generated interfaces | Juerg Billeter | 2007-07-30 | 6 | -249/+253 |
* | add internal copy of libgee and use Gee.ArrayList, Gee.HashMap, and | Juerg Billeter | 2007-07-27 | 3 | -71/+71 |
* | support class destructors | Juerg Billeter | 2007-07-26 | 1 | -0/+3 |
* | add basic internationalization functionality | Raffaele Sandrini | 2007-07-22 | 1 | -0/+29 |
* | derive from Symbol class where appropriate and move symbol table into | Juerg Billeter | 2007-07-21 | 10 | -420/+679 |
* | add basic zlib support add some string members, add some process exit | Raffaele Sandrini | 2007-07-21 | 3 | -1/+113 |
* | generate more ellipsis parameters regenerated to add ellipsis parameters | Juerg Billeter | 2007-07-17 | 3 | -21/+21 |