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

Add utility function to merge attributes of the same name

github.com/ivanceras/mt-dom - 9c17eba7c4c42eff0c4a66b11454e5dce1321084 authored over 4 years ago
Add a function to specifically merge_attributes to specifically find for existing attributes and merge it

github.com/ivanceras/mt-dom - 6055196c294ffe1d23a4e9bf958834ab0ad09503 authored over 4 years ago
Update svgbob-editor, todomvc and todo-mvc-benchmark

github.com/ivanceras/ivanceras.github.io - 1a82a94da41eb64612bb2ff057b817d9595ed7c0 authored over 4 years ago
prepare for 0.2.1 release

github.com/ivanceras/mt-dom - 0d64644461096e9aa3e46ebf99a8e5e17d4749dc authored over 4 years ago
add changelog

github.com/ivanceras/mt-dom - 42478548c0f6e76ecbbadb28ec716626a8d84b86 authored over 4 years ago
revise the implementation of diff, not needing the merge attributes of the same name, since it adds a performance penalty

constructing the nodes should use the utility to make multiple values of attributes aggregated r...

github.com/ivanceras/mt-dom - 89e98ad25f5a0d5193b5814fe1c501f5695cd853 authored over 4 years ago
fix titik backend due to changes in mt-dom

github.com/ivanceras/sauron-native - f088afa809e19135eeeae641eb69cc2cdde840a7 authored over 4 years ago
fix gtk backend due to changes in mt-dom

github.com/ivanceras/sauron-native - 2015979970e5c8c713fdd139dd751894b603f3b4 authored over 4 years ago
fix html backend due to changes in mt-dom and sauron

github.com/ivanceras/sauron-native - eae2fca3b62eab21db1d2701c4c3aa14e16d811e authored over 4 years ago
Prepare for 0.2.0 release

github.com/ivanceras/mt-dom - 1c62f81242b7e0a324f84633fb73dabed57e73e5 authored over 4 years ago
Callback is equal to each other such that diffing them is not included

github.com/ivanceras/mt-dom - 7647f024358f237227631b9c92a9d3dc388c5a36 authored over 4 years ago
Add a manual implementation of Debug,Clone, PartialEq for Attvalue an Attribute, such that EVENT and MSG don't need to be Debug,Clone,PartialEq

github.com/ivanceras/mt-dom - fd0c739ff463eb82811ff4649645dd5e8033a818 authored over 4 years ago
Add a major feature which merge attributes of the same name into one attribute with multiple values

github.com/ivanceras/mt-dom - 66780b7817f421bbbd9ccb432fc70bb6a0db08a6 authored over 4 years ago
migrate to sauron 0.27

github.com/ivanceras/svgbob - 6338beafe255decd235857e2b6af0c2859921115 authored over 4 years ago
export more struct

github.com/ivanceras/titik - 8b260831844e9f7c8ed3cd8c095a2e0cf013eb24 authored over 4 years ago
make a correct implementation of converting titik KeyEvent into sauron KeyEvent

github.com/ivanceras/sauron-native - 2544d05c805312528622effde7d16b764d831936 authored over 4 years ago
add code to trigger only when specific event matches

github.com/ivanceras/titik - 78a490ab4e450291b09a9ad13c92c13e144911be authored over 4 years ago
More fixes and conversion of types from titik to sauron-native

github.com/ivanceras/sauron-native - d1f83e352e6bbac231159027b70b8b03e63464e6 authored over 4 years ago
Partial migration for titik backend due to migration to mt-dom

github.com/ivanceras/sauron-native - 7e53cfc31d801ab023733ab281386d7a517000bd authored over 4 years ago
migrate to from sauron_vdom to mt-dom

github.com/ivanceras/titik - c182e66d7b07e0a2b4cea30f5643dd99179b2c15 authored over 4 years ago
Add take_ implementation for the fields of element

github.com/ivanceras/mt-dom - 2b2f8ace9feb1c84ee3f699b98e5ea519727e0e2 authored over 4 years ago
Fix gtk backend due to changes of migration of sauron from sauron_vdom to mt_dom

github.com/ivanceras/sauron-native - 343d6e8e85230d5983233052d725375d6e9b1d9f authored over 4 years ago
Fix html feature with the changes of sauron migrating to using mt-dom crate

github.com/ivanceras/sauron-native - 22e8ab594142f4d95d03f21562f540f79c3b34b0 authored over 4 years ago
Add get_plain method

github.com/ivanceras/mt-dom - b678a26b84a285eb44c0426ab43f279e2427e12d authored over 4 years ago
point to the correct documentation

github.com/ivanceras/mt-dom - 1e654e545a43a89efc38f9256c2d72483f9b3112 authored over 4 years ago
Add more utility functions

Fix PartialEq implementation

github.com/ivanceras/mt-dom - c0ff0af656d405b259a06ab92a4418bb55723d92 authored over 4 years ago
fix refactor logic in diff_recursive

fix tests and examples

