summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-11-04Filters: tweak colorize_cplusplusMaxime Coste
2011-11-04Buffer: tweak default contentMaxime Coste
2011-11-03Buffer: fix modified handlingMaxime Coste
2011-11-02IncrementalInserter: support insert at line begin and append at line endMaxime Coste
2011-11-02fix not existing lines drawingMaxime Coste
2011-10-27Selectors: select_line selects next line when cursor is on eolMaxime Coste
2011-10-27lines and columns used for user interaction are 1-indexedMaxime Coste
2011-10-27Selection: more intelligent mergingMaxime Coste
2011-10-27rename buffer_iterator.inl.h to buffer_iterator.inl.hhMaxime Coste
2011-10-27Filters: correct select_to_previous_WORDMaxime Coste
2011-10-26Filters: tweak colorize_cpluscplusMaxime Coste
2011-10-26bind alt-[lLhH] to select_to_eol(_reverse)?Maxime Coste
2011-10-26change select_line binding from . to xMaxime Coste
2011-10-25Selectors: add selectors for WORDsMaxime Coste
2011-10-25add alt-key binding supportMaxime Coste
2011-10-24DisplayBuffer: deactivate too expensive checkMaxime Coste
2011-10-24DynamicBufferIterator: add and use in SelectionsMaxime Coste
2011-10-24Buffer: not copyable, add destructorMaxime Coste
2011-10-23Filters: rewrote colorize_regexMaxime Coste
2011-10-23DisplayBuffer: overload atom_containing with a version taking an iterator to ...Maxime Coste
2011-10-19style tweakMaxime Coste
2011-10-19CommandManager: fix completion of empty tokensMaxime Coste
2011-10-19Buffer: iterator_at prevents getting iterators on end of lineMaxime Coste
2011-10-18IncrementalInserter: fix OpenLineBelowMaxime Coste
2011-10-18DisplayBuffer: store atoms in a std::list instead of a vectorMaxime Coste
2011-10-18Window: fix status_line cursor positionMaxime Coste
2011-10-18DisplayBuffer: remove some check_invariant, overhead is too noticeableMaxime Coste
2011-10-18Buffer: add support for modification listenersMaxime Coste
2011-10-17BufferIterator: move methods implementation to buffer_iterator.inl.hMaxime Coste
2011-10-17utils: add contains functionMaxime Coste
2011-10-17Filters: add a show line numbers filterMaxime Coste
2011-10-17DisplayAtom: add splittable methodeMaxime Coste
2011-10-17DisplayBuffer: deinline insert method and add atom_containing methodMaxime Coste
2011-10-17DisplayBuffer: allow empty atoms, with begin == endMaxime Coste
2011-10-17Buffer: move struct Modification out of class, as BufferModificationMaxime Coste
2011-10-15DisplayBuffer: refactoring, correct support of replacementsMaxime Coste
2011-10-15LineAndColumn: add comparison operatorsMaxime Coste
2011-10-14WindowCoord: rename to DisplayCoord and move with DisplayBufferMaxime Coste
2011-10-14BufferCoord: allow explicit construction from all LineAndColumnsMaxime Coste
2011-10-12Window: privatize coordinates conversion methodsMaxime Coste
2011-10-12Selectors: remove unused move_selectMaxime Coste
2011-10-12Window: move_cursor_to takes a BufferIterator parameterMaxime Coste
2011-10-12Filters: add an expand_tabulation filterMaxime Coste
2011-10-10Debug: add key integral value in the debug buffer on keystrokeMaxime Coste
2011-10-10Completions: move code from main.cc to completion.hhMaxime Coste
2011-10-10Window: scroll when inserting, appending, erasing if necessaryMaxime Coste
2011-10-10gl and gh now go to first or last character of the lineMaxime Coste
2011-10-08remove useless lineMaxime Coste
2011-10-07Filters: tweak colorize_cplusplusMaxime Coste
2011-10-07ncurses: fix color supportMaxime Coste