summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-05-16more robust NCursesUI::menu_showMaxime Coste
2013-05-16cpp.kak: fix alt_dirs option default valueMaxime Coste
2013-05-16Add scrolloff option supportMaxime Coste
2013-05-15add '&' for aligning selectionsMaxime Coste
2013-05-15Full object selection support for paragraphs and sentencesMaxime Coste
2013-05-15colalias can reference another aliasMaxime Coste
2013-05-14Editor::select(Selection, SelectMode::Extend) now only keeps the extended mai...Maxime Coste
2013-05-14tweak Range::merge_with behaviourMaxime Coste
2013-05-14fix overlaps(Range, Range)Maxime Coste
2013-05-13fix regex prompt whith empty regexMaxime Coste
2013-05-13Use more std::* for string handlingMaxime Coste
2013-05-13support specifying colors with RGB componentsMaxime Coste
2013-05-06Option can be declared with a checker function.Maxime Coste
2013-05-06add unordered_set option support, use it for completersMaxime Coste
2013-05-06add specialized contains function for unordered_setMaxime Coste
2013-05-03add a completers option for specifying which completer to use for BufferCompl...Maxime Coste
2013-05-03BufferCompleter: avoid modifying the buffer when not neededMaxime Coste
2013-05-03Editor: tweak behaviour on undo/redo when selecting modified rangesMaxime Coste
2013-05-03Editor: undo and redo select all ranges modified instead of the last oneMaxime Coste
2013-05-03add SelectionList::check_invariantMaxime Coste
2013-05-02Move selection update code to SelectionListMaxime Coste
2013-05-02DisplayBuffer: optimize Text and ReplacedBufferRange as wellMaxime Coste
2013-04-30Fix UndoGroupOptimizerMaxime Coste
2013-04-30add paragraph (p) objectMaxime Coste
2013-04-30add sentence (s) objectMaxime Coste
2013-04-29Fix UndoGroupOptimizerMaxime Coste
2013-04-29FlagLines: use a shared updaters for optionsMaxime Coste
2013-04-29catch errors when opening files given on command lineMaxime Coste
2013-04-29fix bug in compact_pathMaxime Coste
2013-04-26fix handling of ~ in filenames so that :edit ~ does not open a file named '~'Maxime Coste
2013-04-26git-tools.kak: support add and diff commandMaxime Coste
2013-04-26echo: rename -col option to -colorMaxime Coste
2013-04-26When committing an undo group, run an optimization pass on itMaxime Coste
2013-04-26Buffer::Modification::Position is a BufferCoord instead of a BufferIteratorMaxime Coste
2013-04-24Buffer: rename character_count method to byte_countMaxime Coste
2013-04-23BufferCompleter: change behaviour to handle non prefix completionsMaxime Coste
2013-04-23utils: add is_in_range functionMaxime Coste
2013-04-23use alt-J for joining and selecting the spaces replacing line breaksMaxime Coste
2013-04-23Buffer: add is_valid(BufferCoord) methodMaxime Coste
2013-04-23FlagLines: do not create a new local option in window if the option comes fro...Maxime Coste
2013-04-23git-tools.kak: use a single git command with subcommandsMaxime Coste
2013-04-22use a DynamicSelectionList when searching as the buffer may be modified durin...Maxime Coste
2013-04-22selecting a surrounding object goes up one level if what we find is already s...Maxime Coste
2013-04-22support renaming buffersMaxime Coste
2013-04-19rename go function to goto_commandsMaxime Coste
2013-04-19add KakBegin and KakEnd hooksMaxime Coste
2013-04-18Ncurses: display status line in terminal title as wellMaxime Coste
2013-04-18add man.kak which provides a man command for displaying man pages in kakouneMaxime Coste
2013-04-18add window_{width,height} env varMaxime Coste
2013-04-18Tweak status lineMaxime Coste