summaryrefslogtreecommitdiff
path: root/clients/terminal.c
Commit message (Expand)AuthorAgeFilesLines
* clients: Don't crash when compositor doesn't support drag and dropDerek Foreman2017-12-041-0/+3
* weston-terminal: Fix race at startupDerek Foreman2017-03-241-0/+33
* weston-terminal: Add a --maximized command line parameterDerek Foreman2017-03-171-0/+5
* Ignore the OSC code for desktop notificationsDima Ryazanov2016-11-211-0/+2
* terminal: Silence maybe-uninitialized warningQuentin Glidic2016-11-161-0/+1
* Revert "terminal: Fix crash due to race condition in init"Quentin Glidic2016-09-091-1/+0
* terminal: Fix crash due to race condition in initBryce Harrington2016-09-011-0/+1
* terminal: Document console codes less crypticallyBryce Harrington2016-06-161-36/+36
* Make config.h inclusion consistentBryce Harrington2016-06-161-1/+1
* clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington2016-03-171-0/+1
* terminal: allow copy-paste when selection is scrolled outManuel Bachmann2015-09-221-1/+1
* terminal: Don't crash when selecting non-ascii charactersDerek Foreman2015-09-101-1/+1
* Coding style fixesDawid Gajownik2015-08-071-26/+26
* Moved helper macro to a discrete include file.Jon Cruz2015-06-151-0/+1
* Remove redundant #include path component.Jon Cruz2015-06-151-1/+1
* clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington2015-06-151-16/+17
* remove trailing whitespacesMichael Vetter2015-05-151-28/+28
* terminal: add "Minimize" to context menuPekka Paalanen2015-03-271-1/+10
* Pass config file from compositor to everythingPekka Paalanen2015-03-271-1/+3
* weston-terminal --help and other command-line optionsBill Spitzak2014-08-191-0/+11
* Implemented support for mouse scrolling in weston-terminalMagnus Hoff2014-08-151-0/+51
* clients: Remove the window / user parameters from the menu functionJasper St. Pierre2014-05-181-2/+3
* terminal: Only add the new size to the title when we're resizingJasper St. Pierre2014-05-121-14/+24
* terminal: Convert all *alloc's to x*alloc's.Bryce W. Harrington2014-04-291-3/+3
* terminal: Don't try to render RLE used as a placeholderDaiki Ueno2014-04-081-0/+6
* window.c: Create xdg_surface up frontKristian Høgsberg2014-04-071-2/+3
* terminal: Only reset title if we put the window size thereKristian Høgsberg2014-02-051-1/+6
* terminal: use xstrdup instead to handle OOMU. Artie Eoff2014-01-191-1/+1
* terminal: Only set title if asprintf succeededBryce W. Harrington2014-01-171-3/+4
* terminal: add touch screen selection supportXiong Zhang2013-11-251-18/+63
* terminal: Update terminal->end whenever we write a characterKristian Høgsberg2013-11-241-7/+7
* terminal: Init tab ruler after setting terminal->widthKristian Høgsberg2013-11-221-1/+1
* westoy: Remove unused support for window parentsJasper St. Pierre2013-11-131-1/+1
* terminal: Show character grid size in header bar when resizingKristian Høgsberg2013-10-231-2/+15
* terminal: Add context menu with new terminal/copy/pasteKristian Høgsberg2013-10-231-20/+77
* terminal: Add scroll-back historyKristian Høgsberg2013-10-231-60/+128
* Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand2013-10-131-2/+2
* config-parser: Make weston_config_parse() tkae a file nameKristian Høgsberg2013-09-211-5/+1
* terminal: Port to new weston_config parseKristian Høgsberg2013-09-211-19/+11
* Minor improvement of weston-terminal resizingJosé Bollo2013-09-131-0/+6
* terminal: Stop complaining about OSC escape code 7Kristian Høgsberg2013-09-111-1/+4
* terminal: Accept utf-8 text dropKristian Høgsberg2013-09-041-0/+34
* terminal: Include config.h instead of defining _XOPEN_SOURCEKristian Høgsberg2013-08-211-1/+1
* Fixes CJK wide character displayPeng Wu2013-08-191-2/+30
* terminal: Make utf-8 state machine assemble unicode code point valueKristian Høgsberg2013-08-131-0/+28
* terminal.c: Check if fdopen() failsBrian Lovin2013-08-081-0/+4
* malloc + memset -> zallocPeter Hutterer2013-08-081-7/+3
* clients: use xmalloc in more placesBrian Lovin2013-08-071-3/+1
* Use the average width of ASCII glyphs for cell widthPeng Wu2013-07-081-14/+41
* terminal: Handle output transformAlexander Larsson2013-05-221-1/+12