shl: move dlist implementation to shl_dlist_*
[platform/upstream/kmscon.git] / src / terminal.c
2012-09-15 David Herrmannshl: move dlist implementation to shl_dlist_*
2012-09-11 David Herrmannuterm: add uterm_keysyms.h
2012-09-08 David Herrmannvte: make independent of uterm
2012-09-08 David Herrmannconsole: make independent of text drawing layer
2012-09-05 David Herrmannterminal: make shortcuts configurable via command-line
2012-09-04 David Herrmannterminal: print debug warning when skipping frames
2012-08-28 David Herrmannmain: add --render-engine option
2012-08-22 David Herrmannterminal: remove debug messages
2012-08-21 David Herrmannterminal: add --fps to limit framerate
2012-08-15 David Herrmannterminal: add wake-up/sleep logic
2012-08-14 David Herrmannterminal: implement basic scrolling-keys
2012-08-14 David Herrmannterminal: add --sb-size to control scrollback buffer...
2012-08-14 David Herrmannmain: add font options
2012-08-11 David Herrmannmain: move conf_global to kmscon_conf in new header...
2012-08-11 David Herrmannterminal: remove global video object
2012-08-10 David Herrmannterminal: check for errors when initializing text renderer
2012-08-10 David Herrmannterminal: choose "gltex" renderer if OpenGL is available
2012-08-10 David Herrmanntext: rework text renderer system
2012-08-08 David Herrmanntext: move font_char_attr to text.h
2012-08-08 David Herrmannterminal: remove OpenGL drawing stubs
2012-08-06 David Herrmannconf: add "font-engine" option
2012-08-01 David HerrmannUse new text renderer
2012-07-21 David Herrmannui: dispatch redraws in UI instead of terminal
2012-07-21 David Herrmannterminal: allow external redraw-schedule
2012-07-21 David Herrmannui: explicitely remove displays from terminals
2012-07-21 David Herrmannterminal: add API to remove displays
2012-07-21 David Herrmannterminal: be more verbose when adding displays
2012-07-14 David Herrmannterminal: close pty before opening it
2012-07-01 David Herrmanngl: add wrappers for glClear and glClearColor
2012-06-24 David Herrmannterminal: redraw on wake-up
2012-06-24 David Herrmannterminal: avoid adding displays multiple times
2012-06-24 David Herrmannfont: support 2D blitting
2012-06-24 David Herrmannterminal: create shader only when OpenGL is available
2012-06-24 David Herrmannterminal: add debug message when removing display
2012-05-30 David Herrmannterminal/vte/console: support inverse-screen-mode
2012-05-28 David Herrmannvte: use callback for outgoing messages
2012-05-27 David Herrmannvte: remove kmscon_vte_bind()
2012-05-26 David HerrmannReplace old input subsystem with new uterm input
2012-05-17 David Herrmanneloop: convert idle sources to hooks
2012-04-01 David Herrmannconsole: remove old font-factory code
2012-04-01 David Herrmannterminal: use new font backend
2012-03-29 David Herrmannunicode: use static global symbol table
2012-03-27 David Herrmannterminal: rework API
2012-03-23 David HerrmannMove to new uterm infrastructure
2012-03-20 David Herrmanneloop: move prefix to "ev_" instead of "kmscon_"
2012-01-29 David Herrmannterminal: use UTF8 state machine
2012-01-29 David Herrmannpty: change callback parameters to "const xy"
2012-01-28 David Herrmannvte: handle keyboard input (stub)
2012-01-28 David Herrmannpty: buffer data between pty and child
2012-01-28 David Herrmannpty: merge input and close callbacks
2012-01-28 David Herrmannterminal, pty: pass eloop reference on obj creation
2012-01-28 David Herrmannpty: move output_cb to input_cb
2012-01-28 David Herrmannpty: move pty_input to pty_write
2012-01-24 David Herrmannlog: move log_warning to log_warn
2012-01-24 Ran Benitaterminal: use new pty object
2012-01-22 David Herrmannfont: rewrite font backend
2012-01-20 David Herrmannterminal: replace GL functions with new context subs
2012-01-20 Ran Benitaterminal: also unref the idle object
2012-01-18 David Herrmannconsole: take reference of compositor
2012-01-01 David Herrmannfont: move font handling into new subsystem
2012-01-01 David HerrmannAdjust all code to use new kmscon_symbol_t
2011-12-30 David Herrmannterminal: add dummy terminal implementation