Commit Graph

2843 Commits

Author SHA1 Message Date
Bu5hm4nn
1c83e03428 Fix bug when saving: call App::init_scaling() after saving the settings because it reads the settings 2024-02-20 13:24:55 -06:00
bu5hm4nn
b6563fabbd
Merge pull request #643 from bu5hm4nn/fix/egui-native-dpi-detection
Fix/egui native dpi detection
2024-02-20 12:58:00 -06:00
Mike Dilger
3a9dccd84c Limit the relay connection craziness 2024-02-20 18:46:26 +13:00
Bu5hm4nn
5856a2ba22 Make changing DPI setting more intuitive by offering to revert back to native scaling 2024-02-19 14:31:11 -06:00
Bu5hm4nn
389fb26dbc Move initialization of UI scaling to first run of App::update() as due to changes in egui 0.24 the native DPI is not known until the Viewport is created 2024-02-19 14:30:33 -06:00
Mike Dilger
3e011a3b59 Advertise to all your inbox, outbox and discovery relays, even if they are otherwise pathetic 2024-02-19 19:08:46 +13:00
Mike Dilger
32c300066f Do not send websocket CLOSE if our peer sent it first. 2024-02-19 18:13:51 +13:00
Mike Dilger
4fe4de4031 Downgrade some log messages 2024-02-19 17:53:11 +13:00
Mike Dilger
d93cb1b1fe Downgrade an info! to a debug! 2024-02-18 14:38:23 +13:00
Michael Dilger
c988904497
Merge pull request #642 from bu5hm4nn/fix/stop-video-when-out-of-view
Video: Stop playing when scrolling out of view
2024-02-18 14:37:49 +13:00
Mike Dilger
17bf570b27 cargo clippy 2024-02-17 19:45:18 +13:00
Mike Dilger
738ad2872b If a sub comes back 'auth-required' and we don't allow auth to that relay, fail the sub 2024-02-17 19:43:47 +13:00
Mike Dilger
6e0f265ed0 Don't perma-fail a subscription due to AUTH race condition 2024-02-17 19:34:01 +13:00
Bu5hm4nn
74786e9d85 Video: Stop playing when scrolling out of view 2024-02-16 13:37:06 -06:00
Mike Dilger
e680226dd3 Update nostr-types (ncryptsec NFKC password normalization) 2024-02-17 07:41:53 +13:00
Mike Dilger
14b6e3984a Print event id when it doesn't match filters 2024-02-16 15:59:27 +13:00
Bu5hm4nn
1ca8084f08 Workaround for bug in egui 0.26.x that breaks Response::interact(sense) for egui::Frame responses. 2024-02-15 20:58:45 -06:00
Mike Dilger
26c63396a1 Fix: command delete_spam_by_content to work better for DM spam (kind=14 works now) 2024-02-16 10:01:15 +13:00
Bu5hm4nn
79ab68aa4a Fix for the deprecation warnings. And a bug fix for when tagging someone twice the cursor jumps to the first tag, now it jumps to the last tag. 2024-02-15 13:39:53 -06:00
Bu5hm4nn
fda89dd542 Change selection color to accent_color for better visibility and fix 2 unused imports 2024-02-15 12:52:18 -06:00
Mike Dilger
d0aa9c9ef8 Merge remote-tracking branch 'bushmann/updated-egui-test' into unstable 2024-02-16 07:31:02 +13:00
Mike Dilger
f55ec5ddae Fix warnings 2024-02-14 10:05:15 +13:00
Michael Dilger
0665bf2744
Merge pull request #640 from badonyx/patch-2
Update readme: scoop install from extras bucket
2024-02-14 07:42:34 +13:00
Bu5hm4nn
d37c48ad0d Update egui-video 2024-02-12 14:17:58 -06:00
Bu5hm4nn
ead6159e5c Scrolling: Use raw_scroll_delta because smooth_scroll_delta never reaches zero 2024-02-12 12:59:00 -06:00
Bu5hm4nn
f48728b141 Merge remote-tracking branch 'dilger/unstable' into updated-egui-test
# Conflicts:
#	gossip-bin/Cargo.toml
2024-02-12 12:30:45 -06:00
Bu5hm4nn
3351fabc06 Clipboard: Don't create a second Clipboard instance, instead use the ViewportCommand::RequestPaste command 2024-02-12 12:15:17 -06:00
Bu5hm4nn
f39877204e Fix: using wrong text position, introduced when porting to new egui 2024-02-11 23:14:47 -06:00
badonyx
7582f79b82
Fixup 2024-02-11 21:09:59 -08:00
badonyx
1754120411
scoop install from extras bucket 2024-02-11 21:03:37 -08:00
Bu5hm4nn
8192456aac Adapt kinetic scrolling for egui 0.26.0 2024-02-11 17:56:41 -06:00
Bu5hm4nn
3d53d7e4c7 Remove zbus build patch 2024-02-11 11:38:27 -06:00
Bu5hm4nn
687dae2cf8 Disable deadlock_detection for normal use 2024-02-10 17:06:48 -06:00
Bu5hm4nn
81a4546330 Fix auto-id warning 2024-02-10 16:55:34 -06:00
Bu5hm4nn
49725c9f84 Adapt to new macOS options 2024-02-10 16:55:19 -06:00
Bu5hm4nn
860805f85a Fix deadlock 2024-02-10 16:18:29 -06:00
Bu5hm4nn
114ed45cf0 Update to egui 0.26.0 master in progress...
BUG: currently deadlocks
TODO: Scroll delta needs to be ported (but first check out if it's still needed with egui's new smooth scrolling options)
2024-02-09 21:03:15 -06:00
Mike Dilger
d9f041a153 If a minion finishes its jobs, trust that and don't restart its persistent jobs 2024-02-08 12:50:56 +13:00
Mike Dilger
bd2e792ee1 Minions: better handling of errors, auth state, and subscription retrys 2024-02-08 10:21:14 +13:00
Mike Dilger
0f737a9d60 update gossip-relay-picker 2024-02-08 10:21:14 +13:00
Mike Dilger
96dca770e4 Update nip-46 to new bunker:// URL 2024-02-07 14:10:11 +13:00
Mike Dilger
facc9b129c SECURITY FIX: Upgrade tungstenite, http, fixes RUSTSEC-2023-0065
See https://rustsec.org/advisories/RUSTSEC-2023-0065
2024-02-07 11:58:22 +13:00
Mike Dilger
7be3c0b402 Better handling of minion exits, reasons relay shuts down, exclusions on those 2024-02-07 09:36:57 +13:00
Mike Dilger
d841102711 nip46 server: option to approve just once 2024-02-07 08:27:03 +13:00
Mike Dilger
559113c80a Migrate nip46 servers 2024-02-06 12:19:23 +13:00
Mike Dilger
252513a558 Merge branch 'unstable' into nip46server 2024-02-06 12:08:39 +13:00
Mike Dilger
ebed7a491d Extend relay restart exclusion times, minimum of 30 seconds even w/o error 2024-02-05 20:50:28 +13:00
Mike Dilger
b0fc677423 More on NIP-46 approvals (NEED MIGRATION NEXT, THEN NEED APPROVAL OPTIONS) 2024-02-05 20:45:57 +13:00
Mike Dilger
202cc106f7 NIP-46 server: start of approval work 2024-02-05 13:48:17 +13:00
Mike Dilger
704ed3802c Merge branch 'unstable' into auth 2024-02-05 13:38:57 +13:00