Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ivanceras/itui

Build terminal user interfaces and dashboards using Rust
https://github.com/ivanceras/itui

[Makefile] Fix fmt rule

b5e4ddafb456ab42e0d83efef6ee25446b6a9933 authored about 7 years ago by Florian Dehau <[email protected]>
[tools] Update tools install scripts

53d00015472abe9f316a484a162d61f26628b385 authored about 7 years ago by Florian Dehau <[email protected]>
[widgets][chart] Use generic type for labels

3cc3585e48394b52b92786e3c7f479b394e5f668 authored about 7 years ago by Florian Dehau <[email protected]>
Minor codestyle fixes

3045ac4124df2df88ff28449ebf388f3676c3c4c authored about 7 years ago by talha <[email protected]>
add note to readme about running/quitting examples

80f5f9f481e156bf11021be88208ec76da231582 authored about 7 years ago by William Bush <[email protected]>
[Makefile] Bump rustfmt version

6eb1987650055529d968d11140b05ccd625bfde3 authored over 7 years ago by Florian Dehau <[email protected]>
[Makefile] Bump clippy version

295fc77df20d2bfd31b07b45f78244a579bd0f3c authored over 7 years ago by Florian Dehau <[email protected]>
Run cargo fmt

71545a0aa8d031061a5e8262a780bf3a602a4964 authored over 7 years ago by Florian Dehau <[email protected]>
[examples] Fix Demo example

d008892e04195f101fa03a8040eecb50272ff403 authored over 7 years ago by Florian Dehau <[email protected]>
[widgets] Refactor Table Widget

* Add Row enum
* Move to a generic definition of table which allow iterators to be
passed as arg...

c18885d38b8b0c6dfc021d73b67cc5155f34cd45 authored over 7 years ago by Florian Dehau <[email protected]>
[widgets] Fix table doc test

3b8cc241ac32406e85fa6f17588d2ebb54a55679 authored over 7 years ago by Florian Dehau <[email protected]>
[widgets] Fix Row export

ca3308e94504d6d4a94455b997830252f54b8d96 authored over 7 years ago by Florian Dehau <[email protected]>
[examples] Fix Table example

af6d5894593383cfba5c961f458bc05473daf4c9 authored over 7 years ago by Florian Dehau <[email protected]>
Refactor demo example

41eac2aa4ea7b3fcdc6de2c3ac14bce98e6a5fe6 authored over 7 years ago by Florian Dehau <[email protected]>
Fix custom_widget example

7749e5ee35b3ab4d0079b81c1a7cfc15c0c9ff65 authored over 7 years ago by Florian Dehau <[email protected]>
Update Widget Trait

The draw function now take a &mut reference to the widget, allowing the
widget to modify itself ...

b1737ce667067abcc23a96e776a591f84481dd1b authored over 7 years ago by Florian Dehau <[email protected]>
Fix List lifetime issues

Add a new lifetime for the items inside the list

d6a91d186575a1c4791b58dfc47e2fa1b978d201 authored over 7 years ago by Florian Dehau <[email protected]>
Fix List example

b8fd4a8685b2cc21cf91f28b6a8ccd6fcd6159b7 authored over 7 years ago by Florian Dehau <[email protected]>
Refactor List Widget

* Add a generic item object for the list. The item can either be some data
alone or some data an...

89a173fe9b44bcf65011e52a00df2b166c20aeef authored over 7 years ago by Florian Dehau <[email protected]>
Add mouse support in TermionBackend

* Old TermionBackend is replaced by RawBackend
* Add TermionBackend with mouse support called Mo...

a9aa23aeadf4a90029e9b90ee1ebee8b7dbd6f5d authored over 7 years ago by Florian Dehau <[email protected]>
Fix examples

bb61028e0c8130cbaeb9102f3e75e04e4223720c authored over 7 years ago by Florian Dehau <[email protected]>
Release v0.1.3

d926695b17ea7c41ce7dc1b6375ec3ccddff3038 authored over 7 years ago by Florian Dehau <[email protected]>
Fix clippy rule in Makefile

c2ad42b50938f1310bf73bd60b8fd0a79e533644 authored over 7 years ago by Florian Dehau <[email protected]>
Refactor Cargo.toml to only enable "termion" feature by default

