Mike Sawka
1bd2fe83cb
right click save image in webview ( #962 )
2024-10-04 16:34:05 -07:00
Mike Sawka
8460620196
try to get meta tag to detect color ( #908 )
2024-09-30 13:51:01 -07:00
Mike Sawka
65c446e4a1
wash meta.url through url search ( #795 )
2024-09-20 11:34:04 -07:00
Mike Sawka
047513bf3a
default url, default search, open in external browser ( #794 )
2024-09-20 11:24:37 -07:00
Evan Simkowitz
f3940f7456
remove unused atom
2024-09-10 15:00:28 -07:00
Evan Simkowitz
6793b41cea
remove unnecessary isUrlDirty atom
2024-09-10 14:59:34 -07:00
Evan Simkowitz
f13b608e79
remove unnecessary set
2024-09-10 14:49:20 -07:00
Evan Simkowitz
467e151aca
fix webview url not being able to be empty
2024-09-10 14:46:59 -07:00
Mike Sawka
5fe0cae244
wsh web ( #358 )
2024-09-10 12:50:55 -07:00
Red J Adaya
a9486852f9
default white bg for websites with no bg ( #355 )
2024-09-10 12:16:34 -07:00
Evan Simkowitz
65a10ffb36
webview devtools
2024-09-09 15:41:26 -07:00
Evan Simkowitz
9e3c9f9253
Make IconButton its own element, move CopyButton to use it ( #357 )
2024-09-09 12:35:53 -07:00
Mike Sawka
f62d96ae99
fix url navigation ( #353 )
2024-09-07 18:22:13 -07:00
Evan Simkowitz
383a71fc25
Fix infinite loop in layoutAtom, improve iconbutton disable code ( #306 )
...
Fixes an infinite loop in the layoutModel atom synchronization that
would cause the atom to update indefinitely when the root node is
deleted.
Also adds a dedicated `disabled` flag for the IconButton decl so we can
disable the onClick handler when the button is disabled.
Also updates the Magnify toggle button to use this new flag, so that
when there's only one leaf in a layout, the magnify button is disabed.
2024-09-03 11:24:45 -07:00
Mike Sawka
a104a6e446
new focus system part 1 ( #290 )
2024-08-29 16:06:15 -07:00
Evan Simkowitz
637eaa4206
Use webview's built-in history for navigation ( #232 )
2024-08-29 13:37:05 -07:00
sawka
43138f754c
fix double model creation
2024-08-22 16:25:53 -07:00
Mike Sawka
dedfc31344
implement Cmd-I and restructure block viewmodels ( #257 )
2024-08-21 15:49:23 -07:00
Red J Adaya
2684a74db2
webview url fix ( #219 )
...
Fixes issue where deleting the entire URL doesn't work in webview.
2024-08-14 14:39:18 -07:00
Red J Adaya
9a3b38d508
url bar google search and improved url detection ( #204 )
2024-08-08 11:58:22 -07:00
Evan Simkowitz
7b87b7d7b9
Add WebGL acceleration and link handling to terminal ( #205 )
...
This PR adds back WebGL acceleration (enabled by default) for XTerm. It
also adds back link handling and adds a new option (disabled by default)
to open all links internally as a new web block.
---------
Co-authored-by: sawka <mike.sawka@gmail.com>
2024-08-07 14:27:16 -07:00
sawka
9f98d03add
rearrange view files into directories
2024-08-01 13:06:18 -07:00