index
:
delta/gnome/yelp.git
158-cannot-open-any-html-file
41-settings-revamp
GNOME-2-22
GNOME_0_30_PATCHES
GNOME_STABLE
PANEL2_BRANCH
WM_CLASSES_AND_DND_DENTRY
carlosgc/guri
carlosgc/webkit2-port
eazel-demo-0
eazel-demo-1
eazel-nautilus-demo-2
gdbus
gnome-2-0
gnome-2-0-0
gnome-2-10
gnome-2-12
gnome-2-14
gnome-2-18
gnome-2-2
gnome-2-20
gnome-2-26
gnome-2-28
gnome-2-30
gnome-2-4
gnome-2-6
gnome-3-0
gnome-3-10
gnome-3-12
gnome-3-14
gnome-3-16
gnome-3-18
gnome-3-2
gnome-3-20
gnome-3-22
gnome-3-26
gnome-3-28
gnome-3-30
gnome-3-36
gnome-3-38
gnome-3-4
gnome-3-6
gnome-3-8
gnome-40
gnome-41
gnome-core-1-0
installer-pr3
issue158
jjardon/webkit2gtk-4.1
mallard
master
mcatanzaro/#122
mjs-patches-to-redhat-patches
nautilus-1
nautilus-1-0-1
nautilus-gnome-1
nautilus-new-uih-branch
nautilus-pr2
nautilus-pr3
nautilus-uih-merge
new-aday-design
post-1_0
post-1_0_1
post-1_0_10
post-1_0_11
post-1_0_2
post-1_0_3
post-1_0_4
post-1_0_5
post-1_0_6
post-1_0_7
post-1_0_8
post-1_0_9
rak-soundview
redhat-merge-branch
redhat-outstanding-patches
transformation-playground
uajain/search-bar-visible
webkit
wip/cdavis/hdywindow
wip/exalm/flatpak
wip/jimmac/app-icon-refresh
wip/jimmac/icon-ghosting
wip/jimmac/nightly-app-icon
wip/sadiq/small-width
wip/sadiq/small-width-libhandy
yelp-3-0
yelp-document
yelp-spoon
zeitgeist
gitlab.gnome.org: GNOME/yelp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libyelp
/
yelp-view.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle mouse back/forward buttons
Paul Hebble
2021-01-17
1
-0
/
+22
*
Remove deprecated method of doing private structs on gobjects
Shaun McCance
2020-03-09
1
-39
/
+36
*
view: Enable WebKit back-forward swipe gesture
Alexander Mikhaylenko
2019-06-21
1
-1
/
+5
*
view: Add a missing cast
Michael Catanzaro
2017-12-12
1
-1
/
+1
*
WebKit automatically updates font size on DPI change now
Gabriel Ivascu
2017-11-27
1
-70
/
+2
*
Don’t translate properties
Piotr Drąg
2017-06-20
1
-14
/
+14
*
document: add destroy notify to page callback
Christian Hergert
2017-02-07
1
-2
/
+2
*
view: initialize all struct members to NULL
Christian Hergert
2017-02-06
1
-1
/
+1
*
print: use proper API to set print settings
Christian Hergert
2017-02-06
1
-2
/
+1
*
yelp-view: Do not initialize global settings in class_init
Carlos Garcia Campos
2015-09-21
1
-10
/
+13
*
yelp-view: Update current page information when loaded from history cache
Carlos Garcia Campos
2015-08-17
1
-21
/
+41
*
libyelp: Fix some uninitialized variables
Yosef Or Boczko
2015-07-16
1
-2
/
+2
*
Fix scroll position when navigating back/fordward
Carlos Garcia Campos
2015-06-22
1
-73
/
+22
*
yelp-view: Remove duplicated code
Carlos Garcia Campos
2015-06-22
1
-13
/
+0
*
yelp-view: Remove the GtkAdjustment handling code
Carlos Garcia Campos
2015-06-22
1
-88
/
+0
*
yelp-view: Fix runtime warning on close
Carlos Garcia Campos
2015-06-22
1
-1
/
+1
*
yelp-view: Do not block/unlock policy decision callback
Carlos Garcia Campos
2015-06-22
1
-20
/
+14
*
Do not free a GError with g_object_unref()
David King
2015-06-22
1
-1
/
+1
*
Convert font size from points to pixels
David King
2015-06-22
1
-30
/
+73
*
yelp-view: Implement web extension to load resources
Marcos Chavarría Teijeiro
2015-06-22
1
-2
/
+44
*
yelp-view: Implement pages load in WebKit2
Marcos Chavarría Teijeiro
2015-06-22
1
-384
/
+420
*
yelp-view: Implement web extension to deal with DOM tree
Marcos Chavarría Teijeiro
2015-06-22
1
-88
/
+52
*
yelp-view: Replace "populate-popup" signal by "context-menu" signal
Marcos Chavarría Teijeiro
2015-06-22
1
-113
/
+164
*
yelp-view: Implement view_print_action using WebKit2 API
Marcos Chavarría Teijeiro
2015-06-22
1
-16
/
+9
*
yelp-view: Rename WKWebSettings to WKSettings and adapt properties
Marcos Chavarría Teijeiro
2015-06-22
1
-11
/
+8
*
yelp-view: Replace "script-alert" signal by "script-dialog" signal
Marcos Chavarría Teijeiro
2015-06-22
1
-11
/
+15
*
yelp-view: Replace "navigation-policy-decision-requested" signal by "decide-p...
Marcos Chavarría Teijeiro
2015-06-22
1
-16
/
+17
*
yelp: Change headers files to use WebKit2
Marcos Chavarría Teijeiro
2015-06-22
1
-1
/
+1
*
Avoid activating ourselves recursively
Matthias Clasen
2015-03-02
1
-1
/
+21
*
Use GtkSettings 'gtk-xft-dpi' property to keep track of Xft DPI changes
Mario Sanchez Prada
2015-02-25
1
-2
/
+51
*
Fix format string warning
David King
2015-02-09
1
-40
/
+41
*
Avoid a compiler warning when checking a condition
David King
2015-02-09
1
-1
/
+1
*
Fix variable shadowing warnings
David King
2015-02-09
1
-18
/
+17
*
Fix warnings about discarding const
David King
2015-02-09
1
-2
/
+2
*
Fix unhandled case in switch warnings
David King
2015-02-09
1
-9
/
+9
*
Fix unused variable warnings
David King
2015-02-09
1
-3
/
+1
*
Fix uninitialized variable warnings
David King
2015-02-09
1
-2
/
+2
*
Remove libyelp redundant declarations
David King
2015-02-09
1
-2
/
+0
*
Remove redundant extra semicolons
David King
2015-02-09
1
-1
/
+1
*
yelp-view: Give a default filename for printing
David King
2015-01-28
1
-1
/
+26
*
Use the '…' unicode character instead of three points '...'
Yosef Or Boczko
2014-06-18
1
-5
/
+5
*
Merge branch 'master' into new-aday-design
Shaun McCance
2014-06-16
1
-5
/
+9
|
\
|
*
yelp: check if running on X11 before running gdk_x11_* code
Armin K
2014-04-28
1
-1
/
+5
|
*
Don't use g_source_remove for signal handlers
Shaun McCance
2014-02-25
1
-4
/
+4
*
|
Hooked up printing
Shaun McCance
2014-02-23
1
-15
/
+16
*
|
Hooked up actions for previous and next page
Shaun McCance
2014-02-23
1
-153
/
+41
*
|
Initial work on implementing aday's new yelp designs
Shaun McCance
2014-02-22
1
-3
/
+79
|
/
*
Updated FSF's address
Daniel Mustieles
2014-01-31
1
-3
/
+1
*
yelp-view: Update call to deprecated gdk_app_launch_context_new
Shaun McCance
2013-08-18
1
-1
/
+1
*
Revert "Add an app menu"
Matthias Clasen
2013-04-05
1
-2
/
+2
[next]