platform/upstream/kmscon.git
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
2012-09-09 David Herrmanneloop: improve idle-source logic
2012-09-09 David Herrmannllog: add "d"irect variants
2012-09-09 David Herrmanneloop: add post-dispatch hook
2012-09-09 David Herrmanneloop: add ev_eloop_get_fd()
2012-09-08 David HerrmannRelease kmscon-4
2012-09-08 David Herrmannbuild: fix distcheck errors
2012-09-08 David Herrmanndocs: remove gtkdoc
2012-09-08 David Herrmannbuild: fix dbus-loop build
2012-09-08 David Herrmannlog: add log_dummyf() helper
2012-09-08 David HerrmannUpdate NEWS file
2012-09-08 David Herrmannuterm: vt: be more verbose on errors
2012-09-08 Marcin Slusarzmain: change default font-size to 15
2012-09-08 David Herrmannmain: change default TERM to xterm-256color
2012-09-08 David Herrmannvte: separate color-codes from RGB values
2012-09-08 David Herrmannvte: make independent of uterm
2012-09-08 David Herrmannconsole: make independent of text drawing layer
2012-09-08 David Herrmannconsole: rename font_char_attr to kmscon_console_attr
2012-09-08 David Herrmannvte: implement bce-mode (background color erase mode)
2012-09-07 David Herrmanntext: font: pango: fix width calculation off by one
2012-09-05 David Herrmannterminal: make shortcuts configurable via command-line
2012-09-05 David Herrmannuterm: input: uxkb: fix compile error in string_to_keysym()
2012-09-05 David Herrmannuterm: input: include keysym file from main header
2012-09-05 David Herrmannconf: add "grab" config data-type
2012-09-05 David Herrmannuterm: input: add string_to_keysym() helper
2012-09-04 ysangkokdocs: add xkbcommon build instructions to README
2012-09-04 David Herrmannbuild: make eloop independent of libkmscon-static
2012-09-04 David Herrmannstatic: move hook into separate independent header
2012-09-04 David Herrmannstatic: move dlist into separate independent header
2012-09-04 David Herrmannterminal: print debug warning when skipping frames
2012-09-04 David Herrmannmain: make bbulk renderer the default
2012-09-04 David Herrmannconsole: add --render-timing parameter
2012-09-04 David Herrmannconsole: free tab ruler on init-failure
2012-09-04 David Herrmanntext: add bbulk renderer
2012-09-04 David Herrmannuterm: video: greatly enhance performance by special...
2012-09-04 David Herrmanndocs: add some pixman-rendering comments
2012-08-31 David Herrmannpty: improve application data read-path
2012-08-30 David Herrmannuterm: video: add vectorized blending
2012-08-30 David Herrmannuterm: video: drm: fix running without gles2 stride...
2012-08-29 David Herrmanntest_vt: fix using correct uterm API
2012-08-29 David Herrmannuterm: video: improve blitting performance
2012-08-29 David Herrmannmisc: add timer infrastructure
2012-08-29 David Herrmannbuild: add GLES2-libraries to kmscon-static
2012-08-28 David Herrmannmain: add --render-engine option
2012-08-26 David Herrmanngl: shader: do not include uterm.h
2012-08-25 Ted Kotztext: font: add unifont backend
2012-08-25 David Herrmanntext: font: unifont: add genunifont generator
2012-08-25 David Herrmanntext: include errno.h in text.h
2012-08-25 David Herrmannbuild: add temporary files *~ to gitignore
2012-08-25 David Herrmanntext: font: add unifont font description
2012-08-25 Theodore Kotzdocs: add unicode test document
2012-08-23 Marcin Slusarzbuild: improve gbm_bo_get_stride check
2012-08-23 Marcin Slusarzbuild: ...and now fix build without GLES2
next