summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-03-05uvt: client: implement major ioctl callbacksDavid Herrmann2-86/+272
2013-03-05uvtd: ctx: link control/legacy nodes with VTsDavid Herrmann2-49/+246
2013-03-05uvtd: add VT subsystemDavid Herrmann2-0/+270
2013-03-05uvt: client: export symbolsDavid Herrmann1-0/+6
2013-03-05uvt: client: fix double-kill by first unlinkink then resettingDavid Herrmann1-2/+2
2013-03-05uvt: include inttypes.hDavid Herrmann1-0/+1
2013-03-05uvtd: add ctx subsystemDavid Herrmann3-11/+369
2013-03-05uvt: ctx: add major/minor helpersDavid Herrmann3-0/+53
2013-03-05uvt: add SHL_EXPORT to cdev+ctx subsystemsDavid Herrmann2-0/+11
2013-03-05uvt: cdev: fix sending DEVNAME parameterDavid Herrmann1-1/+1
2013-03-05uvt: cdev: print minor/major debug messagesDavid Herrmann1-2/+2
2013-03-05shl: add flagset helperDavid Herrmann2-0/+136
2013-03-05shl: dlist: add _first/_last helpersDavid Herrmann1-0/+6
2013-03-05shl: array: add shl_array_zresize()David Herrmann1-0/+27
2013-03-04uvtd: add new Virtual Terminal daemonDavid Herrmann3-0/+933
2013-03-04shl: move githead into a source fileDavid Herrmann5-10/+41
2013-03-04shl: move log.[ch] to shl_log.[ch]David Herrmann46-48/+48
2013-03-04log: move includes to topDavid Herrmann1-4/+2
2013-02-27uvt: new library implementing VTs in user-spaceDavid Herrmann6-0/+2041
2013-02-18shl: misc: provide shl_next_pow2()David Herrmann2-16/+18
2013-02-11Fix several typosJakub Wilk15-42/+42
2013-02-08llog: add "data" parameter to pass contextDavid Herrmann20-104/+163
2013-02-06font: freetype2: include tsm_unicode.hDavid Herrmann1-0/+1
2013-02-06font: unifont: compress binary data and link via ld directlyDavid Herrmann2-190/+245
2013-02-06build: major cleanupDavid Herrmann17-0/+251
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 Herrmann1-1/+16
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 Herrmann8-496/+615
2013-01-24uterm: rename drm-dumb backend into drm2d moduleDavid Herrmann8-215/+311
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 Herrmann3-0/+487
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 Herrmann3-0/+524
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-13uterm: video: add support for immediate buffer-swapsDavid Herrmann8-22/+18
2013-01-13pty: reset signal-handlers for childsDavid Herrmann1-1/+4