platform/upstream/kmscon.git
2012-05-30 David Herrmannvte: fix HUP/HVP positioning bug
2012-05-30 David Herrmannvte: more verbose SM/RM debug messages
2012-05-30 David Herrmannvte: add DA support
2012-05-30 David Herrmannconf: set TERM by default to vt220
2012-05-30 David Herrmannvte: support cursor positioning CSI
2012-05-30 David Herrmannvte: update TODO items
2012-05-30 David Herrmannconsole/vte: draw cursor
2012-05-30 David Herrmannvte: set color to white on cell reset
2012-05-30 David Herrmannvte: correctly reset console flags on soft reset
2012-05-30 David Herrmannconsole: reset font color to white by default
2012-05-30 David Herrmannfont: draw backgrounds
2012-05-30 David Herrmannterminal/vte/console: support inverse-screen-mode
2012-05-30 David Herrmannconsole: allow retrieving console flags
2012-05-30 David Herrmannvte: implement origin mode
2012-05-30 David Herrmannconsole: allow setting/resetting flags
2012-05-30 David Herrmannvte: implement local echo mode
2012-05-30 David Herrmannvte: add ESC+c hard-reset TODO item
2012-05-30 David Herrmannvte: ignore unset csi parameters in SM/RM
2012-05-29 David Herrmannvte: fix up comments
2012-05-29 David Herrmannvte: add auto-wrap support
2012-05-29 David Herrmannconsole: support INSERT mode
2012-05-29 David Herrmannvte: set default flags on soft-reset
2012-05-29 David Herrmannvte: fix indentation of do_csi()
2012-05-29 David Herrmannvte: fix up SM/RM modes
2012-05-29 David Herrmannvte: declare all available modes
2012-05-29 David Herrmannvte: implement DECKPAM and DECKPNM
2012-05-29 David Herrmannvte: implement SM/RM
2012-05-29 David Herrmannvte: implement S7C1T and S8C1T
2012-05-29 David Herrmannvte: set FLAG_USE_C1 when C1-8bit mode is requested
2012-05-29 David Herrmannvte: implement charset shift in/out
2012-05-29 David Herrmannvte: trivial: fix switch indentation
2012-05-29 David Herrmannvte: support designating charsets
2012-05-29 David Herrmannvte: collect csi flags +, ( and )
2012-05-29 David Herrmannvte: support temporary charsets and g0-g3
2012-05-29 David Herrmannvte: always perform soft reset on DECSCL
2012-05-29 David Herrmannvte: add support for GL/GR mappings
2012-05-29 David Herrmannvte: perform soft reset on initialization
2012-05-29 David Herrmannvte: handle XK_Find and XK_Select
2012-05-29 David Herrmannvte: move long csi-handlers into separate function
2012-05-29 David Herrmannvte: implement DECSTR / soft-reset
2012-05-29 David Herrmannvte: corectly implement DECSCL
2012-05-29 David Herrmannvte: select CSI flags
2012-05-29 David Herrmannvte: add kmscon_vte_reset()
2012-05-29 David Herrmannvte: support 7bit and 8bit modes
2012-05-29 David Herrmannconsole: add kmscon_console_reset() dummy
2012-05-29 David Herrmannunicode: introduce kmscon_utf8_mach_reset()
2012-05-29 David Herrmannbuild: define KMSCON_ENABLE_DEBUG on --enable-debug
2012-05-29 David Herrmannvte: add special character sets
2012-05-28 David Herrmannvte: implement DECSCL 'p' CSI
2012-05-28 David Herrmannvte: implement NEL
2012-05-28 David Herrmannvte: implement IND and RI
2012-05-28 David Herrmannvte: explicitely ignore DEL
2012-05-28 David Herrmannvte: show reversed question mark on SUB
2012-05-28 David Herrmannvte: remove kmscon_console_backspace()
2012-05-28 David Herrmannvte: answer with ACK to an ENQ enquiry
2012-05-28 David Herrmannvte: use callback for outgoing messages
2012-05-28 David Herrmannvte: add ctrl+0-9 shortcuts
2012-05-28 David Herrmannvte: handle F1-F20 correctly
2012-05-28 David Herrmannvte: handle KeyPad/NumPad keys
2012-05-28 David Herrmannvte: add line-feed/new-line mode
2012-05-28 David Herrmannvte: implement cursor keys
2012-05-28 David Herrmannvte: implement editing keys
2012-05-28 David Herrmannvte/font/console: support basic character attributes
2012-05-27 David Herrmannvte: send correct escape characters on ctrl+KEY input
2012-05-27 David Herrmannuterm_input: introduce UTERM_INPUT_HAS_MODS()
2012-05-27 David Herrmanntest_input: always print keysym
2012-05-27 David Herrmannvte: print debug message on unknown CSI parameters
2012-05-27 David Herrmannvte: remove kmscon_vte_bind()
2012-05-27 David Herrmannmain: start ui on each seat
2012-05-27 David Herrmannuterm_input: fix increasing refcnt
2012-05-27 Ran Benitaxkb: add a TODO note to kbd_dev_reset stub
2012-05-27 Ran Benitaxkb: produce key events
2012-05-27 Ran Benitaxkb: initialize the xkb objects
2012-05-27 Ran Benitaxkb: remove old xkb code and add stubs
2012-05-26 David Herrmanninput: remove old input subsystem
2012-05-26 David HerrmannReplace old input subsystem with new uterm input
2012-05-26 Ran Benitakbd: remove "dev" from kbd_dev_keysym_to_string
2012-05-26 Ran Benitamonitor: fix small memory leak
2012-05-26 David Herrmannmain: remove old session code
2012-05-26 David Herrmannmain: allocate one VT per seat
2012-05-26 David Herrmannvt: fix calling wrong callbacks
2012-05-26 David Herrmannmain: poll video devices on hotplug
2012-05-26 David Herrmannmain: add input device to each seat
2012-05-26 David Herrmannmain: collect one DRM device per seat
2012-05-26 David Herrmannmain: create vt master object
2012-05-26 David Herrmannmain: listen for new seats
2012-05-26 David Herrmannmain: use uterm_monitor objects
2012-05-26 David Herrmannuterm_vt: fix correctly passing vt data to callbacks
2012-05-26 David Herrmanntest_vt: use new uterm vt master
2012-05-25 David Herrmannuterm: add VT API
2012-05-24 David Herrmannvt: add kmscon_vt_supported() function
2012-05-20 David Herrmanneloop: fix eloop object never being freed
2012-05-19 David Herrmanneloop: add initial gtk-doc comments
2012-05-19 David Herrmanneloop: dynamically reallocate dispatch cache
2012-05-19 David Herrmanneloop: add more comments
2012-05-19 David Herrmanneloop: use counter source for idle events
2012-05-19 David Herrmanneloop: fix not returning new counter object
2012-05-19 David Herrmanneloop: forward timer HUP and I/O errors to caller
2012-05-19 David Herrmanneloop: forward EOF and I/O errors of counters to caller
2012-05-19 David Herrmanneloop: allow enabling/disabling counter sources
next