darkfi
|
752a085513
wallet: make Point copy and allow Point arithmetic.
|
il y a 1 an |
darkfi
|
c76d792208
wallet: remove ability to lock input streams since new input handlers allow you to do this more effectively
|
il y a 1 an |
darkfi
|
735c7709dd
wallet: replace eval_rect()/read_rect() with PropertyRect wrapper
|
il y a 1 an |
darkfi
|
408208d9f3
wallet: rename RenderLayer to Layer
|
il y a 1 an |
darkfi
|
00f936b316
wallet: move draw() methods into UIObject trait
|
il y a 1 an |
darkfi
|
f6ba337563
wallet: migrate internal APIs to use Point struct everywhere
|
il y a 1 an |
darkfi
|
4a0d6ce8f4
wallet: finish migration for handle_(mouse_btn_down|mouse_btn_up|mouse_move|mouse_wheel|touch)
|
il y a 1 an |
darkfi
|
fac6250fb7
wallet: migrate to handle_key_up/down()
|
il y a 1 an |
darkfi
|
c9a9726c93
wallet: migrate to using handle_char() through the tree
|
il y a 1 an |
darkfi
|
eb6fb5ddc1
doc: add reference to network troubleshooting on tor-darkirc page
|
il y a 1 an |
darkfi
|
a2a88d0a74
wallet/expr: allow adding consts to the compiler so we can avoid using format!() macros for consts
|
il y a 1 an |
darkfi
|
345f623ed7
wallet: replace all ASTs with compiled exprs
|
il y a 1 an |
dasman
|
c218d41ce4
deg: update requirements.txt
|
il y a 1 an |
dasman
|
456046f9ce
deg: account for millis timestamp when building event's datetime
|
il y a 1 an |
darkfi
|
3850b2ebf6
wallet: add compiler for exprs
|
il y a 1 an |
dasman
|
75b18d684e
event_graph: use millis for events timestamp, bump the versions of darkirc and taud and are changed slightly to accordigly interact with both old and new versions
|
il y a 1 an |
darkfi
|
0ada742edb
wallet: fix 2 small chatview bugs, first is a typo from last commit, second is actually check is_select_mode when its modified after long hold
|
il y a 1 an |
darkfi
|
6d576e4c03
wallet/schema: add toolbar showing channel name
|
il y a 1 an |
darkfi
|
e8f9333580
wallet: upgrade ui::Mesh to ui::VectorArt which provides scalable vector shapes
|
il y a 1 an |
darkfi
|
288d7ecdea
wallet: rename ui::Mesh to VectorArt
|
il y a 1 an |
darkfi
|
3dbde3dd9a
wallet: chatview select lines using touch (long hold) or mouse
|
il y a 1 an |
darkfi
|
cfb95a0f1a
wallet: editbox apply EOL nudge to selected text
|
il y a 1 an |
dasman
|
dc406924e1
event_graph: disallow returning duplicate events when getting the successors
|
il y a 1 an |
darkfi
|
3551ab0143
doc: update network-troubleshooting to include error reporting and dnet troubleshooting
|
il y a 1 an |
darkfi
|
46e8d83d85
doc: update using dnet page
|
il y a 1 an |
darkfi
|
f0f3a9907e
wallet: chatview ignore touch events scrolling when outside
|
il y a 1 an |
darkfi
|
453cf3f11c
wallet: small aesthetic improvements to editbox
|
il y a 1 an |
darkfi
|
9d4bd99e55
wallet: chatview fix occassional random scroll stops. it would happen when the previous sample was too close to the last sample due to using a ringbuffer with a fixed number of samples. Now we instead use VecDeque and drop old samples based off time instead of buffer size.
|
il y a 1 an |
darkfi
|
8c7bbd2513
wallet: rename chatview::mouse_* props to chatview::* and remove mouse_scroll_decel since it isn't used anymore.
|
il y a 1 an |
darkfi
|
ab8bd469cc
wallet: add DEBUG_GFXAPI bool toggle
|
il y a 1 an |