summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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
2015-03-30Fix wrong implicit conversions from int/Codepoint to StringViewMaxime Coste
2015-03-29Move skip_while helpers to selectors.hhMaxime Coste
2015-03-28Handle mouse events in key_to_strMaxime Coste
2015-03-27minor cleanupMaxime Coste
2015-03-27Add support for Home/End keys in normal and insert modeMaxime Coste
2015-03-27small formatting tweakMaxime Coste
2015-03-27Make utf8_iterator a proper stl useable iteratorMaxime Coste
2015-03-27Rework show_matching highlighter implementationMaxime Coste
2015-03-26Move some only used once inline functions directly in their callerMaxime Coste
2015-03-26Add <alt-:> for ensuring selections are forward (cursor >= anchor)Maxime Coste