summaryrefslogtreecommitdiff
path: root/src/scrollpad.cpp
AgeCommit message (Expand)Author
2014-08-27scrollpad: fix height calculation on window resizeAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2013-07-10scrollpad: flush: load all remaining properties at the endAndrzej Rybczak
2013-07-09scrollpad: pass boost::regex flags explicitlyAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2012-12-14scrollpad: fix bug in Scrollpad::flush()Andrzej Rybczak
2012-10-07scrollpad: add support for regex searchingAndrzej Rybczak
2012-10-06scrollpad: tidy Scrollpad::flush a bitAndrzej Rybczak
2012-10-06scrollpad: use std::string as containerAndrzej Rybczak
2012-10-06rewrite major part of strbuffer and Scrollpad::flushAndrzej Rybczak
2012-10-05window: rename Where to Scroll and make it enum classAndrzej Rybczak
2012-09-08move wstring related functions to wide_char fileAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-06scrollpad: make m_beginning unsignedAndrzej Rybczak
2012-09-03change naming conventions in NC namespaceAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-08-28strbuffer: be friend with Scrollpad instead of using shitty hacksAndrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2009-11-23perform case insensitive searching in text fieldsAndrzej Rybczak
2009-11-13simplify Clear() in Window and its derivativesAndrzej Rybczak
2009-10-25make sure that MaxBeginning in Scrollpad::Refresh() is never negativeAndrzej Rybczak
2009-10-11scrollpad: do not reset starting position automatically in Clear()Andrzej Rybczak
2009-09-17change prototype of Window::Recreate() and throw away almost-duplicated codeAndrzej Rybczak
2009-09-16remove NCurses::Scrollpad::operator<<(std::ostream &(*os)(std::ostream&))Andrzej Rybczak
2009-09-16document NCurses::Scrollpad classAndrzej Rybczak
2009-09-16remove Clone() and EmptyClone() methods from NCurses::Window and derivesAndrzej Rybczak
2009-09-06scrollpad: always create pad of minimal height equal visible heightAndrzej Rybczak
2009-09-06simplify code in NCurses::Scrollpad::Flush() a bitAndrzej Rybczak
2009-07-05remove using declarationsAndrzej Rybczak
2009-07-04use prefix ++ instead of postfix where availableAndrzej Rybczak
2009-05-10fix bug with removing format from artist's info screenAndrzej Rybczak
2009-04-19improve formatting removalAndrzej Rybczak
2009-04-18new feature: allow searching in help, lyrics and info screensAndrzej Rybczak
2009-03-26improve conversions std::string <=> std::wstringAndrzej Rybczak
2009-03-05put classes related to ncurses into NCurses namespaceAndrzej Rybczak
2009-03-04use static_cast in Scrollpad::Flush() instead of reinterpret_castAndrzej Rybczak
2009-02-18use ncurses pad instead of ncurses window by defaultAndrzej Rybczak
2009-02-16fix refreshing in clock screen while resizing / remove some unneded codeAndrzej Rybczak
2009-02-10includes cleaningAndrzej Rybczak
2009-02-05fix Scrollpad::MoveTo()Andrzej Rybczak
2009-01-22color artist's info loaded from a fileAndrzej Rybczak
2009-01-20get rid of Scrollpad::itsXPos as it's redunantAndrzej Rybczak
2009-01-17update fsf address and copyright infoAndrzej Rybczak
2009-01-13initialize ints in Scrollpad::Flush() to zeroAndrzej Rybczak
2008-12-11improve handling statusbar messages (+ some minor various fixes)Andrzej Rybczak
2008-12-09remove color parser / update Window, Scrollpad class and related stuffAndrzej Rybczak
2008-10-07another code clean-upsunK
2008-10-07include and ifdef clean-upunK