platform/upstream/kmscon.git
2012-03-25 David Herrmanneloop: catch EINTR in epoll_wait()
2012-03-25 David Herrmannconf: fix local storage of default argv
2012-03-25 David Herrmannpty: use reentrant ptsname_r
2012-03-24 David Herrmannpty: introduce --term
2012-03-24 David Herrmannpty: add --login option
2012-03-24 David Herrmannpty: fix log statements
2012-03-24 David HerrmannFix some signed/unsigned warnings
2012-03-24 David Herrmannmain: wait for child processes
2012-03-24 David Herrmannuterm_video: set displays after waking up
2012-03-24 David Herrmannuterm_video: check online-state before swapping
2012-03-24 David Herrmannmain: use ui subsystem
2012-03-24 David Herrmannui: add user interface subsystem
2012-03-24 David Herrmanninput: change callback logic
2012-03-24 David Herrmannuterm_video: add callback
2012-03-24 David Herrmannmisc: add hook structure
2012-03-24 David Herrmannuterm_video: fix drm debug messages
2012-03-24 David Herrmannkbd_*: fix log messages
2012-03-24 David Herrmannxkb: use new API
2012-03-24 David Herrmanntest_terminal: parse command line arguments
2012-03-24 David Herrmanninput: fix kmscon_input_device_wakeup protection
2012-03-24 David Herrmanninput: remove refcnt in input-devices
2012-03-24 David Herrmanninput: fix log-messages
2012-03-24 David Herrmannconf: add --xkb-XY options
2012-03-24 David Herrmanninput: do not wake up if we are not asleep
2012-03-23 David Herrmannconf: add --silent
2012-03-23 David Herrmannmain: print strerror() on failure
2012-03-23 David Herrmannmain: add proper main application
2012-03-23 David Herrmannvt: fix log messages
2012-03-23 David HerrmannFix time calculations
2012-03-23 David Herrmannbuild: add conf.c to build
2012-03-23 David Herrmanneloop: correctly set ->exit
2012-03-23 David Herrmanneloop: add debug messages
2012-03-23 David Herrmannconf: add --switchvt
2012-03-23 David Herrmannconf: fix --help handling
2012-03-23 David Herrmannconf: remove unneeded global initialization
2012-03-23 David Herrmanneloop: add ev_eloop_run() function
2012-03-23 David Herrmanneloop: several fixes
2012-03-23 David Herrmanneloop: remove fd from epoll-set on HUP
2012-03-23 David Herrmanneloop: remove ev_eloop_get_fd()
2012-03-23 David Herrmannvt: fix callback enum type
2012-03-23 David Herrmannconf: add configuration subsystem
2012-03-23 David Herrmanneloop: allow an eloop to be an event source
2012-03-23 David Herrmannconsole: merge console_cell.c into console.c
2012-03-23 David HerrmannRemove old output subsystem
2012-03-23 David HerrmannMove to new uterm infrastructure
2012-03-23 David Herrmanngl: add viewport helper
2012-03-23 David Herrmanntest_output: use new uterm/log/etc. subsystems
2012-03-23 David Herrmannuterm_video: add *_screen_height/width() helpers
2012-03-23 David Herrmannbuild: define LOG_ENABLE_DEBUG if debugging
2012-03-23 David Herrmanngl: add debug statements
2012-03-23 David Herrmannuterm_video: take ref-cnt of display in screen object
2012-03-23 David Herrmanngl: add GL subsystem
2012-03-23 David Herrmannuterm_video: include GLES2 headers instead of GL
2012-03-23 David Herrmannuterm_video: add dummy fbdev backend
2012-03-23 David Herrmannuterm_video: add DRM backend
2012-03-23 David Herrmannuterm: new video backend
2012-03-23 David Herrmannlog: rewrite log subsystem
2012-03-20 David Herrmanneloop: move prefix to "ev_" instead of "kmscon_"
2012-03-20 David Herrmanneloop: rename from kmscon_ to ev_
2012-03-20 Ran Benitavte: constify global tables
2012-03-20 Ran Benitainput: test for LED feature and use it
2012-03-20 Ran Benitainput: add features mechanism
2012-03-20 Ran Benitabuild: implicitly include config.h
2012-03-20 David HerrmannFix copyright year
2012-03-20 David Herrmannvte: improve docs
2012-02-29 David Herrmannvte: add 8bit C1 7bit equivalents (dummy)
2012-02-29 David Herrmannvte: add 8-bit C1 code handlers (dummy)
2012-02-29 David Herrmannvte: new state machine implementation
2012-02-27 David Herrmannkbd_xkb: use new xkbcommon version
2012-02-05 David Herrmannoutput: drop drm-master on open() to avoid Xserver...
2012-02-05 David Herrmannvte: extend CSI debug message
2012-02-05 David Herrmannvte: implement backspace control
2012-02-05 David Herrmannvte: implement basic cursor movement CSI
2012-02-05 David Herrmannvte: implement CSI-J
2012-02-05 David Herrmannvte: implement CSI-K
2012-02-05 David Herrmannvte: implement basic cursor-movement controls
2012-02-05 David Herrmannconsole: fix bug in buffer-erase helper
2012-02-05 David Herrmannconsole: add helper to erase current position
2012-02-05 David Herrmannconsole: fix pending-wrap bug in erase helpers
2012-02-05 David Herrmannconsole: enable auto_wrap by default
2012-02-05 David Herrmannconsole: fix bug in *_erase_screen()
2012-02-05 David Herrmannconsole: fix bug in *_move_left()
2012-02-05 David Herrmannconsole: add to line movement helpers
2012-02-04 David Herrmannconsole: add erase-helpers
2012-02-04 Ran Benitaring: fix is_empty
2012-02-04 David Herrmannconsole: add function to erase buffer
2012-02-04 David Herrmannconsole: add basic cursor movements
2012-02-04 David Herrmannconsole: add auto-wrap mode
2012-02-04 David Herrmannconsole: add *_move_to() function
2012-02-04 David Herrmannconsole: make console wrapper margin aware
2012-02-04 David Herrmannconsole: remove *_buffer_newline()
2012-02-04 David Herrmannconsole: fix bug in console resizing
2012-02-03 David Herrmannconsole: implement proper scrolling
2012-02-03 David Herrmanntest_buffer: add margin tests
2012-02-03 David Herrmannconsole: add margin API
2012-02-03 David Herrmannconsole: add margin support
2012-02-03 David Herrmannconsole: rename buffer to scroll-buffer
2012-02-02 David Herrmannconsole: do not fill buffer if not required
2012-02-02 David Herrmannconsole: allow NULL lines in buffer
2012-02-02 David Herrmannconsole: allow to push empty lines to scrollback buffer
next