summaryrefslogtreecommitdiff
path: root/libyelp/yelp-simple-document.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated method of doing private structs on gobjectsShaun McCance2020-03-091-7/+4
|
* Fix build with GCC 8Michael Catanzaro2018-05-181-1/+1
| | | | | | Yelp enables -Werror by default, so it's responsible for predicting and fixing future compiler warnings that only an oracle could know about. In this case, that turned out to be -Werror=cast-function-type.
* document: add destroy notify to page callbackChristian Hergert2017-02-071-2/+4
| | | | | | | | | This ensures that we only free the async data struct when the document is guaranteed to be done calling our callback. Without this, we risk potentially accessing the async request data after we have freed it when a mallard document reloads. https://bugzilla.gnome.org/show_bug.cgi?id=778258
* yelp-document: Make document-uri property a YelpUriCarlos Garcia Campos2015-06-221-5/+1
| | | | | | | | All implementations of YelpDocument except YelpSimpleDocument keep a reference to the YelpUri, so move it to the parent class and add a getter to use the YelpUri from derived classes. This is also useful to get the YelpUri directly from the document, instead of getting the document uri string, create a YelpUri and resolve it.
* Fix unused variable warningsDavid King2015-02-091-2/+0
|
* Remove libyelp redundant declarationsDavid King2015-02-091-2/+0
|
* Remove redundant extra semicolonsDavid King2015-02-091-1/+1
|
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* libyelp: Fixed resolving of HTML and TXT documentsShaun McCance2011-09-181-3/+21
|
* libyelp: All the hooks in place for search stuffShaun McCance2011-02-081-1/+6
|
* [libyelp] Better handling of plain text documentsShaun McCance2010-05-131-2/+20
|
* [yelp-simple-document] Idle funcs should return a boolean.Shaun McCance2010-05-101-11/+13
|
* Fixed some compiler warningsShaun McCance2010-05-061-1/+1
|
* [libyelp] Changing YelpUri API, document/canonical URIShaun McCance2009-10-101-7/+5
|
* [libyelp] Fixing various memory issuesShaun McCance2009-09-241-2/+3
|
* [libyelp] YelpView basic implementation, YelpSimpleDocument for (X)HTMLShaun McCance2009-09-231-0/+419