summaryrefslogtreecommitdiff
path: root/libyelp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix scroll position when navigating back/fordwardCarlos Garcia Campos2015-06-221-73/+22
* yelp-uri: Set docuri and fulluri also when resolving a man full pathCarlos Garcia Campos2015-06-221-0/+14
* yelp-uri-builder: Handle man urisCarlos Garcia Campos2015-06-221-1/+1
* yelp-uri: Set docuri and fulluri also when resolving an info full pathCarlos Garcia Campos2015-06-221-1/+32
* libyelp: fix runtime critical warning at startup when loading info documentCarlos Garcia Campos2015-06-221-1/+1
* yelp-uri-builder: Handle info urisCarlos Garcia Campos2015-06-221-10/+20
* yelp-view: Remove duplicated codeCarlos Garcia Campos2015-06-221-13/+0
* yelp-view: Remove the GtkAdjustment handling codeCarlos Garcia Campos2015-06-221-88/+0
* web-extension: Fix external resources of ghelp documentsCarlos Garcia Campos2015-06-221-16/+26
* yelp-uri-builder: Fix ghelp documentsCarlos Garcia Campos2015-06-221-18/+5
* libyelp: Fix help-list pageCarlos Garcia Campos2015-06-222-4/+6
* yelp-uri-builder: build_network_uri should receive a const char *Carlos Garcia Campos2015-06-222-2/+2
* yelp-view: Fix runtime warning on closeCarlos Garcia Campos2015-06-221-1/+1
* yelp-view: Do not block/unlock policy decision callbackCarlos Garcia Campos2015-06-221-20/+14
* Force libyelpcommon to be installed before libyelpDavid King2015-06-221-0/+5
* Do not free a GError with g_object_unref()David King2015-06-221-1/+1
* Convert font size from points to pixelsDavid King2015-06-221-30/+73
* Install libyelpcommon to pkglibdirDavid King2015-06-221-2/+5
* yelp-view: Implement web extension to load resourcesMarcos Chavarría Teijeiro2015-06-227-43/+202
* yelp-view: Implement pages load in WebKit2Marcos Chavarría Teijeiro2015-06-226-389/+590
* yelp-view: Implement web extension to deal with DOM treeMarcos Chavarría Teijeiro2015-06-224-88/+209
* yelp-view: Replace "populate-popup" signal by "context-menu" signalMarcos Chavarría Teijeiro2015-06-221-113/+164
* yelp-view: Implement view_print_action using WebKit2 APIMarcos Chavarría Teijeiro2015-06-221-16/+9