summaryrefslogtreecommitdiff
path: root/libyelp/yelp-help-list.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix up issues with reload, including reloading on theme changeShaun McCance2022-01-111-6/+57
| | | | Addresses part of https://gitlab.gnome.org/GNOME/yelp/-/issues/188
* Make help list use XSLTShaun McCance2021-07-241-152/+65
|
* Remove deprecated method of doing private structs on gobjectsShaun McCance2020-03-091-13/+10
|
* Fix build with GCC 8Michael Catanzaro2018-05-181-1/+1
| | | | | | Yelp enables -Werror by default, so it's responsible for predicting and fixing future compiler warnings that only an oracle could know about. In this case, that turned out to be -Werror=cast-function-type.
* document: add destroy notify to page callbackChristian Hergert2017-02-071-3/+6
| | | | | | | | | This ensures that we only free the async data struct when the document is guaranteed to be done calling our callback. Without this, we risk potentially accessing the async request data after we have freed it when a mallard document reloads. https://bugzilla.gnome.org/show_bug.cgi?id=778258
* libyelp: Fix help-list pageCarlos Garcia Campos2015-06-221-2/+2
| | | | | Handle help-list uris un yelp-uri-builder functions, and fix the mime type used by help-list documents.
* Add parentheses around assignments used as truthDavid King2015-02-091-2/+2
| | | | Avoid compiler warnings.
* Fix warnings about discarding constDavid King2015-02-091-1/+1
|
* Fix pointer sign warningsDavid King2015-02-091-6/+6
|
* Fix unused variable warningsDavid King2015-02-091-1/+1
|
* Remove libyelp redundant declarationsDavid King2015-02-091-2/+0
|
* Remove redundant extra semicolonsDavid King2015-02-091-1/+1
|
* Fix implicit funcation declaration warningDavid King2015-02-091-0/+1
|
* yelp-help-list: Fix double unrefShaun McCance2014-06-161-2/+0
|
* Fix deprecation warning for gtk_icon_info_freeShaun McCance2014-02-081-1/+1
|
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* Updates for some deprecated thread APIsShaun McCance2013-08-181-9/+10
|
* yelp-help-list: Support xdg help system in help-list:Shaun McCance2012-11-061-1/+72
|
* [yelp-help-list] Look up icons for documents in help listShaun McCance2010-08-171-11/+74
| | | | | | | This just does a string match on the document basename with .desktop files, along with some vendor-prefix-mangling code taken from gnome-shell. In the future, we should probably base this on some (possibly DOAP?) metadata in the info section of the document.
* [yelp-help-list] Add desc for Mallard documentsShaun McCance2010-08-161-3/+17
|
* [yelp-help-list] Use Mallard-style link divsShaun McCance2010-08-131-31/+46
|
* [yelp-help-list] Adding list of all (ghelp) documentsShaun McCance2010-08-131-0/+527