419f2aadb218e8577a38bb3a1403c6a9e2345236 authored over 7 years ago by Florian Dehau <[email protected]>
Add specification for all examples in Cargo.toml

fd1e1f22afef7ab9e819f21879067df6bfd48bf5 authored over 7 years ago by Florian Dehau <[email protected]>
Bump dependencies

28f0a8f2168416322196c59469644774b782d7ec authored over 7 years ago by Florian Dehau <[email protected]>
Bump clippy version

92a3474093c9fd000fa4760ce8bb488fb4927365 authored over 7 years ago by Florian Dehau <[email protected]>
Add documentation for pipelines rules

7b2b1e1c80d6cd9b47e8b06ab7753dcdff236aca authored over 7 years ago by Florian Dehau <[email protected]>
Add pipelines rules to build && test a channel quickly

06a3c9346bfec85a09984cb94be862774edf2ad3 authored over 7 years ago by Florian Dehau <[email protected]>
Update README

dea9818c59a51bbedcd866f55a862b86374e671b authored over 7 years ago by Florian Dehau <[email protected]>
Update badges

28accd529a56f5a142282683c1ab98e336318cbe authored over 7 years ago by Florian Dehau <[email protected]>
Add travis badge to Cargo.toml

1461aaa3514eca62c8e689a09ccc552e587c6506 authored over 7 years ago by Florian Dehau <[email protected]>
Update dependencies

d8865af5595e5cfb168f51451fd2ae26e6a673f4 authored over 7 years ago by Florian Dehau <[email protected]>
[CI] Fix missing build and test command in scripts/travis/script.sh

2cb5e185eb9ed98dbe4afee49e03bcdd3f1f8d53 authored over 7 years ago by Florian Dehau <[email protected]>
Fix rustfmt and clippy errors

b2bb24b9d21f71efd794896c4f7aae307d2f0eb5 authored over 7 years ago by Florian Dehau <[email protected]>
Refactor Makefile install rule

Check for older installation of the tools and only install them if
missing or if the versions do...

c42ca058490cc9dfc5259baf0f0a3d9fe3fd21d5 authored over 7 years ago by Florian Dehau <[email protected]>
[CI] Add lint stage

* Add scripts for Travis under ./scripts/travis
* Install rustfmt and clippy on nightly
* Lint c...

29db3dd722da67260587929755417fa305a28b37 authored over 7 years ago by Florian Dehau <[email protected]>
Merge pull request #5 from fdehau/ft-refactor-makefile

Refactor Makefile

b351ad86e476da36493206b47203aef5a2c6182c authored over 7 years ago by Florian Dehau <[email protected]>
Refactor Makefile

* Restructure old rules to make them generic. They now also take in
consideration the developer ...

340aa94e63bf8102a9254fd473538db2ebdc5770 authored over 7 years ago by Florian Dehau <[email protected]>
[Travis] Allow failure in beta

a8c623d0cea10e958f111b551d6b2f6346d781b3 authored over 7 years ago by Florian Dehau <[email protected]>
Merge pull request #4 from wose/bug/example-crash

fixes panic when terminal was resized

bd0dcdcc87436b47e532b874857ca85b4235ddad authored over 7 years ago by Florian Dehau <[email protected]>
Merge pull request #3 from wose/master

fixes scroll handling for paragraph widget

5e4960162d6ba3718d17465847e5efa84ab4c815 authored over 7 years ago by Florian Dehau <[email protected]>
fixes panic when terminal was resized

7652cc440dd64eccfd8463fae445c206b9cf65f7 authored over 7 years ago by Sebastian Woetzel <[email protected]>
fixes scroll handling for paragraph widget

81cedbd6f24e0348db8889b2b5ede1334dbe427e authored over 7 years ago by Sebastian Woetzel <[email protected]>
Release 0.1.2

384ae324c96f2fedf84472fe20f5e43fb7ee03be authored about 8 years ago by Florian Dehau <[email protected]>
Update dependencies

5a48de24a2d840c3e273ad8a1ced37886c656e3e authored about 8 years ago by Florian Dehau <[email protected]>
Release 0.1.1

796dab88734c802c767c8b16374793d14ab737f7 authored about 8 years ago by Florian Dehau <[email protected]>
Update README

c7f5f34eb5c23d4e63e7c8a7b57407daa28c40d8 authored about 8 years ago by Florian Dehau <[email protected]>
Improve Paragraph widget

