summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-23Fix optimized linkageMaxime Coste
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-18Fix OSX compilationMaxime Coste
2015-10-18Do not try to extend last match when updating regex matchesMaxime 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-13Fix NCursesUI::m_items not being empty after a resizeMaxime Coste
2015-10-10Tweak file change checking timeout handlingMaxime 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-06Fix warning in ncurses_ui.ccMaxime Coste
2015-10-06Cleanup insert_completer code and use markup for option completion menu entryMaxime Coste
2015-10-05Fix display of path insert completion for absolute pathsMaxime Coste
2015-10-05Allow parsing empty strings as default color in face descsMaxime Coste
2015-10-05Support markup in menu commandMaxime Coste
2015-10-05Display word insert completion buffer name in a different colorMaxime Coste
2015-10-05Use DisplayLine for menu choicesMaxime Coste
2015-10-03Fix OSX compilationMaxime Coste
2015-10-02Tweak ui_options docstringMaxime Coste
2015-10-02Add self documentation to ui_optionsEike Plack
2015-10-02Add ncurses_enable_mouse ui optionMaxime Coste
2015-10-02Refactor ShellManager process spawningMaxime Coste
2015-10-01Fix '*' word boundary detection at begin/end of bufferMaxime Coste
2015-09-30Fix removing shared highlightersMaxime Coste
2015-09-27Try to fix OSX compilationMaxime Coste
2015-09-27Add support for italic text attributeMaxime Coste
2015-09-27Store timespec for buffer fs timestamps, not just time_tMaxime Coste
2015-09-25Allow custom separator for line numbersMaxime Coste
2015-09-25Avoid (*it++) pattern in utf8.hhMaxime Coste
2015-09-24Merge remote-tracking branch 'freefull/master'Maxime Coste
2015-09-24Add Haiku support.Filip SzczepaƄski
2015-09-24Add utf8::read_codepoint that both gets the codepoint and advance iteratorMaxime Coste