github.com/ivanceras/mt-dom - 59dcc2891529001dfe30b023e5fef4110ab44e46 authored over 4 years ago
Add mapping of callback into this carte

github.com/ivanceras/mt-dom - 4adf7968bb888fc939e0a43e6d28fab7b2d1f29b authored over 4 years ago
simplify callback, remove unused function

github.com/ivanceras/mt-dom - c33ba7d4ccb1b9e287688a88d1c4ef2d96d86052 authored over 4 years ago
include the callback in mt-dom

github.com/ivanceras/mt-dom - b5719bdfe46be767679900f67be6d12fd4268682 authored over 4 years ago
Add mapping of each individual structs

github.com/ivanceras/mt-dom - 17436de0d3d2b963bddf9fca976c7f714399d63f authored over 4 years ago
Remove warnings and add documentations

github.com/ivanceras/mt-dom - 888e7ae0f3261ab6af3eef5685189d1cbfe469fc authored over 4 years ago
Transform RemoveAttribute patch to include the attribute to be removed, that way the user can have more flexibility on determining what type of operation to perform depending on the value being remove

github.com/ivanceras/mt-dom - 16cf8cc1ea360ee6e8a88a00c70ae6842308e569 authored over 4 years ago
Add more utility functions

github.com/ivanceras/mt-dom - 2c67cb6515015da4fb070ae5d167aaf90c4a41f4 authored over 4 years ago
Add a function to publicly access fields

github.com/ivanceras/mt-dom - e18430a50e4c8eeba16e18eac890cfda3c556346 authored over 4 years ago
Add a simple usage example

github.com/ivanceras/mt-dom - 9cf149b0843b3537d330549a5db95804d36b2e85 authored over 4 years ago
Add more detail implementation of patch to get the tag an node_idx

Add text builder

github.com/ivanceras/mt-dom - 4fcbc3c81e7fbada8244c7c0b2e5790610cc8dfd authored over 4 years ago
Initial commit

github.com/ivanceras/mt-dom - 606fb3e02d2bdf43d67a87fcf4e016c1da16f397 authored over 4 years ago
Adjust code to match the new version of sauron

github.com/ivanceras/sauron-native - c356b5455b5a7e8371756af946a5e4eb27ab1db3 authored over 4 years ago
Use compatible versioning

github.com/ivanceras/sauron-native - 6be5ce995f79fdc2631108a8033941a19a23ba8b authored over 4 years ago
prepare release 0.2.1

github.com/ivanceras/titik - 330e87c1373d4b30ce1b965963f9ac8c95d689f9 authored over 4 years ago
Streamline the adding of children in html backend, unique for each component

github.com/ivanceras/sauron-native - 7edd0229ed64a4e69a8288a3aca37f2436d30596 authored over 4 years ago
Merge pull request #9 from MGlolenstine/master

Edited markdown files for better readability.

github.com/ivanceras/rust-vim-setup - c01fa411a602a3bc48e45c3a6e96fd228d2e5242 authored over 4 years ago
Edited markdown files for better readability.

github.com/ivanceras/rust-vim-setup - 51f0b470cd160ee16cf73180c4dbaae572d6c550 authored over 4 years ago
exclude gtk for now, since the travis platform has an outdated dep

github.com/ivanceras/sauron-native - 6643878e1b9f62c13e922a60670b9bf136733b4e authored over 4 years ago
fix diff_widget example

github.com/ivanceras/sauron-native - 522add3094bf8c430c017a81295add0daf90e92d authored over 4 years ago
install gtk depedencies

github.com/ivanceras/sauron-native - 385d0baa067605e2b8aca1c47da48ae9eb384be3 authored over 4 years ago
use relative path for sauron-native

github.com/ivanceras/sauron-native - b255bb37d0f31e0e3a06dd320748a08cd2e73156 authored over 4 years ago
Use the published version

github.com/ivanceras/sauron-native - f125cd2acb6be92b7e65530bf71ad1e038439bf8 authored over 4 years ago
make sure it builds for titik, gtk and html backends

github.com/ivanceras/sauron-native - cfba73c07278002e27ed662d59d1a9eb1b887a2d authored over 4 years ago
Initial implementation for ListBox

github.com/ivanceras/titik - 0ce265f6a4b2a2e96bf6ff393edb36eeb78fa2a5 authored over 4 years ago
implement slider responding to click events

github.com/ivanceras/titik - 3a320429e6be1a9c9967f27c26b1cb581b860ab3 authored over 4 years ago
use published titik crate

github.com/ivanceras/sauron-native - cb77a6e6507722d6e4291a47a5265acc6d6ea8ae authored over 4 years ago
Prepare for 0.2.0 release

github.com/ivanceras/titik - 56e37a8fa0525f04e8de0936fa5df6e25694411f authored over 4 years ago
implement draw for slider

github.com/ivanceras/titik - 5e682b6dcca1a27720bcff9c7ccf01cba1d54173 authored over 4 years ago
Fix warnings and missing docs

