summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-18Move dropped free windoes to the window trashMaxime Coste
2019-06-16Do not add window pointing to deleted buffers in the free window listMaxime Coste
2019-06-15Merge remote-tracking branch 'lenormf/fix-2966'Maxime Coste
2019-06-15Merge remote-tracking branch 'eraserhd/fifo-fixes'Maxime Coste
2019-06-14src: Make sure the iterator is inbound before decrementing itFrank LENORMAND
2019-06-11Fix emission of BufReadFifo eventsJason Felice
2019-06-11Refuse to overwrite an existing session socketMaxime Coste
2019-06-10Add a gather overload that infer element typeMaxime Coste
2019-06-04Merge remote-tracking branch 'eraserhd/minor-remote-fixes'Maxime Coste
2019-05-29Refactor message writingJason Felice
2019-05-29Do not merge selections on backspace in insert modeMaxime Coste
2019-05-29Null terminate gdb auto-load scriptMaxime Coste
2019-05-29Fix BufferedWriter triggering std::terminate on exception when writingMaxime Coste
2019-05-29Fix trailing slash removal code with root directoryMaxime Coste
2019-05-28Fix the man path for OpenBSDcodesoap
2019-05-28Avoid using gzips '-k' for compatibilitycodesoap
2019-05-23Do not try to send remaining data on a closed socketMaxime Coste
2019-05-21Merge remote-tracking branch 'upstream/master' into path-improvementsRobert Melton
2019-05-21Fix compilation on older gcc / clangMaxime Coste
2019-05-19Strip all trailing slashes in real_path and compact_pathRobert Melton
2019-05-17Introduce Menu completion flags to auto select best candidateMaxime Coste
2019-05-13Add completion support to load-moduleMaxime Coste
2019-05-13Support discarding selections in exec/eval -iterselMaxime Coste
2019-05-10Do not keep a reference to ParametersDesc inside ParameterParserMaxime Coste
2019-05-01Merge remote-tracking branch 'Delapouite/parse_lines'Maxime Coste
2019-04-28Fix typoAlex Leferry 2
2019-04-28Fix parsing of faces with a base but no attributesMaxime Coste
2019-04-27Let parse_lines ensure that there's at least 1 line with \nDelapouite
2019-04-26Fix crash when finishing insert completion with no completion candidatesMaxime Coste
2019-04-25Merge remote-tracking branch 'laelath/provides-requires'Maxime Coste
2019-04-24Fix wrapping of words with 'wrap col - indent < word len < wrap col'Maxime Coste
2019-04-24Only wrap before words that are shorter than the wrapping lengthMaxime Coste
2019-04-24Merge remote-tracking branch 'eraserhd/remote-refactors'Maxime Coste
2019-04-23Change faces alias to be a base that can be modifiedMaxime Coste
2019-04-22Use helper template struct in MsgReaderJason Felice
2019-04-18Small code cleanup in Face struct definitionMaxime Coste
2019-04-17Update changelogMaxime Coste
2019-04-17Remove InsertCompletionSelect hookMaxime Coste
2019-04-17Change completions option docstring element to be an arbitrary commandMaxime Coste
2019-04-17Rename info -placement to info -style and support modal styleMaxime Coste
2019-04-16Pass selected completion text to InsertCompletionHideMaxime Coste
2019-04-15Support '-placement menu' switch in the info commandMaxime Coste
2019-04-16Support name captures in dynregex highlightersMaxime Coste
2019-04-15Support named captures in hooksMaxime Coste
2019-04-13Run ClientClose hook before exiting the client itselfMaxime Coste
2019-04-12Make it possible to edit an existing scratch buffer againMaxime Coste
2019-04-12Prevent conversion to client on suspend from disconnecting other clientsMaxime Coste
2019-04-08Evaluate modules in an empty contextJustin Frank
2019-04-08Added ModuleLoad hook that uses the module name as the parameterJustin Frank
2019-04-08Added 'provide-module' and 'require-module' commandsJustin Frank