summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-08-18Cleanup key to codepoint conversionMaxime Coste
2015-08-16Cleanup mouse handling a littleMaxime Coste
2015-08-14Tweak notify_fatal_error message box title, might not be an assert failedMaxime Coste
2015-08-14Clamp m_anchor in mouse handler, nothing garantees that it is still validMaxime Coste
2015-08-13More performant escape/unescapeMaxime Coste
2015-08-12Detect face being aliased to itselfMaxime Coste
2015-08-12Try to fix compilation on travisMaxime Coste
2015-08-11Display auto info on register insertion/explicit insert completionMaxime Coste
2015-08-11Handle registers insert/explicit completion with a nested on_next_key modeMaxime Coste
2015-08-11Ensure the command exist before adding an aliasMaxime Coste
2015-08-10Add an unset command to remove an option value (falling back to parent)Maxime Coste
2015-08-10Move option docstring obtention to OptionRegistryMaxime Coste
2015-08-10Move option name completion to the OptionRegistryMaxime Coste
2015-08-09clamp coordinates find_buffer_coordMaxime Coste
2015-08-08Use a struct rather than a std::pair for InputHandler::InsertionMaxime Coste
2015-08-06ensure a buffer is not referenced a second time, just before actually deletin...Maxime Coste
2015-08-04Support flags getting modified by hooks at buffer creationMaxime Coste
2015-08-03Enable more invariant checking in selection listsMaxime Coste
2015-07-30Fix command parsing bugMaxime Coste
2015-07-29Merge remote-tracking branch 'lenormf/autoinfo_number'Maxime Coste
2015-07-29Add the 'n' flag to the autoinfo popup windowFrank LENORMAND
2015-07-28Use forward declaration instead of include in commands.hhMaxime Coste
2015-07-27Small formatting fixMaxime Coste
2015-06-26Always inline Allocator::construct/destroyMaxime Coste
2015-07-25Tweak regex constructor callsMaxime Coste
2015-07-25Avoid appending chars one by one in some parsing functions in CommandManagerMaxime Coste
2015-07-25CPPFLAGS should use to specify flags for C pre-processorTSUYUSATO Kitsune
2015-07-24Fix warningMaxime Coste
2015-07-23Disable notifications when disabling an option temporarlyMaxime Coste
2015-07-23Rewrite select_lines and trim_partial_linesMaxime Coste
2015-07-23Improve column highlighter to cooperate better with other highlightersMaxime Coste
2015-07-23fix crash in trim_partial_linesMaxime Coste
2015-07-22Avoid copying selection before the first lineMaxime Coste
2015-07-22Fix potential crashMaxime Coste
2015-07-22Add /usr/include/ncursesw in the include dirs listMaxime Coste
2015-07-22Style tweak in client.ccMaxime Coste
2015-07-20Remove -rdynamic from cygwin LDFLAGSMaxime Coste
2015-07-15Add support for FocusIn/FocusOut events from UIMaxime Coste
2015-07-14Merge remote-tracking branch 'ekie/makefile_fix'Maxime Coste
2015-07-14Transform boost/std regex_error to Kakoune::regex_error at Regex constructionMaxime Coste
2015-07-14Install color schemesEike Plack
2015-07-14Only allow 'sane' register namesMaxime Coste
2015-07-14Add missing support for Codepoint in formatMaxime Coste
2015-07-13Formatting tweakMaxime Coste
2015-07-13Use different variable for pipe command in/out textMaxime Coste
2015-07-13Move Context scope access helpers as inline methodsMaxime Coste
2015-07-11Move selection saving/restoring to z/ZMaxime Coste
2015-07-10Use a named struct Empty in optionalMaxime Coste
2015-07-09Fix formattingMaxime Coste
2015-07-08Notify user when some hooks failedMaxime Coste