summaryrefslogtreecommitdiff
path: root/src/commands.cc
AgeCommit message (Expand)Author
2013-10-30Remove setg/setb/setw and use set <scope>Maxime Coste
2013-10-25Add key mapping supportMaxime Coste
2013-10-25use prefix matching for hook scopeMaxime Coste
2013-10-17More robust Buffer filesystem timestamp handlingMaxime Coste
2013-10-11Pass title to UserInterface::info_showMaxime Coste
2013-09-17Only redraw clients after handling all available eventsMaxime Coste
2013-09-16remove print_status from UserInterface, pass status line to drawMaxime Coste
2013-09-13Rework client name changeMaxime Coste
2013-09-12rename InputHandler to ClientMaxime Coste
2013-09-12Move Client responsibilities to InputHandlerMaxime Coste
2013-09-11Allow :exec mode changes to remains when keys are finishedMaxime Coste
2013-08-28tolerate empty strings (interpreted as 0) as line and column parameters in editMaxime Coste
2013-07-26memoryview: always pass by valueMaxime Coste
2013-07-24decl command support bool type optionsMaxime Coste
2013-06-06Buffer: insert and erase go back to taking iterators, and return iteratorsMaxime Coste
2013-06-06utf8_iterators: rename underlying_iterator to baseMaxime Coste
2013-06-06remove BufferIterator conversion to/from BufferCoordMaxime Coste
2013-06-04remove useless iterator_at callsMaxime Coste
2013-05-30Remove begin/end from Ranges, replace with min/maxMaxime Coste
2013-05-17revive str_to_int so that the good exception type is thrown on errorMaxime Coste
2013-05-13Use more std::* for string handlingMaxime Coste
2013-04-26echo: rename -col option to -colorMaxime Coste
2013-04-22support renaming buffersMaxime Coste
2013-04-17context_wrap options are allowed only at startMaxime Coste
2013-04-15move Client as a public class instead of a ClientManager implementation detailMaxime Coste
2013-04-12echo command can take a -col parameter to specify the colors to useMaxime Coste
2013-04-11delete buffer if needed when creating a scratch bufferMaxime Coste
2013-04-11Hooks can have an (shareable) identifier, and thus be removedMaxime Coste
2013-04-10Use the buffer manager to delete buffer, throw when a client is insertingMaxime Coste
2013-04-10add a 'debug' command, which write to the debug bufferMaxime Coste
2013-04-09rename assert to kak_assert to avoid collisionsMaxime Coste
2013-04-09move context implementation to context.ccMaxime Coste
2013-04-09force redraw window if needed in context_wrapMaxime Coste
2013-04-04UserInterface: status line messages are now DisplayLinesMaxime Coste
2013-04-04Add get_color helper functionMaxime Coste
2013-04-04pass a color pair when displaying an information windowMaxime Coste
2013-04-04Pass a fg and bg color when displaying a menuMaxime Coste
2013-04-03fix compilation with clang++Maxime Coste
2013-04-02ParameterParser takes flagsMaxime Coste
2013-04-02minor cleanup in assist functionMaxime Coste
2013-03-31add support for adding to options instead of replacingMaxime Coste
2013-03-29Add support for tuple Options, implement LineAndFlag using thatMaxime Coste
2013-03-27Move parameter count validation to the ParameterParserMaxime Coste
2013-03-27factor addhl/rmhl/addfilter/rmfilter completion functionsMaxime Coste
2013-03-26permit do declare regex optionMaxime Coste
2013-03-26Add a special option type LineAndFlag, use it for FlagLines highlighterMaxime Coste
2013-03-25move absolute path logic to Buffer classMaxime Coste
2013-03-25add a cd commandMaxime Coste
2013-03-25Always use absolute path for file buffer names, compact paths for displayMaxime Coste
2013-03-22open_fifo delete existing buffer if neededMaxime Coste