* Add the possibility to disable the markup rendering
* Fix parser error

116ee4439a1921c0d635a210e503ee987f0274bc authored about 8 years ago by Florian Dehau <[email protected]>
Make List more user-friendly

e585bfeab5dba0e95ab40e81a0323934da9486eb authored about 8 years ago by Florian Dehau <[email protected]>
Convert backends to conditionnal features for compilation

feefa5d54f6f11ba9b9dd37d09d413b070a8300c authored about 8 years ago by Florian Dehau <[email protected]>
Typos

d00c89ac48e3e404501cb317807cecc71321747e authored about 8 years ago by Florian Dehau <[email protected]>
Add badges

5985458e89f407047a1c0c6196d42186ff4cd20a authored about 8 years ago by Florian Dehau <[email protected]>
Add Travis config file

db5e41d79f61529bfe523b90d0659463e3c12e88 authored about 8 years ago by Florian Dehau <[email protected]>
Fix typo in README

d972375ed9c0bf019447ac404547b07c95edf0bb authored about 8 years ago by Florian Dehau <[email protected]>
Update dev dependencies

191859cb1165b67af99ac169ae1c45c0e64a07ae authored about 8 years ago by Florian Dehau <[email protected]>
Update Cargo.toml

19ab01e136cd6e57d3dbb814e134621e3b5de514 authored about 8 years ago by Florian Dehau <[email protected]>
Update README and examples

f025cb0221bdc8fe14287ad1cea5139d7d3b9a2f authored about 8 years ago by Florian Dehau <[email protected]>
Add examples and demo

42fb0803af34c2f60209518b908e8a8814278d7d authored about 8 years ago by Florian Dehau <[email protected]>
Fix clippy warnings

4f8a57d500a6aa6ebff13f01fde4735d9326a9df authored about 8 years ago by Florian Dehau <[email protected]>
Add the possibility to provide a RustBox instance at backend initialization

b30fede80c7ffe064b0d9eea3e4359a523844a72 authored about 8 years ago by Florian Dehau <[email protected]>
Add support for multiline gauge

4bb2b8eb2406e2a55bbc70148819dfe73f381d71 authored about 8 years ago by Florian Dehau <[email protected]>
Fix parser in paragraph

5efc52e03de4a59818341c5c04b4113524a400ad authored about 8 years ago by Florian Dehau <[email protected]>
Update demo

75d5efa443a91533de0d4aa5201353f4f9cf4264 authored about 8 years ago by Florian Dehau <[email protected]>
Custom label for gauge

a3c96865a860e8d210d02a5f04527f09177fc429 authored about 8 years ago by Florian Dehau <[email protected]>
Fix table example

17c95cf826cc10fd1f737cc35f851cfe3c6cabcd authored about 8 years ago by Florian Dehau <[email protected]>
Update list and table to be more flexible

* Move List to SelectableList
* Create a more generic List
* Change the way to pass items to the...

ad239ef23cd4795808ebd2813a67f2c363278598 authored about 8 years ago by Florian Dehau <[email protected]>
Add README, LICENSE and update demo

d70e2d16789e9b396daad1644953eb6d7cd4afd7 authored about 8 years ago by Florian Dehau <[email protected]>
Fix layout cache on nightly

6fb044950aa25db3bc28449941f249a2aa57303f authored about 8 years ago by Florian Dehau <[email protected]>
Fix layout cache on nightly

b19c014889acd4ceeb80d1a7e30f6a85cbfdab7d authored about 8 years ago by Florian Dehau <[email protected]>
Fix examples

662e2dd102f500136540731373b15ed7e51b5b10 authored about 8 years ago by Florian Dehau <[email protected]>
Add support for text styling

224eb2d8e0cfefc854b35a5cfef0b7d48f8e8f4e authored about 8 years ago by Florian Dehau <[email protected]>
Update demo

0b950de09f3ef947a2c6718bb0b23832d072b293 authored about 8 years ago by Florian Dehau <[email protected]>
Refactor Terminal to be able to support multiple backends

* Add Rustbox as an other possible backend

9bc61551e2ea328f4e9ceb9ce58847da3a1aa424 authored about 8 years ago by Florian Dehau <[email protected]>
More documentation

