[gi-docgen] Created tag 2021.4



The signed tag '2021.4' was created.

Tagger: Emmanuele Bassi <ebassi gnome org>
Date: 1618494947 +0100

    gi-docgen 2021.4

Changes since the last tag '2021.2':

Alexandre Macabies (2):
      Ensure DevHelp sections & index.json have stable ordering
      Fix correctness issues caused by reusing boilerplate code

Emmanuele Bassi (105):
      Merge branch 'poetry' into 'main'
      build: Disable tests on subprojects
      Move font license to DEP5 file
      docs: Remove the mention to setup.py
      Use the correct license for the GNOME Code of Conduct
      Restore in-tree app wrapper
      docs: Add a disclaimer to the README
      Add ViM swap files to the ignore file
      template: Handle signal links in search result
      Use stemming for the indexed terms
      Merge branch 'stemming' into 'main'
      Merge branch 'toc-fix' into 'main'
      Merge branch 'devhelp-name' into 'main'
      generate: Strip () from function links in devhelp
      generate: Add link attribute to type subsections
      generate: Define deprecated_since on template objects
      generate: Add attributes to class method template objects
      generate: Improve DevHelp file contents
      generate: Remove unnecessary format strings
      generate: Generate DevHelp entries for constants
      generate: Handle enum types better in devhelp
      generate: Add enumeration members to devhelp
      generate: Add structure fields to devhelp
      Merge branch 'devhelp-fixes' into 'main'
      generate: Add target type to the property page
      template: Add search type modifiers
      Merge branch 'devhelp-anchors' into 'main'
      Merge branch 'anchor-expand' into 'main'
      Merge branch 'issue-30' into 'main'
      Merge branch 'search-type' into 'main'
      gen-index: Include the summary in the index
      utils: Clamp plain summaries
      template: Make search results smaller
      template: Update search results
      Merge branch 'summary-index' into 'main'
      template: Fall back to "any" results if "all" is empty
      generate: Don't access dict keys as attributes
      config: Support overrides for hidden symbols
      gen-index: Check for hidden symbols
      generate: Check for hidden symbols
      docs: Document the project overrides
      examples: Update the GTK4 project
      gen-index: Skip global objects
      template: Fix anchors for namespace index
      generate: Skip global objects
      docs: Specify how hiding on top level items works
      Merge branch 'project-overrides' into 'main'
      generate: Deal with empty deprecated version
      build: Don't install gi-docgen used as a subproject
      Return to setuptools
      main: Add a --version option
      build: Update Meson's version
      Add pkg-config file for gi-docgen
      Merge branch 'back-to-setuptools' into 'main'
      docs: Make it painfully clear how gi-docgen should be used
      template: Use the correct link for class methods
      template: Remove duplicate instance struct methods
      Add a man page for gi-docgen
      Apply 2 suggestion(s) to 1 file(s)
      Apply 2 suggestion(s) to 1 file(s)
      Merge branch 'man-page-sections' into 'main'
      template: Add proper meta elements
      generate: Skip anonymous types in DevHelp
      utils: Add getter for default include paths
      Use the default include path getter
      utils: Do not use XDG directories on Windows
      Merge branch 'fix-gtk4-toml' into 'main'
      Merge branch 'anon-types' into 'main'
      Merge branch 'ebassi/issue-67' into 'main'
      Merge branch 'fix-52' into 'main'
      Merge branch 'fix-image' into 'main'
      template: Wrap content data in a docblock
      Update the project URLs
      Merge branch 'top-button' into 'main'
      Merge branch 'fix-encoding' into 'main'
      template: Use the correct font file
      template: Do not use rely on Google Fonts for regular text
      template: Add SourceCodePro
      Merge branch 'none-more-fonts' into 'main'
      template: Tweak alignment of the go-up button image
      template: Make the sidebar slightly smaller
      index: Add symbol identifiers to the index
      Merge branch 'symbols-search' into 'main'
      Merge branch 'msys2' into 'main'
      genindex: Fix typo in the document index
      docs: Replace the giant table ASCII art
      docs: Use syntax highlighting for code fragments
      docs: Annotate the type for configuration keys
      Merge branch 'docs-fixes' into 'main'
      Merge branch 'remove-wheel-dep' into 'main'
      generate: Use clearer wording for the transfer rules
      generate: Add the raw transfer mode to the template
      Merge branch 'fuzzy-searching' into 'main'
      Merge branch 'fix-copypaste' into 'main'
      generate: Use namespace-version for the DevHelp book title
      template: Hide sidebar when using DevHelp
      Merge branch 'ebassi/devhelp' into 'main'
      Merge branch 'ebassi/transfer-docs' into 'main'
      Merge branch 'reproducible-output' into 'main'
      gir: Parse the version attribute
      Merge branch 'ebassi/issue-74' into 'main'
      Merge branch 'svg' into 'main'
      build: Add missing file glob to the package data
      Add MANIFEST.in file for setuptools
      Release gi-docgen 2021.4

James Westman (2):
      examples: Fix formatting in gtk4.toml
      basic template: Add "Copy" button to code blocks

Jan Tojnar (5):
      generate: Make the devhelp file name match the directory
      generate: Fix links to callbacks in devhelp
      generate: Make symbol type names in devhelp bit nicer
      generate: Make devhelp symbol type names link to corresponding section in index
      template: Expand togglable sections when visiting it through anchor

Jason Francis (1):
      generate: Improve hierarchy SVGs

Matthias Clasen (4):
      List supported section names
      tutorial: Typo fix
      Document urlmaps
      docs: Mention cross-namespace links

Naveen M K (12):
      Add poetry configuration Remove setup.cfg and setup.py create a `__main__.py` so that `python -m 
gidocgen` works Version should be changed in `pyproject.toml` and it is read from there in other places. Add 
more things .gitignore file
      flake8 lint
      Merge branch 'main' of https://gitlab.gnome.org/ebassi/gi-docgen into poetry
      Add license identifier to some files something in CI wants it
      Add license identifier for .gitignore create .reuse/dep5 for poetry.lock
      Add file CopyrightText for .gitignore
      Fix setup.py Install when I tried installing this this errored out because `gi-docgen.1` doesn't exists 
in root directory, rather it exists in docs directory.
      Fix enoding error which was raised when opening a file See 
https://gitlab.gnome.org/ebassi/gi-docgen/-/issues/67#note_1068932
      Change Back to Top button to PNG Previous it was unicode and caused rendering issue's on some browsers. 
This is now changed to an PNG file for proper rendering across devices.
      Fix alignment of images on small screen Previous the image goes out of screen. Now, it resizes the 
image it to match the screen size, and making it easy to view the image
      Add sys.base_prefix to gir path if the python is compiled with GCC and on Windows This will fix 
https://gitlab.gnome.org/ebassi/gi-docgen/-/issues/67 by adding the directory where it will be installed 
usually to search path
      Remove setup dependency on wheel This seems useless as setuptools will never generate wheel and is an 
unnecessary dependecy

Rom Grk (9):
      feat: add fzy.js
      feat: implement fzy searching
      build: add missing spdx identifier
      chore: remove unused files
      build: fix reuse pipeline failure
      lint: fix typo
      feat(main.js): split code
      feat(search): implement live results
      lint: remove dead code & refactor names


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