Historie revizí

Autor SHA1 Zpráva Datum
  darkfi fb3d9ed0ed app: cleanup Makefile targets and add MacOS build instructions to README před 3 týdny
  darkfi c95d1e24e1 app: add `make win64-msvc` target, see README.md, test with `wine darkfi-app.exe` před 3 týdny
  darkfi 7557d26e41 app: make overlay display for darkirc p2p traffic and switching it off and on před 3 týdny
  darkfi 116b3bba4c app: migrate all kvdbs (except chatview) to a unified turso sql db. is easier to work with před 3 týdny
  darkfi d1a732b7bf app: reorganize netstatus icon inside chat node to clean up schema and add extra proj assets před 3 týdny
  darkfi c479932a26 app/emoji: improve algo for placing emojis inside emoji_picker and add a margin too před 3 týdny
  darkfi ed0548b505 app: build with --no-default-features on all targets před 4 týdny
  darkfi 2441bc26e9 app/chatview: add support for /me před 4 týdny
  darkfi 6afa2cce77 app: add rodio and play a lil sfx when clicking channels in the menu před 4 týdny
  darkfi bc5aed1555 app: fix broken path in Makefile před 1 měsícem
  darkfi d3af4b1557 app: add zkas proof compilation to Makefile (cos of RLN proofs) před 1 měsícem
  darkfi 23cf2d82e1 app/chatview: fix crash when selecting lines před 1 měsícem
  darkfi 17da9178bf app/layer: migrate Layer to new trigger redraw paradigm. před 1 měsícem
  darkfi a05f6e816f app/menu: no scrolling menu while in edit mode před 1 měsícem
  darkfi 0203bba467 app/edit: on android dont use set_select() just push the entire state for now which is more robust. před 1 měsícem
  darkfi 89ef165018 app/edit: polish android editor behaviour před 1 měsícem
  darkfi c0089d658c app: add schema test-edit před 1 měsícem
  dasman a5e0feb113 bin/app: impl darkirc2 plugin with new event_graph sync methods před 1 měsícem
  darkfi 14ef214e35 app: fix compilation with/without features set před 1 měsícem
  darkfi 6caf28a078 app: cargo update & make enable-plugins default for dev builds před 2 měsíci
  dasman d7ae52d3b3 bin/darkirc: move shared code to darkirc lib and fix darkirc plugin methods před 3 měsíci
  darkfi 595bab88af app: add debug property to button nodes to see their outline před 6 měsíci
  jkds c78e468e75 app: add scroll_layer + schema test. currently does nothing just stubs před 6 měsíci
  jkds f8c9e963ce app/menu: add color active/alert status for channels před 8 měsíci
  jkds 4082bc4b4c app/gfx: RenderApiSync force update if display changes před 8 měsíci
  jkds 92cbce6df9 app: put enable-plugins feature as default před 8 měsíci
  jkds 037172617d app: windows automated build script před 8 měsíci
  jkds 9d15053bee app/chatview: migrate FileMessage to text2 API před 8 měsíci
  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. před 8 měsíci
  jkds 3564bd1f84 app/chatview: migrate DateMessage to text2 API před 8 měsíci