summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2019-04-08Set up command boilerplate for provide-module and require-moduleJustin Frank
2019-04-08Refactor ClientManager::clearMaxime Coste
2019-04-08Auto generate buffer name when using edit -scratch with no nameMaxime Coste
2019-04-08Add a ClientCreate and ClientClose hookMaxime Coste
2019-04-07update version notes and changelogMaxime Coste
2019-04-07Add support for %file{...} expansionsMaxime Coste
2019-04-07Add a -to-file <filename> switch to the echo commandMaxime Coste
2019-04-04Run WinClose hook when clearing all free windowsMaxime Coste
2019-04-04Fix detection of client ungraceful disconnectionMaxime Coste
2019-04-01Buffer writes in blocks of 4Kb when writing buffers to filesMaxime Coste
2019-04-01Add -timestamp switch support to the select commandMaxime Coste
2019-04-01Add Optional::map and Optional::cast methodsMaxime Coste
2019-03-27Add missing flags to debug buffers outputDelapouite
2019-03-26Only pass ncurses compilation flags to ncurses_ui.ccMaxime Coste
2019-03-24Add support for -shell-script-* completion in :promptMaxime Coste
2019-03-24Extract shell script completion code into structsMaxime Coste
2019-03-23Add cursor_display_column expansionMaxime Coste