Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Svgbob
Making diagramming simple, easy and portable
Collective -
Host: opensource -
https://opencollective.com/svgbob
- Website: https://ivanceras.github.io
- Code: https://github.com/ivanceras
fix: limit movement of cursor using keys when the option is not using virtual edit
github.com/ivanceras/ultron - 0c0bb03d382ba8eba14e6ab1a90c67dd5c7537cc authored about 3 years ago
github.com/ivanceras/ultron - 0c0bb03d382ba8eba14e6ab1a90c67dd5c7537cc authored about 3 years ago
fix: first character not included when a newline is added prior
github.com/ivanceras/ultron - ce7bde962e44be5e3fb3b5a084dab4985ec05a2b authored about 3 years ago
github.com/ivanceras/ultron - ce7bde962e44be5e3fb3b5a084dab4985ec05a2b authored about 3 years ago
chore: remove unused/commented out code
github.com/ivanceras/ultron - 70a76ed8fd434fff30ee851b003a5f6737c0759d authored about 3 years ago
github.com/ivanceras/ultron - 70a76ed8fd434fff30ee851b003a5f6737c0759d authored about 3 years ago
fix: cursor issue disappears when it is before a range boundary, ie: the cursor is before a quote
github.com/ivanceras/ultron - 4cdc806bd1a49ef171fdcdbadf379362b37331fd authored about 3 years ago
github.com/ivanceras/ultron - 4cdc806bd1a49ef171fdcdbadf379362b37331fd authored about 3 years ago
Add changelog
github.com/ivanceras/ultron - 8d3b19a5bc3ed9664ea5cca93dcad61ba58b3085 authored about 3 years ago
github.com/ivanceras/ultron - 8d3b19a5bc3ed9664ea5cca93dcad61ba58b3085 authored about 3 years ago
fix: highlighted character line calculation, page_index is now taken into account, fixing multiple highlighting into 1 only
github.com/ivanceras/ultron - 6d766f2ac25e1cb305995482d78a49427df586c4 authored about 3 years ago
github.com/ivanceras/ultron - 6d766f2ac25e1cb305995482d78a49427df586c4 authored about 3 years ago
Improve the implementation of get_text
github.com/ivanceras/ultron - 7d72646ad0b2c799dbd848b14f568c2963ae1f6d authored about 3 years ago
github.com/ivanceras/ultron - 7d72646ad0b2c799dbd848b14f568c2963ae1f6d authored about 3 years ago
refactor: use a more descriptive name for functions
github.com/ivanceras/ultron - 35a7f967d8f0338ea3ddb5ea160c633af4971da4 authored about 3 years ago
github.com/ivanceras/ultron - 35a7f967d8f0338ea3ddb5ea160c633af4971da4 authored about 3 years ago
chore: remove uncessary functions: delete_from_start variant since the it could be replace with a delete variant with 0 as the start_index argument
github.com/ivanceras/ultron - 4757f135e777f11444635e9310a9949d285767a0 authored about 3 years ago
github.com/ivanceras/ultron - 4757f135e777f11444635e9310a9949d285767a0 authored about 3 years ago
chore: fix tests
github.com/ivanceras/ultron - d13b7ce743bed66df9fa3308a22f95b5f128ba83 authored about 3 years ago
github.com/ivanceras/ultron - d13b7ce743bed66df9fa3308a22f95b5f128ba83 authored about 3 years ago
feat: add optimization for showing/hiding lines that are not visible in the viewport
github.com/ivanceras/ultron - b3d5d518f02b98c09cf4ec96e9f8bd85b431dcae authored about 3 years ago
github.com/ivanceras/ultron - b3d5d518f02b98c09cf4ec96e9f8bd85b431dcae authored about 3 years ago
feat: add paging to TextBuffer, this will provide optimization by hiding pages when it is not visible in the viewport
github.com/ivanceras/ultron - 7a275100c563ad2eef8262b7c0e0b692b8230725 authored about 3 years ago
github.com/ivanceras/ultron - 7a275100c563ad2eef8262b7c0e0b692b8230725 authored about 3 years ago
feat: introduce paging and calculation of max_lines per viewport
github.com/ivanceras/ultron - 79b30d65291bb74b3e04694e7863b4548734d722 authored about 3 years ago
github.com/ivanceras/ultron - 79b30d65291bb74b3e04694e7863b4548734d722 authored about 3 years ago
feat: add a flag to indicate whether or not the editor should occupy the whole container
github.com/ivanceras/ultron - 1741d942363634f2e569931a6603ba35e9ae4676 authored about 3 years ago
github.com/ivanceras/ultron - 1741d942363634f2e569931a6603ba35e9ae4676 authored about 3 years ago
feat: implement functions related to white_list and relayers
github.com/ivanceras/pallet-chainbridge - e55dc0f7e21a8a33368f6b7ee14f8388ff6e6c0f authored about 3 years ago
github.com/ivanceras/pallet-chainbridge - e55dc0f7e21a8a33368f6b7ee14f8388ff6e6c0f authored about 3 years ago
Initial commit
github.com/ivanceras/pallet-chainbridge - 73a47ebd6d2f31b0cbfa1b954658ddc13746452c authored about 3 years ago
github.com/ivanceras/pallet-chainbridge - 73a47ebd6d2f31b0cbfa1b954658ddc13746452c authored about 3 years ago
update the madnotes
github.com/ivanceras/ivanceras.github.io - d02d698ae70b847681b0c327c7236fd3fd3a941e authored about 3 years ago
github.com/ivanceras/ivanceras.github.io - d02d698ae70b847681b0c327c7236fd3fd3a941e authored about 3 years ago
push madnotes
github.com/ivanceras/ivanceras.github.io - 6c22c460b44301b1ff3e50c5c40a4e9ffc12e611 authored about 3 years ago
github.com/ivanceras/ivanceras.github.io - 6c22c460b44301b1ff3e50c5c40a4e9ffc12e611 authored about 3 years ago
feat: add option use_virtual_edit flag which controls the behavior of cursor and mouse_clicks limited by the editor content size
github.com/ivanceras/ultron - 66784a596e997b34349afc4eda22d606d98cdc89 authored about 3 years ago
github.com/ivanceras/ultron - 66784a596e997b34349afc4eda22d606d98cdc89 authored about 3 years ago
More demo updates
github.com/ivanceras/ivanceras.github.io - 71a6f8561920da638a8a736832e75539a7be0813 authored about 3 years ago
github.com/ivanceras/ivanceras.github.io - 71a6f8561920da638a8a736832e75539a7be0813 authored about 3 years ago
chore: expose nalgebra from the crate
github.com/ivanceras/ultron - 75007a6066a1ed051f389b6b211f7a3f895540f7 authored over 3 years ago
github.com/ivanceras/ultron - 75007a6066a1ed051f389b6b211f7a3f895540f7 authored over 3 years ago
feat(lib): put ammonia and html-parser module behind a feature flag.
This is a way to be able to use the library in wasm projects, until
depedence from html5ever is ...
Export Editor and Msg from ultron
github.com/ivanceras/ultron - 3b0f98e702f3a59417a4975fcb298c3d29317a1b authored over 3 years ago
github.com/ivanceras/ultron - 3b0f98e702f3a59417a4975fcb298c3d29317a1b authored over 3 years ago
Set the text_buffer location to the last undo/redo location
github.com/ivanceras/ultron - 4ab292e14e304c33b3b1ba05bf23a44080ed4f6d authored over 3 years ago
github.com/ivanceras/ultron - 4ab292e14e304c33b3b1ba05bf23a44080ed4f6d authored over 3 years ago
Add a feature to bump history, to allow separation of undo/redo action list
github.com/ivanceras/ultron - 28749f14cdf36aafa89ec9bf7dcb6092153f0937 authored over 3 years ago
github.com/ivanceras/ultron - 28749f14cdf36aafa89ec9bf7dcb6092153f0937 authored over 3 years ago
revamp Action and History to use char specific action instead of string, this revamps the undo/redo feature in the editor
github.com/ivanceras/ultron - e1c27ba978e9a339abb1ffcd3da45bbfb76470e5 authored over 3 years ago
github.com/ivanceras/ultron - e1c27ba978e9a339abb1ffcd3da45bbfb76470e5 authored over 3 years ago
Prepare for 0.43.1
github.com/ivanceras/sauron-markdown - 856f53da8b47075b5770d07cdd252fd70a7e18bd authored over 3 years ago
github.com/ivanceras/sauron-markdown - 856f53da8b47075b5770d07cdd252fd70a7e18bd authored over 3 years ago
Add link to crates, use the array instead of vec
github.com/ivanceras/sauron-markdown - 857aca056b513beadfca65e5ab07c3dffc65e4b1 authored over 3 years ago
github.com/ivanceras/sauron-markdown - 857aca056b513beadfca65e5ab07c3dffc65e4b1 authored over 3 years ago
Merge branch 'master' of github.com:ivanceras/futuristic-ui
github.com/ivanceras/futuristic-ui - 99acaf5c7870f4c501f6fb3ec5a25a5fcc70d7fa authored over 3 years ago
github.com/ivanceras/futuristic-ui - 99acaf5c7870f4c501f6fb3ec5a25a5fcc70d7fa authored over 3 years ago
Add component id
github.com/ivanceras/futuristic-ui - 74953f993d4e737c8e4474984b974634d7ffcbda authored over 3 years ago
github.com/ivanceras/futuristic-ui - 74953f993d4e737c8e4474984b974634d7ffcbda authored over 3 years ago
Update README.md
github.com/ivanceras/futuristic-ui - 9bb05d0f782768bb90cf984a74429866cb2158ab authored over 3 years ago
github.com/ivanceras/futuristic-ui - 9bb05d0f782768bb90cf984a74429866cb2158ab authored over 3 years ago
Use code instead of pre tag to, which has a good result in copy/pasting code from the browser out of the box
github.com/ivanceras/sauron-markdown - 1d5f0658324d03be3201deadfacd432394068444 authored over 3 years ago
github.com/ivanceras/sauron-markdown - 1d5f0658324d03be3201deadfacd432394068444 authored over 3 years ago
Use div in lines to make copy and pasting work out of the box in the browsers
github.com/ivanceras/ultron - 6ce04e0b71a2f9cf67844bfe3d04f026c2131732 authored over 3 years ago
github.com/ivanceras/ultron - 6ce04e0b71a2f9cf67844bfe3d04f026c2131732 authored over 3 years ago
Prepare for 0.2.6 release
github.com/ivanceras/ultron - 6354491e8da4ece62dad92b33953db2c9ef9e40b authored over 3 years ago
github.com/ivanceras/ultron - 6354491e8da4ece62dad92b33953db2c9ef9e40b authored over 3 years ago
Update changelog
github.com/ivanceras/ultron - 85741968fd3399550259cd7f11ef80042266145c authored over 3 years ago
github.com/ivanceras/ultron - 85741968fd3399550259cd7f11ef80042266145c authored over 3 years ago
Add a conventient function in text_highlighter to choose a theme while creating an instance of itself
github.com/ivanceras/ultron - 886ce0b375bea76dc84992924d8aca03fe0e8ff8 authored over 3 years ago
github.com/ivanceras/ultron - 886ce0b375bea76dc84992924d8aca03fe0e8ff8 authored over 3 years ago
bump version to 0.19
New features:
- Bundled feature is now supported
- Bundled sqlcipher feature is now supported
relocate feature
github.com/ivanceras/r2d2-sqlite - 4c1e5299e6a92fed6b86b19617b41848c2ecb69c authored over 3 years ago
github.com/ivanceras/r2d2-sqlite - 4c1e5299e6a92fed6b86b19617b41848c2ecb69c authored over 3 years ago
Add bundled feature
github.com/ivanceras/r2d2-sqlite - 99c1154ebe7d0d96295c3d6636d64b22702a4822 authored over 3 years ago
github.com/ivanceras/r2d2-sqlite - 99c1154ebe7d0d96295c3d6636d64b22702a4822 authored over 3 years ago
add sqlcipher support (#42)
* add preliminary sqlcipher support
* redit after pull
* remove git repo
github.com/ivanceras/r2d2-sqlite - 67dc9ecd982a3854f74048f2bd0ba49e252bc04e authored over 3 years ago
Remove unused and irrelevant files/directories
github.com/ivanceras/mushroom - 41c554614a30b3d0ce37353487e1b69b5e2addb1 authored over 3 years ago
github.com/ivanceras/mushroom - 41c554614a30b3d0ce37353487e1b69b5e2addb1 authored over 3 years ago
Remove the use of index.html and style.css, the index page is now generated from the server
github.com/ivanceras/mushroom - 75e4270a03c3af8bedd6e8c704d9692c7ccb66d5 authored over 3 years ago
github.com/ivanceras/mushroom - 75e4270a03c3af8bedd6e8c704d9692c7ccb66d5 authored over 3 years ago
Improve docs
github.com/ivanceras/mushroom - c3ecb917b0eff0494f84d509290fc888e6bd15dc authored over 3 years ago
github.com/ivanceras/mushroom - c3ecb917b0eff0494f84d509290fc888e6bd15dc authored over 3 years ago
Modify the webapp-client to listen to websocket messages
github.com/ivanceras/mushroom - 692aaaa551e882f96585cd199c33fcefdb12262f authored over 3 years ago
github.com/ivanceras/mushroom - 692aaaa551e882f96585cd199c33fcefdb12262f authored over 3 years ago
Spawn an http server and websocket server at the same executable
github.com/ivanceras/mushroom - 581a194f3e171779eb3dbcf88598676c2ac9973e authored over 3 years ago
github.com/ivanceras/mushroom - 581a194f3e171779eb3dbcf88598676c2ac9973e authored over 3 years ago
Add a simple javascript client for the event service
github.com/ivanceras/mushroom - 7f07112d533b480fe42ab9d2e515f4ef4ff2d0e8 authored over 3 years ago
github.com/ivanceras/mushroom - 7f07112d533b480fe42ab9d2e515f4ef4ff2d0e8 authored over 3 years ago
Add an example where the event service listen to the node via websocket in the rpc and we can modify and republish this event exposed in another websocoket for public use
github.com/ivanceras/mushroom - 83621d5bfc4ec34abfc5ab5d3cf6e5b2b86604c7 authored over 3 years ago
github.com/ivanceras/mushroom - 83621d5bfc4ec34abfc5ab5d3cf6e5b2b86604c7 authored over 3 years ago
Change mode permission in the files
github.com/ivanceras/mushroom - 405c854851b03e9d954e75e76c2bd1b033308aff authored over 3 years ago
github.com/ivanceras/mushroom - 405c854851b03e9d954e75e76c2bd1b033308aff authored over 3 years ago
Remove unused files
github.com/ivanceras/mushroom - 0e8db0ecd10c0202ac172393a7bebdc1c5be543a authored over 3 years ago
github.com/ivanceras/mushroom - 0e8db0ecd10c0202ac172393a7bebdc1c5be543a authored over 3 years ago
Add clear text selection function
github.com/ivanceras/ultron - b4c00de7cfbbbbed18faa46c5af212fa4ab47364 authored over 3 years ago
github.com/ivanceras/ultron - b4c00de7cfbbbbed18faa46c5af212fa4ab47364 authored over 3 years ago
Fix the attribute where it should use the attribute function which is an identifier for attributes that have dashes on them
github.com/ivanceras/html2sauron - 5ab30a1004cc79c682531562e9917189fd9602c5 authored over 3 years ago
github.com/ivanceras/html2sauron - 5ab30a1004cc79c682531562e9917189fd9602c5 authored over 3 years ago
Add function attribute_function to lookup for the the attribute name for an identifier
github.com/ivanceras/sauron-markdown - 802587d25c057392a29bb9facfa5ed3810645384 authored over 3 years ago
github.com/ivanceras/sauron-markdown - 802587d25c057392a29bb9facfa5ed3810645384 authored over 3 years ago
Update readme
github.com/ivanceras/ultron - 64ee68b5bb3a59a9e45a1e837778b1baae23c99f authored over 3 years ago
github.com/ivanceras/ultron - 64ee68b5bb3a59a9e45a1e837778b1baae23c99f authored over 3 years ago
Select all for block mode
github.com/ivanceras/ultron - 3348d56206e201e8eec188bf529f182bd5b98cd2 authored over 3 years ago
github.com/ivanceras/ultron - 3348d56206e201e8eec188bf529f182bd5b98cd2 authored over 3 years ago
Update doc comments, remove commented out code
github.com/ivanceras/ultron - c343c74b2b65037decaff7b6cf6383e49c311a1e authored over 3 years ago
github.com/ivanceras/ultron - c343c74b2b65037decaff7b6cf6383e49c311a1e authored over 3 years ago
Add support for selecting all text, Fix delete order such that we delete from the last to the first to make the index still accurate near the start
github.com/ivanceras/ultron - 655a3a0df718280ddcb5bdba756eea0305689333 authored over 3 years ago
github.com/ivanceras/ultron - 655a3a0df718280ddcb5bdba756eea0305689333 authored over 3 years ago
Fix join ling and cursor move afterwards
github.com/ivanceras/ultron - d87ab4729bc6f44406c69495f3726299d9f6a67e authored over 3 years ago
github.com/ivanceras/ultron - d87ab4729bc6f44406c69495f3726299d9f6a67e authored over 3 years ago
Add support for undo/redo for breakline
github.com/ivanceras/ultron - c994543cb46673e76cca9773285af14f4e88751f authored over 3 years ago
github.com/ivanceras/ultron - c994543cb46673e76cca9773285af14f4e88751f authored over 3 years ago
Add break_line function
github.com/ivanceras/ultron - 69ced36f4c2e046587c354c24f38f80180d4d545 authored over 3 years ago
github.com/ivanceras/ultron - 69ced36f4c2e046587c354c24f38f80180d4d545 authored over 3 years ago
increase sleep time after publishing syntaxes-themes since it contains big dump file
github.com/ivanceras/ultron - cffc322594190ce6efb5dab586b943632b5443d9 authored over 3 years ago
github.com/ivanceras/ultron - cffc322594190ce6efb5dab586b943632b5443d9 authored over 3 years ago
Prepare for 0.2.5 release
github.com/ivanceras/ultron - 6b269c8a13aa7b23b098294f1d30d271ad1c7a72 authored over 3 years ago
github.com/ivanceras/ultron - 6b269c8a13aa7b23b098294f1d30d271ad1c7a72 authored over 3 years ago
don't point to local sauron
github.com/ivanceras/futuristic-ui - 1e495700b45162f052af94634724085677dae327 authored over 3 years ago
github.com/ivanceras/futuristic-ui - 1e495700b45162f052af94634724085677dae327 authored over 3 years ago
Make the gutter foreground in ayu-light have more contrast with its gutter
github.com/ivanceras/ultron - 1ce89791c3fd5b017df1ef3a0b3398f5ebca3c8d authored over 3 years ago
github.com/ivanceras/ultron - 1ce89791c3fd5b017df1ef3a0b3398f5ebca3c8d authored over 3 years ago
Fix bounds checking in ultron, it has to be inside the edit, not necessary inside the textbuffer, which is problematic when there was no content in the textbuffer
github.com/ivanceras/ultron - beeef5c3b4ab776b1c99dce9618c887a28736016 authored over 3 years ago
github.com/ivanceras/ultron - beeef5c3b4ab776b1c99dce9618c887a28736016 authored over 3 years ago
updates from ultron editor
github.com/ivanceras/ivanceras.github.io - 0dfe26eb4e15824eaa90bdcdfed13e0b60a5b78c authored over 3 years ago
github.com/ivanceras/ivanceras.github.io - 0dfe26eb4e15824eaa90bdcdfed13e0b60a5b78c authored over 3 years ago
Add initial implementation for undo/redo
github.com/ivanceras/ultron - ed2481c60c423415a8b9f22d08c20fa15d8583ac authored over 3 years ago
github.com/ivanceras/ultron - ed2481c60c423415a8b9f22d08c20fa15d8583ac authored over 3 years ago
Merge branch 'develop'
github.com/ivanceras/ultron - f687fa2b7e8452fd9398c5b5a0e66aa863270cc6 authored over 3 years ago
github.com/ivanceras/ultron - f687fa2b7e8452fd9398c5b5a0e66aa863270cc6 authored over 3 years ago
Add History and Action structs needed for undo/redo
github.com/ivanceras/ultron - ce40b27f82bdce710d8c0510537d79c6e4dbbee6 authored over 3 years ago
github.com/ivanceras/ultron - ce40b27f82bdce710d8c0510537d79c6e4dbbee6 authored over 3 years ago
Add RUSTFLAGS when for github ci
github.com/ivanceras/ultron - 58e728bd100ff7cd3279b5355ba2f3a765dbab18 authored over 3 years ago
github.com/ivanceras/ultron - 58e728bd100ff7cd3279b5355ba2f3a765dbab18 authored over 3 years ago
Expose status line to allow apps to display it by themselves, show the number of msgs that was dispatched in the update loop
github.com/ivanceras/ultron - 0a84ab546298989bf012c24a6ccbe23f17135d7b authored over 3 years ago
github.com/ivanceras/ultron - 0a84ab546298989bf012c24a6ccbe23f17135d7b authored over 3 years ago
Make the commands that modify text return a result triggering the on_change_listener of the editor
github.com/ivanceras/ultron - e32a313420a93ea4e4644ff8ced46423d9e72b9f authored over 3 years ago
github.com/ivanceras/ultron - e32a313420a93ea4e4644ff8ced46423d9e72b9f authored over 3 years ago
Fix warnings
github.com/ivanceras/ultron - a78132ad8f626e715265c48f1b9b69c75164781d authored over 3 years ago
github.com/ivanceras/ultron - a78132ad8f626e715265c48f1b9b69c75164781d authored over 3 years ago
update from ultron
github.com/ivanceras/ivanceras.github.io - e01ff24c118810ad1134b6b34a48ce424d332818 authored over 3 years ago
github.com/ivanceras/ivanceras.github.io - e01ff24c118810ad1134b6b34a48ce424d332818 authored over 3 years ago
Fix warning
github.com/ivanceras/ultron - 193bc7851373d5d2bfc578f1d0ddbb266cdfc9ac authored over 3 years ago
github.com/ivanceras/ultron - 193bc7851373d5d2bfc578f1d0ddbb266cdfc9ac authored over 3 years ago
fix feature flag
github.com/ivanceras/ultron - 022deb0c3b1d2e529c842b77a0eafce6fb5e44e6 authored over 3 years ago
github.com/ivanceras/ultron - 022deb0c3b1d2e529c842b77a0eafce6fb5e44e6 authored over 3 years ago
fix feature flag
github.com/ivanceras/ultron - d463075b900c963eeb84e9ea03b1cfdb61de4cf7 authored over 3 years ago
github.com/ivanceras/ultron - d463075b900c963eeb84e9ea03b1cfdb61de4cf7 authored over 3 years ago
fix method not found
github.com/ivanceras/ultron - 12884414f4dd0c5df9fe5eb24adc0ed64aa6afec authored over 3 years ago
github.com/ivanceras/ultron - 12884414f4dd0c5df9fe5eb24adc0ed64aa6afec authored over 3 years ago
Prepare for 0.2.4 release
github.com/ivanceras/ultron - 002b8a8346092c9e8d9d6b8bc0e88006c204a187 authored over 3 years ago
github.com/ivanceras/ultron - 002b8a8346092c9e8d9d6b8bc0e88006c204a187 authored over 3 years ago
Update changelog
github.com/ivanceras/ultron - c5776a17ff44e2a20c6de28fbe40e737d9e8d85a authored over 3 years ago
github.com/ivanceras/ultron - c5776a17ff44e2a20c6de28fbe40e737d9e8d85a authored over 3 years ago
Add ultron-ssg in README
github.com/ivanceras/ultron - e5faa6ba5e147a1eea4344311be7a8396df2ea72 authored over 3 years ago
github.com/ivanceras/ultron - e5faa6ba5e147a1eea4344311be7a8396df2ea72 authored over 3 years ago
Display the average update time
github.com/ivanceras/ultron - 7a27ed01a579ad0cbfd77bc52d9e1da4d2c6291a authored over 3 years ago
github.com/ivanceras/ultron - 7a27ed01a579ad0cbfd77bc52d9e1da4d2c6291a authored over 3 years ago
Remove println debugging
github.com/ivanceras/mushroom - ff62a32dac0f1e8e751e32bb9f34cb3cad27da55 authored over 3 years ago
github.com/ivanceras/mushroom - ff62a32dac0f1e8e751e32bb9f34cb3cad27da55 authored over 3 years ago
Rename mycelium to mushroom
github.com/ivanceras/mushroom - 01dc30aab14755fde304e4721f02cbbc3a8773b9 authored over 3 years ago
github.com/ivanceras/mushroom - 01dc30aab14755fde304e4721f02cbbc3a8773b9 authored over 3 years ago
Initial commit
github.com/ivanceras/mushroom - 4396460d897e40196d5eeddf7ce7289f0161b5c7 authored over 3 years ago
github.com/ivanceras/mushroom - 4396460d897e40196d5eeddf7ce7289f0161b5c7 authored over 3 years ago
use app container
github.com/ivanceras/ivanceras.github.io - 5151bbd4e219ab316b1cf7f3fb4352d60ebe5b90 authored over 3 years ago
github.com/ivanceras/ivanceras.github.io - 5151bbd4e219ab316b1cf7f3fb4352d60ebe5b90 authored over 3 years ago
Add a preloader
github.com/ivanceras/ultron - 07a76ca29be49b5382984f70e586e2793325a0af authored over 3 years ago
github.com/ivanceras/ultron - 07a76ca29be49b5382984f70e586e2793325a0af authored over 3 years ago
More updates
github.com/ivanceras/ivanceras.github.io - 82cef2a4be38a6a6919aee6133dfea3e39c0851c authored over 3 years ago
github.com/ivanceras/ivanceras.github.io - 82cef2a4be38a6a6919aee6133dfea3e39c0851c authored over 3 years ago
Fix the github rust workflow, swap the call sequence order for copy/cut text, try the most recent api first
github.com/ivanceras/ultron - 433c53958f769145bf0006002e3b59f28b48c95c authored over 3 years ago
github.com/ivanceras/ultron - 433c53958f769145bf0006002e3b59f28b48c95c authored over 3 years ago
Improve the copy/cut for older browser such as webkit2, used in webview crate
github.com/ivanceras/ultron - e61ed74b5f7bc99a8e87a9b6fe8c17c529559504 authored over 3 years ago
github.com/ivanceras/ultron - e61ed74b5f7bc99a8e87a9b6fe8c17c529559504 authored over 3 years ago
Make the code structure for copy and cut more robust
github.com/ivanceras/ultron - 2258669e7abc2dbfa2e6f02a198068e9b5eb2ab1 authored over 3 years ago
github.com/ivanceras/ultron - 2258669e7abc2dbfa2e6f02a198068e9b5eb2ab1 authored over 3 years ago
Improve cursor placement when inserting text
github.com/ivanceras/ultron - 36dbb275ae55ff031804fe0d547c29f7c8218638 authored over 3 years ago
github.com/ivanceras/ultron - 36dbb275ae55ff031804fe0d547c29f7c8218638 authored over 3 years ago
Improve copy pasting from the insert_text improvement
github.com/ivanceras/ultron - 038ed6aa1f74275be35f8d5bc373667e3e06d079 authored over 3 years ago
github.com/ivanceras/ultron - 038ed6aa1f74275be35f8d5bc373667e3e06d079 authored over 3 years ago
Fix insert_text api and add tests
github.com/ivanceras/ultron - e454008567072b52b719dda0318e03ac644683b4 authored over 3 years ago
github.com/ivanceras/ultron - e454008567072b52b719dda0318e03ac644683b4 authored over 3 years ago
Rearrange new test to the bottom
github.com/ivanceras/ultron - eaa305cede0df0b6849ceb03551eeb96d65a1747 authored over 3 years ago
github.com/ivanceras/ultron - eaa305cede0df0b6849ceb03551eeb96d65a1747 authored over 3 years ago
Use a more descriptive name
github.com/ivanceras/ultron - b7c8b9091879dfd1e14e70b0069dbeccd512905f authored over 3 years ago
github.com/ivanceras/ultron - b7c8b9091879dfd1e14e70b0069dbeccd512905f authored over 3 years ago
Implement cut_text for both block_mode and normal mode
github.com/ivanceras/ultron - e570270b9144d33952e92bf3b8cdd2487914b551 authored over 3 years ago
github.com/ivanceras/ultron - e570270b9144d33952e92bf3b8cdd2487914b551 authored over 3 years ago
Remove log::trace here
github.com/ivanceras/ultron - 50c5617dd1261f1754570df810b6abf120154a36 authored over 3 years ago
github.com/ivanceras/ultron - 50c5617dd1261f1754570df810b6abf120154a36 authored over 3 years ago
Fix calculation of editor_offset, we don;t include the window scroll
Refactor some code in text selection
github.com/ivanceras/ultron - 1cafa8d87cdb90b9f00005edc6d89adac93c7dec authored over 3 years ago
Use a more descriptive Msg variant to indicate where the Msg is coming from
github.com/ivanceras/ultron - 280db96a228e3df145cca41ca1bfce44f0e048f6 authored over 3 years ago
github.com/ivanceras/ultron - 280db96a228e3df145cca41ca1bfce44f0e048f6 authored over 3 years ago
bump to uniform version 0.2.3
github.com/ivanceras/ultron - 463d58e8f24d2b1e2e7e13e928cbb37fd7c991bb authored over 3 years ago
github.com/ivanceras/ultron - 463d58e8f24d2b1e2e7e13e928cbb37fd7c991bb authored over 3 years ago