summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-03-23uterm_video: add *_screen_height/width() helpersDavid Herrmann2-0/+19
2012-03-23gl: add debug statementsDavid Herrmann1-0/+2
2012-03-23uterm_video: take ref-cnt of display in screen objectDavid Herrmann1-0/+2
2012-03-23gl: add GL subsystemDavid Herrmann3-0/+762
2012-03-23uterm_video: include GLES2 headers instead of GLDavid Herrmann2-4/+4
2012-03-23uterm_video: add dummy fbdev backendDavid Herrmann1-0/+589
2012-03-23uterm_video: add DRM backendDavid Herrmann2-0/+898
2012-03-23uterm: new video backendDavid Herrmann3-0/+977
2012-03-23log: rewrite log subsystemDavid Herrmann2-93/+734
2012-03-20eloop: move prefix to "ev_" instead of "kmscon_"David Herrmann8-62/+62
2012-03-20eloop: rename from kmscon_ to ev_David Herrmann2-183/+183
2012-03-20vte: constify global tablesRan Benita1-2/+2
2012-03-20input: test for LED feature and use itRan Benita4-57/+34
2012-03-20input: add features mechanismRan Benita2-23/+93
2012-03-20build: implicitly include config.hRan Benita2-5/+0
2012-03-20vte: improve docsDavid Herrmann1-1/+16
2012-02-29vte: add 8bit C1 7bit equivalents (dummy)David Herrmann1-0/+48
2012-02-29vte: add 8-bit C1 code handlers (dummy)David Herrmann1-2/+56
2012-02-29vte: new state machine implementationDavid Herrmann1-111/+509
2012-02-27kbd_xkb: use new xkbcommon versionDavid Herrmann1-10/+10
2012-02-05output: drop drm-master on open() to avoid Xserver bugsDavid Herrmann1-0/+1
2012-02-05vte: extend CSI debug messageDavid Herrmann1-1/+1
2012-02-05vte: implement backspace controlDavid Herrmann3-0/+17
2012-02-05vte: implement basic cursor movement CSIDavid Herrmann1-0/+25
2012-02-05vte: implement CSI-JDavid Herrmann1-0/+9
2012-02-05vte: implement CSI-KDavid Herrmann1-0/+9
2012-02-05vte: implement basic cursor-movement controlsDavid Herrmann1-2/+6
2012-02-05console: fix bug in buffer-erase helperDavid Herrmann1-0/+5
2012-02-05console: add helper to erase current positionDavid Herrmann2-0/+17
2012-02-05console: fix pending-wrap bug in erase helpersDavid Herrmann1-2/+16
2012-02-05console: enable auto_wrap by defaultDavid Herrmann1-0/+1
2012-02-05console: fix bug in *_erase_screen()David Herrmann1-1/+1
2012-02-05console: fix bug in *_move_left()David Herrmann1-0/+3
2012-02-05console: add to line movement helpersDavid Herrmann2-0/+18
2012-02-04console: add erase-helpersDavid Herrmann2-0/+60
2012-02-04ring: fix is_emptyRan Benita1-2/+2
2012-02-04console: add function to erase bufferDavid Herrmann2-0/+54
2012-02-04console: add basic cursor movementsDavid Herrmann2-0/+101
2012-02-04console: add auto-wrap modeDavid Herrmann1-5/+10
2012-02-04console: add *_move_to() functionDavid Herrmann2-4/+36
2012-02-04console: make console wrapper margin awareDavid Herrmann1-2/+12
2012-02-04console: remove *_buffer_newline()David Herrmann3-30/+2
2012-02-04console: fix bug in console resizingDavid Herrmann1-1/+3
2012-02-03console: implement proper scrollingDavid Herrmann2-0/+41
2012-02-03console: add margin APIDavid Herrmann2-0/+41
2012-02-03console: add margin supportDavid Herrmann1-29/+199
2012-02-03console: rename buffer to scroll-bufferDavid Herrmann1-64/+79
2012-02-02console: do not fill buffer if not requiredDavid Herrmann1-17/+12
2012-02-02console: allow NULL lines in bufferDavid Herrmann1-1/+1
2012-02-02console: allow to push empty lines to scrollback bufferDavid Herrmann1-1/+10