summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-23Set the register incrementally as well during incremental searchMaxime Coste
2016-12-23Skip debug buffer when cycling through the buffer listMaxime Coste
2016-12-23Display the command prompt in error face when the command is not foundMaxime Coste
2016-12-21Display a message when entering insert mode while readonlyMaxime Coste
2016-12-20Merge branch 'master' of git://github.com/akkartik/kakouneMaxime Coste
2016-12-20Fix getting path confstr, the returned size includes the zero terminatorMaxime Coste
2016-12-20Remain silent on exit without error.Kartik K. Agaram
2016-12-20Small formatting tweakMaxime Coste
2016-12-20Ensure we have an EOL after error messagesMaxime Coste
2016-12-20Ensure we return 0 on exit from graceful disconnectionMaxime Coste
2016-12-20Fix hardcoded uses of "/tmp"Maxime Coste
2016-12-17Fix join, we dont have a StringView from char array constructorMaxime Coste
2016-12-17Escape the backslash chars as well when joining stringsMaxime Coste
2016-12-17Add more diagnostic information when failing to bind/listen to socketMaxime Coste
2016-12-17Ignore eventual / suffix in TMPDIRMaxime Coste
2016-12-15Improve general security of the unix socketsMaxime Coste
2016-12-15Use a POSIX guaranteed way of getting the shell pathMaxime Coste
2016-12-15Merge remote-tracking branch 'Delapouite/prompt'Maxime Coste
2016-12-15Fix :prompt command descriptionDelapouite
2016-12-15Fix reentrancy in InputeModes::Normal::on_keyMaxime Coste
2016-12-15Validate user text object desc more thorouglyMaxime Coste
2016-12-14Fix regex.hh compilationMaxime Coste
2016-12-14Make Regex a class rather than a struct to avoid mismatched tags warningsMaxime Coste
2016-12-14Handle correctly cases where codepoint_width returns -1Maxime Coste
2016-12-14Make container wrapper callback functions mutableMaxime Coste
2016-12-14Support inserting esc characters through <c-v>Maxime Coste
2016-12-14Add support for readline like <c-k> and <c-u> in promptsMaxime Coste
2016-12-10Fix one definition rule violation in ncurses_ui.hhMaxime Coste
2016-12-10Ensure the line is correctly clamped in scroll_windowMaxime Coste
2016-12-07Ensure content of expanded strings in modelinefmt is not interpreted as markupMaxime Coste
2016-12-07Replace some string concatenations with a format callMaxime Coste
2016-12-07Fix markup parsing handling of antislash escapesMaxime Coste
2016-12-07Small command parsing refactoringMaxime Coste
2016-12-07Fix scrolling generating invalid buffer coordinatesMaxime Coste
2016-12-06Small formating fixMaxime Coste
2016-12-06Ensure timers are still alive when trying to run themMaxime Coste
2016-12-05Fix buffer reload info box not being shown anymoreMaxime Coste
2016-12-04Hide eventual info box when returning to normal modeMaxime Coste
2016-12-04Only hide menu/info if the insert completer did display itMaxime Coste
2016-12-03Small include fixMaxime Coste
2016-12-03Change ValueId to just be an enum class, it does not need any operatorsMaxime Coste
2016-12-03Read as much as possible data from shell processes on each read eventMaxime Coste
2016-12-03Refactor RefPtr handling to use a policy classMaxime Coste
2016-12-02Display non breaking spaces with ⍽ in show_whitespaces hihglighterMaxime Coste
2016-12-01Fix crash when quitting the first client while another client is connectedMaxime Coste
2016-12-01Rework handling of initial coordinates so that init commands can change themMaxime Coste
2016-12-01Only write to remote socket when we know they are writableMaxime Coste
2016-12-01Fix crash when a client sends a packet advertising a wrong sizeMaxime Coste
2016-12-01Make FDWatcher support Read, Write and Except events, instead of just ReadMaxime Coste
2016-11-30Hide the waiting for shell message once the shell returnsMaxime Coste