| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-13 | Move Context scope access helpers as inline methods | Maxime Coste | |
| 2015-07-11 | Move selection saving/restoring to z/Z | Maxime Coste | |
| Fixes #284 | |||
| 2015-07-10 | Use a named struct Empty in optional | Maxime Coste | |
| 2015-07-09 | Fix formatting | Maxime Coste | |
| 2015-07-08 | Notify user when some hooks failed | Maxime Coste | |
| 2015-07-08 | Do not allow exiting insert mode while running InsertEnd hook. | Maxime Coste | |
| Fixes #311 | |||
| 2015-07-08 | Gracefully handle exception when opening files given on command line | Maxime Coste | |
| Fixes #310 | |||
| 2015-07-08 | Fix scrolling down hiding the cursor with scrolloff == 0 | Maxime Coste | |
| 2015-07-07 | Change scrolloff behaviour, allow displaying pas the end of buffer | Maxime Coste | |
| Fixes #306 | |||
| 2015-07-06 | Fix window position computation that could get negative with big scroll offsets | Maxime Coste | |
| 2015-07-05 | Print connection failed messages with a newline | Maxime Coste | |
| Fixes #308 | |||
| 2015-07-03 | Merge remote-tracking branch 'xificurC/master' | Maxime Coste | |
| 2015-07-03 | Fix mouse coordinates in ncurses ui with status on top | Maxime Coste | |
| 2015-07-02 | Try to simplify argument selector, abandon pair matching checks | Maxime Coste | |
| Recognize both , and ; as argument separator | |||
| 2015-07-01 | Small refactoring in selectors.cc | Maxime Coste | |
| 2015-07-01 | Refactor select_arguments and slightly change behaviour for non-inner | Maxime Coste | |
| non inner argument contains the argument, preceeding whitespaces, and eventual ending comma, except for first arguments (that contains the whitespaces after the comma), and last argument (that contains the comma before it). | |||
| 2015-07-01 | Merge branch 'remap-objects' of http://github.com/elegios/kakoune | Maxime Coste | |
| 2015-07-01 | Add remapping of text object keys | Viktor Palmkvist | |
| 2015-07-01 | Added argument text object | Viktor Palmkvist | |
| 2015-07-01 | Fix stupid bug in '*' | Maxime Coste | |
| 2015-06-30 | Force redraw all clients after a face changed | Maxime Coste | |
| 2015-06-30 | commands starting with horizontal whitespace don't go into the history | xificurC | |
| 2015-06-30 | Use tparm instead of tiparm | Maxime Coste | |
| 2015-06-30 | Force setting of terminal hardware scroll region on resize | Maxime Coste | |
| It seems there is a race condition with VTE based terminals when created and resized almost immediatly (like when doing :new) where we end up with the hardware scroll region set to the old terminal size. | |||
| 2015-06-30 | Refactor resize handling in NCursesUI | Maxime Coste | |
| 2015-06-29 | Use StatusLine face as default for the status line | Maxime Coste | |
| 2015-06-28 | Run BufReadFifo hook after reading from fifo | Maxime Coste | |
| 2015-06-28 | Merge overlapping selections before erasing | Maxime Coste | |
| Overlapping selections on erase confuse the ForwardChangeTracker and will confuse the user, Fixes #298 | |||
| 2015-06-27 | Use a relative symlink for autoload | Maxime Coste | |
| 2015-06-27 | Merge branch 'master' of http://github.com/tduzan/kakoune | Maxime Coste | |
| 2015-06-27 | Initial selection saving/restoring support bound to ^ and alt-^ | Maxime Coste | |
| 2015-06-26 | Removed the '-r' flag from the ln command in the install step of the ↵ | tduzan | |
| Makefile. It is not a POSIX compliant option, therefore does not work on BSD or OS X. Reference GH Issue#286. Based on my understanding of this Makefile, the '-r' flag is unnecessary and didn't do anything additional. The pathspec for both the source and target are explicit using a variable for a portion. Will test via Homebrew following pushing this to my fork. | |||
| 2015-06-26 | Add support for command completion on commands, use it for :new | Maxime Coste | |
| That means commands can be completed using other commands and their completers. Yes that does makes sense. Closes #296 | |||
| 2015-06-25 | Make sure we do not put a Value in a Value | Maxime Coste | |
| 2015-06-25 | Force redraw window after adding/removing highlighters | Maxime Coste | |
| 2015-06-25 | Avoid unneeded default constructor call in Optional | Maxime Coste | |
| 2015-06-25 | Minor reorganisation in buffer.hh | Maxime Coste | |
| 2015-06-24 | Style tweak | Maxime Coste | |
| 2015-06-24 | Fix include | Maxime Coste | |
| 2015-06-24 | Always redraw status when redrawing the main window | Maxime Coste | |
| That is needed so that on resize the status line does not disappear | |||
| 2015-06-22 | Add support for hex formatting | Maxime Coste | |
| 2015-06-22 | Refactor slightly window redrawing | Maxime Coste | |
| 2015-06-21 | Rework window redraw handling, should redraw window less often | Maxime Coste | |
| 2015-06-21 | Improve ncurses redraw behaviour | Maxime Coste | |
| 2015-06-21 | Display pid in fatal signal message | Maxime Coste | |
| 2015-06-21 | Use <a-R> as replace paste all yanked selections | Maxime Coste | |
| Move rotate to ' and rotate contents to <a-'> Fix segfault when pasting all and nothing was yanked yet | |||
| 2015-06-20 | Merge remote-tracking branch 'ekie/fix_edit' | Maxime Coste | |
| 2015-06-20 | Add a combine_hash helper function | Maxime Coste | |
| 2015-06-19 | Fix wrong exception type in str_to_int | Maxime Coste | |
| 2015-06-19 | Fix Self Documentation | Eike Plack | |
