| .. |
|
chatview
|
60e2fdc84f
app: add back button alt+left on win/linux, compose+left mac and back android
|
2 weeks ago |
|
edit
|
2ae24ea767
app: add chatview2 which supports rich content, no more O(n) scans (worst case O(log n) usually better), and a single chat screen which can be switched between different channel trees. still requires more review.
|
2 weeks ago |
|
emoji_picker
|
731154c340
app: migrate from raw touch events to a gesture recognizer which makes touch handling more consistent, robust, easier to use and clearer code.
|
3 weeks ago |
|
gesture
|
731154c340
app: migrate from raw touch events to a gesture recognizer which makes touch handling more consistent, robust, easier to use and clearer code.
|
3 weeks ago |
|
menu
|
731154c340
app: migrate from raw touch events to a gesture recognizer which makes touch handling more consistent, robust, easier to use and clearer code.
|
3 weeks ago |
|
tokentable
|
731154c340
app: migrate from raw touch events to a gesture recognizer which makes touch handling more consistent, robust, easier to use and clearer code.
|
3 weeks ago |
|
vector_art
|
a5b8f34f6e
app: make shape data a native property value, make shape a vector_art property and allow passing it from netdbg
|
3 weeks ago |
|
vid
|
d4fffe7951
app/vid: use a separate thread on android for uploading during decoding phase so video can stream load (before it would pop cos it must load fully before display)
|
4 weeks ago |
|
win
|
731154c340
app: migrate from raw touch events to a gesture recognizer which makes touch handling more consistent, robust, easier to use and clearer code.
|
3 weeks ago |
|
button.rs
|
731154c340
app: migrate from raw touch events to a gesture recognizer which makes touch handling more consistent, robust, easier to use and clearer code.
|
3 weeks ago |
|
image.rs
|
fae130c05f
app/gfx: replace pattern `draw_cache: SyncMutex<Option<T>>` with an explicit EpochCache type that also invalidates the cache on epoch changes (as we should). More resilient, convenient and cleaner pattern with less potential for things to go wrong.
|
1 month ago |
|
layer.rs
|
01daf26920
app/layer: add debug property. setting it to true draws the layer outline
|
3 weeks ago |
|
mod.rs
|
2ae24ea767
app: add chatview2 which supports rich content, no more O(n) scans (worst case O(log n) usually better), and a single chat screen which can be switched between different channel trees. still requires more review.
|
2 weeks ago |
|
scroll_layer.rs
|
731154c340
app: migrate from raw touch events to a gesture recognizer which makes touch handling more consistent, robust, easier to use and clearer code.
|
3 weeks ago |
|
shortcut.rs
|
9785777642
chore: Update copyright license year
|
8 months ago |
|
text.rs
|
7dd1791c9c
app: add missing string_atlas.rs file, and actually pass enum values for make_layout2 instead of using strings
|
3 weeks ago |
|
text_scramble.rs
|
7dd1791c9c
app: add missing string_atlas.rs file, and actually pass enum values for make_layout2 instead of using strings
|
3 weeks ago |