summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-04-23Fix :open bug that could set a deleted buffer as the last used oneMaxime Coste
2015-04-22Use puts instead of printf in ncurses_uiMaxime Coste
2015-04-22Add format_to allowing formating to an existing bufferMaxime Coste
2015-04-21Comment out update_erase function (keeped for reference)Maxime Coste
2015-04-21Disable history in :exec and :evalMaxime Coste
2015-04-21Support -buffer * to iterate over all buffers in :eval or :execMaxime Coste
2015-04-21Small style tweakMaxime Coste
2015-04-21Merge remote-tracking branch 'ekie/next_buffer'Maxime Coste
2015-04-20Fix select_number crashing on empty buffersMaxime Coste
2015-04-19Make empty context construction more explicitMaxime Coste
2015-04-19Fix search highlighter wrong codeMaxime Coste
2015-04-19Avoid unneeded update of selections when we are going to overwrite themMaxime Coste
2015-04-19Remove Context::set_selections, use Context::selections() = ...Maxime Coste
2015-04-19Run BufOpenFifo hook when opening a fifo in a (new or already existing) bufferMaxime Coste
2015-04-18UndoGroupOptimizer disappeared long time agoMaxime Coste
2015-04-17Small layout changeMaxime Coste
2015-04-17Fix StronglyTypedNumbers::absMaxime Coste
2015-04-16Fix UnorderedSet allocatorMaxime Coste
2015-04-16Use an UnorderedSet for string registryMaxime Coste
2015-04-16Improve ui_options docstringMaxime Coste
2015-04-15Optional: put the bool m_valid after the content to improve packingMaxime Coste
2015-04-15Refactor nextbuffer_cmdEike Plack
2015-04-15Fix set_last_used_bufferEike Plack
2015-04-15Remove is_blank, which is identical to is_horizontal_blankMaxime Coste
2015-04-13Add support for string <-> selection list serializationMaxime Coste
2015-04-13Add a 'abs' friend function to StronglyTypedNumberMaxime Coste
2015-04-13Refactor nextbuffer command to be more idiomaticMaxime Coste
2015-04-13Merge remote-tracking branch 'jjthrash/next-prev-buffer'Maxime Coste
2015-04-12Small alignement changeMaxime Coste
2015-04-11Use char for KeyMapMode enumMaxime Coste
2015-04-09small code formatting fixMaxime Coste
2015-04-09Add nextbuffer commandJimmy Thrasher
2015-04-08Regex comparison operator are constMaxime Coste
2015-04-07Always optimize StringView::strlen (recursive due to constexpr)Maxime Coste
2015-04-06Use default values for ncurses options when not specifiedMaxime Coste
2015-04-06Make ncurses wheel scroll button configurableMaxime Coste
2015-04-04Add onkey command for executing commands after reading a keyMaxime Coste
2015-04-03Avoid zstr in write_debug when no *debug* buffer can be createdMaxime Coste
2015-04-03Avoid zstr call in ncurses addutf8strMaxime Coste
2015-04-02Rewrite rgb color parsingMaxime Coste
2015-04-02Replace a snprintf with format in backup file name generationMaxime Coste
2015-04-01Avoid zero terminated string based console printingMaxime Coste
2015-03-31small code tweak in formatMaxime Coste
2015-03-31Use format for {Win,Buf}SetOption hooks descriptionMaxime Coste
2015-03-31number to string conversion avoids memory allocationsMaxime Coste
2015-03-30More useage of the format functionMaxime Coste
2015-03-30Use custom implementation rather the sscanf in str_to_intMaxime Coste
2015-03-30Replace various adhoc operator+ based formatting with format funcMaxime Coste
2015-03-30Add a format function for printf like formattingMaxime Coste
2015-03-30Always go through StringView to compare stringsMaxime Coste