platform/upstream/kmscon.git
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
2012-01-01 David HerrmannAdd faster kmscon_char replacement
2011-12-31 David Herrmanntest_terminal: add experimental input support
2011-12-31 David Herrmannconsole: add UCS4 to UTF8 conversion
2011-12-31 Ran BenitaUpdate TODO regarding input subsystem
2011-12-31 Ran Benitainput: define our own modifiers
2011-12-31 Ran Benitainput: don't use 0 to signal lack of unicode value
2011-12-31 Ran Benitainput: shuffle headers and includes
2011-12-31 Ran BenitaCorrectly set Xlib copyright headers
2011-12-31 Ran Benitaxkb: fix group wrapping
2011-12-31 Ran Benitaxkb: refactor keysym compat_init into a separate function
2011-12-31 Ran Benitainput: fix formatting
2011-12-31 David Herrmanninput: fix open() call parameters
2011-12-31 Ran Benitaxkb: latches were not always released correctly
2011-12-31 Ran Benitaxkb: filter unwanted repeats
2011-12-31 Ran Benitaxkb: comment out LevelOneOnly handling
2011-12-31 Ran Benitainput: use libxkbcommon to convert input events
2011-12-31 David HerrmannAdd Ran Benita to authors list
2011-12-31 David Herrmanninput: do not take reference of parent input object
2011-12-31 David Herrmanninput: silently ignore devices without device-node
2011-12-31 Ran Benitatests: add test for the input subsystem
2011-12-31 David Herrmanninput: rearrange code to avoid forward declarations
2011-12-30 Ran Benitainput: add infrastructure for an input subsystem
2011-12-30 David Herrmannterminal: add dummy terminal implementation
2011-12-30 David Herrmannoutput: add debug and error messages
2011-12-30 David Herrmannconsole: fix debug messages for buffer objects
2011-12-30 David Herrmanntest_console: fix call to kmscon_comp*_use
2011-12-30 David Herrmanntest_output: handle kmscon_comp*_use failure
2011-12-30 David Herrmannoutput: allow kmscon_compositor_use to be called when...
2011-12-30 David Herrmannoutput: fix dropping master priviledges on wakeup
2011-12-30 David Herrmannvt: fix race-condition in signal handling
2011-12-26 David Herrmannoutput: add helper to check whether output is awake
2011-12-26 David Herrmanntest_console: fix console deinitialization bug
2011-12-26 David Herrmanntest_console: copy stdin to console output
2011-12-26 David Herrmannconsole: add newline function
2011-12-26 David HerrmannUpdate TODO
2011-12-26 David Herrmannconsole: remove +1 font width
2011-12-26 David Herrmannconsole: calculate width by font
2011-12-26 David Herrmannconsole: do not resize buffer if size doesn't change
2011-12-24 David Herrmannconsole: measure font width
2011-12-24 David Herrmannconsole: do not return NULL in kmscon_char_get_u8
2011-12-21 David Herrmannconsole: allow resizing the console
2011-12-21 David Herrmannconsole: support writing to console
2011-12-21 David Herrmannconsole: correctly resize lines
2011-12-21 David Herrmanntest_buffer: add buffer playground
2011-12-21 David Herrmannconsole: rewrite buffer implementation
2011-12-20 David Herrmannconsole: remove cairo from header
2011-12-18 David Herrmannconsole: correctly set current position in buffer
2011-12-18 David Herrmannconsole: use new buffer implementation
2011-12-18 David Herrmannconsole: remove buffer cache
2011-12-18 David Herrmannconsole: allow resetting of kmscon_char's
next