summaryrefslogtreecommitdiff
path: root/vapi
Commit message (Expand)AuthorAgeFilesLines
...
* use correct name for signal_name, patch by Francisco Camenforte TorresMathias Hasselmann2007-08-171-1/+1
* apply changes in the output of vapigen caused by the sentinel attributeMathias Hasselmann2007-08-161-0/+7
* consider sentinel information provide sentinel information for functionsMathias Hasselmann2007-08-161-5/+7
* properly inform vapigen about the ellipsis offMathias Hasselmann2007-08-161-0/+2
* add String.printf and append_printfMathias Hasselmann2007-08-161-0/+3
* add signal handling APIMathias Hasselmann2007-08-161-6/+70
* create gee-1.0 vapi; this makes it possible to use the vala shipped libgeeRaffaele Sandrini2007-08-151-0/+4
* correct KeyFile accessors, reported by Arwed von Merkatz.Mathias Hasselmann2007-08-131-14/+19
* use gdk_cursor_unref to release cursors, patch by Arwed von Merkatz.Mathias Hasselmann2007-08-131-1/+1
* install gstreamer-0.10.vala, reported by Arwed von Merkatz.Mathias Hasselmann2007-08-131-0/+1
* Duh, it is GTK_WIDGET_SET_FLAGS, not gtk_widget_set_flags. Where is "svnMathias Hasselmann2007-08-131-1/+8
* adding Widget.set_flags.Mathias Hasselmann2007-08-131-0/+1
* listing dup and free function of PangoLayoutLine.Mathias Hasselmann2007-08-131-1/+1
* adding Context.set_matrix and get_matrix.Mathias Hasselmann2007-08-131-1/+4
* yet another attempt to deal with the notify signal.Mathias Hasselmann2007-08-131-1/+6
* avoid name clash between Object.notify method and signal. real solutionMathias Hasselmann2007-08-131-1/+1
* Type.name() returns a weak reference.Mathias Hasselmann2007-08-121-1/+1
* list ParamSpec fieldsMathias Hasselmann2007-08-111-0/+5
* add Signal.stop_emission and Signal.stop_emission_by_nameMathias Hasselmann2007-08-101-0/+7
* fix spelling of OptionFlags.FILENAMEMathias Hasselmann2007-08-081-1/+1
* fix the signatures of some TreeModel and CellRenderer related methodsMathias Hasselmann2007-08-081-4/+6
* fix the signature of Date.set_time_valMathias Hasselmann2007-08-081-1/+1
* publish GObject's notify methodMathias Hasselmann2007-08-081-0/+1
* express dependency on GTK+ remove internal classes, fix header fileMathias Hasselmann2007-08-083-64/+11
* MatchInfo.fetch_named transfers ownershipMathias Hasselmann2007-08-081-1/+1
* add Hildon bindings, patch by Marcelo Lira, fixes bug 463598Juerg Billeter2007-08-078-0/+2491
* fix the C name of Process.close_pid and the spelling ofMathias Hasselmann2007-08-071-1/+2
* add Environment.get_prgname and set_prgnameMathias Hasselmann2007-08-071-0/+4
* add IOChannel.unix_new and unix_get_fdMathias Hasselmann2007-08-071-0/+3
* fix Pid handlingJuerg Billeter2007-08-071-4/+5
* add sqlite3.valaJuerg Billeter2007-08-071-0/+1
* add SQLite bindingsJuerg Billeter2007-08-071-0/+64
* add stdinJuerg Billeter2007-08-071-1/+4
* add FileStream.getc()Juerg Billeter2007-08-071-0/+2
* fix Soup.HttpVersion enumJuerg Billeter2007-08-071-3/+3
* add libsoup-2.2.valaJuerg Billeter2007-08-071-0/+1
* add libsoup bindingsJuerg Billeter2007-08-078-2/+3138
* add Glade bindingsJuerg Billeter2007-08-078-0/+546
* remove most namespace detection workarounds, fixes bug 463171Juerg Billeter2007-08-074-73/+73
* add Clutter bindings, patch by Carl-Anton Ingmarsson, fixes bug 463708Juerg Billeter2007-08-069-0/+4822
* add experimental D-Bus client supportJuerg Billeter2007-08-062-13/+81
* add GtkMozEmbed bindings, patch by Alberto Ruiz, fixes bug 463438Juerg Billeter2007-08-042-0/+124
* extend GLib.Value Gtk.TreeModel fixes add GtkSourceView bindingsJuerg Billeter2007-08-019-2/+1151
* use abstract instead of virtual methods in generated interfacesJuerg Billeter2007-07-306-249/+253
* add internal copy of libgee and use Gee.ArrayList, Gee.HashMap, andJuerg Billeter2007-07-273-71/+71
* support class destructorsJuerg Billeter2007-07-261-0/+3
* add basic internationalization functionalityRaffaele Sandrini2007-07-221-0/+29
* derive from Symbol class where appropriate and move symbol table intoJuerg Billeter2007-07-2110-420/+679
* add basic zlib support add some string members, add some process exitRaffaele Sandrini2007-07-213-1/+113
* generate more ellipsis parameters regenerated to add ellipsis parametersJuerg Billeter2007-07-173-21/+21