652ff12380a769fba7b9b51b58fde925b009e383 authored about 8 years ago by Florian Dehau <[email protected]>
Documentation

fcac19d6c5ced34582d9430179200e4665e81ae6 authored about 8 years ago by Florian Dehau <[email protected]>
Update demo

e00639fab15e02e2ac7d0049ec04a175dd4eadc4 authored about 8 years ago by Florian Dehau <[email protected]>
Canvas widget refactoring

7a2598735204b3a56eb2300ff14296b79177fccb authored about 8 years ago by Florian Dehau <[email protected]>
Fix text width measure in Text widget

19a9cf8239bd5548b8410632d774ce91cec297cb authored about 8 years ago by Florian Dehau <[email protected]>
Documentation

93cc237007ebf0d843ab4561d59d184a0edfc1a7 authored about 8 years ago by Florian Dehau <[email protected]>
More work on the widgets API

* Change slice to vecs in table and canvas to ease the interaction with data
constructed on the ...

9e5195096a9343ea1dd04b0dcffd11adf4de57ed authored about 8 years ago by Florian Dehau <[email protected]>
Change dot symbol for line chart

20465f215965be1449a6ac9f6be2999e2529dad8 authored about 8 years ago by Florian Dehau <[email protected]>
Add a way to disable logging in the demo

dce4bf15b7dd320d7479e0c35f1833fac0c3fa53 authored about 8 years ago by Florian Dehau <[email protected]>
Add example for implementing a custom widget

d42dfaa71081ef8d4fbbd4f378b23919594a5a62 authored about 8 years ago by Florian Dehau <[email protected]>
Cleanup API

a5b632aeb0b3d81f2f820115c73c44a9dee296ad authored about 8 years ago by Florian Dehau <[email protected]>
Add background_color support for all existing wigets

a36e20f2172d6f8e00eed8108fe0ba2acac3a16b authored about 8 years ago by Florian Dehau <[email protected]>
Fix chart and canvas widgets

d038b283dbb83ced141d7d93129cd8b147f0e9a2 authored about 8 years ago by Florian Dehau <[email protected]>
Fix some display errors

cd919e69f5bd5ae1da95cb811fb81f25755a73f1 authored about 8 years ago by Florian Dehau <[email protected]>
Add Table widget base implementation

dd6cdf1f1120fdf115dd4dc39a6be376ce4e00de authored about 8 years ago by Florian Dehau <[email protected]>
Redefine canvas widget and add shapes

* Give the canvas widget a proper modules and define a standard way to
draw to it (Shape trait)
...

654be037be27d38d08e63e9e5e687c407d8ee47b authored about 8 years ago by Florian Dehau <[email protected]>
Fix some layout problems

107d7297af738f704387a9085fece575dea43d99 authored about 8 years ago by Florian Dehau <[email protected]>
Improve canvas functionalities and fix clippy warnings

f0979dfeeeebaff9342d91fdeb9d168f244bc537 authored about 8 years ago by Florian Dehau <[email protected]>
Fix list selection

25bb360f13361313ee4e07216341225bad6c6908 authored about 8 years ago by Florian Dehau <[email protected]>
Fix layout computation

d8d18d3d9dd7158bec42d793763429896fd58d8e authored about 8 years ago by Florian Dehau <[email protected]>
Add Map widget

c862fa9ce384f362521f0455be540cdafd3af216 authored about 8 years ago by Florian Dehau <[email protected]>
Add data for drawing a world map

286e345dbc8e1e72853c89ecec203d94d16d14dc authored about 8 years ago by Florian Dehau <[email protected]>
Update prototype

659a1e05dc0bd6130b258658af35af376f18dea3 authored about 8 years ago by Florian Dehau <[email protected]>
Add Canvas widget

* Add a canvas widget to draw shapes using braille dots
* Use this widget in the chart widget wh...

7bdb11c6818a86fb59adf5a77e8dcbd5e3a57385 authored about 8 years ago by Florian Dehau <[email protected]>
Add Tabs widget

da67a679f744ff3d9abc055f1acec75fc0d190d2 authored about 8 years ago by Florian Dehau <[email protected]>
Rename set_characters method in buffer interface

b0b16450102b0db4653631f756be3450e1948a0d authored about 8 years ago by Florian Dehau <[email protected]>