devhelp 3.29.3



About devhelp
=============

Devhelp is a developer tool for browsing and searching API
documentation. It provides an easy way to navigate through libraries
and to search by function, struct, or macro.

The documentation must be installed locally, so an internet connection
is not needed to use Devhelp.

Devhelp works natively with GTK-Doc, so the GTK+ and GNOME libraries
are well supported. But other development platforms can be supported
as well, as long as the API documentation is available in HTML and a
*.devhelp2 index file is generated.

Devhelp integrates with other applications such as Glade, Builder or
Anjuta, and plugins are available for different text editors (gedit,
Vim, Emacs, Geany, …).

News
====

* Devhelp has moved to the GNOME GitLab instance. The bugzilla tickets have not
  yet been migrated to the GitLab issues, so before filing a new issue on
  GitLab, please search the bugzilla first. All links are available as usual
  on:
  https://wiki.gnome.org/Apps/Devhelp

* Finally write a HACKING file.
* Do not show a GtkInfoBar on error, use the WebKitWebView default
  implementation to simplify the code.
* Code refactorings: from DhWindow extract DhNotebook, DhSearchBar and
  bind_sidebar_and_notebook() function, and delegate more work to DhWebView.
* Make the following classes re-usable and move them to the libdevhelp:
  DhWebView, DhTab, DhTabLabel, DhNotebook and DhSearchBar.
  And move dh_window_bind_sidebar_and_notebook() to the libdevhelp.
* Flatpak: run Amtk and Devhelp unit tests after building those modules.
* Application icons: rename filenames to org.gnome.Devhelp.*, to simplify the
  Flatpak manifest.
* Build system: fix the remaining places where the libdevhelp API/major version
  was hardcoded, use the variable instead, to easily bump it in the future.
* Other small improvements.
* Translation updates.



Download
========
https://download.gnome.org/sources/devhelp/3.29/devhelp-3.29.3.tar.xz (308K)
  sha256sum: e016f0c1b62a81eeafe572b5633feade215493c42c650f43f38fe0e0b921df87



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