platform/upstream/libtsm.git
2013-10-29 David Herrmannbuild: increase version to 3
2013-10-29 David Herrmannbuild: remove -fstack-protector
2013-10-29 David Herrmannbuild: add LICENSE_htable to EXTRA_DIST
2013-10-29 David Herrmanngitignore: add config.h.in~
2013-10-29 David HerrmannRemove old compatibility headers
2013-10-29 David Herrmannbuild: minor style cleanups in configure.ac
2013-10-29 David Herrmannbuild: make autogen.sh comply to gnome-build rules
2013-10-23 David Herrmannscreen: skip ageing on cursor move if hidden
2013-10-23 David Herrmannscreen: implement proper ageing on screen resize
2013-10-23 David Herrmannscreen: clear existing cells when shrinking
2013-10-23 David Herrmannscreen: implement proper ageing for tsm_screen_write()
2013-10-23 David Herrmannscreen: remove old cursor-drawing fallback
2013-10-23 David Herrmannscreen: implement trivial ageing
2013-10-23 David HerrmannRemove old hashtable and replace tests
2013-10-23 David Herrmannunicode: use new faster htable
2013-10-23 David Herrmannunicode: simplify hash_ucs4 and cmp_ucs4
2013-10-23 David Herrmannunicode: remove the default symbol table
2013-10-23 David Herrmannscreen: allocate private symbol table
2013-10-23 David HerrmannRemove internal symbols from public API
2013-10-23 David HerrmannMove shl_misc.h into libtsm_int.h
2013-10-23 David Herrmannshl: move next_pow2() into shl_array
2013-10-23 David HerrmannSanitize header
2013-10-23 David Herrmannscreen: add screen-age to API
2013-10-23 David Herrmannscreen: reset buffer-link on screen-reset
2013-10-22 David Herrmannscreen: minor coding style fixes
2013-10-22 David Herrmannscreen: clear padding of main-lines on resize
2013-10-22 David Herrmannscreen: remove empty cell fallback
2013-10-22 David Herrmannscreen: remove prepare/render callbacks
2013-10-22 David Herrmannbuild: remove shl_timer.h
2013-10-22 David Herrmannscreen: remove timer
2013-10-22 David Herrmannscreen: correctly clear expansion area
2013-08-19 Marcin KulikAdd support for blink screen attribute
2013-08-19 David HerrmannAdd test infrastructure
2013-08-17 David Herrmanngitignore: ignore release tarballs
2013-08-17 David Herrmannbuild: remove non-existant shl_dlist.h reference
2013-08-17 David Herrmannbuild: add xkbcommon-keysyms.h to sources
2013-08-17 David HerrmannInclude libtsm.h instead of sub-headers
2013-08-17 David HerrmannMove all public header information into libtsm.h
2013-08-17 David HerrmannMove tsm.h to libtsm.h
2013-08-17 David Herrmannbuild: fix logic in msg regarding optimizations
2013-08-13 David HerrmannInitial import of libtsm