| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-07-28 | ui: try to fixup unicode display issues | Marc André Tanner | 1 | -0/+7 | |
| The handling of combining characters needs to be reviewed there are still strange things going on. This only covers up some of the artifacts. | |||||
| 2015-07-26 | view: always fill out complete cell matrix | Marc André Tanner | 1 | -22/+8 | |
| 2015-07-26 | vis: add infrastructure to support multiple cursors/selections | Marc André Tanner | 1 | -10/+5 | |
| This cleans up the existing selection handling code and adds the necessary bits to eventually support multiple cursors/selections. The cursor position is kept track of using marks, which means retrieving the cursor position is no longer a constant time operation. Furthermore the terminal cursor is no longer used, instead the whole window is redrawn after every cursor movement. | |||||
| 2015-07-21 | ui: further separate curses related user interface code | Marc André Tanner | 1 | -4/+15 | |
| By now ui-curses.[hc] are the only files dealing directly with curses related functions. Integration of a proper mainloop is still pending. | |||||
| 2015-07-09 | ui: abstract curses related special keys away | Marc André Tanner | 1 | -1/+0 | |
| 2015-07-09 | ui: unify backspace handling | Marc André Tanner | 1 | -0/+13 | |
| 2015-07-09 | ui: move terminal state handling code to ui specific file | Marc André Tanner | 1 | -0/+11 | |
| 2015-07-09 | ui: move input handling code to ui specific files | Marc André Tanner | 1 | -0/+42 | |
| 2015-07-06 | Move filename from Text to File | Marc André Tanner | 1 | -15/+17 | |
| Also apply syntax rules every time the file name changes. | |||||
| 2015-07-03 | Add :show command to display special symbols for whitespaces | Marc André Tanner | 1 | -1/+3 | |
| Enable/disable by setting to 0/1 respectively: :set show spaces=0 tabs=0 newlines=1 | |||||
| 2015-04-22 | More renames, no functional changes | Marc André Tanner | 1 | -12/+12 | |
| Win -> View, window_* -> view_* | |||||
| 2015-04-11 | Remove global mode state | Marc André Tanner | 1 | -1/+1 | |
| Once again show mode in window status bar. | |||||
| 2015-04-11 | Further ui separation, eliminate global state | Marc André Tanner | 1 | -16/+33 | |
| 2015-04-07 | Set '< and '> marks | Marc André Tanner | 1 | -18/+10 | |
| 2015-04-07 | Prevent black flicker on load | John W. Trengrove | 1 | -0/+1 | |
| 2015-04-05 | Fix clang static analyzer warnings | Marc André Tanner | 1 | -1/+1 | |
| 2015-04-04 | Fix drawing of selection | Marc André Tanner | 1 | -10/+7 | |
| 2015-04-04 | Move more curses related stuff to ui-curses.c | Marc André Tanner | 1 | -0/+7 | |
| 2015-04-03 | Add option to display relative line numbers | Marc André Tanner | 1 | -2/+14 | |
| :set rnu Based on a patch by Sebastian Götte. | |||||
| 2015-04-03 | Preliminary user interface separation | Marc André Tanner | 1 | -0/+568 | |
| In theory only ui-curses.[hc] should depend on curses, however in practice keyboard input is still handled in vis.c. Furthermore the syntax definitions as well as keyboard bindings and selection code in window.c still depends on some curses constants. There is also a slight regression in that the window status bar does not show the current mode name. This and related global state should be eliminated in the future. | |||||
