platform/upstream/kmscon.git
2012-04-22 David Herrmannfont_pango: add debug messages
2012-04-22 David Herrmanngl: disable texture stride support
2012-04-22 David Herrmanneloop: fix memory leak for shared signals
2012-04-22 David Herrmanneloop: use kmscon_dlist for shared signals
2012-04-22 David Herrmannmisc: add double-linked list implementation
2012-04-22 David Herrmannmisc: add type-safe "offsetof"
2012-04-22 David Herrmannmisc: fix header protection
2012-04-15 David Herrmannmisc: add kmscon_hook_num() helper
2012-04-14 David Herrmanntest_output: always enable all outputs
2012-04-14 David Herrmanntest_output: run eloop for 5s instead of sleep()
2012-04-14 David Herrmanntest_output: use new test_include.h header
2012-04-14 David Herrmanntest_output: remove signal handler
2012-04-01 David Herrmannconsole: remove old font-factory code
2012-04-01 David Herrmannterminal: use new font backend
2012-04-01 David Herrmannconsole: remove margin_bottom cache
2012-04-01 David Herrmannconsole: remove mtop cache
2012-04-01 David Herrmannconsole: remove cells_x/y cache
2012-04-01 David Herrmannconsole: add "fixed_position" option
2012-04-01 David Herrmannconsole: remove refcnt of buffer object
2012-04-01 David Herrmannconsole: make buffer code private
2012-03-31 David Herrmannfont: add new font renderer
2012-03-31 David Herrmanngl: add stride parameter to texture upload
2012-03-30 David Herrmannmisc: replace all GHashTable with kmscon_hashtable
2012-03-30 David Herrmannmisc: hash-table wrapper
2012-03-30 David Herrmannconsole: fix log messages
2012-03-30 David Herrmannvte: fix log messages
2012-03-30 David Herrmannfont_freetype2: fix log messages
2012-03-29 David Herrmannconf: add --seat parameter
2012-03-29 David Herrmannconf: fix negative getopt_long parameters
2012-03-29 David Herrmannunicode: use static global symbol table
2012-03-28 David Herrmannunicode: fix logging messages
2012-03-27 David HerrmannUpdate README
2012-03-27 David HerrmannBump version number to 1
2012-03-27 David Herrmannterminal: rework API
2012-03-27 David Herrmannpty: add kmscon_pty_signal()
2012-03-25 David Herrmannpty: avoid calling callbacks twice
2012-03-25 David Herrmanneloop: wait for all childs
2012-03-25 David Herrmannpty: fix using right fd
2012-03-25 David Herrmannpty: random fixes
2012-03-25 David Herrmannpty: correctly terminate when child_setup fails
2012-03-25 David Herrmannpty: fix wrong fd check
2012-03-25 David Herrmannpty: fix race when starting child
2012-03-25 David Herrmanneloop: remove old signal sources
2012-03-25 David Herrmannvt: use new shared signals
2012-03-25 David Herrmannuse pthread_sigmask instead of sigprocmask
2012-03-25 David Herrmannmain: use new shared signals
2012-03-25 David Herrmanneloop: add shared signal callbacks
2012-03-25 David Herrmannhook: delete by callback *and* data argument
2012-03-25 David Herrmanneloop: catch EINTR in epoll_wait()
2012-03-25 David Herrmannconf: fix local storage of default argv
2012-03-25 David Herrmannpty: use reentrant ptsname_r
2012-03-24 David Herrmannpty: introduce --term
2012-03-24 David Herrmannpty: add --login option
2012-03-24 David Herrmannpty: fix log statements
2012-03-24 David HerrmannFix some signed/unsigned warnings
2012-03-24 David Herrmannmain: wait for child processes
2012-03-24 David Herrmannuterm_video: set displays after waking up
2012-03-24 David Herrmannuterm_video: check online-state before swapping
2012-03-24 David Herrmannmain: use ui subsystem
2012-03-24 David Herrmannui: add user interface subsystem
2012-03-24 David Herrmanninput: change callback logic
2012-03-24 David Herrmannuterm_video: add callback
2012-03-24 David Herrmannmisc: add hook structure
2012-03-24 David Herrmannuterm_video: fix drm debug messages
2012-03-24 David Herrmannkbd_*: fix log messages
2012-03-24 David Herrmannxkb: use new API
2012-03-24 David Herrmanntest_terminal: parse command line arguments
2012-03-24 David Herrmanninput: fix kmscon_input_device_wakeup protection
2012-03-24 David Herrmanninput: remove refcnt in input-devices
2012-03-24 David Herrmanninput: fix log-messages
2012-03-24 David Herrmannconf: add --xkb-XY options
2012-03-24 David Herrmanninput: do not wake up if we are not asleep
2012-03-23 David Herrmannconf: add --silent
2012-03-23 David Herrmannmain: print strerror() on failure
2012-03-23 David Herrmannmain: add proper main application
2012-03-23 David Herrmannvt: fix log messages
2012-03-23 David HerrmannFix time calculations
2012-03-23 David Herrmannbuild: add conf.c to build
2012-03-23 David Herrmanneloop: correctly set ->exit
2012-03-23 David Herrmanneloop: add debug messages
2012-03-23 David Herrmannconf: add --switchvt
2012-03-23 David Herrmannconf: fix --help handling
2012-03-23 David Herrmannconf: remove unneeded global initialization
2012-03-23 David Herrmanneloop: add ev_eloop_run() function
2012-03-23 David Herrmanneloop: several fixes
2012-03-23 David Herrmanneloop: remove fd from epoll-set on HUP
2012-03-23 David Herrmanneloop: remove ev_eloop_get_fd()
2012-03-23 David Herrmannvt: fix callback enum type
2012-03-23 David Herrmannconf: add configuration subsystem
2012-03-23 David Herrmanneloop: allow an eloop to be an event source
2012-03-23 David Herrmannconsole: merge console_cell.c into console.c
2012-03-23 David HerrmannRemove old output subsystem
2012-03-23 David HerrmannMove to new uterm infrastructure
2012-03-23 David Herrmanngl: add viewport helper
2012-03-23 David Herrmanntest_output: use new uterm/log/etc. subsystems
2012-03-23 David Herrmannuterm_video: add *_screen_height/width() helpers
2012-03-23 David Herrmannbuild: define LOG_ENABLE_DEBUG if debugging
2012-03-23 David Herrmanngl: add debug statements
2012-03-23 David Herrmannuterm_video: take ref-cnt of display in screen object
2012-03-23 David Herrmanngl: add GL subsystem
next