summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-10-06scrolloff is now a line,column pairMaxime Coste
2014-10-05InternedStrings know their slotsMaxime Coste
2014-10-03Use InternedStrings for buffer contentsMaxime Coste
2014-10-01Small refactorMaxime Coste
2014-10-01Fix finding next match when the cursor is in the middle of the only matchMaxime Coste
2014-10-01Add support for interned stringsMaxime Coste
2014-09-28Pass -rdynamic only to the linkerMaxime Coste
2014-09-28Start with the whole buffer selected in filter modeMaxime Coste
2014-09-26Remove unused functionMaxime Coste
2014-09-26Finding next matches start from seleciton min/max instead of cursorMaxime Coste
2014-09-25line joining will only join selected lines if selection span multiples onesMaxime Coste
2014-09-25Fix reverse search when extendingMaxime Coste
2014-09-23Add support for mapping keys in goto/view commandsMaxime Coste
2014-09-23Add inner versions of to object begin/end selectionMaxime Coste
2014-09-22add a 'buffers' debug command to get info on alive buffersMaxime Coste
2014-09-22Use std:move for selection parametersMaxime Coste
2014-09-22tweak helper functions in buffer_utils.hhMaxime Coste
2014-09-20Use raw terminal, and handle signals manuallyMaxime Coste
2014-09-19preserve selection direction in split linesMaxime Coste
2014-09-19small refactor in highlightersMaxime Coste
2014-09-18Fix confusion between -n and -d switches in mainMaxime Coste
2014-09-18Fix compilation on recent cygwinMaxime Coste
2014-09-18Add a small validation assert to catch a rare bugMaxime Coste
2014-09-18Keep selection direction on split/select/searchMaxime Coste
2014-09-15Makefile: Include system header in generated dependenciesMaxime Coste
2014-09-10Add some color to mode specific mode line infoMaxime Coste
2014-09-09Target end of line on line selectorsMaxime Coste
2014-09-09Add support for target column preservationMaxime Coste
2014-08-28Fix spaces_to_tabs when tabs follow spacesMaxime Coste
2014-08-26Limit the iteration count when reading from a fifoMaxime Coste
2014-08-26Fix handling of -- in parameter parserMaxime Coste
2014-08-21Add a 'disabled_hooks' regex optionMaxime Coste
2014-08-19Add support for 'c-o' in prompt and insert to hide the completion menuMaxime Coste
2014-08-19Do not allow using color names as face namesMaxime Coste
2014-08-19Allow faces to reference facesMaxime Coste
2014-08-19Remove option checkers, handle that through the type systemMaxime Coste
2014-08-19Add support for operator== to OptionalMaxime Coste
2014-08-18Do not escape completions in completer functions let the client decideMaxime Coste
2014-08-17Get forced file descriptors after calling pollMaxime Coste
2014-08-17Always inline a few more methodsMaxime Coste
2014-08-17Add exception reporting in filter modeMaxime Coste
2014-08-15Add support for reading from stdin/writing to stdout in filter modeMaxime Coste
2014-08-14Refactor, remove kakoune function and move it inside main.Maxime Coste
2014-08-14Add support for running kakoune as a filter, using -f 'keys'Maxime Coste
2014-08-14Refactor main loops, use separate functions for each running modeMaxime Coste
2014-08-14memoryview: add support for reverse iterationMaxime Coste
2014-08-14Add support for <c-w> <c-b> and <c-e> for word moves in the line editorMaxime Coste
2014-08-14NCurses: properly handle ctrl+altMaxime Coste
2014-08-12Defer deletion of buffers to after the event loopMaxime Coste
2014-08-12Tweak client redraw logic, avoid highlight if only status line changedMaxime Coste