github.com/ivanceras/sauron-native - 6953dc2e54aa8d2d8edb6543091dddef3675f76a authored over 4 years ago
Add more deny flags

github.com/ivanceras/titik - 8b1915201aab3925a3bda9c2766ff24459e0aef9 authored over 4 years ago
Added badges to the readme

github.com/ivanceras/titik - bcec68a6e1a67a2b505e72c11959386e8661ca6e authored over 4 years ago
Use the published dependencies

Update TODO list

github.com/ivanceras/titik - 706c6ace0c562d58b79b4e877e307f5414548bca authored over 4 years ago
Add version for titik

github.com/ivanceras/sauron-native - 45ae3efad88d9607e2aec5e95e0da083733885bc authored over 4 years ago
Add version for titik

github.com/ivanceras/sauron-native - a0ae7857374068dcaa458394cf0d66b3e0cd3694 authored over 4 years ago
Add travis-ci

github.com/ivanceras/titik - ca4749422e7132188d3b1f32f8ab3d3314810e3d authored over 4 years ago
Expose layout tree

Add implementation for attaching input event listender to textarea and checkbox

github.com/ivanceras/titik - d39f5c81835f68737d2535aabfefc503ff6101af authored over 4 years ago
Fix errors from titik changes

github.com/ivanceras/sauron-native - 17bb672748207f6389eca8fb9087a64ab289728d authored over 4 years ago
Add documentations to all public interfaces

remove some println debugging

github.com/ivanceras/titik - 672293c27e5f32749c8073325858b3a427af42e9 authored over 4 years ago
Remove warnings

github.com/ivanceras/titik - bd88ec86f0f5c35fcc16a618d4739dc9a3a5b096 authored over 4 years ago
Add initial code for slider

github.com/ivanceras/titik - 0a40039584a750accc18994c8203a4e39ef88d47 authored over 4 years ago
remove unnecessary casting

github.com/ivanceras/titik - 5c00488489e2bacddb9ce49b932927cfbdfca808 authored over 4 years ago
Make the renderer hit child widgets

github.com/ivanceras/titik - 8f971f6e5b4ebec344ce24d81b0f5ee48618b06e authored over 4 years ago
Add processing of mouse events clicking on active_tabs

github.com/ivanceras/titik - 4889bf3ac1bff2e9a5113bd9b2fa7bfb8a06531e authored over 4 years ago
Remove the line drawing symbols since it is being superseded by ito-canvas crate

github.com/ivanceras/titik - b3cf93ed43aebd9f8a8711d63e12a265d771f6a2 authored over 4 years ago
tab box use it's own draw_children implementation

github.com/ivanceras/titik - adb22a2fbfd17d31e543c8376d59695b52877a91 authored over 4 years ago
add version for the crate dependencies

github.com/ivanceras/ito-canvas - ecfee7657df527baca75d385a6146ae1f086c416 authored over 4 years ago
Remove non-existing readme fields

github.com/ivanceras/ito-canvas - b3fa38ac7c49d7cdaca04a46931efe1385a0941c authored over 4 years ago
Add implementation for adding text character into the canvas

Add missing keys for crates

github.com/ivanceras/ito-canvas - 28539a218621f660bbe726b981d87ac38503851d authored over 4 years ago
improve tab tab label rendering

github.com/ivanceras/titik - e2924bd627356aca06449ec9a7805dbed3636506 authored over 4 years ago
use the ito-canvas, unicode canvas for drawing rectangular shapes such as borders

github.com/ivanceras/titik - e606dd7b5012b5e737e38e32283f06a039450d7f authored over 4 years ago
use experimental canvas

github.com/ivanceras/titik - 2c03b63e6504a71c7dbf1aa3115140e732c503ea authored over 4 years ago
Remove more warnings

github.com/ivanceras/ito-canvas - f3f7c069ede8e0ecfe6b70cc0a67e59700a6625d authored over 4 years ago
use lazy static for the fragment lookup

github.com/ivanceras/ito-canvas - 3cfc92de1b27b45c68e5eabcb4fa36aef7cd9442 authored over 4 years ago
Fix typo on arcs in the lookup

github.com/ivanceras/ito-canvas - b64ccf36574858ce982896cc52d2274e8280b8a1 authored over 4 years ago
Add implementation for unicode canvas

github.com/ivanceras/ito-canvas - 1fbd113cc704dc7f6d8c25f7d79071564f7cae8e authored over 4 years ago
create a write_canvas function to buffer

implement empty border in canvas

github.com/ivanceras/titik - afacd8becb98ffdfc820642622f1f4489f5009e4 authored over 4 years ago
Make tab_box drawing of labels use the Canvas

github.com/ivanceras/titik - 467a11e63e728d398527a038636b1b608328cb2c authored over 4 years ago
clean up code for get_symbols()

expose draw_vertical and draw_horizontal line in canvas

github.com/ivanceras/titik - d70eb18dceb68b77d5b615dd830af25dc0061b14 authored over 4 years ago