platform/upstream/kmscon.git
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
2012-02-02 David Herrmannconsole: move kmscon_console_rotate to *_newline
2012-02-02 David Herrmannconsole: add function to clear scrollback buffer
2012-02-02 David Herrmannconsole: add function to set max scrollback buffer...
2012-02-02 David Herrmannconsole: set sb_max to 0 by default
2012-02-02 David Herrmannconsole: allow scrollback-buffer maximum = 0
2012-02-01 Ran Benitaeloop: add timer support
2012-02-01 David Herrmannvte: add stub CSI parser
2012-02-01 David Herrmannvte: parse basic control codes
2012-02-01 David Herrmannvte: first check for special keys then for ucs4 char
2012-02-01 David Herrmannvte: implement basic key mappings
2012-01-31 David Herrmanndoc: add VTE links and resources
2012-01-30 David Herrmannpty: avoid 4KB buffers on the stack
2012-01-30 Ran Benitapty: increase input buffer size
2012-01-30 Ran Benitakbd: correctly initialize refcount
2012-01-30 Ran Benitaxkb: fix invalid read from uninitialized memory
2012-01-29 David HerrmannRemove TODO
2012-01-29 David Herrmannvte: handle keyboard "return"/linefeed
2012-01-29 David Herrmannterminal: use UTF8 state machine
2012-01-29 David Herrmannpty: change callback parameters to "const xy"
2012-01-29 David Herrmanntest_buffer: add utf8 state machine test
2012-01-29 David Herrmannunicode: add utf8 state machine
2012-01-28 David Herrmannvte: handle keyboard input (stub)
2012-01-28 David Herrmannconsole: add header protection
2012-01-28 David Herrmannpty: remove unneeded variable in setup_child
2012-01-28 David Herrmannpty: move fork_pty_child to setup_child
2012-01-28 David Herrmannpty: avoid FIONREAD ioctl
2012-01-28 David Herrmannpty: buffer data between pty and child
2012-01-28 David HerrmannAdd ring buffer object
2012-01-28 David Herrmannpty: merge input and close callbacks
2012-01-28 David Herrmannterminal, pty: pass eloop reference on obj creation
2012-01-28 David Herrmannpty: move output_cb to input_cb
2012-01-28 David Herrmannpty: move pty_input to pty_write
2012-01-28 David Herrmannpty: fix style issue
2012-01-28 David Herrmannpty: merge fork_pty and pty_spawn
2012-01-28 Ran Benitapty: unblock all signals before exec'ing the child
2012-01-28 David Herrmannkbd-dumb: fix log_warning -> log_warn
2012-01-28 Ran Benitabuild: fix out-of-tree build and distcheck
2012-01-28 Ran Benitakbd: add a new "dumb" keyboard backend
2012-01-28 Ran Benitabuild: depend on xproto explicitly
2012-01-28 David Herrmannxkb: fix merge failure
2012-01-24 David Herrmannlog: move log_warning to log_warn
2012-01-24 David Herrmanncontext: use GL_RGBA when full OpenGL is used
2012-01-24 David Herrmanneloop: remove verbose debug messages
2012-01-24 Ran Benitatest_terminal: wait on children to avoid zombies
2012-01-24 Ran Benitaterminal: use new pty object
2012-01-23 Ran BenitaAdd pseudo terminal support
2012-01-23 Ran Benitatest_input: simplify and drop xkbcommon dependency
2012-01-23 Ran Benitainput, xkb: port to new kbd object
2012-01-23 Ran BenitaAdd skeleton for multiple keyboard handling backends
2012-01-22 David Herrmannfont: add debug messages
2012-01-22 David Herrmannfont: rewrite font backend
2012-01-22 David Herrmannmath: new helper backend for linear algebra
2012-01-22 David Herrmannfont: require compositor reference
2012-01-22 David Herrmannfont: fix memleak in freetype backend
2012-01-20 David Herrmanncontext: add GLES2 support
2012-01-20 David Herrmanncontext: use BGRA_EXT texture internally
2012-01-20 David Herrmanncontext: warn on shader creation error
2012-01-20 David Herrmanncontext: first initialize EGL then find functions
2012-01-20 David Herrmanncontext: use GL_TRIANGLES instead of GL_QUADS
2012-01-20 David Herrmanncontext: use GL_BGRA_EXT to avoid undeclared exts
2012-01-20 David Herrmanncontext: fix wrong GL func declaration
2012-01-20 David Herrmannterminal: replace GL functions with new context subs
2012-01-20 Ran Benitaxkb: don't fill events purely for modifiers
2012-01-20 Ran Benitaterminal: also unref the idle object
2012-01-20 David Herrmannconsole: use new drawing pipeline
2012-01-20 David Herrmannconsole: avoid code duplication in cairo destruction...
2012-01-20 David Herrmanncontext: enable blend by default
2012-01-18 David Herrmannoutput: use UniformMatrix4fv instead of ~2fv
2012-01-18 David Herrmannconsole: take reference of compositor
2012-01-18 David Herrmanntest_output: use new drawing pipeline
2012-01-18 David Herrmannoutput: add function to draw colored vertices
2012-01-18 David Herrmannoutput: add default shader
2012-01-18 David Herrmannoutput: add function to retrieve context
2012-01-17 David Herrmannoutput: add shader support
2012-01-16 David Herrmannoutput: move EGL/GL calls into separate header
2012-01-11 David Herrmannoutput: remove *_get_fd
2012-01-11 David Herrmannoutput: add header protection
2012-01-11 David Herrmannoutput: replace "DRI" with "DRM" in comments
2012-01-11 Ran Benitavt: add a few CLOEXEC's
2012-01-11 Ran Benitainput: make "us" default layout, override by env vars
2012-01-11 Ran Benitalog: make sure not to override errno
2012-01-11 Ran Benitaeloop: allow reporting error conditions
2012-01-09 Ran BenitaFix compiler sign-mismatch warnings
2012-01-09 Ran Benitatest_console: fix use-after-free
2012-01-09 Ran Benitafont_pango: fix uninitialized variable
2012-01-09 Ran Benitaa few cosmetic changes
2012-01-01 David HerrmannUpdate README to include new dependencies
2012-01-01 David HerrmannAdd configure to autogen.sh
2012-01-01 David HerrmannAvoid installing doc files with "make install"
2012-01-01 David Herrmannconfigure: fix debug option NDEBUG definition
2012-01-01 David Herrmannfont: add unfinished freetype backend
2012-01-01 David HerrmannUpdate TODO
2012-01-01 David Herrmannfont: move font handling into new subsystem
2012-01-01 David HerrmannRemove kmscon_char implementation
2012-01-01 David HerrmannAdjust all code to use new kmscon_symbol_t
2012-01-01 David Herrmannunicode: provide utf8 converter
2012-01-01 David Herrmanntest_buffer: add kmscon_symbol_t test
next