index
:
~dvdhrm/kmscon
master
KMS/DRM based system console
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-04
console: add auto-wrap mode
David Herrmann
1
-5
/
+10
2012-02-04
console: add *_move_to() function
David Herrmann
2
-4
/
+36
2012-02-04
console: make console wrapper margin aware
David Herrmann
1
-2
/
+12
2012-02-04
console: remove *_buffer_newline()
David Herrmann
4
-32
/
+5
2012-02-04
console: fix bug in console resizing
David Herrmann
1
-1
/
+3
2012-02-03
console: implement proper scrolling
David Herrmann
2
-0
/
+41
2012-02-03
test_buffer: add margin tests
David Herrmann
1
-2
/
+7
2012-02-03
console: add margin API
David Herrmann
2
-0
/
+41
2012-02-03
console: add margin support
David Herrmann
1
-29
/
+199
2012-02-03
console: rename buffer to scroll-buffer
David Herrmann
1
-64
/
+79
2012-02-02
console: do not fill buffer if not required
David Herrmann
1
-17
/
+12
2012-02-02
console: allow NULL lines in buffer
David Herrmann
1
-1
/
+1
2012-02-02
console: allow to push empty lines to scrollback buffer
David Herrmann
1
-1
/
+10
2012-02-02
console: move kmscon_console_rotate to *_newline
David Herrmann
4
-6
/
+6
2012-02-02
console: add function to clear scrollback buffer
David Herrmann
2
-6
/
+22
2012-02-02
console: add function to set max scrollback buffer size
David Herrmann
2
-0
/
+34
2012-02-02
console: set sb_max to 0 by default
David Herrmann
1
-2
/
+0
2012-02-02
console: allow scrollback-buffer maximum = 0
David Herrmann
1
-0
/
+5
2012-02-01
eloop: add timer support
Ran Benita
2
-0
/
+184
2012-02-01
vte: add stub CSI parser
David Herrmann
1
-0
/
+113
2012-02-01
vte: parse basic control codes
David Herrmann
1
-7
/
+66
2012-02-01
vte: first check for special keys then for ucs4 char
David Herrmann
1
-51
/
+45
2012-02-01
vte: implement basic key mappings
David Herrmann
1
-2
/
+36
2012-01-31
doc: add VTE links and resources
David Herrmann
1
-0
/
+35
2012-01-30
pty: avoid 4KB buffers on the stack
David Herrmann
1
-6
/
+6
2012-01-30
pty: increase input buffer size
Ran Benita
1
-1
/
+2
2012-01-30
kbd: correctly initialize refcount
Ran Benita
2
-0
/
+2
2012-01-30
xkb: fix invalid read from uninitialized memory
Ran Benita
1
-36
/
+20
2012-01-29
Remove TODO
David Herrmann
1
-74
/
+0
2012-01-29
vte: handle keyboard "return"/linefeed
David Herrmann
1
-1
/
+17
2012-01-29
terminal: use UTF8 state machine
David Herrmann
3
-12
/
+31
2012-01-29
pty: change callback parameters to "const xy"
David Herrmann
2
-2
/
+3
2012-01-29
test_buffer: add utf8 state machine test
David Herrmann
1
-0
/
+25
2012-01-29
unicode: add utf8 state machine
David Herrmann
2
-0
/
+154
2012-01-28
vte: handle keyboard input (stub)
David Herrmann
5
-51
/
+70
2012-01-28
console: add header protection
David Herrmann
1
-0
/
+5
2012-01-28
pty: remove unneeded variable in setup_child
David Herrmann
1
-3
/
+3
2012-01-28
pty: move fork_pty_child to setup_child
David Herrmann
1
-3
/
+2
2012-01-28
pty: avoid FIONREAD ioctl
David Herrmann
1
-11
/
+5
2012-01-28
pty: buffer data between pty and child
David Herrmann
3
-43
/
+109
2012-01-28
Add ring buffer object
David Herrmann
3
-0
/
+215
2012-01-28
pty: merge input and close callbacks
David Herrmann
3
-33
/
+16
2012-01-28
terminal, pty: pass eloop reference on obj creation
David Herrmann
5
-90
/
+33
2012-01-28
pty: move output_cb to input_cb
David Herrmann
3
-12
/
+12
2012-01-28
pty: move pty_input to pty_write
David Herrmann
3
-3
/
+3
2012-01-28
pty: fix style issue
David Herrmann
2
-5
/
+6
2012-01-28
pty: merge fork_pty and pty_spawn
David Herrmann
1
-38
/
+19
2012-01-28
pty: unblock all signals before exec'ing the child
Ran Benita
1
-0
/
+8
2012-01-28
kbd-dumb: fix log_warning -> log_warn
David Herrmann
2
-2
/
+1
2012-01-28
build: fix out-of-tree build and distcheck
Ran Benita
4
-7
/
+9
[next]