platform/upstream/kmscon.git
2012-07-14 David Herrmannterminal: close pty before opening it
2012-07-07 Ran Benitaxkb: fix null dereference
2012-07-07 David Herrmanntests: fix tests to compile again
2012-07-01 David HerrmannRelease kmscon-2
2012-07-01 David HerrmannUpdate README
2012-07-01 David Herrmannunicode: replace glib types with native types
2012-07-01 David Herrmannmisc: change hashtable compare function to return bool
2012-07-01 David Herrmannmisc: remove glib dependency
2012-07-01 David Herrmannuterm: monitor: make systemd optional
2012-07-01 David HerrmannAdd NEWS file
2012-07-01 David Herrmannbuild: remove TODO from DIST_EXTRA
2012-07-01 David Herrmanneloop: fix signal creation
2012-07-01 David Herrmannuterm: vt: correctly initialize ret to 0
2012-07-01 David Herrmannbuild: correctly clear GBM/EGL flags
2012-07-01 David Herrmanneloop: silence gcc warning
2012-07-01 David Herrmannllog: make debug statements produce real code
2012-07-01 David Herrmannuterm: vt: silence gcc warning
2012-07-01 David Herrmannvte/console: implement CSI 'M' (DL: delete line)
2012-07-01 David Herrmannvte/console: implement CSI mode L (insert line: IL)
2012-07-01 David Herrmannbuild: make opengl optional
2012-07-01 David Herrmanngl: add wrappers for glClear and glClearColor
2012-07-01 David Herrmannmain: use UTERM_VIDEO_DUMB as fallback when DRM is...
2012-07-01 David Herrmannuterm: add dumb-drm backend
2012-06-30 David Herrmannbuild: rewrite configure.ac
2012-06-30 David Herrmannuterm: monitor: refactor systemd code
2012-06-29 David Herrmannbuild: move systemd dependencies to libuterm
2012-06-29 David Herrmannbuild: move vt.[hc] to libuterm
2012-06-29 David Herrmannuterm: remove libudev.h includes if not needed
2012-06-29 David Herrmannbuild: move uterm into shared library
2012-06-29 David Herrmannbuild: move eloop into shared library
2012-06-29 Ran Benitaxkb: first get keysyms, then update state
2012-06-29 Ran Benitaxkb: only repeat keys when they're supposed to repeat
2012-06-29 Ran Benitaxkb: use unicode conversion from xkbcommon
2012-06-24 David Herrmannbuild: move external sources into libkmscon-static
2012-06-24 David Herrmanndoc: fix header of gtk-doc makefile
2012-06-24 David Herrmannbuild: add comments to Makefile.am
2012-06-24 David Herrmannbuild: put static_* files into separate library
2012-06-24 David Herrmannstatic: move statically linked subsystems to static_*
2012-06-24 David Herrmanneloop: move to llog
2012-06-24 David Herrmannllop: add default helpers
2012-06-24 David Herrmannllog: add direct log helpers
2012-06-24 David Herrmanneloop: require llog function in eloop-creation
2012-06-24 David Herrmannbuild: set LLOG_ENABLE_DEBUG
2012-06-24 David Herrmannlog: add link to llog
2012-06-24 David Herrmannllog: add library log helpers
2012-06-24 David Herrmannlog: change severities to be identical to kernel sevs
2012-06-24 David Herrmannvte: set AUTO_WRAP mode on reset for console object
2012-06-24 David Herrmannuterm: video_drm: set EGL_DISPLAY correctly
2012-06-24 David Herrmannmain: use --fbdev options to switch between DRM/fbdev
2012-06-24 David Herrmannterminal: redraw on wake-up
2012-06-24 David Herrmannterminal: avoid adding displays multiple times
2012-06-24 David Herrmannui: do not modify callback parameters
2012-06-24 David Herrmannfont: support 2D blitting
2012-06-24 David Herrmannvideo: return -EOPNOTSUPP in video_use without OpenGL
2012-06-24 David Herrmannui: enumerate displays on wakeup
2012-06-24 David Herrmannmain: do not depend on OpenGL
2012-06-24 David Herrmannterminal: create shader only when OpenGL is available
2012-06-24 David Herrmannterminal: add debug message when removing display
2012-06-23 David Herrmannuterm: video_fbdev: fix debug statements
2012-06-23 David Herrmannuterm: add internal header for blitting support
2012-06-23 David Herrmannuterm: video_drm: set .blit to NULL
2012-06-23 David Herrmannuterm: video_fbdev: make double-buffering optional
2012-06-23 David Herrmannuterm: video: add blitting support
2012-06-23 David Herrmannuterm: add WAKEUP and SLEEP signals
2012-06-23 David Herrmannuterm: video_fbdev: save stride on open
2012-06-23 David Herrmannuterm: video_fbdev: test whether bpp is power of 8
2012-06-23 David Herrmannuterm: video_fbdev: remove double check
2012-06-23 David Herrmannuterm: video_fbdev: discard non-xrgb32 devices
2012-06-23 David Herrmannuterm: video: return -EOPNOTSUPP when opengl is not...
2012-06-23 David Herrmannuterm: video_fbdev: remove display_use()
2012-06-23 David Herrmannbuild: add gtk-doc
2012-06-23 David Herrmanneloop: turn comment into non-gtkdoc comment
2012-06-23 David Herrmannuterm: add fbdev video backend
2012-06-17 David Herrmannconsole: rewrite console layer
2012-06-16 David Herrmannfblog: add kernel patches for fblog driver
2012-05-30 David Herrmannvte: allow setting margins
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
next