platform/upstream/kmscon.git
2012-09-27 David Herrmannwlt: toolkit: fix use after free of dp_fd
2012-09-27 David Herrmannwlt: toolkit: fix sending two surface.attach() reqs...
2012-09-26 David Herrmannwlt: main: increase default window size to 600x400
2012-09-26 David Herrmannwlt: terminal: handle keyboard events
2012-09-26 David Herrmannwlt: toolkit: add keyboard events
2012-09-26 David Herrmannwlt: terminal: draw terminal to buffers during redraw-cb
2012-09-26 David Herrmannwlt: load font modules during startup
2012-09-26 David Herrmannwlterm: add hard-dependency to xkbcommon
2012-09-26 David Herrmannpty: remove useless debug message
2012-09-26 David Herrmanntext: add helpers to (un)load all modules at once
2012-09-26 David Herrmannbuild: build text_font subsystem as separate static...
2012-09-26 David Herrmannwlt: terminal: add TSM and PTY objects
2012-09-26 David Herrmannwlt: toolkit: add wlt_window_get_eloop() helper
2012-09-26 David Herrmannpty: set argv via helper function
2012-09-26 David Herrmannpty: set "TERM" via helper function instead of kmscon_conf
2012-09-26 David Herrmannwlt: theme: fix calculating window size regarding buttons
2012-09-26 David Herrmannbuild: update autotools logic and add "wlterm" application
2012-09-24 David Herrmannconf: remove uterm depedency
2012-09-21 David Herrmannmain: pick up non-FBDEV_DRM devices without --fbdev
2012-09-21 David Herrmannuterm: monitor: mark DRM-fbdev devices as such
2012-09-21 David Herrmannuterm: video: ignore NULL buffers in vector requests
2012-09-21 David Herrmannuterm: video: fbdev: disable double buffering
2012-09-20 David Herrmanntest_key: add small helper for client-side key-input
2012-09-19 David Herrmannpty: set VERASE character to backspace during setup
2012-09-19 David Herrmanntsm: vte: send original VT220 escape codes for Shift...
2012-09-18 David Herrmanndocs: add systemd kmscon unit
2012-09-18 David Herrmannpty: remove public eloop dependency
2012-09-18 David Herrmanntsm: vte: convert to use llog
2012-09-18 David Herrmannbuild: make libtsm build separately
2012-09-18 David Herrmanntsm: vte: introduce own modifiers
2012-09-18 David Herrmanntsm: vte: remove unused keyboard-action enum
2012-09-18 David Herrmanntsm: add *_set_palette() helper
2012-09-18 David Herrmanntsm: vte: rename kmscon_vte object to tsm_vte
2012-09-18 David Herrmanntsm: rename files
2012-09-18 David Herrmanntsm: vte: move vte layer to tsm_vte_*
2012-09-18 David Herrmannterminal: drain timer after wakeup
2012-09-18 David Herrmanneloop: add ev_timer_drain() helper
2012-09-18 David Herrmanntsm: screen: switch to llog
2012-09-18 David Herrmanntsm: screen: introduce TSM_SCREEN_OPT_RENDER_TIMING
2012-09-18 David Herrmanntsm: screen: add screen-options helpers
2012-09-18 David Herrmannbuild: fix build without uterm-keysyms.h
2012-09-18 David Herrmanntsm: add tsm_log_t llog-compatible log object
2012-09-18 David Herrmanntsm: screen: move filenames to tsm_screen.[ch]
2012-09-18 David Herrmanntsm: fix header comments
2012-09-18 David Herrmannconsole: rename prefix to tsm_screen_*
2012-09-18 David Herrmanntsm: unicode: remove tsm_symbol_get_u8()
2012-09-18 David Herrmannterminal: don't include tsm_unicode.h
2012-09-18 David Herrmanntext: pass symbol-data directly into text layer
2012-09-18 David Herrmanntsm: unicode: add helper for ucs4->u8 string conversions
2012-09-18 David Herrmannbuild: make xkbcommon built-time dependency
2012-09-18 David Herrmanntsm: unicode: fix error-path in tsm_symbol_append()
2012-09-18 David Herrmannshl: hashtable: add shl_hashtable_remove() helper
2012-09-18 David Herrmanntsm: unicode: add symbol-table helpers
2012-09-18 David Herrmanntsm: unicode: merge tsm_symbol_get() into table__get()
2012-09-18 David Herrmanntsm: unicode: export tsm_ucs4_to_utf8()
2012-09-18 David Herrmanntsm: unicode: add symbol-table contexts
2012-09-18 David Herrmanntsm: unicode: remove log_* calls
2012-09-18 David Herrmanntsm: move unicode.[ch] to tsm_unicode.[ch]
2012-09-18 David Herrmannbuild: move all remaining static_* files to kmscon...
2012-09-18 David Herrmannshl: move kmscon_hook_* to shl
2012-09-18 David Herrmannmain: change default font size to 12
2012-09-18 David Herrmannmain: add --font-dpi option
2012-09-18 David Herrmannvte: implement Shift+F4-F20
2012-09-18 David Herrmannvte: fix OSC parser to stop on BEL characters
2012-09-18 David Herrmannshl: move llog to shl
2012-09-16 David Herrmannvte: send escape sequence when ALT key is held
2012-09-16 David Herrmannshl: move timer to shl_timer_*
2012-09-16 David Herrmannshl: move kmscon_ring_* to shl
2012-09-16 David Herrmannshl: move kmscon_hashtable to shl
2012-09-16 David Herrmannshl: move kmscon_array_* to shl_array_*
2012-09-15 David Herrmannshl: move dlist to shl_dlist.h
2012-09-15 David Herrmannshl: move dlist implementation to shl_dlist_*
2012-09-14 David Herrmannunicode: move KMSCON_UCS4_MAXLEN to TSM_UCS4_MAXLEN
2012-09-14 David Herrmannunicode: remove KMSCON_UCS4_MAX
2012-09-14 David Herrmannunicode: move kmscon_symbol* to tsm_symbol*
2012-09-14 David Herrmannunicode: inline locking helpers
2012-09-14 David Herrmannunicode: update comments
2012-09-14 David Herrmannunicode: add description of UTF8-state-machine
2012-09-14 David Herrmannunicode: add UCS4 constants
2012-09-14 David Herrmannunicode: rename kmscon_utf8_* to tsm_utf8_*
2012-09-12 David Herrmannuterm: video: add *_display_fake_blend(v) requests
2012-09-12 David Herrmannuterm: add *_swap() and *_use() helpers for displays
2012-09-12 David Herrmannuterm: video: be more verbose when reading DRM properties
2012-09-11 David Herrmannuterm: video: dumb: be more verbose when destroying...
2012-09-11 David Herrmannbuild: fix missing header includes
2012-09-11 David Herrmannuterm: move uterm_vt to the end
2012-09-11 David Herrmannuterm: add uterm_keysyms.h
2012-09-11 David Herrmannuterm: move uterm_internal.h to uterm_input.h
2012-09-11 David Herrmannuterm: move internal video-helpers to uterm_video.h
2012-09-11 David Herrmannfakevt: remove unused tool
2012-09-11 David Herrmanngenshader: avoid generating source file during configur...
2012-09-11 David Herrmannbuild: fix gbm_bo_get_stride() upstream bug
2012-09-11 David Herrmannbuild: add uterm pkg-config file
2012-09-11 David Herrmannbuild: reorder makefile
2012-09-11 David Herrmannexternal: add xkbcommon-keysyms.h
2012-09-11 David Herrmanneloop: add pkg-config file
2012-09-11 David Herrmanneloop: add pre-cbs
2012-09-11 David Herrmanneloop: call post-cbs on errors during dispatch
2012-09-11 David Herrmanneloop: fix unregistering post-cbs
2012-09-09 David Herrmanneloop: fix registering post-cb hooks
next