Commit Graph

290 Commits (5645d0de0303a6f3a0dfadd499ec3970bcb4e6d8)
 

Author SHA1 Message Date
timonpost@hotmail.nl 5645d0de03 gitignore 5 years ago
timonpost@hotmail.nl ffaaf5e39c review update 5 years ago
timonpost@hotmail.nl 567cf7b8e5 update 0.9.2 5 years ago
Florian Dehau 5f8dd38135 Release v0.5.1 5 years ago
Florian Dehau a74d335cb4 Fix clippy warnings 5 years ago
Florian Dehau 6d594143ed Format 5 years ago
Florian Dehau 7a5ad3fbdb Fix sparkline panic when max is zero 5 years ago
lcolaholicl 584f7688f4 Fix a wrongly linked link 5 years ago
Florian Dehau 4436110c44 Improve onboarding in documentation 5 years ago
lws 8a7c9d49b2 fix typo of CHANGELOG 5 years ago
lws b5d41caace fix typo of CHANFELOG 5 years ago
Curtis Malainey 206813d560 fix typo 5 years ago
Florian Dehau e0ab1e906e Release v0.5.0 5 years ago
Florian Dehau f8b3526426 Add code example for `Constraint::Ratio` 5 years ago
Florian Dehau d83baab433 Add modifiers in demo
As several modifiers are now supported on the same `Style` struct, make sure
that this feature is illustrated in some places of the demo.
5 years ago
Florian Dehau 43e38ac483 Fix Buffer::merge
Coordinates returned by Buffer::pos_of were interpreted as local coordinates
while they were global. This was resulting in panics due to out of bounds
accesses. Interpreting the coordinates as global and using correct offsets
when computing the new index within the buffer for each cell fix the issue.
5 years ago
David Flemström b079d4da4c Fix some examples that accidentally changed color 5 years ago
David Flemström 21e79ca078 Rebase and include necessary curses changes 5 years ago
David Flemström a25bbea555 Add workarounds for weird termion escape code handling 5 years ago
David Flemström b7664a4108 Support several modifiers and indexed colors at once 5 years ago
David Flemström d360cd3434 Support exact ratios for layout constraints 5 years ago
Florian Dehau e037db076c fix(backend/curses): use chtype to achieve platform agnostic conversion of graphemes 5 years ago
Florian Dehau 3ef19f41e6 fix(backend/curses): avoid platform specific conversion of graphemes 5 years ago
Florian Dehau da90ec15fa fix: add missing get_cursor and set_cursor on CursesBackend 5 years ago
Florian Dehau 7f5af46300 style: fmt 5 years ago
defiori 624e6ee047 fix: filter out wide unicode characters on windows 5 years ago
defiori 4a1f3cd61f feat: curses instance can be passed to backend 5 years ago
defiori 7c4a3d2b02 fix(examples): bring in line with demo organization 5 years ago
defiori 8db1bb56f2 fix: curses demo required features 5 years ago
defiori d75198a8ee feat: add pancurses backend 5 years ago
defiori cadb41c9e3 fix: unified crossterm backend 5 years ago
defiori b30cae0473 feat: crossterm backend can use alternate screen 5 years ago
scauligi 7290086fe9 forgot to flush 5 years ago
scauligi bca920bea0 get/set cursor position 5 years ago
Temirkhan Myrzamadi 32de7a3fdc Fix the example compilation error 5 years ago
Florian Dehau f20512b599 feat: add rustbox and crossterm demo 5 years ago
Jonathan cd41ca571f Modified with_crossterm naming scheme 5 years ago
Jonathan dc654e9f6c Added ability to create crossterm with previously created crossterm::Screen 5 years ago
Florian Dehau f5d7f70472 Release v0.4.0 5 years ago
Florian Dehau 0168442c22 chore: remove typos 5 years ago
Florian Dehau 22579b77cc chore(Makefile): make run-examples compile the examples in release mode 5 years ago
Florian Dehau 09c09d2fd1 fix(examples): remove logging in layout example 5 years ago
Florian Dehau b669cf9ce7 style: fix clippy warnings 5 years ago
Florian Dehau 5bc617a9a6 chore(Makefile): build and test using all features 5 years ago
Florian Dehau a75b811061 chore: bump itertools to 0.8 5 years ago
Florian Dehau ec6b46324e feat(examples): add cmd line args to the demo 5 years ago
Florian Dehau 97f764b45d feat: handle crossterm errors 5 years ago
Florian Dehau 7f31a55506 chore: show appveyor build status 5 years ago
Florian Dehau 2286d097dc chore(ci): add appveyor config 5 years ago
Florian Dehau 52a40ec99a fix: remove undefined crossterm attributes in windows builds 5 years ago