darkfi
|
b547cd6fad
app: hide the Windows cmd.exe when launching the app (only enable for release builds).
|
1 year ago |
parazyd
|
b5d7c52191
chore: Update crate dependencies
|
1 year ago |
darkfi
|
695c0a497a
app: move release/README.win32.md to release/win/README.md
|
1 year ago |
darkfi
|
7477ab510f
app/macos: add missing Info.plist
|
1 year ago |
darkfi
|
f3e2fce9c1
app: enable-filelog feature flag
|
1 year ago |
darkfi
|
73c21830cb
app: add emoji.txt sample showing customizing the default emoji set
|
1 year ago |
darkfi
|
d2e3b70946
app: in custom emojis, allow comments to occur anywhere
|
1 year ago |
darkfi
|
80115965d0
app: further build and path tweaks
|
1 year ago |
darkfi
|
428fd4f7ff
app: optional runtime tor by touching a file called use_tor.txt
|
1 year ago |
darkfi
|
2b49de9bcf
rename bin/darkwallet/ to bin/app/
|
1 year ago |
darkfi
|
2a922df3ce
wallet: customize emoji and font
|
1 year ago |
skoupidi
|
561e74074b
darkirc/irc: told you that I can fix her
|
1 year ago |
darkfi
|
743d252d57
s/PanicInfo/PanicHookInfo/
|
1 year ago |
darkfi
|
0ee4e998eb
darkirc: set a panic hook so when panic is invoked in a multi-threaded app it just straight up aborts the node immediately.
|
1 year ago |
dasman
|
6d15bac780
deg: increase buffer limit
|
1 year ago |
darkfi
|
8b7bb60f53
wallet: build system: add macos logo, control build using features and a cargo update
|
1 year ago |
darkfi
|
131e724df6
wallet: windows MSI darkfi.ico file + instructions
|
1 year ago |
darkfi
|
e844663639
wallet: bash script to make Linux AppImage
|
1 year ago |
darkfi
|
495713e4b6
wallet: cleanup dir a little bit
|
1 year ago |
darkfi
|
61a54a1058
wallet: android gesture to change the window scale
|
1 year ago |
darkfi
|
d6522d91f0
wallet: show purple status while DAG is syncing
|
1 year ago |
darkfi
|
16a2f1f1cb
wallet: ctrl+-/= will zoom in/out the window scale, and also persist this between restarts.
|
1 year ago |
darkfi
|
2ce6f46cba
wallet: add window favicon
|
1 year ago |
darkfi
|
83d334642e
wallet: add network status indicator
|
1 year ago |
darkfi
|
d1db976c21
wallet: add a network status indicator
|
1 year ago |
darkfi
|
a2e8795e8e
wallet: bugfix for mac, when starting the app it shows graphical snow, so clear the screen when drawing.
|
1 year ago |
darkfi
|
be45adba13
wallet: cargo update + add windows instructions + put file logger to trace level
|
1 year ago |
darkfi
|
4d7bd6474f
wallet: re-enable disabled plugins switch
|
1 year ago |
darkfi
|
f38bc410fa
wallet: draw calls now all share the same AtomicGuard
|
1 year ago |
darkfi
|
617f786bf3
wallet: introduce PropertyAtomicGuard which allows us to control *when* property updates are propagated throughout the scenegraph. See src/prop/guard.rs for a detailed desc.
|
1 year ago |