Commit History

Author SHA1 Message Date
  darkfi 44e36068a3 wallet: editbox delete selection 1 year ago
  darkfi 840cbb857c wallet: editbox use handles to change selected text 1 year ago
  foo 1988cecb75 doc/src/misc/faq add FAQ page 1 year ago
  darkfi a35aa255b6 bots: add telegram mirror bot 1 year ago
  skoupidi 9da05dd9b6 contract/dao/tests/integration: added a generic(without a xfer) proposal execution 1 year ago
  skoupidi 5e79d8519b contract/dao: cleaned unused stuff 1 year ago
  darkfi 9e690abb87 wallet/editbox: show selection handles on highlight text 1 year ago
  darkfi 378328ca70 wallet/editbox: long hold finger select words in editbox 1 year ago
  skoupidi 1a20f31d14 drk/dao.rs: fixed inverse queries 1 year ago
  darkfi a8f301108b wallet/editbox: click drag to make selections 1 year ago
  skoupidi 0e600d3e93 drk/txs_history: better handling of records 1 year ago
  skoupidi 341f38579f drk/money: fixed a bug where spent coins don't revert to unspent when reorging 1 year ago
  darkfi 11e24ee7e6 wallet: editbox fix Home/End keys 1 year ago
  darkfi e123217f9b wallet: editbox simplified select code 1 year ago
  darkfi 7d9020f2ea darkirc: add #media to default autojoin list of channels 1 year ago
  darkfi b2b313892a wallet: editbox simplify del and android handle_compose code using Editable 1 year ago
  darkfi 470e496b6e wallet: begin rewrite of editbox by generalizing internal logic using a class called Editable. This will enable creating various types of editable text with different display properties. 1 year ago
  skoupidi 6cbd478fcc drk/rpc: rescan genesis block if reorg height is 1 1 year ago
  skoupidi c6e622688b darkfid/task/unknown_proposal: fixed erroenous subscription notification 1 year ago
  skoupidi 7d2811f136 drk: added sub command to list scanned blocks 1 year ago
  darkfi ed9979efc9 wallet: remove old mesh and texture caches from ChatView, EditBox and VectorArt. 1 year ago
  darkfi 2d3a093711 wallet: Image and Text no longer need to keep old mesh and textures around 1 year ago
  darkfi 5d07cc9585 wallet: make also index and vertex buffers be auto-managed 1 year ago
  darkfi b72b033a39 wallet: remove unused freed_textures field from DrawUpdate, and make RenderApi::*_unmanaged_texture() methods private. 1 year ago
  darkfi 0bd20aefaf wallet: make textures managed and auto-delete when there's no longer any refs to them 1 year ago
  darkfi 22f1a10d72 wallet: make TextShaper non-async which reduces overall need for AsyncMutex throughout code. 1 year ago
  darkfi 51c204be84 wallet: App::setup() schema, then once miniquad starts, App::start() will first draw the scenegraph, then start the procs. This way drawing is done ASAP and fast on app startup. 1 year ago
  darkfi 0f642dc1e3 wallet: delete RenderApiPtr, since mpsc::Sender is Cloneable, we can just use RenderApi directly 1 year ago
  darkfi 20d94d4a55 wallet: cargo update 1 year ago
  darkfi 0ccf1989b0 wallet: java android, bugfix broken cancelComposition() by accessing InputMethodManager from the MainActivity class. 1 year ago