]> git.ipfire.org Git - thirdparty/vala.git/shortlog
thirdparty/vala.git
2010-09-09  Jürg Billetercodegen: Use builder API 7a429688cdf0fd16cc1503a7666681792e309da8
2010-09-09  Jürg BilleterAdd builder API to CCodeFunction
2010-09-09  Jürg BilleterAdd CCodeFile.add_function_declaration and CCodeFunctio...
2010-09-09  Ryan Lortiecodegen: Skip visiting fast-vapis
2010-09-09  Ryan LortieCodeWriter: Do not replace .vapi if unchanged
2010-09-09  Ryan Lortiecodegen: Run partial codegen on fast vapi files
2010-09-09  Ryan LortieCodeWriter: Omit cheader_filename for fast vapi
2010-09-09  Ryan Lortievalac: Output make-style dependency file
2010-09-09  Ryan LortieProperties, Methods: Relax some checks
2010-09-09  Ryan LortieSymbol: Add SourceFileType source_type
2010-09-09  Ryan LortieSourceFileType: Add SourceFileType.NONE
2010-09-09  Ryan Lortievalac: Add --use-fast-vapi commandline argument
2010-09-09  Ryan LortieSourceFile: Add SourceFileType.FAST enum value
2010-09-09  Ryan Lortievalac: Add --fast-vapi= commandline argument
2010-09-09  Ryan LortieCodeWriter: Add CodeWriterType.FAST enum value 89a1243a4f066cc9652b26f86eb94fd038874982
2010-09-09  Ryan LortieMemberAccess: Fix crash in .to_string()
2010-09-09  Ryan LortieUnresolvedType: Improve .to_string()
2010-09-09  Ryan LortieCodeWriter: Introduce CodeWriterType enumeration
2010-09-09  Ryan LortieSourceFile: Introduce SourceFileType enumeration
2010-09-09  Jürg BilleterSimplify attribute objects
2010-09-09  Jürg BilleterDo not create empty type parameter lists in parser
2010-09-09  Jürg BilleterImprove performance of SemanticAnalyzer.is_type_accessible
2010-09-09  Jürg BilleterCreate array lists in Method class only on demand
2010-09-09  Jürg BilleterSupport iteration via index to improve performance
2010-09-09  Jürg Billetergee: Replace interfaces by abstract classes to improve...
2010-09-09  Luca BrunoGObject: Add _vala_ suffix to get/set_property to avoid...
2010-09-09  Luca BrunoSupport to_string() for non-GType enums
2010-09-07  Evan Nemersongio-2.0: Fix ownership of two AppLaunchContext method...
2010-09-05  Luca Brunoglib-2.0: Add [NoReturn] to Process.exit() and Process...
2010-09-04  Jürg BilleterRelease 0.9.8
2010-09-04  Evan Nemersonglib-2.0: Add binding for g_utf8_offset_to_pointer.
2010-09-03  Jürg Billetercodegen: Fix lcopy_value function generated for fundame...
2010-09-03  Jürg Billetercodegen: Fix preconditions in asynchronous methods
2010-09-02  BianShaoLeiposix: Fix SockAddr cname.
2010-08-31  Luca Brunowebkit-1.0: Mark WebKitWebView::create_web_view return...
2010-08-30  Jakob Westhoffgtk+-2.0, gtk+-3.0: Make gtk_image_set_from_pixmap...
2010-08-28  Luca Brunogio-2.0: GLib.Icon.to_string() return value is not...
2010-08-22  Evan Nemersongio-2.0: Make Application.quit_with_data.platform_data...
2010-08-22  Jürg Billeterdova: Do not generate empty type structs for interfaces
2010-08-22  Jürg Billeterdova: Fix header file generation
2010-08-22  Evan Nemersonglib-2.0: Fix Variant.dup_string binding.
2010-08-21  Evan Nemersonlibsoup-2.4: Fix XMLRPC error domains.
2010-08-21  Evan Nemersonlibsoup-2.4: Move Soup.xmlrpc_* methods into Soup.XMLRP...
2010-08-21  Evan Nemersongtk+-2.0, gtk+-3.0: Move Gtk.stock_* methods into Gtk...
2010-08-21  Evan Nemersongdk-2.0, gdk-3.0: Move Gdk.selection_* into Gdk.Selecti...
2010-08-21  Evan Nemersonvapigen: Automatically adjust method names when setting...
2010-08-21  Evan Nemersongtk+-2.0, gtk+-3.0: Move Gtk.STOCK_* into a Gtk.Stock...
2010-08-21  Evan Nemersoncodewriter: Correctly write deprecated replacement...
2010-08-21  Evan Nemersonvapigen: Support setting the parent of a symbol.
2010-08-21  Evan Nemersongdk-2.0: Update to 2.21.7 and mark deprecated symbols...
2010-08-21  Jürg BilleterImprove consistency in constructor chain up handling 8aa6299ea7a39e7a652ce3896324aaa47af99a18
2010-08-21  Jürg BilleterUnable to chain up to base constructor is fatal
2010-08-21  Jürg Billetervapigen: Fix chain up warning in subclasses of generate...
2010-08-21  Jürg BilleterFix writing of construct_function attribute
2010-08-21  Jürg BilleterFix assignment to construct properties
2010-08-21  Jürg BilleterRefactor parser to avoid parse_*_member methods
2010-08-21  Jürg BilleterReplace CCodeDeclarationSpace by CCodeFile
2010-08-21  Jürg BilleterMove add_symbol_declaration out of CCodeDeclarationSpace
2010-08-20  Luca Brunogtk+-2.0, gtk+-3.0: Make Gtk.Menu.attach_to_widget...
2010-08-20  Jürg Billeterglib-2.0: Return char instead of unichar from string...
2010-08-20  Jürg Billeterglib-2.0: Add optional index parameter to string.get_char
2010-08-20  Jürg Billeterglib-2.0: Deprecate string.size () in favor of string...
2010-08-20  Jürg Billeterglib-2.0: Use byte indices for strings
2010-08-20  Jürg BilleterFix error handling for character literals
2010-08-20  Jürg Billetervapigen: Replace use of string.len () by string.length
2010-08-20  Jürg Billeterglib-2.0: Deprecate string.len () in favor of string...
2010-08-20  Aaron AndersenReport error on invalid using directives
2010-08-20  Luca BrunoSupport implicit GValue conversion when assigning to...
2010-08-20  Luca BrunoExtend signal details to support string expressions
2010-08-20  Evan Nemersonvalac: Add --fatal-warnings option
2010-08-20  Jürg BilleterFix memory leak when freeing nullable structs without...
2010-08-20  Jürg BilleterD-Bus: Add missing gio.h include for GDBus clients
2010-08-20  Jürg BilleterUse relative path as specified on the command-line...
2010-08-20  Jürg BilleterDeprecate use of D-Bus GLib
2010-08-20  Luca BrunoFix ellipsis parameter position in generated methods
2010-08-20  Luca BrunoAdd mutex field in priv structures for properties
2010-08-20  Evan NemersonFix handling of exceptions in property accessors
2010-08-20  Luca BrunoHonor array_length_type when generating method parameters
2010-08-20  Luca BrunoSupport abstract/virtual delegate properties with target
2010-08-20  Carlo TeubnerFix crash on invalid switch expression
2010-08-20  Jürg BilleterCall ref_sink also on result of Object.newv if necessary
2010-08-20  Luca BrunoFix ref_sink of Gtk.Window created with GLib.Object.new
2010-08-20  Jürg BilleterFix passing real non null struct arguments to vararg...
2010-08-20  Evan Nemersonlibsoup-2.4: Many small argument and data type fixes.
2010-08-20  Evan Nemersonvapigen: Allow metadata to specify the type_name of...
2010-08-20  Evan Nemersongdk-pixbuf-2.0: Use uint8[] for binary data.
2010-08-19  Evan Nemersonlibsoup-2.4: Use uint8[] in Message.set_{request,response}
2010-08-19  Evan Nemersongdk-pixbuf-2.0: Make Pixbuf.save_to_buffer use uint8...
2010-08-19  Florian Broschrasqal: add *.deps-file
2010-08-19  Florian Broschsdl-gfx, sdl-image, sdl-mixer, sdl-net, sdl-ttf: add...
2010-08-19  Evan Nemersonglib-2.0: Add g_int64_hash and g_int64_equal bindings.
2010-08-19  Jürg Billeterdova: Add support for [NoThrow] methods
2010-08-19  Jürg BilleterBump version suffix
2010-08-19  Jürg BilleterRelease 0.9.7 0.9.7
2010-08-19  Jürg BilleterFix regression introduced by codegen refactoring
2010-08-18  Jürg BilleterRelease 0.9.6 0.9.6
2010-08-17  Jürg Billetergirparser: Fix hidden parameters at the end of the...
2010-08-17  Rumen Zarevpoppler-glib: Make PopplerAction* be structs without...
2010-08-14  Marc-André... codegen: check delegate type has_target in object creat...
2010-08-14  Marc-André... readline.vapi: include stdio.h before readline.h
next