summaryrefslogtreecommitdiff
path: root/src/file.hh
AgeCommit message (Expand)Author
2015-10-17More cleanups in the buffer open/reload codeMaxime Coste
2015-10-17Refactor buffer creation and reloading to be more explicitMaxime Coste
2015-09-27Store timespec for buffer fs timestamps, not just time_tMaxime Coste
2015-08-23Add support for listing existing sessions with kak -lMaxime Coste
2015-08-23Move session socket to /tmp/kakoune/<user name>/<session>Maxime Coste
2015-06-15Small formatting fixMaxime Coste
2015-06-05Support sourcing files that use crlf end of linesMaxime Coste
2015-06-01Port even more code to use format functionMaxime Coste
2015-03-19Small code tweakMaxime Coste
2015-03-12Make split_path publicMaxime Coste
2015-03-09ArrayView content is not const anymoreMaxime Coste
2015-01-09Track String memory allocationsMaxime Coste
2015-01-06Rename memoryview to ArrayViewMaxime Coste
2014-11-17Remove unneeded string copiesMaxime Coste
2014-11-12Cleanup includesMaxime Coste
2014-10-30Add kak binary location to PATH env var automaticallyMaxime Coste
2014-10-13Do not assert on SIGTERM and backup modified buffers on signal induced termin...Maxime Coste
2014-10-13Refactor regex uses, do not reference boost except in regex.hhMaxime Coste
2014-08-15Add support for reading from stdin/writing to stdout in filter modeMaxime Coste
2014-04-18Use StringView for file functionsMaxime Coste
2014-04-18Use StringView for completion functionsMaxime Coste
2013-12-23Add complete_command for completing commands in PATHMaxime Coste
2013-10-15Detect file external modification and ask the user whether to reload or notMaxime Coste
2013-07-26memoryview: always pass by valueMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-03-25Always use absolute path for file buffer names, compact paths for displayMaxime Coste
2013-03-22use canonicalized filenames for buffersMaxime Coste
2013-03-14add support for regex options, make ignored_files oneMaxime Coste
2013-03-13move complete_filename to file.ccMaxime Coste
2013-02-27Add 'gf' (goto file) functionalityMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-01-29File: parse_filename function which handle ~ and environment variable in file...Maxime Coste
2011-11-27File: extract read_file function which returns file content in a stringMaxime Coste
2011-09-09exception: refactoringMaxime Coste
2011-09-02create_buffer_from_file: throw file_not_found instead of open_file_error when...Maxime Coste
2011-09-02Initial commitMaxime Coste