weston-terminal --help and other command-line options
[platform/upstream/weston.git] / clients / terminal.c
2014-08-19 Bill Spitzakweston-terminal --help and other command-line options
2014-08-15 Magnus HoffImplemented support for mouse scrolling in weston-terminal
2014-05-18 Jasper St. Pierreclients: Remove the window / user parameters from the...
2014-05-13 Jasper St. Pierreterminal: Only add the new size to the title when we...
2014-04-29 Bryce W. Harringtonterminal: Convert all *alloc's to x*alloc's.
2014-04-08 Daiki Uenoterminal: Don't try to render RLE used as a placeholder
2014-04-07 Kristian Høgsbergwindow.c: Create xdg_surface up front
2014-02-06 Kristian Høgsbergterminal: Only reset title if we put the window size...
2014-01-20 U. Artie Eoffterminal: use xstrdup instead to handle OOM
2014-01-17 Bryce W. Harringtonterminal: Only set title if asprintf succeeded
2013-11-25 Xiong Zhangterminal: add touch screen selection support
2013-11-25 Kristian Høgsbergterminal: Update terminal->end whenever we write a...
2013-11-23 Kristian Høgsbergterminal: Init tab ruler after setting terminal->width
2013-11-14 Jasper St. Pierrewestoy: Remove unused support for window parents
2013-10-24 Kristian Høgsbergterminal: Show character grid size in header bar when...
2013-10-23 Kristian Høgsbergterminal: Add context menu with new terminal/copy/paste
2013-10-23 Kristian Høgsbergterminal: Add scroll-back history
2013-10-14 Jason EkstrandRename frame_create and frame_set_child_size with a...
2013-09-22 Kristian Høgsbergconfig-parser: Make weston_config_parse() tkae a file...
2013-09-22 Kristian Høgsbergterminal: Port to new weston_config parse
2013-09-13 José BolloMinor improvement of weston-terminal resizing
2013-09-11 Kristian Høgsbergterminal: Stop complaining about OSC escape code 7
2013-09-05 Kristian Høgsbergterminal: Accept utf-8 text drop
2013-08-22 Kristian Høgsbergterminal: Include config.h instead of defining _XOPEN_S...
2013-08-19 Peng WuFixes CJK wide character display
2013-08-14 Kristian Høgsbergterminal: Make utf-8 state machine assemble unicode...
2013-08-08 Brian Lovinterminal.c: Check if fdopen() fails
2013-08-08 Peter Hutterermalloc + memset -> zalloc
2013-08-07 Brian Lovinclients: use xmalloc in more places
2013-07-08 Peng WuUse the average width of ASCII glyphs for cell width
2013-05-22 Alexander Larssonterminal: Handle output transform
2013-05-14 Ossama Othmanconfig-parser: Honor XDG_CONFIG_DIRS
2013-02-20 Kristian HøgsbergPass argc pointer to parse_options()
2013-01-28 Dima Ryazanovterminal: Handle the window close event
2012-11-30 Dima RyazanovFix a crash when opening two terminal windows and closi...
2012-11-08 Daniel StoneTerminal: Handle keypad symbols
2012-10-10 Kristian Høgsbergterminal: Don't snap resize if we're maximized
2012-10-10 Kristian Høgsbergterminal: Use window_get_fullscreen() instead of tracki...
2012-08-29 Philipp Brüschweilerterminal: support entering non-ascii characters
2012-08-14 Kristian Høgsbergwindow.c: Handle multiple keyboard foci
2012-08-03 Andre Heiderterminal: Don't crash on non-ascii chars
2012-08-03 Kristian Høgsbergterminal: Don't output @ for ASCII NUL
2012-07-24 Kristian Høgsbergwindow.c: Add fullscreen handler to keep fullscreen...
2012-07-20 Kristian Høgsbergclients: Implement minimum size for toy toolkit clients
2012-07-02 Kristian Høgsbergterminal: Extend selection to end of line when selectin...
2012-07-02 Kristian Høgsbergterminal: Insert newlines when copying multiple lines
2012-06-29 Kristian Høgsbergterminal: Handle selection for pointer positions outsid...
2012-06-28 Kristian Høgsbergterminal: Add a terminal enter handler for setting...
2012-06-27 Kristian Høgsbergterminal: Scroll selection with terminal contents
2012-06-27 Kristian Høgsbergterminal: Make font size configurable
2012-06-27 Kristian Høgsbergterminal: Implement word and line based selection
2012-06-26 Kristian Høgsbergterminal: Tab should not output spaces, just move cursor
2012-06-22 Kristian Høgsbergterminal: Ignore more modifier keys
2012-06-22 Kristian Høgsbergterminal: Only hide cursor for keypresses that generate...
2012-06-21 Kristian Høgsbergterminal: Only hide cursor on first key-press in a...
2012-06-21 Kristian Høgsbergterminal: Support both Alt and Control modifiers for...
2012-06-21 Kristian Høgsbergterminal: Handle Alt-Backspace
2012-06-21 Kristian Høgsbergterminal: Set blank cursor on keyboard press
2012-06-21 Kristian Høgsbergterminal: Add Ctrl-Shift-N keyboard binding to open...
2012-06-21 Kristian Høgsbergterminal: Default terminal type to xterm
2012-06-20 Kristian Høgsbergterminal: Send ASCII DEL on for backspace
2012-06-20 Kristian Høgsbergwindow: Compute initial window size correctly
2012-06-20 Kristian Høgsbergterminal: Track down remaining unhandled xterm-256color...
2012-06-20 Kristian Høgsbergterminal: Fix tab expansion
2012-06-20 Kristian Høgsbergterminal: Make terminal font configurable from command...
2012-06-18 Alexander PreisingerAdd minimum size for terminal
2012-06-03 Kristian Høgsbergterminal: Use serial, not timestamp for setting the...
2012-05-31 Daniel StoneUse enum wl_keyboard_key_state instead of integer
2012-05-31 Daniel StoneUse enum wl_pointer_button_state instead of integer
2012-05-31 Scott MoreauImplement text cursor position protocol.
2012-05-29 David Herrmannterminal: add glyphs to character list
2012-05-29 David Herrmannterminal: fix up horizontal scan-line characters
2012-05-26 Ander Conselvan... window: rename enum pointer_type to cursor_type
2012-05-26 Ander Conselvan... window: track changes in libwayland-cursor api
2012-05-22 Ander Conselvan... window: use libwayland-cursor instead of libXcursor
2012-05-11 Kristian Høgsbergclients: Remove superfluous #includes
2012-05-11 Kristian HøgsbergUpdate to new libxkbcommon API
2012-05-10 Kristian Høgsbergwindow.c: Just use float instead of GLfloat, remove...
2012-05-08 Kristian HøgsbergPort Wayland clients to new xkbcommon API
2012-05-08 Daniel StoneConvert internal input co-ordinates to GLfloat
2012-05-07 Daniel StoneChange button from int to uint32_t
2012-05-07 Daniel StoneChange key/button grab bindings to take unsigned state
2012-03-30 Kristian HøgsbergAdd signedness warning flag and fix fallout
2012-03-12 Kristian HøgsbergAdd an option parser
2012-02-28 Kristian Høgsbergterminal: Don't queue a resize after setting fullscreen
2012-02-23 Kristian Høgsbergwindow: Track and report input and opaque regions
2012-02-07 Peter Huttererterminal: run $SHELL if set
2012-01-31 Kristian Høgsbergwindow: Dont take width and height in window constructor
2012-01-11 Kristian Høgsbergwindow: Make decorations just a widget
2012-01-11 Kristian Høgsbergwindow: Get rid of the window child allocation concept
2012-01-10 Kristian Høgsbergwindow: Make resize and redraw handlers widget vfuncs
2012-01-10 Kristian Høgsbergwindow: Allocate and flush the window surface in window.c
2012-01-10 Kristian Høgsbergwindow: Drop the window widget
2012-01-09 Kristian Høgsbergwindow: Move button handler to widget
2012-01-09 Kristian Høgsbergwindow: Create a widget for the window, drop window...
2012-01-09 Kristian Høgsbergwindow: Convert a few clients to use widget motion...
2011-12-29 Kristian Høgsbergterminal: Don't close fd twice
2011-12-27 Kristian Høgsbergx11: Bridge X11 CLIPBOARD selection to Wayland clients
2011-11-23 Kristian HøgsbergImplement the new dnd/selection protocol
2011-11-23 Kristian HøgsbergMerge remote-tracking branch 'vignatti/evdev'
next