summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add Interlingue translationgnome-41Olga Smirnova2022-12-242-0/+357
|
* Update Icelandic translationSveinn í Felli2022-01-291-105/+102
|
* Version 41.241.2Shaun McCance2021-12-032-1/+7
|
* Be even more careful about stripping slashesShaun McCance2021-12-022-2/+8
| | | | | | | | We broke absolute file paths in 41.beta, then we fixed them, but it turns out ghelp URIs were still broken. The fix isn't great, but it should work fine. Fixes #187
* Update Bulgarian translationAlexander Shopov2021-10-031-97/+123
|
* Version 41.141.1Shaun McCance2021-09-253-1/+11
|
* Fix wrong attribute in appdata fileShaun McCance2021-09-251-2/+2
| | | | (again) fixes https://gitlab.gnome.org/GNOME/yelp/-/issues/184
* Fix release description in appdata file for validationShaun McCance2021-09-201-0/+1
| | | | Fixes https://gitlab.gnome.org/GNOME/yelp/-/issues/184
* configure.ac: Require yelp-xsl 41Jeremy Bicha2021-09-191-1/+1
| | | | Closes: https://gitlab.gnome.org/GNOME/yelp/-/issues/183
* Version 41.041.0Shaun McCance2021-09-183-1/+15
|
* Version 41.beta241.beta2Shaun McCance2021-08-292-1/+6
|
* Be more careful about stripping slashesShaun McCance2021-08-281-5/+18
| | | | | | | | | | | | The transition to GUri introduced some problems with our URI mangling, because it's more strict about URI syntax than libsoup was. This led to absolute file paths being broken. This ought to do it. Some day I might redo all of this, because it's a sloppy pile of legacy that's been monkeypatched thru half a dozen API changes in other libraries. That day is not today. Fixes #182 cf https://bugzilla.redhat.com/show_bug.cgi?id=1997839
* Replace remaining Bugilla links with links to GitLabAndre Klapper2021-08-242-3/+3
|
* Remove test-settingsShaun McCance2021-08-212-334/+0
| | | | | | | With the removal of themed icons and all the color computing code, it doesn't really test anything useful anymore. Fixes #81
* Update appdata file so it passes checksShaun McCance2021-08-212-0/+5
|
* Version 41.beta41.betaShaun McCance2021-08-142-1/+11
|
* Get rid of icon code we haven't used in a long time41-settings-revampShaun McCance2021-07-312-191/+2
|
* And finally removing all the color computing codeShaun McCance2021-07-312-162/+1
|
* Stop using all those colors in error pagesShaun McCance2021-07-301-49/+19
|
* Make search results go thru XSLT tooShaun McCance2021-07-296-168/+178
| | | | | One step color to removing color computation and complex HTML formatting from C.
* Merge branch 'master' into 41-settings-revampShaun McCance2021-07-262-520/+41
|\
| * Add temporary option to build against webkit2gtk-4.0Shaun McCance2021-07-261-2/+11
| |
| * icon: fix aliasing / ghostingJakub Steiner2021-07-251-518/+30
| | | | | | | | - stacked objects rendered badly with librsvg on dark backgrounds.
* | Merge remote-tracking branch 'origin/master' into 41-settings-revampShaun McCance2021-07-247-289/+308
|\ \ | |/
| * configure.ac: Build against webkit2gtk-4.1jjardon/webkit2gtk-4.1Javier Jardón2021-07-221-2/+2
| |
| * Replace Bugzilla with GitLabAndre Klapper2021-07-211-3/+2
| |
| * Need to include gio.h in yelp-uri.h for GFilecarlosgc/guriShaun McCance2021-07-081-0/+1
| | | | | | | | | | Should have been doing this since long ago, but I suspect the chain of includes happened to gloss over this omission before.
| * Use GUri instead of SoupURICarlos Garcia Campos2021-07-044-35/+62
| | | | | | | | | | This removes the direct dependency on libsoup, so that yelp doesn't need to be migrated to libsoup3.
| * Update Occitan translationQuentin PAGÈS2021-06-121-249/+241
| | | | | | | | (cherry picked from commit 3763ffc0a13d92d3102053520a62fc170d90f69c)
* | Make help list use XSLTShaun McCance2021-07-246-153/+170
| |
* | Use named colors from the theme for bg and fgShaun McCance2021-06-132-47/+28
|/
* Fix deprecated way of calling glib-genmarshalShaun McCance2021-06-061-1/+1
|
* Version 40.240.2Shaun McCance2021-06-062-1/+6
|
* Update Nepali translationPawan Chitrakar2021-04-141-95/+121
|
* Version 40.040.0Shaun McCance2021-03-202-1/+5
|
* Version 40.rc40.rcShaun McCance2021-03-132-1/+7
|
* Update Galician translationFran Dieguez2021-02-241-68/+68
|
* Update Punjabi translationA S Alam2021-02-141-300/+278
|
* Version 40.beta40.betaShaun McCance2021-02-132-1/+11
|
* Handle mouse back/forward buttons at window levelPaul Hebble2021-02-061-0/+23
|
* Handle mouse back/forward buttonsPaul Hebble2021-01-171-0/+22
|
* Update Catalan translationJordi Mas2021-01-061-1/+1
|
* Update Belarusian translationŹmicier Turok2020-12-281-327/+1422
|
* mallard-document: fix crash when reloading documentmcatanzaro/#122Michael Catanzaro2020-10-291-0/+1
| | | | | | | | | libxml memory management is quite uncleary, but I believe priv->cache has ownership of priv->mallard_ns, so the later is invalidated when the former is freed. We need to recreate it here. Reportedly fixes #122 for Shaun. (I was still seeing another crash, but it's probably a separate issue.)
* Fix crashes from setting automatic IDs in DocBook 5 documentsShaun McCance2020-10-281-12/+9
| | | | Fixes https://gitlab.gnome.org/GNOME/yelp/-/issues/148
* Fix links to search results for ghelp documentsShaun McCance2020-10-261-2/+6
| | | | Fixes https://gitlab.gnome.org/GNOME/yelp/-/issues/137
* Version 3.38.13.38.1Shaun McCance2020-10-032-1/+7
|
* Check against SOUP_URI_SCHEME_FILE instead of str comparisonShaun McCance2020-10-031-1/+1
|
* Don't mangle file: URIs for local HTML filesShaun McCance2020-10-031-1/+5
| | | | | | We do weird things to URIs to make WebKit happy. But if we're just looking at a local HTML file with a file: URI, WebKit is perfectly happy with the URI just the way it is. I hope.
* Update Hebrew translationYosef Or Boczko2020-09-281-250/+240
|