summaryrefslogtreecommitdiff
path: root/libyelp
Commit message (Expand)AuthorAgeFilesLines
* 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
* yelp-document: Fix return type of document_indexedMichael Catanzaro2016-02-061-2/+4
* Allow .docbook files as file path, #699995Shaun McCance2016-02-031-2/+3
* libyelp: fix handling of documents using local pathsCarlos Garcia Campos2016-01-142-104/+182
* Convert libyelp subdirectory to non-recursive makeDavid King2015-10-232-198/+0
* Use dist_ prefix rather than EXTRA_DISTDavid King2015-10-201-5/+1
* Mark internal functions with G_GNUC_INTERNALDavid King2015-10-168-2/+15
* Make yelp_info_parse_menu() staticDavid King2015-10-161-2/+2
* Remove unused yelp_marshal_VOID__OBJECT_BOXED()David King2015-10-161-1/+0
* Remove unused yelp_error_get_title()David King2015-10-162-8/+0
* Link libyelp, not libyelpcommon, with libmDavid King2015-09-241-1/+2
* Fix linking error for undefined reference to hypotAndreas Henriksson2015-09-241-1/+1
* yelp-view: Do not initialize global settings in class_initCarlos Garcia Campos2015-09-211-10/+13
* yelp-settings: Only set platform:gnome-classic under GNOME ClassicShaun McCance2015-08-251-1/+1
* yelp-settings: Check for XFCE in XDG_CURRENT_DESKTOPShaun McCance2015-08-251-0/+5
* Use XDG_CURRENT_DESKTOP for conditionals when availableShaun McCance2015-08-251-85/+145
* yelp-view: Update current page information when loaded from history cacheCarlos Garcia Campos2015-08-171-21/+41
* libyelp: Fix some uninitialized variablesYosef Or Boczko2015-07-162-5/+5
* yelp-settings: don't use ACTIVE background colorLars Uebernickel2015-06-231-1/+1