summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix scroll position when navigating back/fordwardcarlosgc/webkit2-portCarlos Garcia Campos2015-06-171-73/+22
* yelp-window: Fix loading cursor inconsistenciesCarlos Garcia Campos2015-06-161-12/+24
* yelp-uri: Set docuri and fulluri also when resolving a man full pathCarlos Garcia Campos2015-06-161-0/+14
* yelp-uri-builder: Handle man urisCarlos Garcia Campos2015-06-161-1/+1
* yelp-uri: Set docuri and fulluri also when resolving an info full pathCarlos Garcia Campos2015-06-161-1/+32
* libyelp: fix runtime critical warning at startup when loading info documentCarlos Garcia Campos2015-06-161-1/+1
* yelp-uri-builder: Handle info urisCarlos Garcia Campos2015-06-161-10/+20
* yelp-view: Remove duplicated codeCarlos Garcia Campos2015-04-101-13/+0
* yelp-view: Remove the GtkAdjustment handling codeCarlos Garcia Campos2015-04-101-88/+0
* web-extension: Fix external resources of ghelp documentsCarlos Garcia Campos2015-04-101-16/+26
* yelp-uri-builder: Fix ghelp documentsCarlos Garcia Campos2015-04-101-18/+5
* libyelp: Fix help-list pageCarlos Garcia Campos2015-04-102-4/+6
* yelp-uri-builder: build_network_uri should receive a const char *Carlos Garcia Campos2015-04-102-2/+2
* yelp-view: Fix runtime warning on closeCarlos Garcia Campos2015-04-101-1/+1
* yelp-view: Do not block/unlock policy decision callbackCarlos Garcia Campos2015-04-101-20/+14
* Force libyelpcommon to be installed before libyelpDavid King2015-02-161-0/+5
* Do not free a GError with g_object_unref()David King2015-02-161-1/+1
* Convert font size from points to pixelsDavid King2015-02-161-11/+66
* Fix API documentation buildDavid King2015-02-161-1/+1
* Install libyelpcommon to pkglibdirDavid King2015-02-161-2/+5
* yelp-window: Remove ScrolledWindow to hold WebView.Marcos Chavarría Teijeiro2015-02-161-8/+1
* yelp-view: Implement web extension to load resourcesMarcos Chavarría Teijeiro2015-02-169-44/+204
* yelp-test: Port Yelp tests to WebKit2Marcos Chavarría Teijeiro2015-02-161-7/+5
* yelp-view: Implement pages load in WebKit2Marcos Chavarría Teijeiro2015-02-166-386/+587
* yelp-view: Implement web extension to deal with DOM treeMarcos Chavarría Teijeiro2015-02-165-88/+214
* yelp-view: Replace "populate-popup" signal by "context-menu" signalMarcos Chavarría Teijeiro2015-02-161-113/+164
* yelp-view: Use WKFindController instead of deprecated search functions in WKW...Marcos Chavarría Teijeiro2015-02-161-24/+20
* yelp-view: Implement view_print_action using WebKit2 APIMarcos Chavarría Teijeiro2015-02-161-16/+9
* yelp-view: Rename WKWebSettings to WKSettings and adapt propertiesMarcos Chavarría Teijeiro2015-02-161-11/+8
* yelp-view: Replace "script-alert" signal by "script-dialog" signalMarcos Chavarría Teijeiro2015-02-161-11/+15
* yelp-view: Replace "navigation-policy-decision-requested" signal by "decide-p...Marcos Chavarría Teijeiro2015-02-161-16/+17
* yelp: Change headers files to use WebKit2Marcos Chavarría Teijeiro2015-02-163-4/+4
* autotools: Adapt autotools for using WebKit2Marcos Chavarría Teijeiro2015-02-161-1/+1
* yelp-uri: Use 'index' as default page for help: uris when resolving a xrefCarlos Garcia Campos2015-02-161-1/+4
* yelp-document: Return HTML mime type insted of NULL for search pagesCarlos Garcia Campos2015-02-161-1/+4
* yelp-document: Use xref: uris for search resultsCarlos Garcia Campos2015-02-161-1/+8
* yelp-document: Add yelp_document_lookup_document_uri()Carlos Garcia Campos2015-02-162-102/+112
* yelp-document: Make document-uri property a YelpUriCarlos Garcia Campos2015-02-167-107/+59
* Fix crash when viewing man pagesDavid King2015-02-162-11/+18
* yelp-debug: check if __STDC_VERSION__ is definedMarek Chalupa2015-02-161-3/+4
* build: Add is-release support to AX_CHECK_ENABLE_DEBUGPhilip Withnall2015-02-112-7/+19
* m4: Update AX_COMPILER_FLAGS macros from upstream autoconf-archivePhilip Withnall2015-02-114-6/+32
* Fix format string warningDavid King2015-02-091-40/+41
* Rewrite marshaller make rulesDavid King2015-02-091-14/+3
* Avoid a compiler warning when checking a conditionDavid King2015-02-091-1/+1
* Remove unused function declarationsDavid King2015-02-092-4/+0
* Avoid pointer arithmetic warningDavid King2015-02-091-1/+1
* Fix missing prototype warningDavid King2015-02-092-0/+2
* Avoid warning due to unnecessary comparisonDavid King2015-02-091-1/+1
* Fix format signedness warningsDavid King2015-02-092-7/+7