summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-10-28Refactor word_db, use an unordered mapMaxime Coste
2014-10-28Fix unneeded WordDB copy in complete_wordMaxime Coste
2014-10-28Tweak Value constructor, no need for the const ref oneMaxime Coste
2014-10-28Fix interned string hashing, we need to hash contentMaxime Coste
2014-10-27Fix filter modeMaxime Coste
2014-10-27Small formatting fixMaxime Coste
2014-10-26small formatting tweakMaxime Coste
2014-10-25Add virtual destructor to HighlighterMaxime Coste
2014-10-23Do not lose history when reloading a bufferMaxime Coste
2014-10-23centralize bit operation support for enum used as flagsMaxime Coste
2014-10-23Fix slow InternedString copy constructorMaxime Coste
2014-10-23minor code tweaksMaxime Coste
2014-10-22Reread file timestamp at the moment the user choose to keepMaxime Coste
2014-10-22Close fd before notifiying buffer of modification when writing to fileMaxime Coste
2014-10-22Refactor highlighters, use an interface with virtual methodsMaxime Coste
2014-10-20Port more code to StringView instead of const String&Maxime Coste
2014-10-19Add a split function that does not take an escape and returns StringViewsMaxime Coste
2014-10-16Small tweakMaxime Coste
2014-10-15Make it more explicit that Key modifiers is a bit fieldMaxime Coste
2014-10-14Do not write pid and session name in debug buffer on startupMaxime Coste
2014-10-14Add a disabled wrapper for using std regex instead of boostMaxime Coste
2014-10-13Use Pass as default policy for invalid utf8 avoid asserting on thatMaxime Coste
2014-10-13Add missing includesMaxime 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-10-12Preserve selection orientation when replacingMaxime Coste
2014-10-11Add a test make targetMaxime Coste
2014-10-11Merge branch 'master' of github.com:mawww/kakouneMaxime Coste
2014-10-10Support changing buffer when an edition is in progressMaxime Coste
2014-10-09Start regex search from selection min/max depending on search directionMaxime Coste
2014-10-08empty DESTDIRRoberto Zanotto
2014-10-07Switch some const String& parameters to StringViewMaxime Coste
2014-10-07Small refactorMaxime Coste
2014-10-07WordDB: Use interned strings pointing directly into the buffer line dataMaxime Coste
2014-10-06Use ',' instead of '|' as tuple option fields separatorsMaxime Coste
2014-10-06scrolloff is now a line,column pairMaxime Coste
2014-10-05InternedStrings know their slotsMaxime Coste
2014-10-03Use InternedStrings for buffer contentsMaxime Coste
2014-10-01Small refactorMaxime Coste
2014-10-01Fix finding next match when the cursor is in the middle of the only matchMaxime Coste
2014-10-01Add support for interned stringsMaxime Coste
2014-09-28Pass -rdynamic only to the linkerMaxime Coste
2014-09-28Start with the whole buffer selected in filter modeMaxime Coste
2014-09-26Remove unused functionMaxime Coste
2014-09-26Finding next matches start from seleciton min/max instead of cursorMaxime Coste
2014-09-25line joining will only join selected lines if selection span multiples onesMaxime Coste
2014-09-25Fix reverse search when extendingMaxime Coste
2014-09-23Add support for mapping keys in goto/view commandsMaxime Coste
2014-09-23Add inner versions of to object begin/end selectionMaxime Coste
2014-09-22add a 'buffers' debug command to get info on alive buffersMaxime Coste