summaryrefslogtreecommitdiff
path: root/libyelp/yelp-view.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up issues with reload, including reloading on theme changeShaun McCance2022-01-111-0/+15
* Stop using all those colors in error pagesShaun McCance2021-07-301-49/+19
* Make search results go thru XSLT tooShaun McCance2021-07-291-11/+13
* Use GUri instead of SoupURICarlos Garcia Campos2021-07-041-7/+21
* Handle mouse back/forward buttonsPaul Hebble2021-01-171-0/+22
* Remove deprecated method of doing private structs on gobjectsShaun McCance2020-03-091-39/+36
* view: Enable WebKit back-forward swipe gestureAlexander Mikhaylenko2019-06-211-1/+5
* view: Add a missing castMichael Catanzaro2017-12-121-1/+1
* WebKit automatically updates font size on DPI change nowGabriel Ivascu2017-11-271-70/+2
* Don’t translate propertiesPiotr Drąg2017-06-201-14/+14
* document: add destroy notify to page callbackChristian Hergert2017-02-071-2/+2
* 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
* yelp-view: Do not initialize global settings in class_initCarlos Garcia Campos2015-09-211-10/+13
* 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-161-2/+2
* Fix scroll position when navigating back/fordwardCarlos Garcia Campos2015-06-221-73/+22
* yelp-view: Remove duplicated codeCarlos Garcia Campos2015-06-221-13/+0
* yelp-view: Remove the GtkAdjustment handling codeCarlos Garcia Campos2015-06-221-88/+0
* 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
* 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
* yelp-view: Implement web extension to load resourcesMarcos Chavarría Teijeiro2015-06-221-2/+44
* yelp-view: Implement pages load in WebKit2Marcos Chavarría Teijeiro2015-06-221-384/+420
* yelp-view: Implement web extension to deal with DOM treeMarcos Chavarría Teijeiro2015-06-221-88/+52
* 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-221-1/+1
* 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 format string warningDavid King2015-02-091-40/+41
* Avoid a compiler warning when checking a conditionDavid King2015-02-091-1/+1
* Fix variable shadowing warningsDavid King2015-02-091-18/+17
* Fix warnings about discarding constDavid King2015-02-091-2/+2
* Fix unhandled case in switch warningsDavid King2015-02-091-9/+9
* Fix unused variable warningsDavid King2015-02-091-3/+1
* Fix uninitialized variable warningsDavid King2015-02-091-2/+2
* Remove libyelp redundant declarationsDavid King2015-02-091-2/+0
* Remove redundant extra semicolonsDavid King2015-02-091-1/+1
* yelp-view: Give a default filename for printingDavid King2015-01-281-1/+26
* Use the '…' unicode character instead of three points '...'Yosef Or Boczko2014-06-181-5/+5
* Merge branch 'master' into new-aday-designShaun McCance2014-06-161-5/+9
|\
| * yelp: check if running on X11 before running gdk_x11_* codeArmin K2014-04-281-1/+5
| * Don't use g_source_remove for signal handlersShaun McCance2014-02-251-4/+4
* | Hooked up printingShaun McCance2014-02-231-15/+16
* | Hooked up actions for previous and next pageShaun McCance2014-02-231-153/+41