Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-17 | made UndoStack::push_msg() inline | Robin Haberkorn | 1 | -6/+0 | |
2013-02-03 | first draft of commandline-editing commands ({ and } as in VideoTECO) | Robin Haberkorn | 1 | -2/+1 | |
* simplified traditional commandline editing. no need to extend cmdline string one character at a time when inserting multiple. instead there's a marker (cmdline_pos) specifying the macro length to execute in a "step" and also the anchor for generating undo tokens * implementation does not yet work in macro calls * while editing the commandline, other buffers/registers may not be edited (need push-down-list and auxiliary q-register) | |||||
2013-01-23 | implemented special save last commandline command ("*" at beginning of ↵ | Robin Haberkorn | 1 | -0/+1 | |
commandline macro) * only works as part of commandline macro, * at the beginning of other macros, it is treated like an arithmetic asterisk * variables defined in cmdline.cpp are now declared by new cmdline.h | |||||
2013-01-19 | updated copyright (2012-2013) | Robin Haberkorn | 1 | -1/+1 | |
2012-12-04 | added copyright notice to every source file | Robin Haberkorn | 1 | -0/+17 | |
2012-12-04 | first working version of autotools based build-system | Robin Haberkorn | 1 | -0/+4 | |
2012-12-04 | autoconf preparation: move everything into src/ subdir | Robin Haberkorn | 1 | -0/+78 | |