summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-04shl: move log.[ch] to shl_log.[ch]David Herrmann47-54/+50
2013-03-04log: move includes to topDavid Herrmann1-4/+2
2013-03-04build: mark font-unifont as noexecstackDavid Herrmann1-0/+1
2013-02-28Release kmscon-7kmscon-7David Herrmann3-2/+9
2013-02-27build: fix empty --with-*= argumentsDavid Herrmann1-12/+20
2013-02-27build: enable static libraries by defaultDavid Herrmann1-1/+1
2013-02-27uvt: new library implementing VTs in user-spaceDavid Herrmann11-0/+2170
2013-02-18shl: misc: provide shl_next_pow2()David Herrmann2-16/+18
2013-02-16tests: fix compilation with new eloop APIDavid Herrmann1-1/+1
2013-02-16README: update build-instructionsDavid Herrmann1-16/+17
2013-02-16NEWS: add kmscon-7 notesDavid Herrmann1-0/+59
2013-02-16build: check for fuse >= 2.9.0David Herrmann1-1/+1
2013-02-16build: enable unifont by defaultDavid Herrmann1-2/+2
2013-02-11docs: remove pixman commentsDavid Herrmann1-47/+0
2013-02-11Fix several typosJakub Wilk19-49/+49
2013-02-08llog: add "data" parameter to pass contextDavid Herrmann20-104/+163
2013-02-06build: add --enable-wlterm to distcheck flagsDavid Herrmann1-0/+1
2013-02-06font: freetype2: include tsm_unicode.hDavid Herrmann1-0/+1
2013-02-06font: unifont: compress binary data and link via ld directlyDavid Herrmann4-198/+254
2013-02-06build: major cleanupDavid Herrmann22-113/+767
2013-02-05conf: remove unused CONF_DONEDavid Herrmann2-7/+1
2013-02-05conf: fix include-protection nameDavid Herrmann2-7/+8
2013-02-05conf: perform aftercheck on ctx-copyDavid Herrmann1-1/+10
2013-01-27wlt: toolkit: fix stuck key repeat bugMartin Minarik1-2/+1
2013-01-24wlt: link font library staticallyDavid Herrmann3-2/+31
2013-01-24wlt: fix shl_hook API changesDavid Herrmann2-2/+2
2013-01-24wlt: toolkit: fix resize window stuck in need_resize=trueMartin Minarik1-20/+14
2013-01-24uterm: drm: rename to drm3dDavid Herrmann11-539/+660
2013-01-24uterm: rename drm-dumb backend into drm2d moduleDavid Herrmann11-248/+347
2013-01-24text: pixman: add support for non x4-stride glyphsDavid Herrmann1-4/+39
2013-01-24text: pixman: remove debug testsDavid Herrmann1-1/+1
2013-01-24text: pixman: special case rendering for known bg/fg colorsDavid Herrmann1-21/+59
2013-01-24uterm: dumb: optimize division by 255 in rendering pathDavid Herrmann1-9/+19
2013-01-24text: cairo: fix debug message to print correct valuesDavid Herrmann1-2/+3
2013-01-24kmscon: add pixman rendererDavid Herrmann5-0/+551
2013-01-24uterm: fbdev: fix wakeing up displaysDavid Herrmann2-8/+23
2013-01-23uterm: video: print debug messages on wakeup/sleepDavid Herrmann1-0/+4
2013-01-15kmscon: add cairo-renderer moduleDavid Herrmann6-0/+589
2013-01-15uterm: fbdev: map FBs for read accessDavid Herrmann1-1/+1
2013-01-14uterm: video: return buffer information on display_use()David Herrmann8-17/+46
2013-01-14uterm: video: return information for all buffers on get_buffers()David Herrmann6-32/+39
2013-01-13shl: hook: fix invalid memory access for non-oneshot entriesDavid Herrmann1-3/+5
2013-01-13uterm: video: add uterm_display_get_buffer()David Herrmann7-2/+74
2013-01-13COPYING: add 'Swift Geek'David Herrmann1-0/+1
2013-01-13uterm: video: add support for immediate buffer-swapsDavid Herrmann9-23/+19
2013-01-13pty: reset signal-handlers for childsDavid Herrmann1-1/+4
2013-01-13uterm: drm: share mode-setting between dumb+drmDavid Herrmann6-146/+256
2013-01-13eloop: add EV_ONESHOT and EV_SINGLE flags for idle sourcesDavid Herrmann6-22/+51
2013-01-13shl: hook: add 'oneshot' flagDavid Herrmann4-15/+28
2013-01-13shl: hook: add helpers to add callbacks only onceDavid Herrmann1-0/+40