summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-01-22NCursesUI::get_key(): move getch_iterator as a local typeMaxime Coste
2013-01-22LineAndColumn::operator+= is not constexprMaxime Coste
2013-01-22Buffer: check that newlines are at the end of linesMaxime Coste
2013-01-21Add kak_cursor_{line,column} env varMaxime Coste
2013-01-17Window: fix display position, count utf8 characters for columnMaxime Coste
2013-01-17NCurses: use default background for '~'Maxime Coste
2013-01-17replace char: fix unicode handlingMaxime Coste
2013-01-17Fix sort_and_merge_overlappingMaxime Coste
2013-01-17Add some documentation to InputHandlerMaxime Coste
2013-01-17InputHandler: minor code cleanupMaxime Coste
2013-01-17move {exec,eval}_string common code to a helper context_wrap functionMaxime Coste
2013-01-17Move Insertion Hooks handing to the input handlerMaxime Coste
2013-01-17exec and eval accepts a restore-selection parameterMaxime Coste
2013-01-17Hooks now takes a non-const contextMaxime Coste
2013-01-15NCursesUI: redraw becomes a memberMaxime Coste
2013-01-15InputHandler: Insert mode calls 'InsertIdle' hook when idleMaxime Coste
2013-01-14Context: add a hooks method similar to the options oneMaxime Coste
2013-01-14InputHandler: use a timer for word completion instead of calling it at each i...Maxime Coste
2013-01-14EventManager: add support for timersMaxime Coste
2013-01-14rename StronglyTypedInteger to more accurate StronglyTypedNumberMaxime Coste
2013-01-14NCurses: redraw after menu/info window is modifiedMaxime Coste
2013-01-14move input watching responsibility into UserInterface implementationsMaxime Coste
2013-01-11RemoteClient owns the FDWatcher of it's socketMaxime Coste
2013-01-11Add and use a Set template class for recuring small setsMaxime Coste
2013-01-10Refactor EventManagerMaxime Coste
2013-01-08Add backward search support (bound to alt-/)Maxime Coste
2013-01-08add sh.kak for shell script highlightingMaxime Coste
2013-01-08Make: fix userconfig targetMaxime Coste
2013-01-07Support for selecting to surrounding object begin/end with [ and ]Maxime Coste
2013-01-07Autoname client on creation, and access client name from shell with $kak_clientMaxime Coste
2013-01-06minor code cleanupMaxime Coste
2013-01-06make: use a makecmd optionMaxime Coste
2013-01-05alt-r rotates selectionsMaxime Coste
2013-01-04various code style fixesMaxime Coste
2013-01-04add client.kak providing 'new' command for opening a new clientMaxime Coste
2013-01-03tweak kakrc highlightingMaxime Coste
2013-01-03Add a nop command to avoid accidental shell output evaluationMaxime Coste
2013-01-03tweak errjump commandMaxime Coste
2013-01-03Fix captures preservation in EditorMaxime Coste
2013-01-03refactoring selectorsMaxime Coste
2013-01-03Highlight last selection differentlyMaxime Coste
2013-01-03alt-n replace last selection with next matchMaxime Coste
2013-01-03Editor: add a ReplaceLast select modeMaxime Coste
2013-01-03Editor: keep last selection as last when sortingMaxime Coste
2013-01-02Editor: preserve captures accross movementsMaxime Coste
2012-12-31Editor: cleanup check_invariants callsMaxime Coste
2012-12-31add a current search highlighterMaxime Coste
2012-12-31add incsearch option to choose if incremental search is enabledMaxime Coste
2012-12-31Add Editor::select(const Selection&, SelectMode)Maxime Coste
2012-12-31minor cleanupMaxime Coste