platform/upstream/kmscon.git
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
2011-12-14 David HerrmannAdd config.h.in~ to gitignore
2011-12-14 Ran Benitabuild: set in NDEBUG instead of DEBUG in configure
2011-12-14 Ran Benitavt: add support for automatic VT switching
2011-12-14 David HerrmannAdd K_OFF to vt-TODO
2011-12-09 Ran Benitabuild: a few fixes to configure script
2011-12-04 David HerrmannConsole: Add buffer object
2011-12-03 David HerrmannConsole: Simplify character handling
2011-12-03 David Herrmanntest_console: Use new eloop and VT subsystem
2011-12-03 David HerrmannOutput: Correctly acquire/release DRM master
2011-12-03 David HerrmannEloop: Fix function name typo
2011-12-03 David HerrmannFix gitignore
2011-12-03 David HerrmannAdd VT test
2011-12-03 David HerrmannEloop: Add debug statements
2011-12-03 David HerrmannAdd VT handling
2011-12-03 David HerrmannEloop: Pass mask argument to fd callbacks
2011-12-03 David HerrmannEloop: Add idle-event support
2011-12-03 David HerrmannAdd event loop
2011-12-02 David Herrmanntest_output: Use log API
2011-12-02 David HerrmannOutput: Choose sane default mode
2011-12-02 David Herrmanntest_output: Use new log API
2011-12-02 David HerrmannAdd log API
2011-12-02 David Herrmanntest_output: Catch SIGINT and SIGTERM
2011-12-02 David Herrmanntest_console: React on SIGINT
2011-12-02 David HerrmannUpdate documentation about autotools
2011-12-02 David HerrmannChange license to MIT license
2011-12-01 David HerrmannConsole: Fix cell-selection when drawing glyphs
2011-12-01 David HerrmannUpdate TODO
2011-12-01 Ran Benitaoutput: save and restore crtc upon (de)activation
2011-12-01 Ran BenitaOutput: Fix warning -Wall complains about
2011-12-01 Ran Benitagitignore: add all the build stuff
2011-12-01 Ran Benitabuild: use gnu autotools
2011-11-27 David HerrmannAdd kmscon_console_write() function
2011-11-27 David HerrmannAdd kmscon_char_set() helper
2011-11-27 David HerrmannAdd cursor movement helpers
2011-11-26 David HerrmannUpdate TODO
2011-11-26 David HerrmannSupport glyph string caching
2011-11-26 David HerrmannFix glyph caching
2011-11-26 David HerrmannCalculate font size properly
2011-11-26 David HerrmannSet console resolution to 800x600 by default
2011-11-26 David HerrmannFix test_console
2011-11-26 David HerrmannDraw console
2011-11-26 David HerrmannReset cairo surface when drawing console
2011-11-26 David HerrmannSet each cell to '?' for testing purposes
2011-11-26 David HerrmannRefresh texture when redrawing console
2011-11-26 David HerrmannCreate font when resizing console
2011-11-26 David HerrmannAdd kmscon_font type
2011-11-26 David HerrmannAdd pango dependency
2011-11-26 David HerrmannAdd kmscon_char_dup()
2011-11-20 David HerrmannAdd gitignore file
2011-11-20 David HerrmannSet default console size to 80x24
2011-11-20 David HerrmannAdd cells to console objects
2011-11-20 David HerrmannCompile all sources into tests
2011-11-20 David HerrmannUpdate TODO list with console subsystem
2011-11-20 David HerrmannAdd console subsystem to README
2011-11-20 David HerrmannAdd console test
2011-11-20 David HerrmannAdd console drawing-logic
2011-11-20 David HerrmannFix kmscon_console_unref name
2011-11-20 David HerrmannAvoid refreshing twice in output test
2011-11-20 David HerrmannAdd kmscon_char type
2011-11-19 David HerrmannAdd console subsystem dummy
2011-11-19 David HerrmannAdd TODO list
2011-11-19 David HerrmannAdd temporary Makefile
2011-11-19 David HerrmannAdd output test-script
2011-11-19 David HerrmannAdd output subsystem
2011-11-19 David HerrmannNew kmscon project