summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-24gtktsm: add libtsm exampleHEADmasterDavid Herrmann10-0/+2627
2014-04-24Update libtsm wiki-linkDavid Herrmann2-2/+2
2014-04-24shared: add macro, pty and ring helpersDavid Herrmann6-1/+1108
2014-04-24screen: improve aging for sb-resetDavid Herrmann1-1/+1
2014-04-02build: move shl_xy to shl-xyDavid Herrmann11-12/+12
2014-04-01Restructure source treeDavid Herrmann19-38/+57
2014-03-27build: support darwin targetsFlorian Gilcher2-2/+38
2013-11-12screen: move renderer to separate fileDavid Herrmann4-156/+201
2013-11-12screen: extract selection codeDavid Herrmann3-322/+358
2013-11-12screen: rename inc_age to screen_inc_ageDavid Herrmann2-47/+47
2013-11-12screen: move struct-defs to shared headerDavid Herrmann2-71/+76
2013-11-12Revert "screen: remove empty cell fallback"David Herrmann1-2/+8
2013-11-12build: add symbol testsDavid Herrmann4-1/+97
2013-11-12shl: update llogDavid Herrmann3-20/+45
2013-11-12build: add automated memleak testsDavid Herrmann3-1/+86
2013-11-12vte: add tsm_vte_get_def_attr() helperDavid Herrmann3-0/+11
2013-10-31build: fix links in configure.acDavid Herrmann1-2/+2
2013-10-29build: increase package version to 3libtsm-3David Herrmann1-1/+1
2013-10-29README: fix linksDavid Herrmann1-7/+5
2013-10-29build: increase version to 3David Herrmann2-4/+11
2013-10-29build: remove -fstack-protectorDavid Herrmann1-2/+1
2013-10-29build: add LICENSE_htable to EXTRA_DISTDavid Herrmann1-0/+1
2013-10-29gitignore: add config.h.in~David Herrmann1-0/+1
2013-10-29Remove old compatibility headersDavid Herrmann4-107/+1
2013-10-29build: minor style cleanups in configure.acDavid Herrmann2-14/+21
2013-10-29build: make autogen.sh comply to gnome-build rulesDavid Herrmann1-3/+12
2013-10-23screen: skip ageing on cursor move if hiddenDavid Herrmann1-0/+11
2013-10-23screen: implement proper ageing on screen resizeDavid Herrmann1-6/+4
2013-10-23screen: clear existing cells when shrinkingDavid Herrmann1-4/+7
2013-10-23screen: implement proper ageing for tsm_screen_write()David Herrmann1-15/+13
2013-10-23screen: remove old cursor-drawing fallbackDavid Herrmann1-17/+3
2013-10-23screen: implement trivial ageingDavid Herrmann1-31/+226
2013-10-23Remove old hashtable and replace testsDavid Herrmann8-756/+322
2013-10-23unicode: use new faster htableDavid Herrmann5-23/+1192
2013-10-23unicode: simplify hash_ucs4 and cmp_ucs4David Herrmann1-12/+2
2013-10-23unicode: remove the default symbol tableDavid Herrmann1-32/+3
2013-10-23screen: allocate private symbol tableDavid Herrmann1-2/+9
2013-10-23Remove internal symbols from public APIDavid Herrmann6-99/+65
2013-10-23Move shl_misc.h into libtsm_int.hDavid Herrmann6-16/+10
2013-10-23shl: move next_pow2() into shl_arrayDavid Herrmann2-16/+17
2013-10-23Sanitize headerDavid Herrmann1-11/+92
2013-10-23screen: add screen-age to APIDavid Herrmann2-7/+50
2013-10-23screen: reset buffer-link on screen-resetDavid Herrmann1-0/+1
2013-10-22screen: minor coding style fixesDavid Herrmann1-13/+22
2013-10-22screen: clear padding of main-lines on resizeDavid Herrmann1-2/+4
2013-10-22screen: remove empty cell fallbackDavid Herrmann1-7/+1
2013-10-22screen: remove prepare/render callbacksDavid Herrmann2-33/+3
2013-10-22build: remove shl_timer.hDavid Herrmann2-131/+0
2013-10-22screen: remove timerDavid Herrmann2-42/+2
2013-10-22screen: correctly clear expansion areaDavid Herrmann1-13/+9