[vala] Created tag 0.37.1



The signed tag '0.37.1' was created.

Tagger: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon Jul 3 10:47:06 2017 +0200

    0.37.1

Changes since the last tag '0.36.1':

Ben Iofel (4):
      Markdown parser: fix method call on null
      HTML doclet: don't write '-' with no description
      File Helper: Copy directories recursively
      Fix typo in Run.Style enum

Brosch Florian (1):
      - valac-0.7.1      - cleanups

Carlos Garnacho (1):
      codegen: Make the task_complete flag for < 2.44 more similar to >= 2.44

Colin Walters (1):
      autogen.sh: Honor NOCONFIGURE=1

Corentin Noël (2):
      Add support for the Version tag that replaces the Deprecated tag
      Add option to generate SVG charts

Daniel Espinosa (1):
      compiler: Add --gresourcesdir option

Didier "Ptitjes (19):
      Html: Introduce MarkupWriter to pretty-print generated html
      Html: Enhance pretty print
      Html: Simplify css stylesheets by using descendant selectors
      Html: Fix typo
      Html: Refactor BasicDoclet.write_*_content
      Html: Refactor BasicDoclet.write_navi_*
      Api: Remove *Handler interfaces
      Api: Finally remove the unused stuff
      Html: Reuse get_html_css_class where possible
      Fix namespace resolution
      Api: Fix missing ';' in property accessor signatures
      Html: Include signatures in content lists
      Html: Sort members in the navigation
      Fix build against Vala master
      Html: Reorder entries to make navigation and lists consistent
      Api: Remove ? in signatures of TypeReference to TypeParameters
      Api: Take accessibility in account for property accessors
      Api: Make symbol names bold in signatures
      Html: Don't wrap html source in signatures

Didier 'Ptitjes (30):
      Fix implicit using directives
      Support for relative searching of symbols
      Add support for constants in interfaces
      Make type links showing relative names
      Fix braces
      Move to new gee
      Initial import of the rewrited parser
      Fix support for tables
      Reorganize some classes and remove some garbage
      Api: Refactor the API tree
      Api: Externalize nodes creation
      Api: Remove references to the tree root in nodes
      Api: Remove settings reference in nodes
      Api: Remove Basic and DocumentedElement
      Content: Rename Highlighted to Run and prepare it for signatures
      Update .gitignore
      Api: Introduce in-tree signature building
      Remove the vapis from git and fix Makefiles
      Api: Fix handling of constructors
      Make protected API documented by default
      Api: Move all classes to the Valadoc.Api namespace
      Api: Move to api/, make class names consistent and update Makefile
      Api: Introduce Visitor and refactor Valadoc.Doclet
      Html: Fix typo in navigation generation
      Parser: Add support for lists
      Parser: Add support for <<BR>>
      Parser: Fix simple links
      Parser: Fix embedded
      Parser: Make {{{ source code }}} acceptable inline
      Parser: Accept -, =, ==, |, ||, and ^ in runs

Didier Ptitjes (4):
      valadoc.org: Remove trailling .doclet.vala.swp file
      Html: Re-enable sort of members in navigation
      Html: Reorganized and cleaned files
      Fix trailling whitespaces

Evan Nemerson (13):
      doclet/gtkdoc: fix failure to build outside of the source directory
      valadoc: fix --help output for --doclet option.
      valadoc: clean up --help output
      Add man page for valadoc
      libvaladoc: fix plugin system to work with latest valac
      html: fix invalid HTML in <h1>
      libvaladoc: fix detection of static delegates
      Build system fixes to pass make distcheck
      Use vala-0.10 or vala-0.12 package instead of vala-1.0.
      Add hard dependency on vala-0.10 package.
      Fix building with Vala 0.12 branch
      Support --target-glib argument
      Change permissions on a lot of files

Florian Brosch (442):
      svn path=/trunk/; revision=2
      -
      cleanup
      --
      Some basic work for devhelp integration
      - devhelp-doclet: cleanups, new output structure - valadoc.org-doclet:
      valadoc.org-doclet: highlighting for abstract classes new symbol order
      libvaladoc: package view
      - valadoc.org-doclet, html-doclet, devhelp-doclet - cleanups
      - html-doclet, valadoc.org-doclet_ - Various navigation improvements.
      - libvala-0.5.1 migration      - html-doclet, devhelp-doclet       - new Icons for abstract classes, 
