1 Commits (eaac6ad062c63a263a3109f21f06bf23c9de758c)

Author SHA1 Message Date
Andrzej Rybczak 478f4454d8 Move ncurses related files to curses directory 9 years ago
Andrzej Rybczak 516ee31109 Update headers 9 years ago
Andrzej Rybczak 71fa345280 strbuffer: fix issue with order of properties with the same position 11 years ago
Andrzej Rybczak aa8c47d578 actions: respect regular expression config when searching in text fields 11 years ago
Andrzej Rybczak c68631b2f0 actions: respect regular expression config when searching in text fields 11 years ago
Andrzej Rybczak ccb468592d remove support for ncurses terminal sequence escaping 11 years ago
Andrzej Rybczak 1348271098 do not use ncurses terminal sequence escaping by default 11 years ago
Andrzej Rybczak 25ac152b0d remove silly comment after namespaces 12 years ago
Andrzej Rybczak 75bae9862e window: change internal color representation 12 years ago
Andrzej Rybczak bf03b6d30b scrollpad: explicitely include iostream 12 years ago
Andrzej Rybczak e7523337c0 scrollpad: fix height calculation on window resize 12 years ago
Andrzej Rybczak 85a2802361 update copyright message 12 years ago
Andrzej Rybczak 0092dfe044 scrollpad: flush: load all remaining properties at the end 13 years ago
Andrzej Rybczak 12c7dc2f5b scrollpad: pass boost::regex flags explicitly 13 years ago
Andrzej Rybczak 1d4e006986 update copyright info 13 years ago
Andrzej Rybczak 670293655a scrollpad: fix bug in Scrollpad::flush() 13 years ago
Andrzej Rybczak c1d665bf9e scrollpad: add support for regex searching 14 years ago
Andrzej Rybczak 4a1824753c scrollpad: tidy Scrollpad::flush a bit 14 years ago
Andrzej Rybczak 43924f88e1 scrollpad: use std::string as container 14 years ago
Andrzej Rybczak eda2ea37a9 rewrite major part of strbuffer and Scrollpad::flush 14 years ago
Andrzej Rybczak 1eb0003714 window: rename Where to Scroll and make it enum class 14 years ago
Andrzej Rybczak 84326efc46 move wstring related functions to wide_char file 14 years ago
Andrzej Rybczak d5e2d315fd use wstrings uncoditionally where needed 14 years ago
Andrzej Rybczak f0cac617fa scrollpad: make m_beginning unsigned 14 years ago
Andrzej Rybczak af2cdca3d0 change naming conventions in NC namespace 14 years ago
Andrzej Rybczak d47cad1d50 get rid of 'using namespace NCurses' directive 14 years ago
Andrzej Rybczak 8abae236bb strbuffer: be friend with Scrollpad instead of using shitty hacks 14 years ago
Andrzej Rybczak f8151904f5 update copyright dates 14 years ago
Andrzej Rybczak ca956c3da3 update copyright dates 15 years ago
Andrzej Rybczak 08daa61907 update copyright notices 16 years ago
Andrzej Rybczak 6cd420511d perform case insensitive searching in text fields 17 years ago
Andrzej Rybczak 495ec25a0a simplify Clear() in Window and its derivatives 17 years ago
Andrzej Rybczak 08f4459b54 make sure that MaxBeginning in Scrollpad::Refresh() is never negative 17 years ago
Andrzej Rybczak cb9bf30dac scrollpad: do not reset starting position automatically in Clear() 17 years ago
Andrzej Rybczak eee80427fe change prototype of Window::Recreate() and throw away almost-duplicated code 17 years ago
Andrzej Rybczak cf3f8350c0 remove NCurses::Scrollpad::operator<<(std::ostream &(*os)(std::ostream&)) 17 years ago
Andrzej Rybczak d3a9dcf53c document NCurses::Scrollpad class 17 years ago
Andrzej Rybczak fc6d367f75 remove Clone() and EmptyClone() methods from NCurses::Window and derives 17 years ago
Andrzej Rybczak 7079bf0584 scrollpad: always create pad of minimal height equal visible height 17 years ago
Andrzej Rybczak a83989fbf0 simplify code in NCurses::Scrollpad::Flush() a bit 17 years ago
Andrzej Rybczak df051bf674 remove using declarations 17 years ago
Andrzej Rybczak 9dab25e02c use prefix ++ instead of postfix where available 17 years ago
Andrzej Rybczak da13e93df0 fix bug with removing format from artist's info screen 17 years ago
Andrzej Rybczak c7251ebb98 improve formatting removal 17 years ago
Andrzej Rybczak 88fa887776 new feature: allow searching in help, lyrics and info screens 17 years ago
Andrzej Rybczak 48f3361e2d improve conversions std::string <=> std::wstring 17 years ago
Andrzej Rybczak ea973b6b4a put classes related to ncurses into NCurses namespace 17 years ago
Andrzej Rybczak 2d74931a9a use static_cast in Scrollpad::Flush() instead of reinterpret_cast 17 years ago
Andrzej Rybczak c827c88993 use ncurses pad instead of ncurses window by default 17 years ago
Andrzej Rybczak ef9948cbe2 fix refreshing in clock screen while resizing / remove some unneded code 17 years ago