summaryrefslogtreecommitdiff
path: root/libyelp/yelp-view.h
Commit message (Collapse)AuthorAgeFilesLines
* yelp-view: Implement pages load in WebKit2Marcos Chavarría Teijeiro2015-06-221-2/+3
| | | | | | | Substitute webkit_web_view_load_string call for webkit_web_view_load_html for showing error pages. Implement custom uri schemes for loading the normal pages. We should deal with the uris that Yelp undestand and the uris that Webkit undestand so we have created functions to convert from one to the others. In addition, we should add a hack to be able to load absolute uris. When we have a help:gnome-help/... uri on our document and the current page has the same scheme (help) WebKit interprets this uri as relative and it builds a different uri. To fix this instead of use a help scheme we use a bogus-help schme so WebKit interprets the uri as absolute.
* yelp: Change headers files to use WebKit2Marcos Chavarría Teijeiro2015-06-221-1/+1
|
* Remove libyelp redundant declarationsDavid King2015-02-091-1/+0
|
* Hooked up actions for previous and next pageShaun McCance2014-02-231-9/+0
|
* Initial work on implementing aday's new yelp designsShaun McCance2014-02-221-0/+11
|
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* Moving PackageKit integration to YelpViewShaun McCance2011-01-061-0/+3
|
* [yelp-view] Add validity-checking function to link actionsShaun McCance2010-08-131-13/+16
|
* Adding "Read Later" feature, still needs proper link textShaun McCance2010-06-021-12/+17
| | | | | I'm waiting to be able to get the DOM node from a hit test result before I can get the link text in. I'm told it will be there soon.
* [yelp-view] Fixed notify:: signal emissions, adding param specsShaun McCance2010-05-071-0/+1
|
* [libyelp] Implement previous and next menu itemsShaun McCance2010-04-281-13/+13
| | | | | | These are done entirely by YelpView, which exposes them as actions in a GtkActionGroup. I'd like to move history navigation to YelpView as well, using the same trick.
* [yelp-document] Offer list of valid page IDs, used for search completionShaun McCance2010-03-251-0/+1
|
* [libyelp] Autogenerating enum types with glib-mkenumsShaun McCance2009-10-021-2/+0
|
* [libyelp] Removing priv from YelpLocationEntry and YelpViewShaun McCance2009-10-011-2/+0
|
* [yelp-error] Adding error domain and codes for Yelp errorsShaun McCance2009-09-271-0/+4
|
* [yelp-view] Adding load state and a basic error pageShaun McCance2009-09-261-0/+11
|
* [libyelp] Fixing various memory issuesShaun McCance2009-09-241-0/+2
|
* [libyelp] YelpView basic implementation, YelpSimpleDocument for (X)HTMLShaun McCance2009-09-231-9/+16
|
* Fixing some build issues with libyelpShaun McCance2009-09-061-7/+2
|
* Starting libyelpShaun McCance2009-09-061-0/+60