summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-06-09Safer implementation of signal handlers in ncurses.ccMaxime Coste
2014-06-06Improve commands documentationMaxime Coste
2014-06-06Remove -env-var-params support in :def commandMaxime Coste
2014-06-06Add support for long names for registersMaxime Coste
2014-06-06Replace CommandManager::register_command*s* with register_aliasMaxime Coste
2014-06-06Use a id_map implementation for SwitchMapMaxime Coste
2014-06-05Properly handle unicode in key parsingMaxime Coste
2014-05-27Add 'n' for number object (inner number does not recognise '.')Maxime Coste
2014-05-26Rename select_whole_.* to just select_.*Maxime Coste
2014-05-26Tweak inner indent object codeMaxime Coste
2014-05-25In normal mode, backspace can be used to edit countMaxime Coste
2014-05-25Add kak_selections_desc en vars, containing : separated descsMaxime Coste
2014-05-25Rename Key::Erase to Key::Delete and add 'del' keynameMaxime Coste
2014-05-25Disable 'interactive' options in :exec/:evalMaxime Coste
2014-05-23Change # register to contain selection numberMaxime Coste
2014-05-21Make utif_iterator more tolerant to invalid utf8Maxime Coste
2014-05-21Make expand_unprintable more tolerant to invalid utf8Maxime Coste
2014-05-18Fix filename/colalias/buffer completion when completing with trailing textMaxime Coste
2014-05-17set Coords/Counts methods as always_inlineMaxime Coste
2014-05-16DisplayAtom::content returns a StringViewMaxime Coste
2014-05-15read all available text in fifo each time the fd is signaledMaxime Coste
2014-05-14Fix RegexColorizer cache handlingMaxime Coste
2014-05-13Fix :delbuf! not forcing buffer deletionMaxime Coste
2014-05-13Fix show_matching highlighter when opening char is the first buffer charMaxime Coste
2014-05-13Refactor DynamicRegexHighlighter, search hl uses Search colaliasMaxime Coste
2014-05-12SelectionList no longer inherit from std::vectorMaxime Coste
2014-05-11use words=all rather than words=buffer for default insert word completionMaxime Coste
2014-05-11use StringView in word_db.ccMaxime Coste
2014-05-11String::substr now returns a StringViewMaxime Coste
2014-05-10Minor code cleanups in buffer.{cc,hh}Maxime Coste
2014-05-09Add a show_whitespaces highlighterMaxime Coste
2014-05-08Catch std::runtime_errors that can be thrown by regex_searchMaxime Coste
2014-05-08fix tabs_to_space on consecutive tabsMaxime Coste
2014-05-07Improve error reporting when parsing commandsMaxime Coste
2014-05-07Refactor LineAndColumn coordinatesMaxime Coste
2014-05-05Add '$' for keeping selections that passes a shell commandMaxime Coste
2014-05-05Use c++ code for 'gf' command rather than running a user :edit commandMaxime Coste
2014-05-05Complete option values with the current value of the optionMaxime Coste
2014-05-05Wrap command completion containing spaces, semicolons or quotes in double quotesMaxime Coste
2014-05-04minor style tweakMaxime Coste
2014-05-04Paragraph selection selects next paragraph when on previous endMaxime Coste
2014-05-03Add a -alias switch to the def command for defining an aliasMaxime Coste
2014-05-03Add command aliases in command infoMaxime Coste
2014-05-02Add support for non-scrolling fifo buffersMaxime Coste
2014-05-01Replace some typedefs with usingsMaxime Coste
2014-04-30file.cc: try more portable use of struct stat::st_mtimeMaxime Coste
2014-04-30Fix Option destructor that was not virtualMaxime Coste
2014-04-30Use StringView in UserInterface and NCursesUIMaxime Coste
2014-04-30Use StringView in write_debugMaxime Coste
2014-04-30Add unistd.h to main, needed for dupMaxime Coste