summaryrefslogtreecommitdiff
path: root/libyelp
Commit message (Expand)AuthorAgeFilesLines
* 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
* yelp-view: Rename WKWebSettings to WKSettings and adapt propertiesMarcos Chavarría Teijeiro2015-06-221-11/+8
* yelp-view: Replace "script-alert" signal by "script-dialog" signalMarcos Chavarría Teijeiro2015-06-221-11/+15
* yelp-view: Replace "navigation-policy-decision-requested" signal by "decide-p...Marcos Chavarría Teijeiro2015-06-221-16/+17
* yelp: Change headers files to use WebKit2Marcos Chavarría Teijeiro2015-06-222-2/+2
* yelp-uri: Use 'index' as default page for help: uris when resolving a xrefCarlos Garcia Campos2015-06-221-1/+4
* yelp-document: Return HTML mime type insted of NULL for search pagesCarlos Garcia Campos2015-06-221-1/+4
* yelp-document: Use xref: uris for search resultsCarlos Garcia Campos2015-06-221-1/+8
* yelp-document: Add yelp_document_lookup_document_uri()Carlos Garcia Campos2015-06-222-102/+112
* yelp-document: Make document-uri property a YelpUriCarlos Garcia Campos2015-06-227-107/+59
* yelp-settings: Set platform conditional tokens from os-releaseShaun McCance2015-05-061-0/+60
* Avoid activating ourselves recursivelyMatthias Clasen2015-03-021-1/+21
* Use GtkSettings 'gtk-xft-dpi' property to keep track of Xft DPI changesMario Sanchez Prada2015-02-251-2/+51
* Fix crash when viewing man pagesDavid King2015-02-162-11/+18
* yelp-debug: check if __STDC_VERSION__ is definedMarek Chalupa2015-02-161-3/+4
* 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