summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-09-18build: make xkbcommon built-time dependencyDavid Herrmann6-3018/+4
2012-09-18tsm: unicode: fix error-path in tsm_symbol_append()David Herrmann1-3/+21
2012-09-18shl: hashtable: add shl_hashtable_remove() helperDavid Herrmann1-0/+21
2012-09-18tsm: unicode: add symbol-table helpersDavid Herrmann2-47/+68
2012-09-18tsm: unicode: merge tsm_symbol_get() into table__get()David Herrmann1-16/+6
2012-09-18tsm: unicode: export tsm_ucs4_to_utf8()David Herrmann2-35/+45
2012-09-18tsm: unicode: add symbol-table contextsDavid Herrmann7-39/+54
2012-09-18tsm: unicode: remove log_* callsDavid Herrmann1-13/+3
2012-09-18tsm: move unicode.[ch] to tsm_unicode.[ch]David Herrmann16-15/+15
2012-09-18shl: move kmscon_hook_* to shlDavid Herrmann5-76/+76
2012-09-18main: change default font size to 12David Herrmann1-1/+1
2012-09-18main: add --font-dpi optionDavid Herrmann3-1/+7
2012-09-18vte: implement Shift+F4-F20David Herrmann1-31/+82
2012-09-18vte: fix OSC parser to stop on BEL charactersDavid Herrmann1-1/+3
2012-09-18shl: move llog to shlDavid Herrmann4-6/+6
2012-09-16vte: send escape sequence when ALT key is heldDavid Herrmann1-1/+20
2012-09-16shl: move timer to shl_timer_*David Herrmann23-108/+39
2012-09-16shl: move kmscon_ring_* to shlDavid Herrmann4-150/+178
2012-09-16shl: move kmscon_hashtable to shlDavid Herrmann7-176/+207
2012-09-16shl: move kmscon_array_* to shl_array_*David Herrmann4-135/+160
2012-09-15shl: move dlist to shl_dlist.hDavid Herrmann14-3/+13
2012-09-15shl: move dlist implementation to shl_dlist_*David Herrmann13-204/+204
2012-09-14unicode: move KMSCON_UCS4_MAXLEN to TSM_UCS4_MAXLENDavid Herrmann2-4/+3
2012-09-14unicode: remove KMSCON_UCS4_MAXDavid Herrmann1-13/+11
2012-09-14unicode: move kmscon_symbol* to tsm_symbol*David Herrmann16-63/+63
2012-09-14unicode: inline locking helpersDavid Herrmann1-14/+4
2012-09-14unicode: update commentsDavid Herrmann2-34/+43
2012-09-14unicode: add description of UTF8-state-machineDavid Herrmann1-1/+43
2012-09-14unicode: add UCS4 constantsDavid Herrmann2-1/+5
2012-09-14unicode: rename kmscon_utf8_* to tsm_utf8_*David Herrmann3-52/+58
2012-09-12uterm: video: add *_display_fake_blend(v) requestsDavid Herrmann6-9/+62
2012-09-12uterm: add *_swap() and *_use() helpers for displaysDavid Herrmann2-0/+19
2012-09-12uterm: video: be more verbose when reading DRM propertiesDavid Herrmann2-4/+12
2012-09-11uterm: video: dumb: be more verbose when destroying buffersDavid Herrmann1-2/+4
2012-09-11uterm: move uterm_vt to the endDavid Herrmann1-39/+38
2012-09-11uterm: add uterm_keysyms.hDavid Herrmann7-343/+3356
2012-09-11uterm: move uterm_internal.h to uterm_input.hDavid Herrmann10-20/+11
2012-09-11uterm: move internal video-helpers to uterm_video.hDavid Herrmann6-364/+407
2012-09-11genshader: avoid generating source file during configurationDavid Herrmann1-0/+0
2012-09-11eloop: add pre-cbsDavid Herrmann2-1/+67
2012-09-11eloop: call post-cbs on errors during dispatchDavid Herrmann1-8/+12
2012-09-11eloop: fix unregistering post-cbsDavid Herrmann1-1/+1
2012-09-09eloop: fix registering post-cb hooksDavid Herrmann1-1/+8
2012-09-09eloop: improve idle-source logicDavid Herrmann1-85/+124
2012-09-09llog: add "d"irect variantsDavid Herrmann1-0/+14
2012-09-09eloop: add post-dispatch hookDavid Herrmann2-0/+59
2012-09-09eloop: add ev_eloop_get_fd()David Herrmann2-0/+21
2012-09-08log: add log_dummyf() helperDavid Herrmann1-1/+6
2012-09-08uterm: vt: be more verbose on errorsDavid Herrmann1-2/+4
2012-09-08main: change default font-size to 15Marcin Slusarz1-2/+2