netsurf: branch master updated. release/3.9-413-g4ba326d
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf.git/shortlog/4ba326d71d09eecd00578...
...commit http://git.netsurf-browser.org/netsurf.git/commit/4ba326d71d09eecd005782f...
...tree http://git.netsurf-browser.org/netsurf.git/tree/4ba326d71d09eecd005782f26...
The branch, master has been updated
via 4ba326d71d09eecd005782f264b1832d10f095b2 (commit)
from 525118cff0dde0589f2c517a3b5f139e93c27715 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=4ba326d71d09eecd005...
commit 4ba326d71d09eecd005782f264b1832d10f095b2
Author: Daniel Silverstone <dsilvers(a)digital-scurf.org>
Commit: Daniel Silverstone <dsilvers(a)digital-scurf.org>
GTK3: Also enable focus for other core windows.
This should enable keyboard support for the other core windows
such as cookies, global history and the hotlist.
Signed-off-by: Daniel Silverstone <dsilvers(a)digital-scurf.org>
diff --git a/frontends/gtk/res/cookies.gtk3.ui b/frontends/gtk/res/cookies.gtk3.ui
index 44dcb80..85f9aae 100644
--- a/frontends/gtk/res/cookies.gtk3.ui
+++ b/frontends/gtk/res/cookies.gtk3.ui
@@ -187,7 +187,7 @@
<object class="GtkDrawingArea" id="cookiesDrawingArea">
<property name="visible">True</property>
<property name="app_paintable">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
<property name="events">GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
</object>
</child>
diff --git a/frontends/gtk/res/globalhistory.gtk3.ui b/frontends/gtk/res/globalhistory.gtk3.ui
index 7fa598f..c049696 100644
--- a/frontends/gtk/res/globalhistory.gtk3.ui
+++ b/frontends/gtk/res/globalhistory.gtk3.ui
@@ -219,7 +219,7 @@
<child>
<object class="GtkDrawingArea" id="globalHistoryDrawingArea">
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
<property name="events">GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
</object>
</child>
diff --git a/frontends/gtk/res/hotlist.gtk3.ui b/frontends/gtk/res/hotlist.gtk3.ui
index b0e075c..ccd1936 100644
--- a/frontends/gtk/res/hotlist.gtk3.ui
+++ b/frontends/gtk/res/hotlist.gtk3.ui
@@ -236,7 +236,7 @@
<child>
<object class="GtkDrawingArea" id="hotlistDrawingArea">
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
<property name="events">GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
</object>
</child>
-----------------------------------------------------------------------
Summary of changes:
frontends/gtk/res/cookies.gtk3.ui | 2 +-
frontends/gtk/res/globalhistory.gtk3.ui | 2 +-
frontends/gtk/res/hotlist.gtk3.ui | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/frontends/gtk/res/cookies.gtk3.ui b/frontends/gtk/res/cookies.gtk3.ui
index 44dcb80..85f9aae 100644
--- a/frontends/gtk/res/cookies.gtk3.ui
+++ b/frontends/gtk/res/cookies.gtk3.ui
@@ -187,7 +187,7 @@
<object class="GtkDrawingArea" id="cookiesDrawingArea">
<property name="visible">True</property>
<property name="app_paintable">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
<property name="events">GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
</object>
</child>
diff --git a/frontends/gtk/res/globalhistory.gtk3.ui b/frontends/gtk/res/globalhistory.gtk3.ui
index 7fa598f..c049696 100644
--- a/frontends/gtk/res/globalhistory.gtk3.ui
+++ b/frontends/gtk/res/globalhistory.gtk3.ui
@@ -219,7 +219,7 @@
<child>
<object class="GtkDrawingArea" id="globalHistoryDrawingArea">
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
<property name="events">GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
</object>
</child>
diff --git a/frontends/gtk/res/hotlist.gtk3.ui b/frontends/gtk/res/hotlist.gtk3.ui
index b0e075c..ccd1936 100644
--- a/frontends/gtk/res/hotlist.gtk3.ui
+++ b/frontends/gtk/res/hotlist.gtk3.ui
@@ -236,7 +236,7 @@
<child>
<object class="GtkDrawingArea" id="hotlistDrawingArea">
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
<property name="events">GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
</object>
</child>
--
NetSurf Browser
2 years, 11 months
netsurf: branch master updated. release/3.9-412-g525118c
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf.git/shortlog/525118cff0dde0589f2c5...
...commit http://git.netsurf-browser.org/netsurf.git/commit/525118cff0dde0589f2c517...
...tree http://git.netsurf-browser.org/netsurf.git/tree/525118cff0dde0589f2c517a3...
The branch, master has been updated
via 525118cff0dde0589f2c517a3b5f139e93c27715 (commit)
from 8ad68d02321130a18542fb6d81f95af380d56857 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=525118cff0dde0589f2...
commit 525118cff0dde0589f2c517a3b5f139e93c27715
Author: Daniel Silverstone <dsilvers(a)digital-scurf.org>
Commit: Daniel Silverstone <dsilvers(a)digital-scurf.org>
GTK3: Permit Local History to be focussed
In order to let keypresses operate the local history window on
GTK3 we have to permit the drawing area to get focus so that
the keypresses actually make their way into the event loop in
the correct place.
Signed-off-by: Daniel Silverstone <dsilvers(a)digital-scurf.org>
diff --git a/frontends/gtk/res/localhistory.gtk3.ui b/frontends/gtk/res/localhistory.gtk3.ui
index 1a4b900..0e2bedb 100644
--- a/frontends/gtk/res/localhistory.gtk3.ui
+++ b/frontends/gtk/res/localhistory.gtk3.ui
@@ -26,7 +26,7 @@
<child>
<object class="GtkDrawingArea" id="HistoryDrawingArea">
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
<property name="events">GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
</object>
</child>
-----------------------------------------------------------------------
Summary of changes:
frontends/gtk/res/localhistory.gtk3.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontends/gtk/res/localhistory.gtk3.ui b/frontends/gtk/res/localhistory.gtk3.ui
index 1a4b900..0e2bedb 100644
--- a/frontends/gtk/res/localhistory.gtk3.ui
+++ b/frontends/gtk/res/localhistory.gtk3.ui
@@ -26,7 +26,7 @@
<child>
<object class="GtkDrawingArea" id="HistoryDrawingArea">
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
<property name="events">GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
</object>
</child>
--
NetSurf Browser
2 years, 11 months
netsurf: branch master updated. release/3.9-411-g8ad68d0
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf.git/shortlog/8ad68d02321130a18542f...
...commit http://git.netsurf-browser.org/netsurf.git/commit/8ad68d02321130a18542fb6...
...tree http://git.netsurf-browser.org/netsurf.git/tree/8ad68d02321130a18542fb6d8...
The branch, master has been updated
via 8ad68d02321130a18542fb6d81f95af380d56857 (commit)
from b824b43d37d9d7b3946eb26ed0145cfc650af33c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=8ad68d02321130a1854...
commit 8ad68d02321130a18542fb6d81f95af380d56857
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
remove sputious "the" in quick start instructions
diff --git a/docs/quick-start.md b/docs/quick-start.md
index 126b26a..6450b81 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -6,14 +6,14 @@ Last Updated: 21st January 2020
This document provides steps for building NetSurf.
These instructions use a shell script to perform several operations.
-This script has only been tested with the bash and zsh bourne style
-shell interpreters. The latest version of this script should be
-retrieved from the official NetSurf source repository.
+ This script has only been tested with the bash and zsh bourne style
+ shell interpreters. The latest version of this script should be
+ retrieved from the official NetSurf source repository.
This shell script is used by the NetSurf Developers but you should
-satisfy yourself that the script is not malicious. It should be noted
-that the building the browser will also be executing shell code and
-requires a similar level of trust.
+ satisfy yourself that the script is not malicious. It should be noted
+ that building the browser will also be executing shell code and
+ requires a similar level of trust.
Native build
-----------------------------------------------------------------------
Summary of changes:
docs/quick-start.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/quick-start.md b/docs/quick-start.md
index 126b26a..6450b81 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -6,14 +6,14 @@ Last Updated: 21st January 2020
This document provides steps for building NetSurf.
These instructions use a shell script to perform several operations.
-This script has only been tested with the bash and zsh bourne style
-shell interpreters. The latest version of this script should be
-retrieved from the official NetSurf source repository.
+ This script has only been tested with the bash and zsh bourne style
+ shell interpreters. The latest version of this script should be
+ retrieved from the official NetSurf source repository.
This shell script is used by the NetSurf Developers but you should
-satisfy yourself that the script is not malicious. It should be noted
-that the building the browser will also be executing shell code and
-requires a similar level of trust.
+ satisfy yourself that the script is not malicious. It should be noted
+ that building the browser will also be executing shell code and
+ requires a similar level of trust.
Native build
--
NetSurf Browser
2 years, 11 months