Drop libdrm CFLAGS where no longer necessary.
[profile/ivi/wayland.git] / terminal.c
2009-01-16 Kristian HøgsbergSwitch to cairo-drm, drop struct buffer hacks.
2008-12-30 Kristian HøgsbergAdd listener interfaces for output and input_device...
2008-12-22 Kristian HøgsbergAdd a fullscreen mode to the terminal.
2008-12-19 Kristian HøgsbergHandle more control characters in terminal.
2008-12-18 Kristian HøgsbergSet terminal type to vt100.
2008-12-16 Kristian HøgsbergRedesign the compositor / server interface.
2008-12-12 Kristian HøgsbergDon't close uninitialized fd, check forkpty error.
2008-12-09 Kristian HøgsbergImplement a bunch of escape codes.
2008-12-08 Kristian HøgsbergTweak terminal font color.
2008-12-08 Kristian HøgsbergLet clients override the suggested size on resize.
2008-12-08 Kristian HøgsbergSnap terminal size to an integer number of character...
2008-12-08 Kristian HøgsbergHandle \e[J and \e[H so we can clear the terminal.
2008-12-08 Kristian HøgsbergMake sure we don't miss queue redraws between commit...
2008-12-08 Kristian HøgsbergDestroy back buffer in acknowledge handler.
2008-12-08 Kristian HøgsbergAdd key map for ctrl modifier as well.
2008-12-08 Kristian HøgsbergUpdate tail pointer correctly so scrolling works.
2008-12-08 Kristian HøgsbergSkip escape codes for now.
2008-12-08 Kristian HøgsbergAdd keyboard input to terminal.
2008-12-08 Kristian HøgsbergRun command in a pty and feed output to wayland terminal.
2008-12-08 Kristian HøgsbergAdd some text contents to terminal.
2008-12-08 Kristian HøgsbergRefactor window logic into reusable parts, add a new...