summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2015-03-25Flip the cat assistantMaxime Coste
2015-03-25Add exception type name when failing with an uncaught exceptionMaxime Coste
2015-03-25Remove unneeded c_str() callMaxime Coste
2015-03-24Only do tty validation when using a NCursesUIMaxime Coste
2015-03-24Use a dummy UI when running tests, so that we do not need a ttyMaxime Coste
2015-03-23Fix segfault in highlightingMaxime Coste
2015-03-22Add support for mouse wheelMaxime Coste
2015-03-22Experimental support for mouseMaxime Coste
2015-03-22Check modifiers before inserting codepoints in the line editorMaxime Coste
2015-03-22Impreove Window::buffer_coord behaviour with invalid coordsMaxime Coste
2015-03-21constexprify FaceMaxime Coste
2015-03-21Fix Color constructor not constexprMaxime Coste
2015-03-20constexprify Color (in)equality operatorMaxime Coste
2015-03-19Small code tweakMaxime Coste
2015-03-19Refactor number_line higlighter, use a switch to higlhight the cursor lineMaxime Coste
2015-03-19Merge remote-tracking branch 'ekie/relative_line_numbers'Maxime Coste
2015-03-18Add a display coord to buffer coord method to WindowMaxime Coste
2015-03-18Add support for relative line numbersEike Plack
2015-03-17Remove unneeded includeMaxime Coste
2015-03-16Change flags operator& to return a value convertible both to flags and boolMaxime Coste
2015-03-15Store fake keystrokes when selecting an insert completion candidateMaxime Coste
2015-03-14Change ParameterParser switch interface, use an Optional<StringView>Maxime Coste
2015-03-14More code style cleanupMaxime Coste
2015-03-14Tweak command docstrinsMaxime Coste
2015-03-14Allocate some data in advance in string algorithmMaxime Coste
2015-03-14Small refactoring in client_manager.ccMaxime Coste
2015-03-14Minor code cleanupMaxime Coste
2015-03-14Avoid stdout/stderr as variable namesMaxime Coste
2015-03-13Do not change the insert completion menu when a candidate is selectedMaxime Coste
2015-03-13Change ShellManager to return both stdout and the return value in a pairMaxime Coste
2015-03-13Code style change in shell_manager.ccMaxime Coste
2015-03-13exception::what returns a StringView rather than a const char*Maxime Coste
2015-03-13Keep the dir trailing slash in split_pathMaxime Coste
2015-03-12Use correct %zu format string rather than castMaxime Coste
2015-03-12Minor cleanupMaxime Coste
2015-03-12Make split_path publicMaxime Coste
2015-03-12Improve 'def' command completion behaviour and clean it up a littleMaxime Coste
2015-03-12Avoid calling real_path when not needed in BufferManager::get_buffer_ifpMaxime Coste
2015-03-12Cleanup parameter parser codeMaxime Coste
2015-03-12Fix compilation on clangMaxime Coste