| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
aliases are now stored in window, buffer, or globally.
|
|
|
|
|
|
|
|
|
|
Use interned strings for Modification contents and word database.
Interned strings are guaranteed not to move in memory and are
reference counted.
|
|
|
|
Fixes #64
|
|
The code stays disabled, as the performance penalty is quite
high, but can be enabled to help debugging safe pointers.
|
|
|
|
No need to maintain line offsets anymore.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BufferCoord -> ByteCoord
DisplayCoord -> CharCoord
Moved their definition along with LineAndColumn into coord.hh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ClientManager now stores only the free windows, clients take
ownership of its own.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Buffer now store a m_fs_timestamp field.
* Client in Normal mode checks current buffer file every 500 ms, or
each time it goes back to Normal mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|