static methods and abstract methods (Frederick Zipp)       - navigation fixes
      - valadoc.org-doclet, devhelp-doclet, html-doclet - navigation
      - --force
      - libvaladoc - yields-keyword - dynamic-keyword
      - context checks
      - @inheritDoc: - structs - classes - properties
      - trivial cleanups
      Bugfixes: - property types
      - cleanups - ui-bugfix
      vala-0.5.2 emigration
      - new documentation parser - new taglet interface - new error reporter -
      -
      wiki highlighting module loader
      minor fixes
      valac-0.5.3
      - new mysql-based valadoc.org doclet (--enable-valadocorg) - trivial
      - new html-doclet (based on devhelp-doclet) - cleanups (rm linkhelpers,
      - Fix many valac warnings.
      - Minor bug fixes.
      - cleanups
      - documentation language improvements      - package documentation support
      - devhelp-doclet: package documentation support
      - nested list-bug
      - @throws-bug
      - valac 4.7.5      - initial valadoc.org doclet changes for the new webside
      .
      Bug #400882
      - valadoc.org doclet improvements     - html-writer, initial work     - bug fixes
      - valadoc.org-doclet: documentation exporter
      - vapi documentation
      {@inheritDoc} bug
      - constructor name bug (.new)
      - internal support
      - true, false, null tags
      - repository reorganisation     - .gitignore
      - libhtml >> libdoclet
      - a few renamings
      - paragraph plugins
      - new taglet init function
      - maintainer-clean fixes
      - apiwriter >> libvaladoc
      - external libgee
      htmlhelpers, interface: constant listing
      Fix support for images
      Add initial support for valadoc.org
      minor wiki renderer fixes (\n)
      temporary rm of gee.sort from html-navigation (g_object_unref-assertions)
      valadoc.org-doclt: api export
      devhelp-doclet: _renderer: null pointer fix
      rm of conditional doclet directories
      libhtmlhelpers -> libvaladoc
      icon install path fix
      MarkupWriter: Split into a general purpose markup writer and a html-writer
      drop libxml2 dependency
      devhelp-plugin: independent css file
      licence information update
      markupwriter: fix (null) in attribute values
      typereference: use unowned in favor of weak
      basicdoclet: Fix syntax highlighting
      basicdoclet: remove enum and errordomain signatures from index
      basicdoclet: Fix broken id-attribute in content headline
      markupwriter: move xml-declaration back to the constructor + flag
      signaturebuilder: add support for basic type highlighting
      libvaladoc: fix "throws" statement in build_signature for methods and delegates
      typesymbol: coding style fixes
      Api: remove SymbolAccessibility     Api: Fix null-pointer bug in EnumValue-signatures     Api: Fix 
EnumValue and ErrorCode accessibility     html-doclet: add EnumValue and ErrorCode to documentation     html: 
List EnumValues and ErrorCodes the same way as other symbols
      libvaladoc: remove needless linebreak in front of </ in MarkupWriter
      BasicDoclet: Fix exception headline
      new xml doclet
      valadoc.org: switch to static content
      valadoc.org: chart path fix
      valadoc.org: navigation fix
      libvaladoc: documentation importer
      vala 0.7.10 migration
      libvaladoc: rm useless ? from container in check function
      html-doclet: header and foother fix
      libvaladoc/vapi: index for sub-classes / required classes / implementing classes / sub-interfaces     
libvaladoc/html: provides new indexed information (Bug #599960)
      libvala/html: introduce new link helper
      libvaladoc/html: introduce a new css resolver
      libvaladoc: new chart infrastructure
      doclets/valadoc.org: icon path fix
      libvaladoc: weak string -> unowned string
      libvaladoc/html: fix missing links in "all known"-lists
      libvaladoc/api: rm return types from creation methods
      libvaladoc/api rm uncalled creation method visitor
      libvaladoc/api rename full_name () to get_full_name ()
      libvaladoc/api rename Visitable to Browsable
      doclet/xml: Fix link-taglet
      doclets/*: Remove unnecessary directories
      doclet/*: don't visit thrown exceptions and signal children anymore
      libvaladoc: vala 0.9.4 migration
      configure.in: add silent rules
      libaladoc/html: rm exception listing from documentation
      libvaladoc/api: adds GLib.Error to exception lists
      libvaladoc: rm support for valadoc-xml
      doclets: rm xml doclet
      libvaladoc: Add CTypeResolver
      add gir documentation importer
      Add *.valadoc format
      libvaladoc: Fix valac warnings
      doclet/valadoc.org: fix valac warnings
      libvaladoc/api: fix Method::is_static
      libvaladoc/importer: Minor valadoc file format changes
      libvaladoc/importer: Allow nodes without documentation in valadoc files
      libvaladoc/filehelper: update realpath
      mv remove_directory to filehelper.vala
      Fix build with vala 0.10.0
      libvaladoc/ctyperesolver: Resolve unbrowsable nodes
      libvaladoc/importer: Fix runtime warning in valadoc-importer. (Parser.parse: content != null)
      libvaladoc: Change monospace-rule from `<run>` to ``<run>``
      libvaladoc/taglets: Allow to inherit class and struct documentation
      libvaladoc: Allow to inherit documentation from other packages. (#629531)
      libvaladoc/api: rename tree.parse_comments to process_comments
      prepare code for new evaluation order
      Fix building with Vala 0.12 branch (commit b6c980fe26b3b51399d9bb6cd92a36e900d6eff6)
      libvaladoc/html: process Paragraph.horizontal_align
      Fix no_bullet
      libvaladoc/documentation: Fix a few limitations in the grammar
      libvaladoc/html: HtmlRenderer: Deprecated: Add missing space
      libvaladoc/html: HtmlRenderer: null-ptr-fix
      doclets: drop deprecated valadoc.org-doclet
      libvaladoc: turn all singletons into regular classes
      libvaladoc/api: FormalParameter: mark default values as literals
      valadoc/api: FormalParameter: Allow complex default values
      libvaladoc: Replace deprecated function calls
      doclets/gtkdoc: Replace deprecated function calls
      libvaladoc: migrate to new string api
      doclet/gtkdoc: @see, @link: Fix nullptr error on unresolved types
      libvaladoc: Collect external c files
      doclet/gtkdoc: Process external c files
      Allow doclets to report errors & warnings
      doclets/gtkdoc: Use ErrorReporter instead of GLib.warning
      gtkdoc: rename --nohtml to --no-html
      libvaladoc: documentationparser: Do not allow two spaces in a a row
      libvaladoc: Add Content.WikiLink
      libvaladoc/html: LinkHelper: Fix wiki name translation
      libvaladoc: DocumentationParser: Fix row- and collspan
      libvaladoc/html: Cells: Fix text alignment
      libvaladoc/html: Escape {{{text}}}
      libvaladoc/api: TypeReference: Improve is_weak & is_unowned
      libvaladoc/api: TypeReference: Drop type_name
      doclet/gtkdoc: Use -X to pass .c and .h files instead of scanning basedir
      doclets/gtkdoc: Fix a few runtime warnings (null ptr)
      doclets/gtkdoc: Work around crash in scanobj (free, invalid next size)
      libvaladoc: TypeReference: Add missing null checks
      doclets/gtkodc: Do not generate *.c files for thrown errordomains
      Increase version number (0.2.1)
      Add --version
      Drop --enable-deprecated
      Drop --enable-checking
      Hide vala warnings by default
      libvaladoc/api: Add API documentation for Visitor
      libvaladoc/api: Add API documentation for Array
      libvaladoc/api: Add API documentation for Pointer
      libvaladoc/api: Add API documentation for Symbol
      libvaladoc/api: Add API documentation for Class
      libvaladoc/api: Add API documentation for Delegate
      libvaladoc/api: Fix typo in Class
      libvaladoc/api: Add API documentation for Browsable
      libvaladoc/api: Add API documentation for Constant
      libvaladoc/api: Add API documentation for Field
      libvaladoc/api: Add API documentation for Tree
      libvaladoc/api: Add API documentation for Enum
      libvaladoc: Add API documentation for Settings
      libvaladoc: Add API documentation for file utils
      libvaladoc/api: Add API documentation for Item
      libvaladoc/api: Add API documentation for Enumvalue
      libvaladoc/api: Add API documentation for TypeSymbol
      libvaladoc/api: Add API documentation for TypeParameter
      libvaladoc/api: Add API documentation for SignatureBuilder
      libvaladoc/api: Add API documentation for TypeReference
      libvaladoc/api: Add API documentation for Node
      libvaladoc/api: Add API documentation for FormalParameter
      libvaladoc/api: Add API documentation for Errordomain
      libvaladoc/api: Add API documentation for Errorcode
      libvaladoc/api: Add API documentation for Property
      libvaladoc/api: Add API documentation for PropertyAccessor
      libvaladoc/api: Add API documentation for Signal
      libvaladoc/api: Add API documentation for NodeBuilder
      libvaladoc/api: Add API documentation for Package
      libvaladoc/api: Add API documentation for Interface
      libvaladoc/api: Add API documentation for Method
      libvaladoc/api: Add API documentation for Namespace
      libvaladoc: Add API documentation for CTypeResolver
      libvaladoc/ErrorReporter: Drop unused enum definition `ErrorLevel'
      libvaladoc/api: Remove unused source file
      libvaladoc: Add API documentation for Doclet
      libvaladoc: Add API documentation for MarkupWriter
      libvaladoc/api: Add API documentation for Struct
      vala-0.13.0 migration
      Fix various compile time warnings
      error reporter improvements
      Add test framework
      libvaladoc: Fix broken dependencies in valadoc-1.0.pc.in and valadoc-1.0.deps.in
      tests: Add ErrorReporter tests
      libvaladoc: Move all libvala-related calls to api/driver.vala and api/symbolresolver.vala
      libvala: Move tree creation out into a plugin
      libvaladoc: drop dependency on libvala
      driver/0.13.x: Add ChildSymbolRegistrar
      driver/0.13.x: Allow to process vapis directly just as source files
      drivers: Add 0.12.x driver
      drivers: Add 0.11.x driver, x > 0
      drivers: Add 0.11.0 driver
      drivers: Add 0.10.x driver
      valadoc: Improve plugin selection
      valadoc: ModuleLoader: Fix dispose error
      Disable static libraries
      libvaladoc: Fix new warnings
      libvaladoc: DocumentationParser: Allow multiple spaces in a row
      libvaladoc: importer: drop gir support
      valadoc: Fix doclet selection (.../doclets vs .../doclet)
      libvaladoc/api: Enum: Fix get_cname ()
      doclets/gtkdoclet: FormalParameter: Fix null ptr warning triggered by generic types
      Bumb version to 0.3.0
      driver: Fix segfault on dispose
      Bumb version to 0.3.1
      driver/0.13.x: Migrate to valac-master
      driver/0.13.x: Make use of Vala.CCodeBaseModule.get_ccode_nick
      libvaladoc/api: Delegate: build_signature: Add missing keyword
      libvaladoc: Add support for attributes
      driver/0.13: Add support for attributes
      libvaladoc/html: Mark deprecated symbols
      driver/0.13.x: Fix type parameter creation for methods and implemented interfaces
      driver/0.13.x: Fix get_method_binding_type, static
      libvaladoc/api: Class: Hide "static" modifier for functions
      libvaladoc/html: Add non-static methods to namespace-content
      driver/*, libvaladoc: Move ChildSymbolRegistrar to libvaladoc
      ver/0.12.x: Fix get_method_binding_type, static
      driver/0.12.x: Fix type parameter creation for methods and implemented interfaces
      driver/0.12.x: Add support for attributes
      version/0.11.x: Fix get_method_binding_type, static
      driver/0.11.x: Fix type parameter creation for methods and implemented interfaces
      driver/0.11.0: Fix type parameter creation for methods and implemented interfaces
      version/0.11.0: Fix get_method_binding_type, static
      driver/0.11.0: Add support for attributes
      driver/0.10.x: Fix type parameter creation for methods and implemented interfaces
      driver/0.10.x: Add support for attributes
      driver/0.10.x: Fix get_method_binding_type, static
      Various cleanups
      driver-0.13.x: Add basic gir support
      libvaladoc/html: BasicDoclet: <title> improvements
      drivers: Add 0.14.x driver
      doclets/devhelp && htm: Fix output directory creation
      drivers: Add 0.16.x
      driver: 0.14: Add throws declaration to signatures
      Add doap file
      driver/0.13: vapidir-fix
      gir: basic reading support
      doclets: Fix text size in html & devhelp
      drivers: merge 0.11.* and 0.12.*
      libvaladoc: gir-importer, c-resolver : various improvements
      libvaladoc: parser: Fix broken ?
      driver: merge 0.13.* and 0.14.*
      Add warning & note tags
      Add initial reading-support for <doc>
      libvaldoc/html: Add missing - between ns and short desc
      libvaladoc: gir-reader: improve short descs
      libvaladoc: gir-reader: accept @...
      libvaladoc: gir-reader: accept &pi;, &gt;, &lt;, &solidus;
      libvaladoc: gir-reader: Improve @-quirks-mode
      libvala: gir-reader: fix spaces/newlines in img-alt-text
      libvaladoc: gir-reader: allow _ as prefix in function names
      libvaladoc: gir-reader: accept #[id]->[id|func]
      libvaladoc/api: Signals: Add missing "signal" keyword to signatuers
      libvaladoc: @parameter: check for existence
      libvaladoc: reorder @param
      Fix segfault triggered by valac-errors
      libvaladoc/html: Hide redundant links
      libvaladoc: gir-reader: accept #[id].[id|func]
      libvaladoc/html: Signals: Hide content listing
      libvaladoc: gir-reader: Unescape %, @, (, ), &, #
      libvaladoc/html: Add style for {{{source}}}
      libvaladoc: gir-reader: accept @<id>(::|:|->|.)(<gid>)
      libvaladoc: ModuleLoader cleanups
      libvaladoc: ModuleLoader cleanups
      libvaladoc: gtkdoc-parser: Fix possible segfault in footnotes
      libvaladoc/html: Keep error-reporter for derived doclets
      Fix -D
      libvaladoc: drop varargs for signatures with implicit parameters
      libvaladoc: add helpers for valadoc.org
      libvaladoc: Fix broken nullchecks in parser.error & warning
      libvaladoc: Allow conditional spaces in headlines
      doclets/devhelp: Add full wiki-support
      Embedded: Search images relative to the file
      Add support for vala 0.15.1
      libvaladoc: Add support for SourceCode attributes
      Add a metadata-format for gir files
      gtkdoc-importer: Merge rule for example & informalexample
      libvaladoc: gtkdoc: Add support for important
      gtkdoc-importer: Add support for figures
      gtkdoc-importer: Fix to_string for xml-close
      gtkdoc-importer: Add support for varname
      gtkdoc-importer: Add support for computeroutput
      gtkdoc-importer: Add support for informaltable
      gtkdoc-importer: Add support for literallayout
      gtkdoc-importer: Add support for abbrev
      gtkdoc-parser: Add a helper for mixed content
      gtkdoc-importer: Allow mixed content in refsect2
      libvaladoc: Accept block content in list-items
      gtkdoc-importer: Add support for sections
      gtkdoc-importer: Add support for variablelist
      gtkdoc-importer: Add support for refsect3
      gtkdoc-importer: Add support for orderedlist
      gtkdoc-parser: Fix possible infinite loop
      gtkdoc-parser: Allow <title> in ordered and itemized lists
      gtk-importer: Allow "struct [id]*] inside docbook type tags
      gtkdoc-renderer: Avoid possible \n in signal/property-links
      gtkdoc-renderer: Fix broken escapes
      libvaladoc: docparser: Fix invalid cast in lists
      libvaladoc: mark @deprecated as deprecated
      valadoc: LinkHelper: turn get_package_link into a virtual method
      doclet/devhelp: Add name="" to <book>
      libvaladoc: gir-importer: Error reporting improvements
      libvaladoc/html: Sort subnamespaces in navis
      libvala: Add support for libvala-0.16
      libvaladoc: documentation fixes
      libvaladoc: Fix typo in ValadocDocumentationScanner
      driver: Trim lines in *.dep files
      Add support for valac 0.18.0
      libvaladoc/html: Turn namespace/package-notes into links
      driver/0.18.x: Add support for vala-0.17.1+
      libvaladoc/api: Add missing parameters to signals
      libvaladoc: @throws: Check for unthrown exceptions
      libvaladoc: ErrorReporter: Drop ErrorType
      libvaladoc: Add context check for @throws
      libvaladoc: Add context check for @return
      libvaladoc/api: Drop glib_error
      libvaladoc/api: Fix documentation for Method.is_static
      libvaladoc/api: Fix documentation for Method.is_override
      libvaladoc/html: Add methods to package overviews
      libvaladoc/taglets: error/warning message improvements
      libvaladoc: Avoid reparsing of comments
      libvaladoc: Improve plugin selection (#676453)
      doclets/htm: Imrpove page titles
      doclets/devhelp: Imrpove page titles
      error/warning message improvements
      libvaladoc: accept "Vala ??.??.??-dirty" as driver format
      libvaladoc: accept @return in constructors
      libvaladoc/parser: add workaround for  broken symbol resolver (valac 0.17.4)
      driver/0.18.x: Add support for vala-0.17.4
      libvaladoc/api: Fix memory cycle: method.base_method <> method
      gtkdoc: accept %<numeric>
      gir-importer: Process implicit parameters
      gtkcommentparser: Fix --verbose
      libvaladoc/html: Add "All known members inherited from "
      libvaladoc: rename Api.Interface.get_all_implemented_interface_list to 
get_full_implemented_interface_list
      libvaladoc: Drop deprecated methods
      libvaladoc: register child structs
      libvaladoc/html: Show all known sub-structs
      libvaladoc: fix vala 0.14.x compatibility
      drivers: fix namespace comment selection
      libvaladoc: Move Api.NodeType to api/nodetype.vala
      Add tests for libvaladoc/parser and gtkdoc-scanner
      Add tests for MarkupReader
      Add tests for drivers
      tests: Update generic-api-test
      libvaladoc: Add metadata for gtkdoclet
      libvaladoc/api: Hide unbrowsable property getters and setters
      doclets/gtkdoc: Register struct type macro/function
      libvaladoc/api: Add finalize and free function names to Api.Class
      libvaladoc: Api.Class: Add is_compact
      doclets/gtkdoc: Fix [Deprecated]
      tests: Add missing vapi
      libvaladoc: Accept error codes in @throws
      icons: s/font: monospace/font-family: monospace
      libvaladoc/html: Fix nullptr in write_documentation
      Improve {@inheritDoc}
      Fix make distcheck
      Accept {@inheritDoc} in comments without parent documentation
      doclet/gtkdoc: Escape text and source code
      libvaladoc: Escape names if necessary
      libvaladoc: Mark TypeParameter as unbrowsable
      libvaladoc: is_browsale: check parents
      importer: gir: Process callback comments
      libvaladoc: .valadoc-importer: Add support for ::append and ::prepend
      libvaladoc/content: SourceCode: Strip leading and trailing empty lines
      libvaladoc: .valadoc-importer: Fix encoding issues
      libvaladoc: Avoid multiple imports
      Fix generic-api-test (out -> @out)
      configure.in -> configure.ac
      gtkdoc-scanner: Add support for &nbsp;, &quot;, &apos;
      gee-0.8
      Fix make check for older valac versions
      driver: Add support for vala-0.20
      libvaladoc: Use --api-version instead of --version
      gtkdoc: Improve documentation for _get and _set
      0.20.x: Fix TypeParameter.base
      0.18.x: Fix TypeParameter.base
      0.16.x: Fix TypeParameter.base
      0.14.x: Fix TypeParameter.base
      0.18.x: Add support for [GenericAccessors]
      0.20.x: Add support for [GenericAccessors]
      gtkdoc: Improve docs for generics
      gtkdoc: Avoid warnings for undocumented parameters
      libvaladoc: Add Struct.copy_function_cname, Struct.destroy_function_cname
      gtkdoc: Document implicit struct functions
      coding style changes
      gir-importer: Add support for <instance-parameter>
      gir-importer: Ignore <annotation> tags
      Importer: Resolve c::*_finish methods
      Add support for cgraphs
      basic doclet: Add "wiki-index-name"
      devhelp: Add missing keywords
      devhelp: Generate better keywords
      gir-importer: add support for markdown
      Improve CTypeResolver for virtual/abstract methods
      docbook-parser: Accept symbols with trailing 's'
      Improve handling for c::this
      docbook: improve implicit parameter handling
      ctyperesolver, virtual signals: register function pointer names
      Split process-comments into parse and check runs
      gir-importer: skip <union> elements without ctype-attributes
      html: add <meta charset="UTF-8"/>
      Allow to inherit from imported docs
      gir-importer: markdown: resolve internal links
      gir-importer: docbook: resolve internal links
      girmetadata: allow to override <ONLINE>
      gir: ignore type struct docs
      gir-importer: docbook: process all <doc-* tags
      doap++
      embedded: Fix check() for relative paths
      signals: collect default implementations
      ctypresolver: signals: register default implementations
      drivers: Mark arrays as unowned instead of weak
      Add support for unowned/weak array elements
      Hide namespaces without visible members
      Allow to link to named constructors directly
      Add colored output
      libvaladoc: Add highlighter for C, XML, Vala
      Fix typo
      html: Open external links in a new tab/window
      html: Allow to change +/- icons in CSS

Hohoo (1):
      libvaladoc/html: typo     icons/*.css: typo

Koop Mast (1):
      Use POSIX redirect, for portability.

Luca Bruno (34):
      doclet/gtkdoc: Added first version
      doclets/gtkdoclet: Support documenting delegates and its formal parameters
      doclets/gtkdoclet: Support method throws. Add manual headers
      doclets/gtkdoclet: Do not write C comments file in append mode
      doclets/gtkdoclet: Properly handle property accessors
      doclets/gtkdoclet: Fix unconditionated .strip() usage
      doclets/gtkdoclet: Use LD_LIBRARY_PATH. Take in consideration existing environment variables
      doclets/gtkdoclet: Use %NULL when manually commenting errors
      doclets/gtkdoclet: Do not add an header only for annotations if the comment is empty
      doclets/gtkdoclet: Better support for signals
      doclets/gtkdoclet: Add support for referencing properties
      doclets/gtkdoclet: Group @see taglets
      doclets/gtkdoclet: Support error-domains annotation
      doclets/gtkdoclet: Fix handling undocumented parameters. Support not-error.
      Api: Add methods to support dbus interfaces documentation
      doclets/gtkdoclet: Add support for dbus interfaces
      doclets/gtkdoc: Fix creating temporary directories
      doclets/gtkdoc: Split async method documentation with _finish
      doclets/gtkdoc: Call pkg-config only for existing packages
      doclets/gtkdoc: Fix finding headers and handling of external C files
      doclets/gtkdoc: Fix ignoring headers. Call gtkdoc-scan on specific headers
      doclets/gtkdoc: Scan all headers to get all the C declarations
      doclets/gtkdoc: Fix parameters order in signals
      C1;2403;0cdoclets/gtkdoc: Improve generation of SECTION comments
      doclets/gtkdoc: Add some comments for implicit parameters
      doclets/gtkdoc: Fix parameters order
      doclets/gtkdoc: Do not add transfer full annotation for delegates
      doclets/gtkdoc: Add type_id and comments to non-GObject classes
      doclets/gtkdoc: Do not set section comment from a namespace with empty doc
      doclets/gtkdoc: Fix documenting thrown errors
      doclets/gtkdoc: Do not document target_destroy_notify if type is not owned
      doclets/gtkdoc: Fix the output of SourceCode elements
      treebuilder: Fix regression when passing the cname for accessors
      codegen: Fix finally blocks with async yields

Magomed Abdurakhmanov (1):
      scanner: Fix calculation of column value for tokens after multiline comment

Manuel Wiesinger (1):
      devhelp-doclet: html-doclet: fix constructor list class in css

Marvin W (2):
      testrunner: Respect given VALAFLAGS
      vala: Handle non-null in coalescing expression

Matthias Linda (1):
      Icons: new errordomain- and errorcode icons

Michael Biebl (1):
      tests: Use dbus-run-session instead of dbus-launch

Michal Hruby (1):
      gtkdoc: Accept multiple *.so files

Ole André Vadla Ravnås (1):
      gvariant: Optimize (de)serialization of arrays with type-signature "ay"

Philip Withnall (19):
      doclet/gtkdoc: Use <code> rather than <blockquote> in for monospace in the gtkdoc doclet
      doclet/gtkdoc: Implement @throws taglet in the gtk-doc comment converter
      Link to classes rather than constructors if the constructors don’t exist
      Tidy up appending of colons to gtk-doc comments
      Fix tree builder processing of the static status of delegates
      Add support for ‘standard’ and ‘private’ subsections in gtk-doc *-sections.txt
      doclet/gtkdoc: Generate gtk-doc comments for class and interface structs
      doclets/gtkdoc: Print a warning if gtk-doc sections will be missing a long description
      doclets/gtkdoc: Add a brief description to the gtk-doc comments for property accessors
      doclets/gtkdoc: Add gtk-doc headers for property accessor ‘result_length’ parameters
      doclets/gtkdoc: Add a gtk-doc header for non-static delegates ‘user_data’
      doclets/gtkdoc: Hide ‘_construct’ functions from gtk-doc documentation
      doclets/gtkdoc: Fix generation of gtk-doc links to error codes
      driver/*: Fix  access modifiers for property getters/setters.
      doclets/gtkdoc: Handle ‘Deprecated’ attributes in the gtk-doc doclet
      build: Fix a typo in a variable name in configure.ac
      libvaladoc: Improve error message on failing to load a driver
      charts: Fix error handling if gvRenderData() returns an error
      gtkdoc: Fix generated markup for source code blocks

Richard Schwarting (1):
      Add a modified libgvc-vapi

Rico Tzschichholz (114):
      build: Fix make dist
      build: Fix the last commit, sorry :\
      driver: Drop support for vala-0.10/0.12
      driver: Add support for vala-0.22
      Fix deprecation warnings of gee-0.8
      libvaladoc: Fix deprecation warning
      Fix warnings accessing static members
      doclets/htm: Properly use Valadoc.Html namespace
      driver: Add support for vala-0.24
      driver: Add matching VALA_0_XX defines to every driver
      build: Add missing cflags/libs references of libgvc
      build: Clean up configure.ac and fix make (dist)check
      build: More use of $(top_builddir)
      build: Regenerate c-code on build-system changes
      build: Enable maintainer-mode by default
      build: Avoid shipping generated c-code in tarball
      build: Follow VALA_FLAGS renaming
      driver/0.24.x: Fix build with valac 0.23.1+ git master
      doclet/html: Rename source folder match the doclet
      Bump version to 0.23.2
      driver: Drop support for vala-0.14
      build: Add missing condition for valac <= 0.23.1 driver builds
      drivers: Drop compatibility for older unstable valac releases
      build: Don't rely on bashism and use $(shell ...)
      driver/0.24.x: Don't overwrite VALAFLAGS
      build: Bump valac requirement to 0.15.1 to match minimal driver support
      libvaladoc/api: Correctly handle construct-only properties
      driver: Add support for vala-0.26
      Make PropertyAccessorType a flag to correctly handle its possible states
      driver/0.24.x: Drop support for unstable valac <= 0.23.1
      driver/0.26.x: Follow API change and require valac >= 0.25.2
      driver: Add support for vala-0.28
      driver: Add support for vala-0.30
      Bump version to 0.30.0
      driver: Drop support for vala-0.16/18
      driver: Add support for vala-0.32
      driver: Add support for vala-0.34
      driver: Add support for vala-0.36
      Fix 'static const' warnings with vala 0.33.1
      Bump version to 0.35.0
      Fix non-matching generic types of inferface implementations
      driver/0.36.x: Follow libvala API change
      doap: Update urls and add myself
      configure.ac: Update project information
      Annotate methods with PrintfFormat where needed
      tests: Sync testrunner.sh Cflags from vala
      tests: Fix build and update for API changes
      Fix make check
      Bump valac requirements
      Add Deprecated/Version attribute tests
      Require gee-0.8 >= 0.19.91
      doc: Generate and update manpages
      Release 0.36.0
      gstreamer: Update to 1.11.90+
      glib-2.0,gio-2.0,gobject-2.0: Updates from 2.53
      Bump version suffix
      build: vapigen and vapicheck don't require ccode
      build: Add missing '\'
      build: Make ccode and codegen private API
      codegen: Use g_object_notify_by_pspec() to notify property-changes
      glib-2.0: Add quark() functions to errordomains
      compiler: Add --color=WHEN option
      gio-2.0: Fix GLib.Task constructor
      gio-2.0: Fix GLib.Task.report_error/report_new_error()
      gio-2.0: Tweak metadata to avoid duplicated interface dependencies
      vala: Enums require at least one value otherwise report an error
      build: Use --use-header for libraries
      manual: Update from wiki.gnome.org
      build: Make sure to dist all generated headers
      codewriter: Update timestamps of generated c-files if needed
      codegen: Unref GLib.AsyncResult on uncaught errors in coroutines
      Revert "codegen: Don't implicitly initialize local variables with an initializer"
      vapi: Update GIR-based bindings
      glib-2.0: Add bindings for g_ptr_array_find/_find_with_equal_func()
      gtk+-4.0: Update Container.forall/set_focus_child()
      vala: Don't warn about deprecated symbols if installed_version is older
      poppler-glib: Update to 0.54.0
      vapi: Update GIR-based bindings
      tests: Additional basic-types tests for dbus
      gdbus: Don't leak nested HashTable on deserialization
      Require and target GLib >= 2.40
      codegen: Use *_free_full to free GLib.List, GLib.SList and GLib.Queue
      Install libvala-0.xx.vapi to "global" vapi directory
      glib-2.0: Always use valid version-string for Version.deprecated_since
      tests: Add some constructor tests
      vapi: Update GIR-based bindings
      vapi: Update GIR-based bindings
      gtk+-4.0: Update to 3.91.0+a4e80efe
      gobject-2.0: Add GLib.ParamSpecPointer
      codegen: Support renamed signals
      gio-2.0: Add DBusConnection 'closed' signal as 'on_closed'
      gio-2.0: Use default 'length = null' for DataInputStream.read_line_utf8*
      vapi: Update GIR-based bindings
      gir-importer: Ignore <attribute> tags
      vapi: Update GIR-based bindings
      codegen: Nullable ValueType requires POINTER as marshaller signature
      codegen: NoAccessorMethod attribute is allowed for gobject-properties only
      codegenerator: Add source_reference parameter to CodeGenerator.store_*()
      codegen: Don't allow assigning delegate if no target/closure is available
      webkit2gtk-4.0: Update to 2.17.4
      glib-2.0: Add bindings for g_ascii_string_to_(un)signed()
      girparser: Fix parsing of delegate-alias without target
      compiler: Use API_VERSION instead of stripping PACKAGE_SUFFIX
      girwriter: Write length-parameters of arrays with rank > 1
      manual: Update from wiki.gnome.org
      Prepare valadoc source-tree for merge
      Drop superfluous inheriting from GLib.Object
      build: Generate libvala-0.XX.vapi in vala
      gee: Add some useful symbols from gee-0.8
      libgvc: Add WITH_CGRAPH conditionals
      Merge valadoc 0.36.0
      vapi: Update GIR-based bindings
      build: Use --use-header for libvaladoc
      Release 0.37.1

Tim Kirchner (1):
      Icons: add enum-value icon

Ting-Wei Lan (1):
      valadoc: Call setlocale in main function

pancake (1):
      'make install' archlinux

yselkowitz (1):
      several build fixes


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]