e07e04f28f
WIP tabbed browsing
...
- need to update title and url on tab change
- need to stop background tabs from changing the url and title
- better ui for choosing which tab
2022-04-27 10:14:06 +01:00
d44ed56d44
put history control on the bus
2022-04-27 10:14:06 +01:00
ceeaf80de4
extract function new-webview
...
this is in preparation for tabbed browsing
2022-04-27 10:14:06 +01:00
b20162d341
move stop/start to left of url bar
2022-04-27 10:14:06 +01:00
6c95ae86a2
hmm, seems to be a bug in the pubsub
2022-04-27 10:14:06 +01:00
68af0b779f
save cookies between sessions
2022-04-27 10:14:06 +01:00
92265c3d4b
remove use of do
2022-04-27 10:14:06 +01:00
9306d55c5d
replace stop-refresh with two separate buttons
...
and show/hide them depending on context.
This means we can get rid of the `r` we were using for
forward references to `webview`
2022-04-27 10:14:06 +01:00
35e2d56af7
use match
in handle-webview-properties
2022-04-27 10:14:06 +01:00
1cd2247e02
extract function for webview properties handler
2022-04-27 10:14:06 +01:00
184aefa4dc
convert mutually referential callbacks to use event bus
2022-04-27 10:14:06 +01:00
93f2acf3ab
add a progress indicator
2022-04-27 10:14:06 +01:00
fb6423dab4
add a stop/refresh button
2022-04-27 10:14:05 +01:00
dd109f4a4b
add r
to accomodate widget reference loops
...
any widget declared before webview can refer to it as
r.webview
2022-04-27 10:14:05 +01:00
a5ea2027d5
extract named-image function
2022-04-27 10:14:05 +01:00
876e70e642
more things to do
2022-04-27 10:14:05 +01:00
cb477a9146
first pass at adblocking using easylist
...
https://gabmus.org/posts/block_ads_in_webkitgtk/ was a
great help.
This is not final code and I don't yet understand how to turn
easylist txt files into json, but it appears to work insofar as
it make the Guardian web site lurch a bit less
2022-04-27 10:14:05 +01:00
9ef0818465
fetch urls typed into urlbar
2022-04-27 10:14:05 +01:00
71289309b8
README is mostly a todo list
2022-04-27 10:14:05 +01:00
c27d1be1be
icon for back button
2022-04-27 10:14:05 +01:00
ade0eb8f8b
hook up back button
2022-04-27 10:14:05 +01:00
bcf499a7d1
set window title according to document
2022-04-27 10:14:05 +01:00
4c94b2164b
update url bar when links clicked
2022-04-27 10:14:05 +01:00
a137495482
initial commit
2022-04-27 10:14:05 +01:00
804be0660c
always more to do
2022-04-27 10:11:36 +01:00
f30729b727
add crier, bodge relative pathnames
2022-04-27 10:07:33 +01:00
bb23c31b0b
handle CloseNotification request with invalid id
2022-04-27 09:50:41 +01:00
a9d00b2eb5
get bus method out args from interface.xml
...
instead of hardcoding
2022-04-27 09:50:41 +01:00
d83fd293b2
add buttons for non-default actions
2022-04-27 09:50:41 +01:00
56a54b4d31
send ActionInvoked(default) when widget clicked
2022-04-27 09:50:41 +01:00
94d5c91c70
handle replace-id for updating notifications in-place
2022-04-27 09:50:41 +01:00
731e59f8fe
create derivation for notify-send.py
...
It's a more fully-featured client than libnotify's notify-send: we
don't need to install it but it's handly for testing the server
2022-04-27 09:50:41 +01:00
7824d42be7
allow setting timeouts
2022-04-27 09:50:41 +01:00
26b3c7d781
README (mostly TODO list)
2022-04-27 09:50:41 +01:00
7f9b1f1f34
delete some debugging prints
2022-04-27 09:50:40 +01:00
ee3ee99680
delete notifications by clicking them
...
maybe we want to change this for swipe right? in android a click takes
you to the app that notified
2022-04-27 09:50:40 +01:00
2166db979c
whitespapve
2022-04-27 09:50:40 +01:00
c981f9164d
add border
2022-04-27 09:50:40 +01:00
dba56902c5
add body and icon
2022-04-27 09:50:40 +01:00
36cf8f3d0a
make notification full-width
2022-04-27 09:50:40 +01:00
2d5e530939
render notification summaries in a layer-shell
2022-04-27 09:50:40 +01:00
42d5d8f4e6
initial commit creates service and listens for Notify
2022-04-27 09:50:40 +01:00
7dc57ae8fd
todo
2022-04-27 09:47:17 +01:00
e9b00fbd28
require wlroots 0.15
2022-04-26 23:02:31 +01:00
92d36e84c4
add dependencies for saturn
2022-04-26 23:01:30 +01:00
423e303d95
Merge branch 'main' of github.com:telent/slab
2022-04-26 22:56:48 +01:00
0eb694f511
label size tracks image size
2022-04-26 22:56:48 +01:00
098dd8237e
saturn: label width tracks image size
...
looks like we can get *four* columns
2022-04-26 22:56:47 +01:00
772da57476
remove padding to get three cols in 320px width
...
even when one of the apps is Numberstation
2022-04-26 22:56:47 +01:00
c331732ca6
saturn: word-wrap app names to get more icons in a row
2022-04-26 22:56:47 +01:00