summaryrefslogtreecommitdiff
path: root/src/strbuffer.h
AgeCommit message (Expand)Author
2015-02-12strbuffer: allow for duplicate propertiesAndrzej Rybczak
2014-08-29settings: configuration file processing rewriteAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2012-10-18replace a few string algorithms with boost utilitiesAndrzej Rybczak
2012-10-07scrollpad: add support for regex searchingAndrzej Rybczak
2012-10-06strbuffer: fix operator<<Andrzej Rybczak
2012-10-06restore BasicBuffer::write functionAndrzej Rybczak
2012-10-06strbuffer: fix Property::operator<Andrzej Rybczak
2012-10-06scrollpad: use std::string as containerAndrzej Rybczak
2012-10-06rewrite major part of strbuffer and Scrollpad::flushAndrzej Rybczak
2012-10-02fix header guardsAndrzej Rybczak
2012-09-12strbuffer: change basic_buffer to BasicBufferAndrzej Rybczak
2012-09-08move wstring related functions to wide_char fileAndrzej Rybczak
2012-09-08strbuffer: change typename C to CharTAndrzej Rybczak
2012-09-08string: fix lowercase functionAndrzej Rybczak
2012-09-03scrollpad: adjust indentation in header fileAndrzej Rybczak
2012-09-03change naming conventions in NC namespaceAndrzej Rybczak
2012-09-02strbuffer: reorder headersAndrzej Rybczak
2012-09-02strbuffer: adjust indentationAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-09-01strbuffer: remove if, it's not neededAndrzej Rybczak
2012-08-29more cleanup and grouping functions logically togetherAndrzej Rybczak
2012-08-29split majority of helpers and rewrite a few heinous functionsAndrzej Rybczak
2012-08-28strbuffer: be friend with Scrollpad instead of using shitty hacksAndrzej Rybczak
2012-08-28strbuffer: fix indentationAndrzej Rybczak
2012-08-28strbuffer: get rid of ostringstreamAndrzej Rybczak
2012-08-28restrict conversions being done in strbufferAndrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2010-01-31fixes for 2b39e6ed428dc478333f7f688bbe9d858caa0e8cAndrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2009-11-23perform case insensitive searching in text fieldsAndrzej Rybczak
2009-09-19document NCurses::basic_buffer classAndrzej Rybczak
2009-09-04make NCurses::basic_buffer::Write() constAndrzej Rybczak
2009-08-26fix scrolling text which contains both normal and wide charactersAndrzej Rybczak
2009-08-12new feature: alternative user interfaceAndrzej Rybczak
2009-07-04use prefix ++ instead of postfix where availableAndrzej Rybczak
2009-04-19improve formatting removalAndrzej Rybczak
2009-04-18new feature: allow searching in help, lyrics and info screensAndrzej Rybczak
2009-03-13fix Menu copy constructorAndrzej Rybczak
2009-03-10use typename keyword instead of class as it's more logicalAndrzej Rybczak
2009-03-05put classes related to ncurses into NCurses namespaceAndrzej Rybczak
2009-02-19move FormatPos struct to basic_buffer class, it should be privateAndrzej Rybczak
2009-02-19unused defines cleaning / a few fixes for clockAndrzej Rybczak
2009-01-22color artist's info loaded from a fileAndrzej Rybczak
2009-01-17update fsf address and copyright infoAndrzej Rybczak
2008-12-10update Menu class and related stuffAndrzej Rybczak