summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-04src: Add a `-sync` flag to the write commandsFrank LENORMAND
2018-06-30src: Fix cycle hogging when using `C` at EOFFrank LENORMAND
2018-06-28Fix wrong logic for moving filedescriptors leading to closed stdinMaxime Coste
2018-06-24Use a dedicated vm op for dot when match-newline is falseOlivier Perret
2018-06-24Use bit-flags for storing regex regex optionsOlivier Perret
2018-06-24Add support for regex flag to toggle dot-matches-newlineOlivier Perret
2018-06-21Refactor the way main selection is determined after rotating contentsMaxime Coste
2018-06-20Pass in OpenBSD binary path using preprocessor optiondahlbaek
2018-06-20Remove extraneous include for openbsdPatrick Marchand
2018-06-20Adds openbsd supportPatrick Marchand
2018-06-20Tweak search style menu completion displayMaxime Coste
2018-06-20Do not draw menu if it would hide prompt contentMaxime Coste
2018-06-19Change Search completion to display on top of the modelineMaxime Coste
2018-06-19Fix two <s-tab> requiered to access last completion in promptMaxime Coste
2018-06-13Fix edit -fifo without -scroll when the buffer is already openedMaxime Coste
2018-06-13Fix crash when adapting window position post buffer modificationsMaxime Coste
2018-06-12Remove unneeded Window::m_range post refactoringMaxime Coste
2018-06-11Try to keep window position fixed when buffer gets modifiedMaxime Coste
2018-06-11Extract update_ranges_ifn as a general utility functionMaxime Coste
2018-06-11Add position offset to Window to limit moves with search menu styleMaxime Coste
2018-06-11Pass DisplaySetup through the HighlightContextMaxime Coste
2018-06-03Merge remote-tracking branch 'alyssais/patch-2'Maxime Coste
2018-06-03NCursesUI: Use only 3 line menu for MenuStyle::SearchMaxime Coste
2018-06-03Add MenuStyle::Search that prevents the menu from hiding buffer textMaxime Coste
2018-06-03EventManager: Never block if a forced file descriptor is presentMaxime Coste
2018-06-03Code cleanup and slight refactor in NCursesUI menu codeMaxime Coste
2018-06-01Fix grammar in highlight error messageAlyssa Ross
2018-05-30docs: fix missing `]` in wrap hl -marker switch docstringDelapouite
2018-05-28Fix typos in add-highlighter range helpAlyssa Ross
2018-05-28Fix clang compilationMaxime Coste
2018-05-27Refactor option_from_string to return directly the option valueMaxime Coste
2018-05-27Add unit test for option parsingMaxime Coste
2018-05-26Add a -marker <marker_text> switch support to the wrap highlighterMaxime Coste
2018-05-26Rework `fail` command not to display command call stackMaxime Coste
2018-05-26Do not expose C++ typeid().name to user facing errors on wrong option typeMaxime Coste
2018-05-24Fix potential assert on itersel selection restorationMaxime Coste
2018-05-23Fix Kakoune client busy looping on SIGHUPMaxime Coste
2018-05-21Do not reuse m_buffer_trash to store dying buffers in ~BufferManagerMaxime Coste
2018-05-21Gather options in a vector when running Buffer::on_option_changedMaxime Coste
2018-05-21Fix also the implementation of to_string(size_t) changeMaxime Coste
2018-05-21Small code cleanupMaxime Coste
2018-05-21Fix incompatible to_string function declaration when size_t is unsigned intMaxime Coste
2018-05-19Extend `try` command to support multiple catches.Maxime Coste
2018-05-19Fix behaviour of extending to next match when wrappingMaxime Coste
2018-05-19Rename -allow-override switch to -overrideMaxime Coste
2018-05-19Fix assert with window small enough so that no part of buffer is displayedMaxime Coste
2018-05-17Small code cleanupsMaxime Coste
2018-05-17Fix potential missed redrawsMaxime Coste
2018-05-17Merge remote-tracking branch 'Screwtapello/newlines-after-json-errors'Maxime Coste
2018-05-17Avoid needless constant allocation in StaticRegister::setMaxime Coste