summaryrefslogtreecommitdiff
path: root/clients/terminal.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington1-0/+1
2015-09-22terminal: allow copy-paste when selection is scrolled outManuel Bachmann1-1/+1
2015-09-10terminal: Don't crash when selecting non-ascii charactersDerek Foreman1-1/+1
2015-08-07Coding style fixesDawid Gajownik1-26/+26
2015-06-15Moved helper macro to a discrete include file.Jon Cruz1-0/+1
2015-06-15Remove redundant #include path component.Jon Cruz1-1/+1
2015-06-15clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington1-16/+17
2015-05-15remove trailing whitespacesMichael Vetter1-28/+28
2015-03-27terminal: add "Minimize" to context menuPekka Paalanen1-1/+10
2015-03-27Pass config file from compositor to everythingPekka Paalanen1-1/+3
2014-08-19weston-terminal --help and other command-line optionsBill Spitzak1-0/+11
2014-08-15Implemented support for mouse scrolling in weston-terminalMagnus Hoff1-0/+51
2014-05-18clients: Remove the window / user parameters from the menu functionJasper St. Pierre1-2/+3
2014-05-12terminal: Only add the new size to the title when we're resizingJasper St. Pierre1-14/+24
2014-04-29terminal: Convert all *alloc's to x*alloc's.Bryce W. Harrington1-3/+3
2014-04-08terminal: Don't try to render RLE used as a placeholderDaiki Ueno1-0/+6
2014-04-07window.c: Create xdg_surface up frontKristian Høgsberg1-2/+3
2014-02-05terminal: Only reset title if we put the window size thereKristian Høgsberg1-1/+6
2014-01-19terminal: use xstrdup instead to handle OOMU. Artie Eoff1-1/+1
2014-01-17terminal: Only set title if asprintf succeededBryce W. Harrington1-3/+4
2013-11-25terminal: add touch screen selection supportXiong Zhang1-18/+63
2013-11-24terminal: Update terminal->end whenever we write a characterKristian Høgsberg1-7/+7
2013-11-22terminal: Init tab ruler after setting terminal->widthKristian Høgsberg1-1/+1
2013-11-13westoy: Remove unused support for window parentsJasper St. Pierre1-1/+1
2013-10-23terminal: Show character grid size in header bar when resizingKristian Høgsberg1-2/+15
2013-10-23terminal: Add context menu with new terminal/copy/pasteKristian Høgsberg1-20/+77
2013-10-23terminal: Add scroll-back historyKristian Høgsberg1-60/+128
2013-10-13Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand1-2/+2
2013-09-21config-parser: Make weston_config_parse() tkae a file nameKristian Høgsberg1-5/+1
2013-09-21terminal: Port to new weston_config parseKristian Høgsberg1-19/+11
2013-09-13Minor improvement of weston-terminal resizingJosé Bollo1-0/+6
2013-09-11terminal: Stop complaining about OSC escape code 7Kristian Høgsberg1-1/+4
2013-09-04terminal: Accept utf-8 text dropKristian Høgsberg1-0/+34
2013-08-21terminal: Include config.h instead of defining _XOPEN_SOURCEKristian Høgsberg1-1/+1
2013-08-19Fixes CJK wide character displayPeng Wu1-2/+30
2013-08-13terminal: Make utf-8 state machine assemble unicode code point valueKristian Høgsberg1-0/+28
2013-08-08terminal.c: Check if fdopen() failsBrian Lovin1-0/+4
2013-08-08malloc + memset -> zallocPeter Hutterer1-7/+3
2013-08-07clients: use xmalloc in more placesBrian Lovin1-3/+1
2013-07-08Use the average width of ASCII glyphs for cell widthPeng Wu1-14/+41
2013-05-22terminal: Handle output transformAlexander Larsson1-1/+12
2013-05-14config-parser: Honor XDG_CONFIG_DIRSOssama Othman1-4/+4
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg1-3/+3
2013-01-28terminal: Handle the window close eventDima Ryazanov1-0/+9
2012-11-30Fix a crash when opening two terminal windows and closing the first one.Dima Ryazanov1-2/+4
2012-11-08Terminal: Handle keypad symbolsDaniel Stone1-0/+63
2012-10-10terminal: Don't snap resize if we're maximizedKristian Høgsberg1-2/+4
2012-10-10terminal: Use window_get_fullscreen() instead of tracking that state manuallyKristian Høgsberg1-13/+9
2012-08-29terminal: support entering non-ascii charactersPhilipp Brüschweiler1-7/+23
2012-08-13window.c: Handle multiple keyboard fociKristian Høgsberg1-4/+3