summaryrefslogtreecommitdiff
path: root/libyelp
Commit message (Expand)AuthorAgeFilesLines
* Be even more careful about stripping slashesShaun McCance2022-03-252-2/+8
* Fix up issues with reload, including reloading on theme changeShaun McCance2022-01-114-10/+112
* Be more careful about stripping slashesShaun McCance2021-08-281-5/+18
* 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-294-160/+153
* Merge remote-tracking branch 'origin/master' into 41-settings-revampShaun McCance2021-07-244-34/+62
|\
| * Need to include gio.h in yelp-uri.h for GFilecarlosgc/guriShaun McCance2021-07-081-0/+1
| * Use GUri instead of SoupURICarlos Garcia Campos2021-07-043-34/+61
* | Make help list use XSLTShaun McCance2021-07-241-152/+65
* | Use named colors from the theme for bg and fgShaun McCance2021-06-132-47/+28
|/
* Handle mouse back/forward buttonsPaul Hebble2021-01-171-0/+22
* mallard-document: fix crash when reloading documentmcatanzaro/#122Michael Catanzaro2020-10-291-0/+1
* Fix crashes from setting automatic IDs in DocBook 5 documentsShaun McCance2020-10-281-12/+9
* Fix links to search results for ghelp documentsShaun McCance2020-10-261-2/+6
* 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
* Remove deprecated method of doing private structs on gobjectsShaun McCance2020-03-0917-272/+261
* view: Enable WebKit back-forward swipe gestureAlexander Mikhaylenko2019-06-211-1/+5
* trivial: Plug memory leaksUmang Jain2019-03-292-0/+2
* Remove the unused encoding and language code from YelpManDocumentTomas Popela2019-01-211-75/+0
* Remove unused variableTomas Popela2019-01-211-1/+0
* Check variable before dereferencing itTomas Popela2019-01-211-1/+1
* Check the strstr() return value before using itTomas Popela2019-01-211-3/+4
* Swap the if() checks to avoid possible null pointer dereferenceTomas Popela2019-01-211-2/+2
* Initialize ws_start variable before returning itTomas Popela2019-01-211-1/+1
* Increase the size of string variables passed to sscanfTomas Popela2019-01-211-2/+2
* Avoid possible overrun while comparing to MAN_FONTSTomas Popela2019-01-211-2/+2
* Check whether parser is null before dereferencing itTomas Popela2019-01-211-4/+6
* Check whether the index variable is valid before dereferencing itTomas Popela2019-01-211-2/+1
* Fix a use of an uninitialized variableTomas Popela2019-01-211-1/+1
* Check whether variable node is set before dereferencing itTomas Popela2019-01-211-2/+2
* Check whether the index variable is valid before dereferencing itTomas Popela2019-01-211-5/+6
* Check whether document has a root element before accessing itTomas Popela2019-01-211-2/+6
* Add G_GNUC_PRINTF attribute to yelp_debug()David King2019-01-211-1/+2
* Support for keywords in search results for Mallard and DocBookShaun McCance2018-12-035-14/+172
* Fix build with GCC 8Michael Catanzaro2018-05-189-14/+14
* Remove debug line I accidentally committedShaun McCance2018-02-191-1/+0
* view: Add a missing castMichael Catanzaro2017-12-121-1/+1
* WebKit automatically updates font size on DPI change nowGabriel Ivascu2017-11-271-70/+2
* Fix namespace on internal Mallard cacheShaun McCance2017-10-021-10/+15
* Don’t translate propertiesPiotr Drąg2017-06-206-36/+36
* web-extension: Stop using unstable DOM API headersMichael Catanzaro2017-06-201-3/+1
* magic-decompressor: Fix handling of uncompressed info pagesTing-Wei Lan2017-06-201-0/+2
* Fix a leak of a GFileInfoDavid King2017-06-191-0/+2
* document: add destroy notify to page callbackChristian Hergert2017-02-079-25/+53
* view: initialize all struct members to NULLChristian Hergert2017-02-061-1/+1
* print: use proper API to set print settingsChristian Hergert2017-02-061-2/+1
* settings: Fix GtkStyleContext warning spamMichael Catanzaro2016-03-011-4/+14