summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-02-21Fix macro recording on the same register, replace instead of appending.Maxime Coste
2013-02-20Buffer: commit current undo group before attempting to undo anythingMaxime Coste
2013-02-20Buffer: replace {begin,end}_undo_group with a single commit_undo_group methodMaxime Coste
2013-02-20select and split operations use the search pattern registerMaxime Coste
2013-02-19ShellManager: catch exception thrown by env var functorsMaxime Coste
2013-02-19search: fix empty search string, use previous patternMaxime Coste
2013-02-19InputHandler: do not put empty lines in historyMaxime Coste
2013-02-19Add '*' binding, which (smart) copy current selection to search patternMaxime Coste
2013-02-19Add support for Home/End key in promptsMaxime Coste
2013-02-18move status line generation code to client managerMaxime Coste
2013-02-18Add macro recording/replay supportMaxime Coste
2013-02-18expose exec_keys function in commands.hhMaxime Coste
2013-02-18input_handler: ask dimensions to ui instead of windowMaxime Coste
2013-02-18Move last insert state from context to input handlerMaxime Coste
2013-02-18make keymap definition more readable using a select helper functionMaxime Coste
2013-02-18Fix class/struct mismatchesMaxime Coste
2013-02-13grep: remove enventual \rMaxime Coste
2013-02-12Window: try to show as much of the selection as possibleMaxime Coste
2013-02-07ClientManager: move the Client inner class detail in the cpp fileMaxime Coste
2013-02-07context_wrap: create a DynamicSelectionList only when neededMaxime Coste
2013-02-07Editor: fix warningMaxime Coste
2013-02-07exec keys: push_jump if editor has changedMaxime Coste
2013-01-31ctags.kak: do not automatically enable info tooltipsMaxime Coste
2013-01-31tweak buffer unit testMaxime Coste
2013-01-31Remove Set and use unordered_setMaxime Coste
2013-01-30add some tests for Key functionsMaxime Coste
2013-01-30open_fifo uses fcntl for more portable CLOEXEC bit settingMaxime Coste
2013-01-30ctags.kak: tweak auto infoMaxime Coste
2013-01-30InputHandler: add some new hooksMaxime Coste
2013-01-30Keys: add key_to_str functionMaxime Coste
2013-01-30style fixMaxime Coste
2013-01-30ctags: initial auto fonction documentation supportMaxime Coste
2013-01-29Context: remove some unused codeMaxime Coste
2013-01-29Context: fix unintialized m_input_handlerMaxime Coste
2013-01-29fix sort_and_merge_overlappingMaxime Coste
2013-01-29info command take a -anchor <pos> instead of -inline paramsMaxime Coste
2013-01-29fix contains for empty containersMaxime Coste
2013-01-29NCurses: fix multiline infoMaxime Coste
2013-01-29Add NormalIdle hook supportMaxime Coste
2013-01-29Do not pass a context to InputHandler methodsMaxime Coste
2013-01-28InputHandler have it's own contextMaxime Coste
2013-01-28Buffer: small fix in apply_modificationMaxime Coste
2013-01-24Buffer::do_insert: fix on_insert call when inserting at the endMaxime Coste
2013-01-23Editor: refactor InsertMode::ReplaceMaxime Coste
2013-01-23Buffer: end is either one past last character, or one past last lineMaxime Coste
2013-01-23add undo unit_test and fix BufferMaxime Coste
2013-01-23add more assertsMaxime Coste
2013-01-23Buffer: small style fixesMaxime Coste
2013-01-23add a SIGSEGV handlerMaxime Coste
2013-01-23assert: add some debug info in the messageMaxime Coste