summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-27Allow different type of pre-processing guards to be included in CFrank LENORMAND
2015-10-23Merge remote-tracking branch 'lenormf/rc-fix-format'Maxime Coste
2015-10-23Merge remote-tracking branch 'lenormf/rc/perl.kak'Maxime Coste
2015-10-23Document exclusive attributeMaxime Coste
2015-10-23Remove useless std::moveMaxime Coste
2015-10-23Add an exclusive attribute that overrides existing faceMaxime Coste
2015-10-23Add a basic perl highlighting scriptFrank LENORMAND
2015-10-23Fix optimized linkageMaxime Coste
2015-10-22Introduce `formatter.kak` to handle formatting.Frank LENORMAND
2015-10-22Pass ShellContext to commandsMaxime Coste
2015-10-22Wrap the shell params en env vars in a ShellContext structMaxime Coste
2015-10-22Fix :set completion when -add switch is givenMaxime Coste
2015-10-22Support :set -add on strings, using concatenationMaxime Coste
2015-10-21Merge remote-tracking branch 'lenormf/rc/c-family.kak-astyle'Maxime Coste
2015-10-21Merge remote-tracking branch 'lenormf/rc-fix-unalias'Maxime Coste
2015-10-21Recognize shell config files as sh scriptsMaxime Coste
2015-10-21Fix the calls to unalias, add new characters to Go's commenting class, use a ...Frank LENORMAND
2015-10-21Add an alias for commenting whole lines, fix the call to unaliasFrank LENORMAND
2015-10-18Fix OSX compilationMaxime Coste
2015-10-18Link to the website in the READMEMaxime Coste
2015-10-18Do not try to extend last match when updating regex matchesMaxime Coste
2015-10-17Code cleanup in the test running scriptMaxime Coste
2015-10-17More cleanups in the buffer open/reload codeMaxime Coste
2015-10-17Move line parsing and to Buffer.cc directlyMaxime Coste
2015-10-17Refactor buffer creation and reloading to be more explicitMaxime Coste
2015-10-14Fix double destruction of local uiMaxime Coste
2015-10-14Remove unneeded constructorMaxime Coste
2015-10-13Fix file change detection not working in certain casesMaxime Coste
2015-10-13Restore info box after a resize as wellMaxime Coste
2015-10-13Try to restore menu after a resizeMaxime Coste
2015-10-13Update TODOMaxime Coste
2015-10-13Fix NCursesUI::m_items not being empty after a resizeMaxime Coste
2015-10-11Add support for astyle code-formattingFrank LENORMAND
2015-10-10Tweak file change checking timeout handlingMaxime Coste
2015-10-10Document -with-mapsMaxime Coste
2015-10-09When displaying a prompt content with line break char, replace them with thei...Maxime Coste
2015-10-09NCursesUI: Remove color restoring supportMaxime Coste
2015-10-09Fix OSX compilationMaxime Coste
2015-10-08Tweak handling of SIGINTMaxime Coste
2015-10-08Store color/color pairs mapping in the ncurses ui instanceMaxime Coste
2015-10-08Auto fork server when suspending the local clientMaxime Coste
2015-10-08Detect ungraceful exits, and backup modified buffers in these casesMaxime Coste
2015-10-08Check for terminal resize on SIGCONTMaxime Coste
2015-10-06clang.kak: Try to detect word boundaries and highlight types/operatorsMaxime Coste
2015-10-06clang.kak: small cleanupMaxime Coste
2015-10-06clang.kak: Highlight new and delete in completionsMaxime Coste
2015-10-06Fix warning in ncurses_ui.ccMaxime Coste
2015-10-06Update zenburn menu fg color so that highlighted entries are still visibleMaxime Coste
2015-10-06Highlight 'operator' in clang completionMaxime Coste
2015-10-06Cleanup insert_completer code and use markup for option completion menu entryMaxime Coste