index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
commands.cc
Age
Commit message (
Expand
)
Author
2013-10-30
Remove setg/setb/setw and use set <scope>
Maxime Coste
2013-10-25
Add key mapping support
Maxime Coste
2013-10-25
use prefix matching for hook scope
Maxime Coste
2013-10-17
More robust Buffer filesystem timestamp handling
Maxime Coste
2013-10-11
Pass title to UserInterface::info_show
Maxime Coste
2013-09-17
Only redraw clients after handling all available events
Maxime Coste
2013-09-16
remove print_status from UserInterface, pass status line to draw
Maxime Coste
2013-09-13
Rework client name change
Maxime Coste
2013-09-12
rename InputHandler to Client
Maxime Coste
2013-09-12
Move Client responsibilities to InputHandler
Maxime Coste
2013-09-11
Allow :exec mode changes to remains when keys are finished
Maxime Coste
2013-08-28
tolerate empty strings (interpreted as 0) as line and column parameters in edit
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-07-24
decl command support bool type options
Maxime Coste
2013-06-06
Buffer: insert and erase go back to taking iterators, and return iterators
Maxime Coste
2013-06-06
utf8_iterators: rename underlying_iterator to base
Maxime Coste
2013-06-06
remove BufferIterator conversion to/from BufferCoord
Maxime Coste
2013-06-04
remove useless iterator_at calls
Maxime Coste
2013-05-30
Remove begin/end from Ranges, replace with min/max
Maxime Coste
2013-05-17
revive str_to_int so that the good exception type is thrown on error
Maxime Coste
2013-05-13
Use more std::* for string handling
Maxime Coste
2013-04-26
echo: rename -col option to -color
Maxime Coste
2013-04-22
support renaming buffers
Maxime Coste
2013-04-17
context_wrap options are allowed only at start
Maxime Coste
2013-04-15
move Client as a public class instead of a ClientManager implementation detail
Maxime Coste
2013-04-12
echo command can take a -col parameter to specify the colors to use
Maxime Coste
2013-04-11
delete buffer if needed when creating a scratch buffer
Maxime Coste
2013-04-11
Hooks can have an (shareable) identifier, and thus be removed
Maxime Coste
2013-04-10
Use the buffer manager to delete buffer, throw when a client is inserting
Maxime Coste
2013-04-10
add a 'debug' command, which write to the debug buffer
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-04-09
move context implementation to context.cc
Maxime Coste
2013-04-09
force redraw window if needed in context_wrap
Maxime Coste
2013-04-04
UserInterface: status line messages are now DisplayLines
Maxime Coste
2013-04-04
Add get_color helper function
Maxime Coste
2013-04-04
pass a color pair when displaying an information window
Maxime Coste
2013-04-04
Pass a fg and bg color when displaying a menu
Maxime Coste
2013-04-03
fix compilation with clang++
Maxime Coste
2013-04-02
ParameterParser takes flags
Maxime Coste
2013-04-02
minor cleanup in assist function
Maxime Coste
2013-03-31
add support for adding to options instead of replacing
Maxime Coste
2013-03-29
Add support for tuple Options, implement LineAndFlag using that
Maxime Coste
2013-03-27
Move parameter count validation to the ParameterParser
Maxime Coste
2013-03-27
factor addhl/rmhl/addfilter/rmfilter completion functions
Maxime Coste
2013-03-26
permit do declare regex option
Maxime Coste
2013-03-26
Add a special option type LineAndFlag, use it for FlagLines highlighter
Maxime Coste
2013-03-25
move absolute path logic to Buffer class
Maxime Coste
2013-03-25
add a cd command
Maxime Coste
2013-03-25
Always use absolute path for file buffer names, compact paths for display
Maxime Coste
2013-03-22
open_fifo delete existing buffer if needed
Maxime Coste
[prev]
[next]