Eloop: Fix function name typo
[platform/upstream/kmscon.git] / src /
2011-12-03 David HerrmannEloop: Fix function name typo
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 HerrmannOutput: Choose sane default mode
2011-12-02 David HerrmannAdd log API
2011-12-02 David HerrmannChange license to MIT license
2011-12-01 David HerrmannConsole: Fix cell-selection when drawing glyphs
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 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 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 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 kmscon_char_dup()
2011-11-20 David HerrmannSet default console size to 80x24
2011-11-20 David HerrmannAdd cells to console objects
2011-11-20 David HerrmannAdd console drawing-logic
2011-11-20 David HerrmannFix kmscon_console_unref name
2011-11-20 David HerrmannAdd kmscon_char type
2011-11-19 David HerrmannAdd console subsystem dummy
2011-11-19 David HerrmannAdd output subsystem