Historique des commits

Auteur SHA1 Message Date
  xuty 0a6cf1540b Add tests for InputBehaviorDesktop il y a 4 ans
  devmil c2251292aa fixes formatting problem il y a 4 ans
  devmil 9a6369a99c Adds a workaround for input system race conditions (double characters) il y a 4 ans
  xuty 042fe1dfb8 Merge pull request #60 from devmil/feature/search il y a 4 ans
  devmil 6e12265401 Fixes unicode width handling for search il y a 4 ans
  xuty 47b31281f8 Add test for CJK character search il y a 4 ans
  xuty 766397e11d Add test for wide character search il y a 4 ans
  devmil 66b08316c5 Removes `Terminal` from public Buffer API il y a 4 ans
  devmil e0faf9d4eb Fixes creation test il y a 4 ans
  devmil 83fd8ebba1 adds additional TerminalSearch tests il y a 4 ans
  devmil f03b6724c5 Adds some tests for the search functionality il y a 4 ans
  devmil ef295eca8a currentSearchHit now is optional to let the user decide if the current search hit il y a 4 ans
  devmil 289187fe05 Fixes search hit painting bug (hit partially out of the view) il y a 4 ans
  devmil ebd07b1c60 adds special color for currently selected search hit il y a 4 ans
  devmil b4d64d10a5 Even more cleanup (unused functionality) il y a 4 ans
  devmil 544d1dfd8d TerminalSearch cleanup and comments il y a 4 ans
  devmil 44a0ad51c9 Scroll current search hit into view il y a 4 ans
  devmil 95c46509bb isActive for TerminalSearchTask that disables it completely il y a 4 ans
  devmil c68c288509 adds currentSearchHit to SearchResult il y a 4 ans
  devmil 3e3685b878 Introduces TerminalSearchOptions il y a 4 ans
  devmil 872ab62411 isUserSearchActive now is explicit il y a 4 ans
  devmil 8ed92ea69a improves search result drawing (by not interfering with the normal terminal content) il y a 4 ans
  devmil 293556bc17 Search Hit style can now be configured via Theme il y a 4 ans
  devmil 597e0b2ec7 Wires up first very basic search result drawing il y a 4 ans
  devmil e3fdb95206 Generalizes dirty handling on a BufferLine il y a 4 ans
  devmil 406fde0727 Prepares TerminalSearch to have multiple search tasks il y a 4 ans
  devmil 38be8eaa17 First Search implementation il y a 4 ans
  devmil a349f1d4f6 Adds SearchString to BufferLine il y a 4 ans
  Michael Lamers (Devmil) f63155ade9 adds 'ignoreBoldFlag' to TemrinalStyle. This ignores the request for rendering a text bold. Currently needed for Linux il y a 4 ans
  devmil 6fba711b4f Fixes visibility when not focused il y a 4 ans