darkfi
|
c479932a26
app/emoji: improve algo for placing emojis inside emoji_picker and add a margin too
|
8 時間 前 |
darkfi
|
ed0548b505
app: build with --no-default-features on all targets
|
1 日 前 |
darkfi
|
2441bc26e9
app/chatview: add support for /me
|
2 日 前 |
darkfi
|
6afa2cce77
app: add rodio and play a lil sfx when clicking channels in the menu
|
2 日 前 |
darkfi
|
bc5aed1555
app: fix broken path in Makefile
|
4 日 前 |
darkfi
|
d3af4b1557
app: add zkas proof compilation to Makefile (cos of RLN proofs)
|
4 日 前 |
darkfi
|
23cf2d82e1
app/chatview: fix crash when selecting lines
|
1 週間 前 |
darkfi
|
17da9178bf
app/layer: migrate Layer to new trigger redraw paradigm.
|
1 週間 前 |
darkfi
|
a05f6e816f
app/menu: no scrolling menu while in edit mode
|
1 週間 前 |
darkfi
|
0203bba467
app/edit: on android dont use set_select() just push the entire state for now which is more robust.
|
2 週間 前 |
darkfi
|
89ef165018
app/edit: polish android editor behaviour
|
2 週間 前 |
darkfi
|
c0089d658c
app: add schema test-edit
|
2 週間 前 |
dasman
|
a5e0feb113
bin/app: impl darkirc2 plugin with new event_graph sync methods
|
4 週間 前 |
darkfi
|
14ef214e35
app: fix compilation with/without features set
|
1 ヶ月 前 |
darkfi
|
6caf28a078
app: cargo update & make enable-plugins default for dev builds
|
1 ヶ月 前 |
dasman
|
d7ae52d3b3
bin/darkirc: move shared code to darkirc lib and fix darkirc plugin methods
|
2 ヶ月 前 |
darkfi
|
595bab88af
app: add debug property to button nodes to see their outline
|
5 ヶ月 前 |
jkds
|
c78e468e75
app: add scroll_layer + schema test. currently does nothing just stubs
|
5 ヶ月 前 |
jkds
|
f8c9e963ce
app/menu: add color active/alert status for channels
|
7 ヶ月 前 |
jkds
|
4082bc4b4c
app/gfx: RenderApiSync force update if display changes
|
7 ヶ月 前 |
jkds
|
92cbce6df9
app: put enable-plugins feature as default
|
7 ヶ月 前 |
jkds
|
037172617d
app: windows automated build script
|
7 ヶ月 前 |
jkds
|
9d15053bee
app/chatview: migrate FileMessage to text2 API
|
7 ヶ月 前 |
jkds
|
a9e1f04a9f
app: do proper JVM thread mgmt. previously we call AttachThread() everywhere which is wrong, it should be called once per thread and then DetachThread() to cleanup. use thread local storage + Drop to make a thread guard for this.
|
7 ヶ月 前 |
jkds
|
3564bd1f84
app/chatview: migrate DateMessage to text2 API
|
7 ヶ月 前 |
jkds
|
6835e16ff2
app: do a big cleanup of java GameTextInput code and make everything have a sane API.
|
7 ヶ月 前 |
jkds
|
0a5bc2772c
app/android: integrate GameTextInput into build and provide an interface
|
7 ヶ月 前 |
jkds
|
49bcfb575f
app: tweak android build paths and Dockerfile
|
7 ヶ月 前 |
jkds
|
51dc7c4a9b
app: introduce window start/stop signals, and use those to adjust the outbound connection count in darkirc plugin from 6 -> 1 (or vice versa) when app is opened/closed
|
7 ヶ月 前 |
jkds
|
ab303d8b0d
app: update Makefile asset paths to use dark.fi/assets/ now
|
7 ヶ月 前 |