| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-02-22 | clean up QRegisterTable::insert|initialize usage | Robin Haberkorn | 1 | -3/+3 | |
| * distinction no longer useful since string part of register is now never pre-initialized | |||||
| 2013-02-22 | clean up QRegister vs. Buffer redundancies using TECODocument class | Robin Haberkorn | 1 | -33/+25 | |
| * also encapsulates data properly (previously there were many public attributes to avoid permission issues) * new class also cares about saving/and restoring scroll state. now, buffer/q-reg edits and temporary accesses do not reset the scroll state anymore. | |||||
| 2013-02-14 | hide some implementation details in MicroStateMachines | Robin Haberkorn | 1 | -4/+1 | |
| 2013-02-14 | undo q-register table initializations (insertions) on rubout | Robin Haberkorn | 1 | -0/+1 | |
| 2013-02-14 | option for q-reg spec state machine to allocate (insert) new q-registers | Robin Haberkorn | 1 | -6/+10 | |
| * enabled for all modifying Q-Reg commands | |||||
| 2013-02-14 | micro state machine for Q-Register specifications: allow long Q-Reg names | Robin Haberkorn | 1 | -15/+78 | |
| syntax is as follows: ["."]("#" CHR1 CHR2 | "{" STRING_BUILDING "}" | CHR1) * the short one/two char names are turned upper case, while no case folding is performed on verbose names | |||||
| 2013-02-08 | fixed ring.current/QRegisters::current corruption | Robin Haberkorn | 1 | -0/+8 | |
| occurs when rubbing out a switch from q-reg string or to q-reg string | |||||
| 2013-02-08 | delegate commandline replacements ("}") to the cmdline macro level | Robin Haberkorn | 1 | -3/+3 | |
| allows commandline editing scripted by macros | |||||
| 2013-02-01 | fixed buffer Ring initialization | Robin Haberkorn | 1 | -3/+2 | |
| * there was a dependency on interface initialization. it did not cause issues because destruction order was by chance. * introduced INIT_PRIO and PRIO_* macros to easy initialization order declaration (using a PRIO_* formula makes code self-documenting) * also used this to clean up QRegisterTable initialization (we do not need the explicit initialize() method) * also used to clean up symbols initialization | |||||
| 2013-01-23 | cleaned up QRegister state interface (can pass register by reference) | Robin Haberkorn | 1 | -40/+40 | |
| 2013-01-23 | moved StateExpectQReg from parser.h to qregisters.h | Robin Haberkorn | 1 | -0/+28 | |
| * parser.cpp|h should be reserved for generic and misc. stuff. the StateExpectQReg class is used almost exclusively by qregisters.cpp|h * resolves a circular header dependency issue | |||||
| 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/+522 | |
